/* 文字尺寸 */
/*  */
/*  */
html,
body {
  background: #aaa;
}
* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
.ts-clearA {
  text-decoration: none !important;
  color: #fff !important;
}
.ts-clearA:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.ts-clearA:link {
  text-decoration: none !important;
  color: #fff !important;
}
.ts-clearA:visited {
  text-decoration: none !important;
  color: #fff !important;
}
.ts-clearA:active {
  text-decoration: none !important;
  color: #fff !important;
}
.ts-clearA-000 a {
  text-decoration: none !important;
  color: #000 !important;
}
.ts-clearA-000 a:hover {
  text-decoration: none !important;
  color: #000 !important;
}
.ts-clearA-000 a:link {
  text-decoration: none !important;
  color: #000 !important;
}
.ts-clearA-000 a:visited {
  text-decoration: none !important;
  color: #000 !important;
}
.ts-clearA-000 a:active {
  text-decoration: none !important;
  color: #000 !important;
}
.ts-mainMaxWidth {
  max-width: 1200px;
}
.ts-screenMaxWidth {
  max-width: 1920px;
}
.ts-delBorder {
  border: none !important;
}
.ts-colorWhite {
  color: white !important;
  border: #fff !important;
  background: #fff !important;
}
.ts-headerButtonPhone {
  font-size: 20px !important;
}
.ts-headerColor {
  font: 400 14px "微软雅黑" !important;
  color: #fff !important;
}
.ts-headerMenuColor {
  font: 400 16px "微软雅黑" !important;
  color: #969696 !important;
}
.ts-headerMenuSize > * {
  width: 120px !important;
  height: 80px !important;
  line-height: 70px !important;
  text-align: center;
}
.ts-headerMenuSize a {
  height: 100% !important;
  line-height: 70px !important;
}
#menu .ts-active a {
  color: #267ABC !important;
}
#menu .ts-active div {
  width: 30px;
  height: 6px;
  background: #267ABC;
  margin: auto !important;
  transform: translateY(-3px);
}
#navs .ts-active a {
  color: #dadada !important;
  display: block;
  border-top: #222;
  background: #1a6aa7;
  border-radius: 8px;
  box-shadow: 1px 1px 2px 2px #135486 inset;
}
.ts-headerBG {
  width: vw;
  background: #267ABC !important;
  border: none !important;
}
.ts-headerBG * {
  font: 400 14px "微软雅黑";
  color: #fff;
}
.ts-headerBG a {
  text-decoration: none;
  color: #fff;
}
.ts-headerBG a:hover {
  text-decoration: none;
  color: #fff;
}
.ts-headerBG a:link {
  text-decoration: none;
  color: #fff;
}
.ts-headerBG a:visited {
  text-decoration: none;
  color: #fff;
}
.ts-headerBG a:active {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 768px) {
  .ts-headerFindFix {
    visibility: hidden;
  }
  .ts-headerFindFix::before {
    display: inline !important;
  }
  .ts-headerFindFix::after {
    display: inline !important;
  }
}
.ts-headerLang {
  display: inline-block !important;
  float: left;
  width: 50% !important;
}
.ts-headerFind {
  display: inline-block;
  width: 225px;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
}
.ts-headerFind form {
  display: inline-block;
  width: 225px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 17px;
  line-height: 34px;
}
.ts-headerFind form input {
  width: calc(100% - 40px - 16px);
  margin-left: 20px;
  background: none;
  border: none;
  outline: none;
}
.ts-headerFind form input ::-moz-placeholder {
  color: #fff;
}
.ts-headerFind form input::-webkit-input-placeholder {
  color: #fff;
}
.ts-headerFind form input:-moz-placeholder {
  color: #fff;
}
.ts-headerFind form input:-ms-input-placeholder {
  color: #fff;
}
.ts-headerFind form button {
  vertical-align: top;
  height: 34px;
  display: inline-block;
  line-height: 20px;
  background: none;
  border: none;
}
.ts-mainTitle {
  text-align: center;
  text-transform: uppercase;
}
.ts-mainTitle h3 {
  font-size: 40px;
  margin-top: 47px;
}
@media (min-width: 0px) {
  .ts-mainTitle h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .ts-mainTitle h3 {
    font-size: 40px;
  }
}
@media (min-width: 0px) {
  .ts-mainTitle h3 {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .ts-mainTitle h3 {
    margin-top: 47px;
  }
}
.ts-mainTitle h3 small {
  font-size: 20px;
  opacity: 0.4;
}
@media (min-width: 0px) {
  .ts-mainTitle h3 small {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .ts-mainTitle h3 small {
    font-size: 20px;
  }
}
.ts-mainRowFix {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ts-inner {
  position: relative;
  padding-top: 100%;
  display: block;
  margin-bottom: 15px;
}
.ts-inner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ts-inner-content:hover > * {
  width: 120%;
  margin-left: -10%;
  opacity: 0.65;
}
.ts-inner-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  transition: 0.5s;
}
.ts-inner-content > div {
  position: absolute;
  margin-left: 0 !important;
  width: 100% !important;
  height: 25%;
  bottom: 0;
  transition: 0.5s;
  background: #267ABC;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.ts-inner-content > div p {
  padding: 0 6%;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  font-size: 22px;
}
@media (min-width: 0px) {
  .ts-inner-content > div p {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .ts-inner-content > div p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .ts-inner-content > div p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .ts-inner-content > div p {
    font-size: 22px;
  }
}
@media (min-width: 0px) {
  .ts-inner-content > div p {
    margin-top: -11px;
  }
}
@media (min-width: 768px) {
  .ts-inner-content > div p {
    margin-top: -12px;
  }
}
@media (min-width: 992px) {
  .ts-inner-content > div p {
    margin-top: -13px;
  }
}
@media (min-width: 1200px) {
  .ts-inner-content > div p {
    margin-top: -14px;
  }
}
.ts-clearBorder {
  border: none;
}
.ts-clearBorder * {
  border: none !important;
}
.ts-textCenter * {
  text-align: center;
}
@media (min-width: 992px) {
  .ts-productsFontSize {
    font-size: 1.83vw !important;
  }
}
@media (min-width: 1200px) {
  .ts-productsFontSize {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .col-md-0 {
    width: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-0 {
    width: 0;
  }
}
@media (max-width: 768px) {
  .col-xs-0 {
    width: 0 !important;
  }
}
.ts-maginBottomFix {
  margin-bottom: 0 !important;
}
footer {
  background: #267ABC;
  width: 100%;
  color: #fff;
}
footer > * > :nth-child(1) {
  margin-top: 38px;
}
footer > * > :nth-child(2) {
  margin-top: 10px;
  margin-bottom: 30px;
}
footer > * > :nth-child(3) {
  padding: 12px;
  height: 150px;
  font-size: 18px;
}
footer > * > :nth-child(4) {
  margin-top: 12px;
}
footer > * > :nth-child(5) {
  height: 150px;
  font-size: 14px;
  margin-bottom: 10px;
}
footer p {
  line-height: 19px;
}
.ts-mainHeader {
  background: url(../img/canvas00.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 35vw;
  max-height: 372px;
  max-width: 1920px;
}
.ts-textIndent {
  text-indent: 2em;
}
.ts-borderDashedBottom {
  width: 100%;
  border-bottom: 1px dashed #cccccc;
}
.ts-headerLogo {
  width: 50vw;
  max-width: 206px;
  height: 60px;
}
@media (min-width: 0px) {
  .ts-headerLogo {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .ts-headerLogo {
    margin-left: 0px;
  }
}
.ts-noPadding {
  padding: 0 !important;
}
