* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}

html {
  font-size: inherit;
  touch-action: none;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "TA-Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-variant: tabular-nums;
  font-feature-settings: "tnum", "tnum";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  font-weight: normal;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  list-style-type: none;
}

ol, ul {
  padding-left: 0;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

img, svg {
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
}

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

.w-full {
  width: 100%;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  font-size: 16px;
}

.menus {
  height: 70px;
}
.menus li {
  display: inline;
  padding: 0 25px;
  border-right: 1px solid #ddd;
  font-size: 16px;
}
.menus li:last-child {
  border-right: 0;
}

.about {
  width: 100%;
}
.about .contact {
  width: 484px;
  height: 312px;
}
.about .contact .contact-info {
  margin: 0 -10px 0 -10px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.about .contact .contact-info li {
  width: 227px;
  margin: 0 10px 20px 10px;
  padding: 23px 0;
  background: #f7f7f7;
}
.about .contact .contact-info li span {
  display: block;
  height: 45px;
  text-align: center;
}
.about .contact .contact-info li span img {
  width: 35px;
}
.about .contact .contact-info li p.c_info {
  color: #6f6f6f !important;
  font-size: 16px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
}
.about .contact .contact-info li p {
  color: #000;
  font-size: 16px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.about .about-text {
  width: 680px;
  padding-left: 40px;
}

.about .about-text .about-line {
  width: 30px;
  margin: 10px 0;
  border-bottom: 2px solid #31a83d;
}

.about .about-text .about-tit {
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.about .about-text .about-tit h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.about .about-text .about-tit p {
  font-size: 13px;
}

.about .about-text .about-content {
  padding-top: 12px;
}

.about .about-text .about-content p {
  color: #6B6B6B;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 24px;
  text-align: justify;
}

.odds-list {
  min-width: 1200px;
  padding-top: 20px;
  margin: 0 -10px;
  display: flex;
  flex-flow: row;
}

.odds-list dl {
  position: relative;
  width: 265px;
  height: 200px;
  padding: 10px 10px;
  margin: 0 10px;
  background: #f5f5f5;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.odds-list dl:hover {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0 5px 10px #ccc;
  box-shadow: 0 5px 10px #ccc;
}

.odds-list dl dt {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 42px;
  border: 2px solid #fff;
  margin: 0 auto;
  background: #31a83b;
  top: -42px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.odds-list dl:hover dt {
  background: #c2fbcd;
}

.odds-list dl dt img {
  position: absolute;
  width: 80px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.odds-list dl:hover dt img {
  top: -80px;
}

.odds-list dl dd {
  padding: 60px 20px 0 20px;
}

.odds-list dl dd h3 {
  font-size: 16px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.odds-list dl dd p {
  margin-top: 15px;
  font-size: 13px;
  color: #7B7B7B;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  line-height: 24px;
}

.product-list {
  min-width: 1200px;
  padding-top: 40px;
  margin: 0 -10px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.product-list dl {
  width: 225px;
  margin: 0 10px;
}

.product-list dl:nth-child(5n) {
  margin-right: 0;
}

.product-list dl dt {
  height: 163px;
  overflow: hidden;
}

.product-list dl dt img {
  display: block;
  width: 100%;
  -webkit-transition: transform 0.7s ease-out;
  -moz-transition: transform 0.7s ease-out;
  -ms-transition: transform 0.7s ease-out;
  -o-transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
}

.product-list dl:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product-list dl dd {
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  background: #f5f5f5;
  text-shadow: 0 1px 0 #fff;
}

.product-list dl:hover dd {
  color: #313fa8;
}

.news-list {
  margin: 0 -10px;
  margin-top: 30px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
}
.news-list li {
  width: 285px;
  margin: 0 10px;
}
.news-list li a {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  text-shadow: 0 1px 0 #fff;
}

.news .news-nav {
  width: 230px;
  padding: 30px 0 0;
  background: #f9f9f9;
  border-top: 2px solid #7d8bef;
  text-align: center;
  margin-right: 20px;
}
.news .news-nav h2 {
  color: #313fa8;
  text-align: center;
  font-size: 19px;
  padding-bottom: 20px;
  text-shadow: 0 1px 0 #fff;
  border-bottom: 1px solid #fff;
}
.news .news-nav .nav-list {
  border-top: 1px solid #E8E8E8;
  padding-top: 5px;
}
.news .news-nav .nav-list a {
  display: block;
  color: #666;
  text-align: center;
  border-left: 2px solid #f5f5f5;
  padding: 15px 0;
  text-shadow: 0 1px 0 #fff;
  border-bottom: 1px solid #F1F1F1;
  font-size: 14px;
}
.news .news-nav .nav-list a:last-child {
  border-bottom: 0;
}
.news .news-nav .nav-list a.active {
  color: #313fa8;
}
.news .news-warp {
  width: 100%;
  max-width: 920px;
}
.news .news-warp li {
  margin-bottom: 15px;
  border-bottom: 1px #D0D0D0 dotted;
}
.news .news-warp li .news-title {
  height: 25px;
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: hidden;
}
.news .news-warp li .news-title a:hover {
  color: #313fa8;
}
.news .news-warp li .news-desc {
  height: auto;
  font-size: 12px;
  line-height: 21px;
  color: #969696;
  margin-bottom: 5px;
  overflow: hidden;
  word-break: break-all;
}
.news .news-content-warp {
  width: 100%;
  max-width: 920px;
  line-height: 26px;
  font-size: 14px;
  padding-top: 40px;
}

.footer {
  margin-top: 50px;
  padding: 40px 0 30px 0;
  background: #1f1f1f;
  color: #d0d0d0;
  text-align: center;
}
.footer a {
  color: #d0d0d0;
}

/*paginate*/
.pagination {
  display: flex;
  justify-content: center !important;
  margin-top: 50px;
}

.pagination li {
  margin: 2px;
  background: #f5f5f5;
  border: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.pagination li > span, .pagination li > a {
  padding: 2px;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

.pagination li:hover, .pagination li.active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.pagination li.page-link {
  color: #6c757d;
}

.pagination li.page-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
  font-size: 0.775rem;
  position: relative;
  width: 40px;
  padding: 0.5rem 0.376rem;
  line-height: 1.25;
  height: auto;
  color: #0168fa;
}

.pagination li .page-input:active, .pagination li .page-input:focus, .pagination li .page-input:hover {
  z-index: 4;
}

.d-flex {
  display: flex !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

/*# sourceMappingURL=style.css.map */
