html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: auto;
  overscroll-behavior-y: none;
  background-color: #fff;
  position: relative;
  height: 100%;
}
.content {
  word-wrap: break-word;
}
.content ul li {
  list-style-type: disc;
}
.content ol li {
  list-style-type: decimal;
}
.content ul {
  padding: 0 0 0 40px;
  margin: 16px 0;
}
.content ol {
  padding: 0 0 0 40px;
  margin: 16px 0;
}
.contentPage {
  font-size: 14px;
  line-height: 160%;
  font-family: HOS-C-Light;
  margin: 30px 0 30px 0;
}
.contentPage hr {
  border: 0;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}
.contentPage img {
  max-width: 100%;
}
.contentPage h1 {
  color: #111;
}
.contentPage h2 {
  color: #111;
}

.contentGeneral {
  font-size: 14px;
  line-height: 180%;
  font-family: Noto-Light;
  margin: 0 0 50px 0;
  padding: 0 5px;
}
.contentGeneral img {
  max-width: 100%;
}
.contentGeneral .cLinks {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: #2b22f0;
  text-decoration-thickness: 2px;
}
.contentGeneral .cLinks:hover {
  text-decoration-color: #111;
}
.contentGeneral strong {
  font-family: Noto-Bold;
  font-weight: normal;
}
.contentGeneral hr {
  border: 0;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}

table,
th,
td {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
td {
  padding: 5px 5px 5px 5px;
}
table tr:first-child {
  font-family: Noto-Bold;
  background-color: #f9f9f9;
}
table td:first-child {
  font-family: Noto-Bold;
}

/*html, body {position:relative; height:100%;}*/
.wrap {
  width: 100%;
  height: 100%;
}
.header {
  height: auto;
}
.footer {
  height: auto;
}
.main {
  width: auto;
  margin: 0 auto;
}

/* 自定义滚动条 */
/*::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #c1c1c1;border-radius: 3px;}
::-webkit-scrollbar-thumb:hover {background: #a8a8a8;}*/

/* ---------------------------------------------------
   flex：定义布局为盒模型
   flex-Y：盒模型垂直布局
   flex-1：子元素占据剩余的空间
   flex-align-center：子元素垂直居中
   flex-pack-center：子元素水平居中
   flex-pack-justify：子元素两端对齐
   兼容性：ios 4+、android 2.3+、winphone8+
   --------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-Y {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body {
  margin: 0px;
  padding: 0px;
  color: #000;
  background-color: #fff;
  height: auto;
  font-family:
    HOS-C-Regular,
    Microsoft YaHei,
    "微软雅黑";
}
img {
  border: none;
}
li {
  list-style-type: none;
}
ul {
  padding: 0;
  margin: 0;
}
ol {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
input,
textarea,
button {
  outline: none;
  color: #111;
  font-family:
    Noto-Regular,
    Microsoft YaHei,
    "微软雅黑";
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
button {
  border: none;
  cursor: pointer;
}
a,
button,
input,
textarea,
div,
ul,
li,
p,
span,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
}

video::-internal-media-controls-download-button {
  display: none;
}

.screenWidth {
  max-width: 1400px;
}

/*::-webkit-scrollbar{display:none;}*/

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
  opacity: 1;
  font-size: 13px;
}
input:focus::-webkit-input-placeholder {
  opacity: 0.5;
  font-size: 13px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
  font-size: 13px;
}
input:focus:-moz-placeholder {
  opacity: 0.5;
  font-size: 13px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
  font-size: 13px;
}
input:focus::-moz-placeholder {
  opacity: 1;
  font-size: 13px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
  opacity: 1;
  font-size: 13px;
}
input:focus:-ms-input-placeholder {
  opacity: 0.5;
  font-size: 13px;
}

a:link {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #000;
}
a.hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: #000;
}

a.aa:link {
  text-decoration: none;
}
a.aa:visited {
  text-decoration: none;
}
a.aa:hover {
  text-decoration: none;
}

.blur-7 {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  -o-filter: blur(8px);
  filter: blur(8px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=7, MakeShadow=false);
}

.cxy {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cx {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cy {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.display-block {
  display: block;
}
.display-none {
  display: none;
}

.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.right.started {
  transform: none;
  opacity: 1;
}

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.left.started {
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  transform: translatey(20%);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.delighter.bottom.started {
  transform: none;
  opacity: 1;
}

.tipstext {
  color: #ff0000;
  font-size: 12px;
}
.loading {
  text-align: center;
}

.tips404 {
  width: 300px;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
}
.tips404 div {
  padding: 30px 30px;
}
.tips404 div p {
  text-align: center;
}
.tips404 div p img {
  max-width: 168px;
  height: auto;
}
.tips404 div ul {
  margin: 20px 0 0 0;
  text-align: center;
}
.tips404 div ul h1 {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-family: Roboto-Bold;
}
.tips404 div ul h2 {
  font-size: 12px;
  line-height: 160%;
}

.pageMargin {
  margin: 120px 0 0 0;
}

.paramTab table,
th,
td {
  border: 1px solid #cbcbcb;
  border-collapse: collapse;
  font-size: 16px;
  font-family: HOS-C-Light;
  color: #666;
}
.paramTab td {
  padding: 10px 5px 5px 10px;
}
.paramTab table {
  width: 100%;
}
.paramTab .tab1 {
  width: 180px;
  font-family: HOS-C-Medium;
}

.winbg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(155, 155, 155, 0.4);
  backdrop-filter: blur(10px);
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 8888;
  cursor: pointer;
  display: none;
}
.win {
  margin: 0 auto;
  display: none;
  position: relative;
  top: 50%;
  cursor: default;
  z-index: 9999;
}
.mainDiv {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  margin: 20px;
  text-align: left;
  border-radius: 8px;
}
.mainDiv .title {
  width: auto;
  height: 40px;
}
.mainDiv .title ul {
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 30px;
}
.mainDiv .title ul b {
  font-weight: normal;
  margin: 0 15px 0 0;
  color: #4888f2;
  cursor: pointer;
}
.mainDiv .title ul span {
  margin: 0 5px 0 0;
  color: #999;
  font-size: 14px;
}
.mainDiv .title ul p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ccc;
  float: right;
  cursor: pointer;
}
.mainDiv .title ul p:hover {
  color: #333;
}
.mainDiv .title ul p i {
  font-size: 24px;
}
.mainDiv .data {
  padding: 0 30px 30px 30px;
}
.mainDiv .SPEC {
  padding: 0 30px 30px 30px;
}

.wechatWin {
  max-width: 320px;
}
.pageQr {
  width: auto;
  height: auto;
  padding: 0 0 0 0;
}
.pageQr div {
  text-align: center;
}
.pageQr div p img {
  width: 100%;
  height: auto;
}
.pageQr div ul {
  font-size: 12px;
  margin: 20px 0 5px 0;
}
.pageQr div li {
  font-size: 14px;
  color: #ccc;
}

.alertWin {
  max-width: 500px;
}
.alertTips {
  width: auto;
  height: auto;
  padding: 0 0 0 0;
}
.alertTips div h1 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 10px 0;
}
.alertTips div h2 {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 30px 0;
}
.alertTips div ul {
  text-align: center;
}
.alertTips div ul button {
  width: auto;
  height: 40px;
  border-radius: 40px;
  margin: 0 5px;
  padding: 0 40px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
.alertTips div ul button:hover {
  opacity: 0.8;
}

.searchWin {
  width: 600px;
  height: auto;
  top: 30%;
  left: 50%;
  position: fixed;
  z-index: 13;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: width;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: width;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: width;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.searchWin div {
  width: auto;
  height: auto;
}
.searchWin div ul {
  width: auto;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 15px 10px 20px;
  border-radius: 8px;
}
.searchWin div ul li {
  width: auto;
  height: auto;
}
.searchWin div ul li input {
  font-size: 24px;
  font-family: HOS-C-Regular;
}
.searchWin div ul p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.searchWin .clearBtn {
  color: #ccc;
  cursor: default;
}
.searchWin .clearBtn:hover {
  color: #000;
  cursor: pointer;
}
.searchWin .clearBtn i {
  font-size: 24px;
}
.searchWin .searchBtnA {
  color: #ccc;
  cursor: default;
}
.searchWin .searchBtnA i {
  font-size: 30px;
}
.searchWin .searchBtnB {
  color: #000;
  cursor: default;
}
.searchWin .searchBtnB:hover {
  color: #c81431;
  cursor: pointer;
}
.searchWin .searchBtnB i {
  font-size: 30px;
}
.searchCloseBtn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  top: 30%;
  left: 50%;
  position: fixed;
  z-index: 13;
  margin: 80px 0 0 0;
}
.searchCloseBtn i {
  font-size: 24px;
}
.searchCloseBtn:hover {
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.searchBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  background: rgba(155, 155, 155, 0.4);
  backdrop-filter: blur(10px);
}

.searchWin ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ddd;
  font-size: 20px;
  opacity: 1;
}
.searchWin input:focus::-webkit-input-placeholder {
  font-size: 20px;
  opacity: 0.5;
}

.searchWin :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd;
  font-size: 20px;
  opacity: 1;
}
.searchWin input:focus:-moz-placeholder {
  font-size: 20px;
  opacity: 0.5;
}

.searchWin ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
  font-size: 20px;
  opacity: 1;
}
.searchWin input:focus::-moz-placeholder {
  font-size: 20px;
  opacity: 1;
}

.searchWin :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd;
  font-size: 20px;
  opacity: 1;
}
.searchWin input:focus:-ms-input-placeholder {
  font-size: 20px;
  opacity: 0.5;
}

.search {
  margin: 120px 0 0 0;
}
.search .searchDiv {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.search .searchDiv .searchTool div {
  width: auto;
  height: auto;
  margin: 0 0 40px 0;
}
.search .searchDiv .searchTool div ul {
  width: auto;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.search .searchDiv .searchTool div ul li {
  width: auto;
  height: auto;
}
.search .searchDiv .searchTool div ul li input {
  font-size: 24px;
  font-family: HOS-C-Regular;
}
.search .searchDiv .searchTool div ul p {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.search .searchDiv .clearBtn {
  color: #ccc;
  cursor: default;
}
.search .searchDiv .clearBtn:hover {
  color: #000;
  cursor: pointer;
}
.search .searchDiv .clearBtn i {
  font-size: 24px;
}
.search .searchDiv .searchBtnA {
  color: #ccc;
  cursor: default;
}
.search .searchDiv .searchBtnA i {
  font-size: 30px;
}
.search .searchDiv .searchBtnB {
  color: #000;
  cursor: default;
}
.search .searchDiv .searchBtnB:hover {
  color: #c81431;
  cursor: pointer;
}
.search .searchDiv .searchBtnB i {
  font-size: 30px;
}

.search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ddd;
  font-size: 20px;
  opacity: 1;
}
.search input:focus::-webkit-input-placeholder {
  font-size: 20px;
  opacity: 0.5;
}

.search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd;
  font-size: 20px;
  opacity: 1;
}
.search input:focus:-moz-placeholder {
  font-size: 20px;
  opacity: 0.5;
}

.search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
  font-size: 20px;
  opacity: 1;
}
.search input:focus::-moz-placeholder {
  font-size: 20px;
  opacity: 1;
}

.search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd;
  font-size: 20px;
  opacity: 1;
}
.search input:focus:-ms-input-placeholder {
  font-size: 20px;
  opacity: 0.5;
}

.search .searchDiv .searchList div ul p {
  width: 120px;
  height: auto;
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
}
.search .searchDiv .searchList div ul li {
  width: auto;
  height: auto;
  margin: 0 0 0 20px;
}
.search .searchDiv .searchList div ul li h1 {
  font-size: 24px;
  font-family: HOS-C-Medium;
  margin: 5px 0 0 0;
}
.search .searchDiv .searchList div ul li h2 {
  font-size: 16px;
  font-family: HOS-C-Light;
  margin: 5px 0 0 0;
  overflow: hidden;
  height: 46px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #666;
  line-height: 140%;
}
.search .searchDiv .searchList div ul li h3 {
  font-size: 14px;
  font-family: HOS-C-Light-I;
  margin: 5px 0 0 0;
  color: #999;
}
.search .searchDiv .searchList div a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.search .searchDiv .searchList div a:hover {
  border-bottom: 1px solid #c81431;
}

.menuList {
  width: auto;
  height: 100%;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 13;
  background-color: #c81431;
}
.menuList .mlTop {
  position: absolute;
  top: 30px;
  right: 30px;
}
.menuList .mlTop li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.menuList .mlTop li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.menuList .mlTop li i {
  font-size: 24px;
  color: #fff;
}
.menuList .mlDiv .mlLeft {
  width: 100px;
  height: auto;
  position: relative;
}
.menuList .mlDiv .mlLeft p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(200, 20, 49, 1),
    rgba(200, 20, 49, 0),
    rgba(200, 20, 49, 1)
  );
}
.menuList .mlDiv .mlLeft li {
  width: 30px;
  height: 100%;
  margin: 0 auto;
  background-image: url("../images/menuBg.png");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.menuList .mlDiv .mlLinks {
  width: 300px;
  height: auto;
  padding: 100px 0;
}
.menuList .mlDiv .mlLinks ul a {
  font-size: 18px;
  padding: 0 0 15px 0;
  color: #fff;
  display: block;
  font-family: HOS-C-Thin;
}
.menuList .mlDiv .mlLinks ul a span {
  opacity: 0;
  margin: 0 5px 0 0;
}
.menuList .mlDiv .mlLinks ul a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}
.menuList .mlDiv .mlLinks ul a.hover {
  cursor: default;
  text-decoration: none;
  opacity: 1;
  font-family: HOS-C-Bold;
}
.menuList .mlDiv .mlLinks li {
  margin: 20px 0 0 0;
}
.menuList .mlDiv .mlLinks li a {
  font-size: 12px;
  padding: 0 0 10px 0;
  color: #fff;
  display: block;
  font-family: HOS-C-Thin;
}
.menuList .mlDiv .mlLinks li a span {
  opacity: 0;
  margin: 0 5px 0 0;
}
.menuList .mlDiv .mlLinks li a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}
.menuList .mlDiv .mlLinks li a.hover {
  cursor: default;
  text-decoration: none;
  opacity: 1;
  font-family: HOS-C-Bold;
}
.menuBg {
  width: 0px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  background: rgba(200, 20, 49, 0.9);
}
.menuBg div {
  width: 0px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  background: rgba(255, 255, 255, 0.9);
}

.topMenu {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.topMenu .topMenuDiv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.topMenu .topMenuDiv .mLogo {
  width: 140px;
}
.topMenu .topMenuDiv .mLogo div ul {
  width: auto;
  height: 60px;
  overflow: hidden;
}
.topMenu .topMenuDiv .mLogo div ul li {
  padding: 17px 0;
  font-size: 0;
}
.topMenu .topMenuDiv .mLogo div ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}
.topMenu .topMenuDiv .mLogo div ul li img {
  height: 26px;
  width: auto;
}
.topMenu .topMenuDiv .mLogo div ul p {
  padding: 17px 0;
  font-size: 0;
}
.topMenu .topMenuDiv .mLogo div ul p:hover {
  opacity: 0.8;
  cursor: pointer;
}
.topMenu .topMenuDiv .mLogo div ul p img {
  height: 26px;
  width: auto;
}
.topMenu .topMenuDiv .mBtn {
  width: 140px;
}
.topMenu .topMenuDiv .mBtn div ul {
  float: right;
}
.topMenu .topMenuDiv .mBtn div ul li {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  color: #bd1931;
  font-size: 14px;
  padding: 0 0 0 2px;
}
.topMenu .topMenuDiv .mBtn div ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}
.topMenu .topMenuDiv .mBtn div ul p {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  color: #bd1931;
  font-size: 14px;
  padding: 0 10px 0 2px;
}
.topMenu .topMenuDiv .mBtn div ul p:hover {
  opacity: 0.8;
  cursor: pointer;
}
.topMenu .topMenuDiv .mBtn div ul img {
  height: 120px;
  width: auto;
  position: relative;
}
.topMenu .mLinks {
  text-align: center;
}
.topMenu .mLinks .mLinksDiv {
  width: auto;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 0 20px;
  display: inline-block;
}
.topMenu .mLinks .mLinksDiv div {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.topMenu .mLinks .mLinksDiv div a {
  margin: 0 20px;
  color: #8d8d8d;
  padding: 0 0 15px 0;
}
.topMenu .mLinks .mLinksDiv div a p span {
  display: block;
  height: 18px;
  width: 1px;
  background-color: #8d8d8d;
  margin: 0 auto;
}
.topMenu .mLinks .mLinksDiv div a p {
  margin: 0 0 5px 0;
}
.topMenu .mLinks .mLinksDiv div a li {
  font-size: 12px;
}
.topMenu .mLinks .mLinksDiv div a:hover {
  color: #c81431;
  text-decoration: none;
  cursor: pointer;
}
.topMenu .mLinks .mLinksDiv div a:hover p span {
  background-color: #c81431;
}
.topMenu .mLinks .mLinksDiv div a.hover {
  color: #c81431;
  text-decoration: none;
  cursor: pointer;
}
.topMenu .mLinks .mLinksDiv div a.hover p span {
  background-color: #c81431;
}

.subMenu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 60px;
  left: 0;
  background-color: #fff;
  z-index: 9;
}
.subMenu .subMenuDiv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
}
.subMenu .subMenuDiv .subMenuTop div {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  height: 18px;
}
.subMenu .subMenuDiv .subMenuTop div p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
.subMenu .subMenuDiv .subMenuTop div li {
  width: 100%;
  height: 20px;
  margin: 0 auto;
  background-image: url("../images/submenuBg.png");
  background-size: auto 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
.subMenu .subMenuDiv .subMenuList {
  width: 100%;
  height: auto;
  position: relative;
}

.tabs {
  max-width: 100%;
  height: 37px;
  margin: 0 auto 0 auto;
  white-space: nowrap;
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: width;
  -moz-transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: width;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: width;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease;
}
.tabs ul {
  height: 37px;
}
.tabs ul li {
  font-size: 12px;
  width: auto;
  font-family: HOS-C-Light;
}
.tabs ul li a {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
  width: auto;
  height: 37px;
  line-height: 20px;
}
.tabs ul li a p span {
  display: block;
  width: 1px;
  height: 8px;
  background-color: #fff;
  margin: 2px auto 0 auto;
}
.tabs a {
  cursor: pointer;
  color: #999;
}
.tabs a:hover {
  text-decoration: none;
}
.tabs .current {
  color: #000;
}
.tabs a.hover {
  color: #000;
  text-decoration: none;
}
.tabs a.hover p span {
  background-color: #000;
}

.bottomMenu {
  width: auto;
  height: auto;
}
.bottomMenu .bottomDiv {
  background-color: #dadada;
  margin: 50px 0 0 0;
  padding: 20px 0;
}
.bottomMenu .bottomDiv .bottomLinks {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv {
  width: auto;
  padding: 50px 0 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItemDiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItem ul {
  margin: 0 0 15px 0;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItem h1 {
  font-size: 12px;
  font-family: HOS-C-Bold;
  margin: 0 0 10px 0;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItem h2 {
  font-size: 12px;
  font-family: HOS-C-Regular;
  margin: 0 0 0 0;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItem a {
  font-size: 12px;
  font-family: HOS-C-Thin;
  margin: 0 0 5px 0;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItem span {
  font-size: 12px;
  font-family: HOS-C-Thin;
  margin: 0 0 5px 0;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .location {
  width: 300px;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .location h1 {
  font-size: 12px;
  font-family: HOS-C-Bold;
  margin: 0 0 10px 0;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .location ul {
  margin: 0 0 15px 0;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .location ul li {
  font-size: 12px;
  font-family: HOS-C-Thin;
  margin: 0 0 5px 0;
}
.bottomMenu .bottomDiv .bottomLinks .linksDiv .location div {
  font-size: 12px;
  font-family: HOS-C-Thin;
  margin: 0 0 5px 0;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv {
  border-top: solid 1px #aaa;
  padding: 30px 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .snsList {
  width: auto;
  height: auto;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .snsList div li {
  font-size: 0;
  margin: 0 15px 0 0;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .snsList div li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .snsList div li img {
  width: 25px;
  height: auto;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .infoList {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .infoList div {
  text-align: right;
  font-size: 12px;
  font-family: HOS-C-Thin;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .infoList div ul {
  margin: 0 0 5px 0;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .infoList div ul span {
  margin: 0 10px;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .infoList div li span {
  font-family: HOS-C-Light-I;
  margin: 0 10px 0 0;
}
.bottomMenu .bottomDiv .bottomLinks .infoDiv .infoList div li span b {
  font-family: HOS-C-Regular-I;
}

#topShow {
  background-color: #000;
  aspect-ratio: 16 / 5.5;
  position: relative;
  z-index: 1;
  transition-property: aspect-ratio;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: aspect-ratio;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: aspect-ratio;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: aspect-ratio;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
#TSD {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#TSD .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#TSD video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
#TSD .imgBg {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
#TSD .swText {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  text-align: center;
  color: #fff;
}
#TSD .swText p {
  font-size: 36px;
  line-height: 120%;
  font-family: HOS-C-Regular-I;
}
#TSD .swText h6 {
  font-size: 14px;
  margin: 5px auto 0 auto;
  font-family: HOS-C-Regular-I;
  max-width: 480px;
  line-height: 160%;
  text-align: center;
}
#TSD .swText a {
  font-size: 14px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: block;
  background-color: #fff;
  color: #111;
  text-align: center;
  margin: 20px auto 0 auto;
  font-family: HOS-C-Regular-I; /* box-shadow:1px 1px 0px rgba(0,0,0,0.1);*/
}
#TSD .swText .btn:hover {
  cursor: pointer;
  background-color: #c81431;
  color: #fff;
  text-decoration: none;
}
.DShow {
  display: block;
}
.MShow {
  display: none;
}
/*#TSD .swiper-button-prev{left: 0; color:#fff; padding: 10px 10px;}
#TSD .swiper-button-prev:hover{background-color: #c59b6d;}
#TSD .swiper-button-next{right: 0; color:#fff; padding: 10px 10px;}
#TSD .swiper-button-next:hover{background-color: #c59b6d;}*/

#TSD .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  border-radius: 2px;
  display: inline-block;
  opacity: 1;
  background: #fff;
}
#TSD .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 2px;
  border-radius: 2px;
  display: inline-block;
  opacity: 1;
  background: #c81431;
}
#TSD .swiper-pagination {
  padding: 0 0 5px 0;
}

.videoPlayer {
  position: relative;
  font-size: 0;
}
.videoPlayer video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.videoPlayer .videoBtn {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
}
.videoPlayer .videoBtn .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.videoPlayer .videoBtn .icon i {
  font-size: 48px;
}

.homeMenu {
  width: auto;
  height: auto;
  text-align: center;
}
.homeMenu .homeMenuDiv {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 5px 20px;
  display: inline-block;
}
.homeMenu .homeMenuDiv div {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.homeMenu .homeMenuDiv div a {
  margin: 0 20px;
  color: #8d8d8d;
}
.homeMenu .homeMenuDiv div a p span {
  display: block;
  height: 15px;
  width: 1px;
  background-color: #8d8d8d;
  margin: 0 auto;
}
.homeMenu .homeMenuDiv div a p {
  margin: 5px 0;
}
.homeMenu .homeMenuDiv div a li {
  font-size: 12px;
}
.homeMenu .homeMenuDiv div a:hover {
  color: #c81431;
  text-decoration: none;
  cursor: pointer;
}
.homeMenu .homeMenuDiv div a:hover p span {
  background-color: #c81431;
}

.homeLatest {
  width: auto;
  height: auto;
  margin: 50px 0 0 0;
}
.homeLatest .homeLatestTitle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.homeLatest .homeLatestTitle div h1 {
  font-family: HOS-C-Medium;
  font-size: 18px;
}
.homeLatest .homeLatestTitle div ul {
  position: relative;
}
.homeLatest .homeLatestTitle div ul li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: #c0c0c0;
}
.homeLatest .homeLatestTitle div ul li:hover {
  cursor: pointer;
  color: #000;
}
.homeLatest .homeLatestDiv .toolItem {
  cursor: pointer;
}
.homeLatest .homeLatestDiv {
  width: auto;
  height: auto;
  position: relative;
  padding: 20px 10px 40px 10px;
}
.homeLatest .homeLatestDiv .toolItem div {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 4 / 5;
}
.homeLatest .homeLatestDiv .toolItem div li {
  width: 100%;
  height: 100%; /*background-image: url("../images/cBg.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: rgba(200, 20, 49, 0.6);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.homeLatest .homeLatestDiv .toolItem div p {
  width: 30px;
  height: 30px;
  background-image: url("../images/new.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.homeLatest .homeLatestDiv .toolItem ul {
  margin: 15px 0 15px 0;
}
.homeLatest .homeLatestDiv .toolItem ul h1 {
  font-size: 12px;
  margin: 5px 0 2px 0;
  font-family: HOS-C-Light-I;
}
.homeLatest .homeLatestDiv .toolItem ul h2 {
  font-size: 16px;
  font-family: HOS-C-Regular-I;
  font-weight: bold;
}
.homeLatest .homeLatestDiv .toolItem:hover div li {
  opacity: 1;
}
.homeLatest .homeLatestDiv .toolItem:hover div p {
  opacity: 0;
}

.homeProduct {
  width: auto;
  height: auto;
  margin: 20px 0 0 0;
}
.homeProduct .homeProductTitle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.homeProduct .homeProductDiv {
  width: auto;
  height: auto;
}
.homeProduct .homeProductDiv .homeProductA {
  width: auto;
  height: auto;
}
.homeProduct .homeProductDiv .homeProductA .productItem {
  padding: 5px 10px;
}
.homeProduct .homeProductDiv .homeProductA .productItem div {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 5;
  transition-property: aspect-ratio;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: aspect-ratio;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: aspect-ratio;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: aspect-ratio;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.homeProduct .homeProductDiv .homeProductA .productItem div li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.homeProduct .homeProductDiv .homeProductA .productItem div p {
  width: 30px;
  height: 30px;
  background-image: url("../images/new.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.homeProduct .homeProductDiv .homeProductA .productItem:hover div li {
  opacity: 1;
}
.homeProduct .homeProductDiv .homeProductA .productItem div ul {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.homeProduct .homeProductDiv .homeProductA .productItem div ul h1 {
  font-size: 28px;
  line-height: 120%;
  font-family: HOS-C-Regular-I;
}
.homeProduct .homeProductDiv .homeProductA .productItem div ul h2 {
  font-size: 12px;
  margin: 5px auto 0 auto;
  font-family: HOS-C-Regular-I;
  max-width: 480px;
  line-height: 160%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeProduct .homeProductDiv .homeProductA .productItem div ul a {
  font-size: 14px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: block;
  background-color: #fff;
  color: #111;
  text-align: center;
  margin: 20px auto 0 auto;
  font-family: HOS-C-Regular-I;
}
.homeProduct .homeProductDiv .homeProductA .productItem div ul a:hover {
  cursor: pointer;
  background-color: #c81431;
  color: #fff;
  text-decoration: none;
}

.homeProduct .homeProductDiv .homeProductB {
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.homeProduct .homeProductDiv .homeProductB .productItem div {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 5 / 4;
  transition-property: aspect-ratio;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: aspect-ratio;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: aspect-ratio;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: aspect-ratio;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.homeProduct .homeProductDiv .homeProductB .productItem div li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.homeProduct .homeProductDiv .homeProductB .productItem div p {
  width: 30px;
  height: 30px;
  background-image: url("../images/new.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.homeProduct .homeProductDiv .homeProductB .productItem:hover div li {
  opacity: 1;
}
.homeProduct .homeProductDiv .homeProductB .productItem div ul {
  width: 80%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.homeProduct .homeProductDiv .homeProductB .productItem div ul h1 {
  font-size: 20px;
  line-height: 120%;
  font-family: HOS-C-Regular-I;
}
.homeProduct .homeProductDiv .homeProductB .productItem div ul h2 {
  font-size: 12px;
  margin: 5px auto 0 auto;
  font-family: HOS-C-Regular-I;
  max-width: 380px;
  line-height: 160%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homeProduct .homeProductDiv .homeProductB .productItem div ul a {
  font-size: 14px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: block;
  background-color: #fff;
  color: #111;
  text-align: center;
  margin: 20px auto 0 auto;
  font-family: HOS-C-Regular-I;
}
.homeProduct .homeProductDiv .homeProductB .productItem div ul a:hover {
  cursor: pointer;
  background-color: #c81431;
  color: #fff;
  text-decoration: none;
}

.homeProduct .homeProductDiv .homeProductPN {
  width: auto;
  height: auto;
}
.homeProduct .homeProductDiv .homeProductPN ul {
  position: relative;
  text-align: center;
  margin: 10px 0 0 0;
}
.homeProduct .homeProductDiv .homeProductPN ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  color: #c0c0c0;
}
.homeProduct .homeProductDiv .homeProductPN ul li i {
  font-size: 24px;
}
.homeProduct .homeProductDiv .homeProductPN ul li:hover {
  cursor: pointer;
  color: #000;
}

.homeProduct .homeProductDiv .homeProductMore {
  width: auto;
  height: auto;
}
.homeProduct .homeProductDiv .homeProductMore div {
  text-align: center;
  padding: 20px 0;
}
.homeProduct .homeProductDiv .homeProductMore div a {
  width: auto;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  padding: 0 50px;
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #ddd;
  text-align: center;
  font-family: HOS-C-Regular-I;
}
.homeProduct .homeProductDiv .homeProductMore div a:hover {
  text-decoration: none;
  border: 1px solid #eee;
  background-color: #eee;
}

.productsData {
  width: auto;
  height: auto;
  margin: 200px 0 0 0;
}
.productsData .prodInfo {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.productsData .prodInfo h1 {
  font-size: 24px;
  font-family: HOS-C-Medium;
}
.productsData .prodInfo div {
  width: auto;
  height: auto;
  line-height: 160%;
  font-size: 16px;
  font-family: HOS-C-Light;
  margin: 10px 0 60px 0;
  color: #666;
}
.productsData .prodcTitle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.productsData .prodcTitle div h1 {
  font-family: HOS-C-Medium;
  font-size: 18px;
}
.productsData .prodcTitle div ul {
  position: relative;
}
.productsData .prodcTitle div ul li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: #c0c0c0;
}
.productsData .prodcTitle div ul li:hover {
  cursor: pointer;
  color: #000;
}
.productsData .prodcDiv {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 20px 20px 40px 20px;
}
.productsData .prodcDiv .toolItem {
  cursor: pointer;
}
.productsData .prodcDiv .toolItem div {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
}
.productsData .prodcDiv .toolItem div li {
  width: 100%;
  height: 100%; /*background-image: url("../images/cBg.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: rgba(200, 20, 49, 0.6);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.productsData .prodcDiv .toolItem div p {
  width: 30px;
  height: 30px;
  background-image: url("../images/new.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.productsData .prodcDiv .toolItem ul {
  margin: 15px 0 15px 0;
}
.productsData .prodcDiv .toolItem ul h1 {
  font-size: 12px;
  margin: 5px 0 2px 0;
  font-family: HOS-C-Light-I;
}
.productsData .prodcDiv .toolItem ul h2 {
  font-size: 16px;
  font-family: HOS-C-Regular-I;
  font-weight: bold;
}
.productsData .prodcDiv .toolItem:hover div li {
  opacity: 1;
}
.productsData .prodcDiv .toolItem:hover div p {
  opacity: 0;
}
.productsData .prodList {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.productsData .prodList .prodDiv {
  margin: 20px 0 0 0;
}
.productsData .prodList .prodDiv .prodTitle div {
  border-bottom: 1px solid #747474;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
}
.productsData .prodList .prodDiv .prodTitle div h1 {
  font-family: HOS-C-Medium;
  font-size: 18px;
}
.productsData .prodList .prodDiv .prodTitle div ul {
  margin: 0 0 0 10px;
}
.productsData .prodList .prodDiv .prodTitle div ul i {
  font-size: 20px;
}

.productsData .prodList .prodDiv .prodData {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv {
  width: 102%;
  height: auto;
  position: relative;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv a {
  width: 23%;
  margin: 0 2% 50px 0;
  float: left;
  position: relative;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv a div p {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 4 / 5;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv a div p span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv a div ul {
  margin: 15px 0 0 0;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv a div ul h1 {
  font-size: 18px;
  font-family: HOS-C-Regular-I;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv a div ul h2 {
  font-size: 14px;
  font-family: HOS-C-Light-I;
  margin: 5px 0 10px 0;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv a div ul li {
  font-size: 12px;
  font-family: HOS-C-Light-I;
  color: #999;
  line-height: 140%;
  height: 46px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.productsData .prodList .prodDiv .prodData .prodItemDiv a:hover div p span {
  opacity: 1;
}

.dtlProducts {
  width: auto;
  height: auto;
  margin: 130px 0 0 0;
}
.dtlProducts .dtlTitle {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.dtlProducts .dtlTitle .dtlTitleDiv {
  border-top: 1px solid #747474;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dtlProducts .dtlTitle .dtlTitleDiv .dtlTitleName {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dtlProducts .dtlTitle .dtlTitleDiv .dtlTitleName div h1 {
  font-size: 32px;
}
.dtlProducts .dtlTitle .dtlTitleDiv .dtlMenu div ul li {
  font-size: 14px;
  font-family: HOS-C-Light;
  margin: 0 0 0 20px;
  line-height: 40px;
}
.dtlProducts .dtlTitle .dtlTitleDiv .dtlMenu div ul li a {
  color: #8d8d8d;
}
.dtlProducts .dtlTitle .dtlTitleDiv .dtlMenu div ul li a:hover {
  color: #000;
  text-decoration: none;
}
.dtlProducts .dtlTopicimg {
  width: auto;
  height: auto;
}
.dtlProducts .dtlTopicimg div {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 5.5;
  transition-property: aspect-ratio;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: aspect-ratio;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: aspect-ratio;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: aspect-ratio;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.dtlProducts .dtlChar {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.dtlProducts .dtlChar .dtlcharInfo h1 {
  font-size: 18px;
  font-family: HOS-C-Medium;
  margin: 50px 0 10px 0;
}
.dtlProducts .dtlChar .dtlcharInfo div {
  font-size: 14px;
  font-family: HOS-C-Light;
  line-height: 160%;
  width: 60%;
  color: #666;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: width;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: width;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: width;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.dtlProducts .dtlChar .dtlcharSf {
  margin: 30px 0 10px 0;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfTitle div h1 {
  font-size: 18px;
  font-family: HOS-C-Light;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfTitle div ul {
  position: relative;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfTitle div ul li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: #c0c0c0;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfTitle div ul li:hover {
  cursor: pointer;
  color: #000;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 40px 0;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem {
  cursor: pointer;
  width: 440px;
  height: auto;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem div {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 8;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem div li {
  width: 100%;
  height: 100%; /*background-image: url("../images/cBg.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: rgba(200, 20, 49, 0.6);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem div p {
  width: 30px;
  height: 30px;
  background-image: url("../images/new.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem ul {
  margin: 15px 0 15px 0;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem ul h1 {
  font-size: 18px;
  margin: 5px 0 10px 0;
  font-weight: bold;
  font-family: HOS-C-Regular-I;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem ul h2 {
  font-size: 14px;
  color: #666;
  line-height: 140%;
  font-family: HOS-C-Light-I;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem:hover div li {
  opacity: 1;
}
.dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem:hover div p {
  opacity: 0;
}
.dtlProducts .dtlChar .dtlcharViedo {
  width: auto;
  height: auto;
  margin: 50px 0 0 0;
}
.dtlProducts .dtlData .dtlDataDiv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.dtlProducts .dtlData .dtlDataDiv .dtlDataTitle div h1 {
  font-size: 18px;
  font-family: HOS-C-Medium;
  margin: 50px 0 20px 0;
}
.dtlProducts .dtlData .dtlDataSwiper {
  padding: 0 0 30px 0;
}
.dtlProducts .dtlData .dtlDataSwiper a {
  font-size: 0;
}
.dtlProducts .dtlData .dtlDataSwiper img {
  width: 100%;
  height: auto;
}
.dtlProducts .dtlSpecs {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.dtlProducts .dtlSpecs .dtlSpecsTitle div h1 {
  font-size: 18px;
  font-family: HOS-C-Medium;
  margin: 50px 0 20px 0;
}
.dtlProducts .dtlDownload {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.dtlProducts .dtlDownload .dtlDownloadTitle div h1 {
  font-size: 18px;
  font-family: HOS-C-Medium;
  margin: 50px 0 20px 0;
}
.dtlProducts .dtlDownload .dtlDownloadList {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv {
  position: relative;
  display: inline-block;
  width: 102%;
  height: auto;
}
.dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div {
  width: 18%;
  height: 140px;
  margin: 0 2% 10px 0;
  float: left;
  color: #666;
}
.dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul {
  height: auto;
  padding: 20px 20px 15px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
}
.dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul:hover {
  background-color: #f1f2f5;
  cursor: pointer;
}
.dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul p img {
  width: 24px;
  height: auto;
}
.dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h1 {
  font-size: 12px;
  font-family: HOS-C-Light;
  margin: 0 0 5px 0;
  color: #999;
}
.dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h2 {
  font-size: 16px;
  line-height: 120%;
  min-height: 16px;
  max-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.pageData {
  width: auto;
  height: auto;
  margin: 130px 0 0 0;
}
.pageData .aboutMenu {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.pageData .aboutMenu div {
  border-top: 1px solid #747474;
  padding: 20px 0;
}
.pageData .aboutMenu div ul li {
  font-size: 14px;
  font-family: HOS-C-Light;
  margin: 0 0 0 20px;
  line-height: 40px;
  float: right;
}
.pageData .aboutMenu div ul li a {
  color: #8d8d8d;
}
.pageData .aboutMenu div ul li a:hover {
  color: #000;
  text-decoration: none;
}

.pageData .aboutProfile {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.pageData .aboutProfile div h1 {
  font-size: 24px;
  font-family: HOS-C-Medium;
  margin: 40px 0 0 0;
}
.pageData .aboutProfile div ul {
  width: auto;
  height: auto;
  line-height: 160%;
  font-family: HOS-C-Light;
  font-size: 16px;
  margin: 10px 0 60px 0;
  color: #666;
}
.pageData .aboutGallery {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.pageData .aboutGallery .agTitle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.pageData .aboutGallery .agTitle div h1 {
  font-family: HOS-C-Medium;
  font-size: 18px;
}
.pageData .aboutGallery .agTitle div ul {
  position: relative;
}
.pageData .aboutGallery .agTitle div ul li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: #c0c0c0;
}
.pageData .aboutGallery .agTitle div ul li:hover {
  cursor: pointer;
  color: #000;
}
.pageData .aboutGallery .agDiv {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0 20px 0;
}
.pageData .aboutGallery .agDiv .agSwiper {
  padding: 0 0 30px 0;
}
.pageData .aboutGallery .agDiv .agSwiper a {
  font-size: 0;
}
.pageData .aboutGallery .agDiv .agSwiper img {
  width: 100%;
  height: auto;
}
.pageData .pageCont {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.pageData .pageCont div h1 {
  font-size: 18px;
  font-family: HOS-C-Medium;
  margin: 50px 0 0 0;
}
.pageData .pageCont div ul {
  width: auto;
  height: auto;
  line-height: 160%;
  font-family: HOS-C-Light;
  font-size: 14px;
  margin: 10px 0 20px 0;
  color: #666;
}
.pageData .pageCont div li {
  font-size: 0;
}
.pageData .pageCont div li img {
  width: 100%;
  height: auto;
}
.pageData .pagePoint {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.pageData .pagePoint div {
  width: 50%;
}
.pageData .pagePoint div h1 {
  font-size: 18px;
  font-family: HOS-C-Regular-I;
  margin: 50px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #c8bb9b;
  font-weight: bold;
}
.pageData .pagePoint div ul {
  width: auto;
  height: auto;
  line-height: 160%;
  font-family: HOS-C-Light;
  font-size: 14px;
  margin: 10px 0 20px 0;
  color: #666;
}
.pageData .pagePoint div li {
  font-size: 0;
}
.pageData .pagePoint div li img {
  width: 100%;
  height: auto;
}
.pageData .aboutQualification {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.pageData .aboutQualification .aqList {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.pageData .aboutQualification .aqList .aqDiv {
  position: relative;
  display: inline-block;
  width: 102%;
  height: auto;
}
.pageData .aboutQualification .aqList .aqDiv div {
  width: 18%;
  height: auto;
  margin: 0 2% 20px 0;
  float: left;
  color: #666;
}
.pageData .aboutQualification .aqList .aqDiv div ul {
  height: auto;
  padding: 20px 20px 15px 20px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
.pageData .aboutQualification .aqList .aqDiv div ul:hover {
  border: 1px solid #ddd;
}
.pageData .aboutQualification .aqList .aqDiv div ul p {
  font-size: 0;
  aspect-ratio: 3 / 4;
}
.pageData .aboutQualification .aqList .aqDiv div ul p img {
  width: 100%;
  height: auto;
}
.pageData .aboutQualification .aqList .aqDiv div ul li {
  font-size: 14px;
  font-family: HOS-C-Light;
  margin: 10px 0 0 0;
}

.pageData .pgTopicimg {
  width: auto;
  height: auto;
}
.pageData .pgTopicimg div {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 5.5;
  transition-property: aspect-ratio;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: aspect-ratio;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: aspect-ratio;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: aspect-ratio;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}

.projectsData {
  width: auto;
  height: auto;
  margin: 200px 0 0 0;
}
.projectsData .projList {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.projectsData .projList div {
  width: auto;
  height: auto;
  margin: 0 0 80px 0;
}
.projectsData .projList div h1 {
  font-size: 24px;
  font-family: HOS-C-Medium;
}
.projectsData .projList div h2 {
  font-size: 16px;
  font-family: HOS-C-Light;
  line-height: 160%;
  margin: 10px 0 20px 0;
  color: #666;
}
.projectsData .projList div ul {
  font-family: HOS-C-Light;
  color: #8c8c8c;
  font-size: 12px;
  margin: 10px 0 30px 0;
}
.projectsData .projList div ul b {
  font-weight: normal;
  margin: 0 10px;
}
.projectsData .projList div li {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
}
.projectsData .projList div li p {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.projectsData .projList div:hover li p {
  opacity: 1;
}

.dtlPage {
  width: auto;
  height: auto;
  margin: 130px 0 0 0;
}

.dtlPage .dpTopicimg {
  width: auto;
  height: auto;
}
.dtlPage .dpTopicimg div {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 5.5;
  transition-property: aspect-ratio;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: aspect-ratio;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: aspect-ratio;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: aspect-ratio;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}

.dtlPage .dtlInfo {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.dtlPage .dtlInfo div ul {
  font-family: HOS-C-Light;
  color: #8c8c8c;
  font-size: 12px;
  margin: 40px 0 20px 0;
}
.dtlPage .dtlInfo div ul b {
  font-weight: normal;
  margin: 0 10px;
}
.dtlPage .dtlInfo div h1 {
  font-size: 32px;
  margin: 0 0 20px 0;
  font-family: HOS-C-Medium;
}
.dtlPage .dtlCont {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.dtlPage .dtlCont img {
  max-width: 100%;
  height: auto;
}

.newsData {
  width: auto;
  height: auto;
  margin: 200px 0 0 0;
}
.newsData .newsTop {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.newsData .newsTop div {
  width: auto;
  height: auto;
  margin: 0 0 80px 0;
}
.newsData .newsTop div h1 {
  font-size: 24px;
  font-family: HOS-C-Medium;
}
.newsData .newsTop div h2 {
  font-size: 16px;
  font-family: HOS-C-Light;
  line-height: 160%;
  margin: 10px 0 20px 0;
  color: #666;
}
.newsData .newsTop div ul {
  font-family: HOS-C-Light;
  color: #8c8c8c;
  font-size: 12px;
  margin: 10px 0 30px 0;
}
.newsData .newsTop div ul b {
  font-weight: normal;
  margin: 0 10px;
}
.newsData .newsTop div li {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
}
.newsData .newsTop div li p {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.newsData .newsTop div:hover li p {
  opacity: 1;
}

.newsList {
  width: auto;
  height: auto;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.newsList .newsItem {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsList .newsDiv .newsItem {
  width: 102%;
  height: auto;
  position: relative;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
}
.newsList .newsDiv .newsItem a {
  width: 23%;
  margin: 0 2% 50px 0;
  float: left;
  position: relative;
}
.newsList .newsDiv .newsItem a div p {
  background-color: #f1f2f5;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  aspect-ratio: 4 / 5;
}
.newsList .newsDiv .newsItem a div p span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  /* Firefox 4 */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  /* Safari 和 Chrome */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease;
}
.newsList .newsDiv .newsItem a div ul {
  margin: 15px 0 0 0;
}
.newsList .newsDiv .newsItem a div ul h1 {
  font-size: 18px;
  font-family: HOS-C-Regular;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsList .newsDiv .newsItem a div ul h2 {
  font-size: 14px;
  font-family: HOS-C-Light;
  margin: 5px 0 10px 0;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.newsList .newsDiv .newsItem a div ul li {
  font-size: 12px;
  font-family: HOS-C-Light;
  color: #999;
  line-height: 140%;
}
.newsList .newsDiv .newsItem a div ul li b {
  font-weight: normal;
  margin: 0 10px;
}
.newsList .newsDiv .newsItem a:hover div p span {
  opacity: 1;
}

.downloadData {
  width: auto;
  height: auto;
  margin: 200px 0 0 0;
}

.downloadData .dtlDownload {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.downloadData .dtlDownload .dtlDownloadTitle div h1 {
  font-size: 24px;
  font-family: HOS-C-Medium;
  margin: 50px 0 25px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #8c8c8c;
}
.downloadData .dtlDownload .dtlDownloadList {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv {
  position: relative;
  display: inline-block;
  width: 102%;
  height: auto;
}
.downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div {
  width: 18%;
  height: 140px;
  margin: 0 2% 10px 0;
  float: left;
  color: #666;
}
.downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul {
  height: auto;
  padding: 20px 20px 15px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
}
.downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul:hover {
  background-color: #f1f2f5;
  cursor: pointer;
}
.downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul p img {
  width: 24px;
  height: auto;
}
.downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h1 {
  font-size: 12px;
  font-family: HOS-C-Light;
  margin: 0 0 5px 0;
  color: #999;
}
.downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h2 {
  font-size: 16px;
  line-height: 120%;
  min-height: 16px;
  max-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.contactData {
  width: auto;
  height: auto;
  margin: 200px 0 0 0;
}
.contactData .ctcTitle div {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.contactData .ctcTitle div h1 {
  font-size: 24px;
  font-family: HOS-C-Medium;
}
.contactData .contactDiv {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}
.contactData .contactDiv .contactInfo ul li {
  font-size: 14px;
  margin: 0 0 5px 0;
  font-family: HOS-C-Light;
}
.contactData .contactDiv .contactInfo div {
  font-size: 14px;
  line-height: 160%;
  font-family: HOS-C-Light;
}

.contactData .jobsDiv {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}
.contactData .jobsDiv .ctcTitle div {
  border-bottom: 1px solid #8c8c8c;
}
.contactData .jobsDiv .jobsInfo div {
  border-bottom: 1px solid #8c8c8c;
}
.contactData .jobsDiv .jobsInfo div p {
  font-size: 0;
  margin: 20px 0;
}
.contactData .jobsDiv .jobsInfo div p img {
  width: 100%;
  height: auto;
}
.contactData .jobsDiv .jobsInfo div ul h1 {
  font-size: 18px;
}
.contactData .jobsDiv .jobsInfo div ul h2 {
  font-size: 14px;
  line-height: 160%;
  font-family: HOS-C-Light;
  margin: 0 0 20px 0;
}

.contactData .jobsDiv .jobsType {
  width: 100%;
  font-family: HOS-C-Black;
  font-size: 14px;
  color: #231815;
  padding: 30px 0 10px 0;
  border-bottom: solid 1px #8c8c8c;
}
.contactData .jobsDiv .jobsTab-A {
  width: 42%;
  font-family: HOS-C-Medium;
  font-weight: bold;
}
.contactData .jobsDiv .jobsTab-B {
  width: 20%;
  font-family: HOS-C-Light;
}
.contactData .jobsDiv .jobsTab-C {
  width: 20%;
  font-family: HOS-C-Light;
}
.contactData .jobsDiv .jobsTab-D {
  width: 10%;
  font-family: HOS-C-Light;
}
.contactData .jobsDiv .jobsTab-E {
  width: 8%;
  text-align: right;
}

.contactData .jobsDiv .jobsTitle {
  font-size: 14px;
  padding: 20px 0;
}
.contactData .jobsDiv .jobsTitle:hover {
  cursor: pointer;
  color: #c81431;
}
.contactData .jobsDiv .jobsTitle.hover {
  cursor: pointer;
  color: #c81431;
}
.contactData .jobsDiv .jobsLine {
  border-bottom: solid 1px #8c8c8c;
}

.contactData .jobsDiv .jobsCont {
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 160%;
  font-family: HOS-C-Light;
}

.contactData .messageDiv {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 50px auto;
}
.contactData .messageDiv .ctcTitle div {
  border-bottom: 1px solid #8c8c8c;
}
.contactData .messageDiv .messageInfo div {
  text-align: center;
  font-family: HOS-C-Light;
  line-height: 140%;
  margin: 20px 0 50px 0;
}
.contactData .messageDiv .messageInfo div h1 {
  font-size: 14px;
  color: #999;
}
.contactData .messageDiv .messageInfo div h2 {
  font-size: 14px;
}
.contactData .messageDiv .messageForm {
  border: 1px dashed #8c8c8c;
  padding: 30px 50px 40px 50px;
}
.contactData .messageDiv .messageForm .mfCont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contactData .messageDiv .messageForm .mfCont ul div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contactData .messageDiv .messageForm .mfCont ul p {
  width: 40px;
}
.contactData .messageDiv .messageForm .mfCont li {
  width: auto;
  height: auto;
  border-bottom: solid 1px #8c8c8c;
  margin: 7px 0 3px 0;
  width: 100%;
}
.contactData .messageDiv .messageForm .mfCont li input {
  font-size: 16px;
  height: 30px;
  padding: 5px 0;
}
.contactData .messageDiv .messageForm .mfCont li textarea {
  resize: none;
  font-size: 16px;
  height: 80px;
  padding: 5px 0;
}

.contactData .messageDiv .messageForm .mfFile {
  margin: 15px 0 0 0;
}
.contactData .messageDiv .messageForm .mfFile .uploadFile ul {
  color: #666;
}
.contactData .messageDiv .messageForm .mfFile .uploadFile ul:hover {
  color: #000;
  cursor: pointer;
}
.contactData .messageDiv .messageForm .mfFile .uploadFile ul p {
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0;
}
.contactData .messageDiv .messageForm .mfFile .uploadFile ul p i {
  font-size: 24px;
}
.contactData .messageDiv .messageForm .mfFile .uploadFile ul li {
  font-size: 14px;
  line-height: 30px;
}

.contactData .messageDiv .messageForm .mfFile .deleteFile ul {
  color: #666;
}
.contactData .messageDiv .messageForm .mfFile .deleteFile ul li {
  font-size: 14px;
  line-height: 30px;
}
.contactData .messageDiv .messageForm .mfFile .deleteFile ul p {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px 0 0;
  color: #c81431;
}
.contactData .messageDiv .messageForm .mfFile .deleteFile ul p i {
  font-size: 18px;
}
.contactData .messageDiv .messageForm .mfFile .deleteFile ul p:hover {
  cursor: pointer;
  opacity: 0.8;
}

.contactData .messageDiv .messageForm .mfStmt {
  margin: 10px 0 0 0;
}
.contactData .messageDiv .messageForm .mfStmt div {
  line-height: 140%;
}
.contactData .messageDiv .messageForm .mfStmt h1 {
  font-size: 12px;
  font-family: HOS-C-Light;
  color: #666;
}
.contactData .messageDiv .messageForm .mfStmt div ul {
  margin: 5px 0 0 0;
  cursor: pointer;
}
.contactData .messageDiv .messageForm .mfStmt div ul li {
  font-size: 12px;
  font-family: HOS-C-Light;
  color: #666;
}
.contactData .messageDiv .messageForm .mfStmt div ul p {
  margin: 0 5px 0 1px;
  color: #ccc;
}
.contactData .messageDiv .messageForm .mfStmt div ul p i {
  font-size: 16px;
}
.contactData .messageDiv .messageForm .mfStmt div ul:hover li {
  color: #000;
}
.contactData .messageDiv .messageForm .mfStmt div ul.hover p {
  color: #c81431;
}
.contactData .messageDiv .messageForm .mfBtn div {
  text-align: right;
}
.contactData .messageDiv .messageForm .mfBtn div button {
  width: 100px;
  height: 40px;
  border-radius: 40px;
  margin: 0 0 0 10px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
}
.contactData .messageDiv .messageForm .mfBtn div button:hover {
  background-color: #000;
}

@media screen and (max-width: 1280px) {
  .search .searchDiv .searchList div ul p {
    width: 100px;
  }
  .search .searchDiv .searchList div ul li h1 {
    font-size: 20px;
  }
  .search .searchDiv .searchList div ul li h2 {
    font-size: 14px;
    height: 40px;
  }
  .search .searchDiv .searchList div ul li h3 {
    font-size: 12px;
  }

  .productsData .prodList .prodDiv .prodData .prodItemDiv {
    width: 106%;
  }
  .productsData .prodList .prodDiv .prodData .prodItemDiv a {
    width: 27.333%;
    margin: 0 6% 50px 0;
  }

  .dtlProducts .dtlChar .dtlcharInfo div {
    width: 70%;
  }

  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv {
    width: 102%;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div {
    width: 23%;
    margin: 0 2% 10px 0;
    height: 115px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul {
    padding: 20px 20px 15px 20px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul p img {
    width: 22px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h2 {
    font-size: 14px;
  }

  .pageData .aboutQualification .aqList .aqDiv {
    width: 102%;
  }
  .pageData .aboutQualification .aqList .aqDiv div {
    width: 23%;
    margin: 0 2% 20px 0;
  }
  .pageData .aboutQualification .aqList .aqDiv div ul {
    padding: 20px 20px 15px 20px;
  }
  .pageData .aboutQualification .aqList .aqDiv div ul li {
    font-size: 12px;
  }
  .pageData .pagePoint div {
    width: 70%;
  }

  .newsList .newsDiv .newsItem {
    width: 106%;
  }
  .newsList .newsDiv .newsItem a {
    width: 27.333%;
    margin: 0 6% 50px 0;
  }

  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv {
    width: 102%;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div {
    width: 23%;
    margin: 0 2% 10px 0;
    height: 115px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul {
    padding: 20px 20px 15px 20px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul p img {
    width: 22px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .tabs {
    margin: 0 auto 0 auto;
  }
  .tabs ul li a {
    padding: 0 10px;
  }

  #topShow {
    aspect-ratio: 16 / 9;
  }
  #TSD .swText {
    bottom: 50px;
    width: 80%;
  }
  #TSD .swText p {
    font-size: 28px;
    line-height: 120%;
  }
  #TSD .swText h6 {
    font-size: 12px;
    margin: 5px auto 0 auto;
    max-width: 480px;
  }
  #TSD .swText a {
    width: 90px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    font-size: 12px;
    margin: 10px auto 0 auto;
  }
  #TSD .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  #TSD .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }

  .homeProduct .homeProductDiv .homeProductA .productItem div {
    aspect-ratio: 16 / 6;
  }
  .homeProduct .homeProductDiv .homeProductA .productItem div ul {
    width: 80%;
  }
  .homeProduct .homeProductDiv .homeProductA .productItem div ul h1 {
    font-size: 24px;
  }
  .homeProduct .homeProductDiv .homeProductA .productItem div ul a {
    width: 90px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    font-size: 12px;
    margin: 10px auto 0 auto;
  }
  .homeProduct .homeProductDiv .homeProductB .productItem div {
    aspect-ratio: 16 / 9;
  }
  .homeProduct .homeProductDiv .homeProductB .productItem div ul h1 {
    font-size: 24px;
  }
  .homeProduct .homeProductDiv .homeProductB .productItem div ul a {
    width: 90px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    font-size: 12px;
    margin: 10px auto 0 auto;
  }
  .homeProduct .homeProductDiv .homeProductMore div a {
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    padding: 0 40px;
    font-size: 14px;
  }

  .productsData {
    margin: 180px 0 0 0;
  }
  .productsData .prodInfo h1 {
    font-size: 20px;
  }
  .productsData .prodInfo div {
    font-size: 14px;
  }

  .productsData .prodList .prodDiv .prodTitle div {
    margin: 0 0 30px 0;
  }
  .productsData .prodList .prodDiv .prodData .prodItemDiv {
    width: 105%;
  }
  .productsData .prodList .prodDiv .prodData .prodItemDiv a {
    width: 28.333%;
    margin: 0 5% 40px 0;
  }

  .dtlProducts {
    margin: 120px 0 0 0;
  }
  .dtlProducts .dtlTitle .dtlTitleDiv .dtlTitleName div h1 {
    font-size: 26px;
  }
  .dtlProducts .dtlTitle .dtlTitleDiv .dtlMenu div ul li {
    line-height: 35px;
    font-size: 12px;
  }
  .dtlProducts .dtlChar .dtlcharInfo div {
    width: 100%;
  }
  .dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem {
    width: 360px;
  }

  .pageData {
    margin: 120px 0 0 0;
  }
  .pageData .aboutMenu div ul li {
    line-height: 35px;
    font-size: 12px;
  }
  .pageData .aboutProfile div h1 {
    font-size: 20px;
    margin: 30px 0 0 0;
  }
  .pageData .aboutProfile div ul {
    font-size: 14px;
    margin: 10px 0 40px 0;
  }
  .pageData .pagePoint div {
    width: 80%;
  }

  .projectsData {
    margin: 180px 0 0 0;
  }
  .projectsData .projList div {
    margin: 0 0 60px 0;
  }
  .projectsData .projList div h1 {
    font-size: 20px;
  }
  .projectsData .projList div h2 {
    font-size: 14px;
    margin: 10px 0 20px 0;
  }
  .projectsData .projList div ul {
    margin: 10px 0 30px 0;
  }

  .dtlPage .dtlInfo div h1 {
    font-size: 26px;
  }

  .newsData {
    margin: 180px 0 0 0;
  }
  .newsData .newsTop div {
    margin: 0 0 60px 0;
  }
  .newsData .newsTop div h1 {
    font-size: 20px;
  }
  .newsData .newsTop div h2 {
    font-size: 14px;
    margin: 10px 0 20px 0;
  }

  .newsList .newsDiv .newsItem {
    width: 105%;
  }
  .newsList .newsDiv .newsItem a {
    width: 28.333%;
    margin: 0 5% 40px 0;
  }

  .downloadData {
    margin: 180px 0 0 0;
  }

  .contactData {
    margin: 180px 0 0 0;
  }

  .contactData .ctcTitle div h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 860px) {
  .paramTab table,
  th,
  td {
    font-size: 14px;
  }
  .paramTab td {
    padding: 10px 5px 5px 10px;
  }
  .paramTab .tab1 {
    width: auto;
  }

  .searchWin {
    width: 500px;
  }
  .searchWin div ul {
    height: 40px;
  }
  .searchWin div ul p {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .searchWin div ul li input {
    font-size: 18px;
  }
  .searchWin .searchBtnA i {
    font-size: 26px;
  }
  .searchWin .searchBtnB i {
    font-size: 26px;
  }
  .searchWin .clearBtn i {
    font-size: 22px;
  }

  .searchWin ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ddd;
    font-size: 16px;
    opacity: 1;
  }
  .searchWin input:focus::-webkit-input-placeholder {
    font-size: 16px;
    opacity: 0.5;
  }

  .searchWin :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 16px;
    opacity: 1;
  }
  .searchWin input:focus:-moz-placeholder {
    font-size: 16px;
    opacity: 0.5;
  }

  .searchWin ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 16px;
    opacity: 1;
  }
  .searchWin input:focus::-moz-placeholder {
    font-size: 16px;
    opacity: 1;
  }

  .searchWin :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ddd;
    font-size: 16px;
    opacity: 1;
  }
  .searchWin input:focus:-ms-input-placeholder {
    font-size: 16px;
    opacity: 0.5;
  }

  .search {
    margin: 100px 0 0 0;
  }
  .search .searchDiv .searchTool div ul {
    height: 40px;
  }
  .search .searchDiv .searchTool div ul li input {
    font-size: 18px;
  }
  .search .searchDiv .searchTool div ul p {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .search .searchDiv .clearBtn i {
    font-size: 22px;
  }
  .search .searchDiv .searchBtnA i {
    font-size: 26px;
  }
  .search .searchDiv .searchBtnB i {
    font-size: 26px;
  }

  .search ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ddd;
    font-size: 16px;
    opacity: 1;
  }
  .search input:focus::-webkit-input-placeholder {
    font-size: 16px;
    opacity: 0.5;
  }

  .search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
    font-size: 16px;
    opacity: 1;
  }
  .search input:focus:-moz-placeholder {
    font-size: 16px;
    opacity: 0.5;
  }

  .search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
    font-size: 16px;
    opacity: 1;
  }
  .search input:focus::-moz-placeholder {
    font-size: 16px;
    opacity: 1;
  }

  .search :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ddd;
    font-size: 16px;
    opacity: 1;
  }
  .search input:focus:-ms-input-placeholder {
    font-size: 16px;
    opacity: 0.5;
  }

  .menuList .mlDiv .mlLeft {
    width: 100px;
  }
  .menuList .mlDiv .mlLinks {
    width: 200px;
    padding: 40px 0;
  }
  .menuList .mlDiv .mlLinks ul a {
    font-size: 16px;
    padding: 0 0 10px 0;
  }

  .bottomMenu .bottomDiv .bottomLinks .linksDiv {
    display: block;
  }

  .productsData {
    margin: 160px 0 0 0;
  }

  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv {
    width: 102%;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div {
    width: 31.3333%;
    margin: 0 2% 10px 0;
    height: 115px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul {
    padding: 17px 17px 12px 17px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul p img {
    width: 20px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h2 {
    font-size: 14px;
  }

  .pageData .pagePoint div {
    width: 100%;
  }

  .projectsData {
    margin: 160px 0 0 0;
  }

  .newsData {
    margin: 160px 0 0 0;
  }

  .downloadData {
    margin: 160px 0 0 0;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv {
    width: 102%;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div {
    width: 31.3333%;
    margin: 0 2% 10px 0;
    height: 115px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul {
    padding: 17px 17px 12px 17px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul p img {
    width: 20px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h2 {
    font-size: 14px;
  }

  .contactData {
    margin: 160px 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  .tips404 {
    width: 100%;
  }
  .tips404 div p img {
    max-width: 128px;
  }
  .tips404 div ul {
    margin: 15px 0 0 0;
    text-align: center;
  }

  .subMenu {
    top: 50px;
  }

  .searchWin {
    width: 400px;
  }

  .search .searchDiv .searchList div ul p {
    width: 90px;
  }
  .search .searchDiv .searchList div ul li {
    margin: 0 0 0 15px;
  }
  .search .searchDiv .searchList div ul li h1 {
    font-size: 18px;
  }
  .search .searchDiv .searchList div ul li h2 {
    font-size: 13px;
    height: 34px;
  }

  .topMenu {
    height: 50px;
  }
  .topMenu .topMenuDiv .mLogo div ul {
    height: 50px;
  }
  .topMenu .topMenuDiv .mLogo div ul li img {
    height: 20px;
  }
  .topMenu .topMenuDiv .mLogo div ul p img {
    height: 20px;
  }
  .topMenu .topMenuDiv .mLogo div ul li {
    padding: 15px 0;
  }
  .topMenu .topMenuDiv .mLogo div ul p {
    padding: 15px 0;
  }
  .topMenu .topMenuDiv .mBtn div ul p {
    height: 50px;
    line-height: 50px;
  }
  .topMenu .topMenuDiv .mBtn div ul li {
    height: 50px;
    line-height: 50px;
  }
  .searchOpen {
    margin: -5px 0 0 0;
  }
  .menuOpen {
    margin: -5px 0 0 0;
  }

  .DShow {
    display: none;
  }
  .MShow {
    display: block;
  }

  .videoPlayer .videoBtn .icon i {
    font-size: 32px;
  }

  .topMenu .mLinks .mLinksDiv {
    display: none;
  }
  .homeMenu {
    display: none;
  }

  #topShow {
    aspect-ratio: 3 / 4;
  }

  .homeProduct .homeProductDiv .homeProductA .productItem div {
    aspect-ratio: 16 / 9;
  }

  .homeLatest .homeLatestDiv .toolItem ul h2 {
    font-size: 14px;
  }

  .productsData {
    margin: 140px 0 0 0;
  }
  .productsData .prodcDiv .toolItem ul h2 {
    font-size: 14px;
  }

  .dtlProducts .dtlTitle .dtlTitleDiv .dtlTitleName div h1 {
    font-size: 24px;
  }
  .dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem {
    width: 320px;
  }
  .dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem ul h1 {
    font-size: 16px;
  }
  .dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem ul h2 {
    font-size: 12px;
  }
  .dtlProducts .dtlChar .dtlcharInfo h1 {
    margin: 30px 0 10px 0;
  }
  .dtlProducts .dtlSpecs .dtlSpecsTitle div h1 {
    margin: 30px 0 20px 0;
  }
  .dtlProducts .dtlData .dtlDataDiv .dtlDataTitle div h1 {
    margin: 30px 0 20px 0;
  }
  .dtlProducts .dtlDownload .dtlDownloadTitle div h1 {
    margin: 30px 0 20px 0;
  }
  .dtlProducts .dtlMenu {
    display: none;
  }
  .dtlProducts .dtlTopicimg div {
    aspect-ratio: 16 / 9;
  }

  .pageData .aboutMenu div {
    padding: 0 0;
  }
  .pageData .aboutMenu ul {
    display: none;
  }
  .pageData .aboutQualification .aqList .aqDiv {
    width: 102%;
  }
  .pageData .aboutQualification .aqList .aqDiv div {
    width: 31.3333%;
    margin: 0 2% 15px 0;
  }
  .pageData .aboutQualification .aqList .aqDiv div ul {
    padding: 15px 15px 10px 15px;
  }
  .pageData .aboutQualification .aqList .aqDiv div ul li {
    font-size: 12px;
  }
  .pageData .pgTopicimg div {
    aspect-ratio: 16 / 9;
  }

  .projectsData {
    margin: 140px 0 0 0;
  }
  .dtlPage .dtlInfo div h1 {
    font-size: 24px;
  }
  .dtlPage .dpTopicimg div {
    aspect-ratio: 16 / 9;
  }

  .newsData {
    margin: 140px 0 0 0;
  }

  .downloadData {
    margin: 140px 0 0 0;
  }
  .downloadData .dtlDownload .dtlDownloadTitle div h1 {
    font-size: 20px;
    margin: 30px 0 20px 0;
  }

  .contactData {
    margin: 140px 0 0 0;
  }
}

@media screen and (max-width: 650px) {
  .paramTab table,
  th,
  td {
    font-size: 12px;
  }
  .paramTab td {
    padding: 10px 5px 5px 10px;
  }
  .paramTab .tab1 {
    width: auto;
  }

  .subMenu .subMenuDiv .subMenuTop div {
    max-width: 300px;
  }

  .searchWin {
    width: 320px;
  }
  .searchWin div ul {
    padding: 8px 10px 8px 15px;
  }
  .searchWin div ul li input {
    font-size: 16px;
  }
  .searchCloseBtn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 70px 0 0 0;
  }
  .searchCloseBtn i {
    font-size: 18px;
  }
  .searchWin .searchBtnB i {
    font-size: 24px;
  }

  .search {
    margin: 80px 0 0 0;
  }
  .search .searchDiv .searchTool div ul {
    padding: 8px 0 8px 0;
  }
  .search .searchDiv .searchTool div ul li input {
    font-size: 16px;
  }
  .search .searchDiv .searchBtnB i {
    font-size: 24px;
  }

  #TSD .swText p {
    font-size: 20px;
    line-height: 120%;
  }
  #TSD .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
  #TSD .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }

  .homeLatest .homeLatestTitle div h1 {
    font-size: 16px;
  }

  .homeProduct .homeProductDiv .homeProductA .productItem div {
    aspect-ratio: 1 / 1;
  }
  .homeProduct .homeProductDiv .homeProductA .productItem div ul h1 {
    font-size: 18px;
  }
  .homeProduct .homeProductDiv .homeProductB .productItem div ul h1 {
    font-size: 18px;
  }

  .bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItemDiv {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  .bottomMenu .bottomDiv .bottomLinks .linksDiv .linksItem {
    float: left;
    width: 50%;
  }
  .bottomMenu .bottomDiv .bottomLinks .linksDiv .location {
    width: 100%;
  }
  .bottomMenu .bottomDiv .bottomLinks .infoDiv {
    display: block;
  }
  .bottomMenu .bottomDiv .bottomLinks .infoDiv .infoList div {
    text-align: left;
    margin: 20px 0 0 0;
  }

  .productsData .prodInfo h1 {
    font-size: 18px;
  }
  .productsData .prodInfo div {
    font-size: 12px;
  }
  .productsData .prodcTitle div h1 {
    font-size: 16px;
  }
  .productsData .prodList .prodDiv .prodTitle div {
    margin: 0 0 20px 0;
  }
  .productsData .prodList .prodDiv .prodTitle div h1 {
    font-size: 16px;
  }
  .productsData .prodList .prodDiv .prodTitle div ul i {
    font-size: 18px;
  }
  .productsData .prodList .prodDiv .prodData .prodItemDiv {
    width: 104%;
  }
  .productsData .prodList .prodDiv .prodData .prodItemDiv a {
    width: 46%;
    margin: 0 4% 20px 0;
  }
  .productsData .prodList .prodDiv .prodData .prodItemDiv a div ul h1 {
    font-size: 14px;
    height: 20px;
  }
  .productsData .prodList .prodDiv .prodData .prodItemDiv a div ul h2 {
    font-size: 12px;
    line-height: 16px;
    height: 34px;
    margin: 5px 0 5px 0;
  }

  .dtlProducts .dtlChar .dtlcharInfo h1 {
    font-size: 16px;
  }
  .dtlProducts .dtlChar .dtlcharInfo div {
    font-size: 12px;
  }
  .dtlProducts .dtlChar .dtlcharSf .dtlcharSfTitle div h1 {
    font-size: 16px;
  }
  .dtlProducts .dtlChar .dtlcharSf .dtlcharSfDiv .toolItem ul h1 {
    font-size: 14px;
  }
  .dtlProducts .dtlSpecs .dtlSpecsTitle div h1 {
    font-size: 16px;
  }
  .dtlProducts .dtlData .dtlDataDiv .dtlDataTitle div h1 {
    font-size: 16px;
  }
  .dtlProducts .dtlDownload .dtlDownloadTitle div h1 {
    font-size: 16px;
  }

  .pageData .aboutProfile div h1 {
    font-size: 18px;
  }
  .pageData .aboutProfile div ul {
    font-size: 12px;
  }
  .pageData .aboutGallery .agTitle div h1 {
    font-size: 16px;
  }
  .pageData .aboutGallery .agDiv {
    padding: 20px 0 0 0;
  }
  .pageData .pageCont div h1 {
    font-size: 16px;
    margin: 40px 0 0 0;
  }
  .pageData .pageCont div ul {
    font-size: 12px;
    margin: 10px 0 15px 0;
  }
  .pageData .pagePoint div h1 {
    font-size: 16px;
    margin: 40px 0 0 0;
  }
  .pageData .pagePoint div ul {
    font-size: 12px;
    margin: 10px 0 15px 0;
  }

  .projectsData .projList div {
    margin: 0 0 40px 0;
  }
  .projectsData .projList div h1 {
    font-size: 18px;
  }
  .projectsData .projList div h2 {
    font-size: 12px;
    margin: 10px 0 15px 0;
  }
  .projectsData .projList div ul {
    margin: 10px 0 25px 0;
  }
  .projectsData .projList div ul b {
    margin: 0 5px;
  }

  .newsData .newsTop div {
    margin: 0 0 40px 0;
  }
  .newsData .newsTop div h1 {
    font-size: 18px;
  }
  .newsData .newsTop div h2 {
    font-size: 12px;
    margin: 10px 0 15px 0;
  }
  .newsData .newsTop div ul b {
    margin: 0 5px;
  }

  .newsList .newsDiv .newsItem {
    width: 104%;
  }
  .newsList .newsDiv .newsItem a {
    width: 46%;
    margin: 0 4% 20px 0;
  }
  .newsList .newsDiv .newsItem a div ul h1 {
    font-size: 14px;
    height: 20px;
  }
  .newsList .newsDiv .newsItem a div ul h2 {
    font-size: 12px;
    line-height: 16px;
    height: 34px;
    margin: 5px 0 5px 0;
  }
  .newsList .newsDiv .newsItem a div ul li b {
    margin: 0 5px;
  }

  .downloadData .dtlDownload .dtlDownloadTitle div h1 {
    font-size: 18px;
  }

  .contactData .ctcTitle div h1 {
    font-size: 18px;
  }
  .contactData .jobsDiv .jobsInfo div ul h1 {
    font-size: 16px;
  }
  .contactData .jobsDiv .jobsInfo div ul h2 {
    font-size: 12px;
  }
  .contactData .contactDiv .contactInfo ul li {
    font-size: 12px;
  }
  .contactData .messageDiv .messageInfo div {
    line-height: 120%;
    margin: 20px 0 40px 0;
  }
  .contactData .messageDiv .messageInfo div h1 {
    font-size: 12px;
  }
  .contactData .messageDiv .messageInfo div h2 {
    font-size: 12px;
  }
  .contactData .messageDiv .messageForm {
    padding: 20px 40px 30px 40px;
  }
  .contactData .messageDiv .messageForm .mfCont ul p {
    width: 20px;
  }
  .contactData .messageDiv .messageForm .mfCont li input {
    font-size: 14px;
    padding: 0 0 5px 0;
  }
  .contactData .messageDiv .messageForm .mfCont li textarea {
    font-size: 14px;
    padding: 0 0 5px 0;
  }
  .contactData .messageDiv .messageForm .mfBtn div button {
    width: 90px;
    height: 35px;
    border-radius: 35px;
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  .search .searchDiv .searchList div ul p {
    width: 80px;
  }
  .search .searchDiv .searchList div ul li {
    margin: 0 0 0 10px;
  }
  .search .searchDiv .searchList div ul li h1 {
    font-size: 16px;
    margin: 3px 0 0 0;
  }
  .search .searchDiv .searchList div ul li h2 {
    font-size: 12px;
    height: 32px;
    margin: 3px 0 0 0;
    line-height: 130%;
  }

  .dtlProducts .dtlTitle .dtlTitleDiv .dtlTitleName div h1 {
    font-size: 18px;
  }

  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv {
    width: 104%;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div {
    width: 46%;
    margin: 0 4% 10px 0;
    height: 115px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul {
    padding: 17px 17px 12px 17px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul p img {
    width: 20px;
  }
  .dtlProducts .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h2 {
    font-size: 14px;
  }

  .pageData .aboutQualification .aqList .aqDiv {
    width: 104%;
  }
  .pageData .aboutQualification .aqList .aqDiv div {
    width: 46%;
    margin: 0 4% 10px 0;
  }
  .pageData .aboutQualification .aqList .aqDiv div ul {
    padding: 15px 15px 10px 15px;
  }

  .dtlPage .dtlInfo div h1 {
    font-size: 18px;
  }

  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv {
    width: 104%;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div {
    width: 46%;
    margin: 0 4% 10px 0;
    height: 115px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul {
    padding: 17px 17px 12px 17px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul p img {
    width: 20px;
  }
  .downloadData .dtlDownload .dtlDownloadList .dtlDownloadDiv div ul li h2 {
    font-size: 14px;
  }

  .contactData .jobsDiv .jobsTitle {
    font-size: 12px;
  }
  .contactData .jobsDiv .jobsCont {
    font-size: 12px;
  }
  .contactData .jobsDiv .jobsTab-E i {
    font-size: 14px;
  }

  .contactData .messageDiv .messageForm {
    padding: 15px 20px 25px 20px;
  }
  .contactData .messageDiv .messageForm .mfCont ul {
    display: block;
  }
  .contactData .messageDiv .messageForm .mfCont ul p {
    display: none;
  }
  .contactData .messageDiv .messageForm .mfBtn {
    margin: 20px 0 0 0;
  }
}

/* message box style*/

.e-msg-bar {
  background-color: #12c994;
  position: fixed;
  z-index: 1000000;
  top: 0;
  width: 100%;
  height: auto;
  line-height: 1.8;
  padding: 13px 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  transition: all ease-in-out 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.alert-error {
  background-color: #f06962 !important;
}
.alert-info {
  background-color: #00c0ef !important;
}
.alert-warning {
  background-color: #f39c12 !important;
}
.alert-success {
  background-color: #12c994 !important;
}
@-webkit-keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*message box style end*/
