.c-arc-item3 .pic,.c-arc-item1 .pic{
  width:auto!important;
}
#brief-0 {
  width: 100%!important;
}
/*****/
/*****/
/*****/
@media screen and (min-width: 320px) {
  html {
    font-size: 8.33333333vw;
  }
}
@media screen and (max-width: 812px) {
  html {
    font-size: 67.66666667px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 100px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}
.wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.con {
  width: 12rem;
  margin-left: 16px;
  margin-right: 16px;
}
img {
  object-fit: cover;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-ms-search-decoration,
input::-ms-search-cancel-button {
  display: none;
}
input {
  transition: all 0.4s ease-out;
}
input:focus {
  box-shadow: 0 0 4px #e20013;
  outline: none;
}
::-webkit-input-placeholder,
::-ms-input-placeholder {
  font-size: 14px;
  color: gray;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  color: #2a2e2e;
}
a:active,
a:focus,
a:visited,
a:focus-within {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
ul,
ol,
li {
  list-style: none;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
span,
p,
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'ten3';
  src: url('https://img.0736tw.com/template/pc/skin/public/fonts/tencentsans-w3.ttf'), url('https://img.0736tw.com/template/pc/skin/public/fonts/tencentsans-w3.woff'), url('https://img.0736tw.com/template/pc/skin/public/fonts/tencentsans-w3.eot');
}
@font-face {
  font-family: 'ten7';
  src: url('https://img.0736tw.com/template/pc/skin/public/fonts/tencentsans-w7.ttf'), url('https://img.0736tw.com/template/pc/skin/public/fonts/tencentsans-w7.woff'), url('https://img.0736tw.com/template/pc/skin/public/fonts/tencentsans-w7.eot');
}
.title {
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.desc {
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cpn-gotop {
  cursor: pointer;
  position: fixed;
  z-index: 5;
  bottom: -60px;
  right: 50px;
  transform: translate(-90px, 0);
  opacity: 0.7;
  width: 60px;
  height: 60px;
  background-color: #e5e5e5;
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  font-size: 50px;
  transition: 1s cubic-bezier(0.8, -0.5, 0.2, 1.4);
}
.cpn-gotop::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 18px;
  width: 20px;
  height: 20px;
  border: 4px solid #333;
  border-left: none;
  border-bottom: none;
  transform: rotateZ(-45deg);
}
.show-gotop {
  bottom: 30px;
}
.icon-arrow-r2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  transform: scaleX(0.8);
}
.icon-arrow-r2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
  transform: rotateZ(45deg) scale(0.8);
}
.icon-arrow-r {
  display: block;
  width: 54px;
  height: 16px;
  color: #fff;
  background: url(//img.0736tw.com/template/pc/skin/image/icon_arrow_r.png) no-repeat;
  background-size: contain;
}
.icon-arrow-r-s {
  display: block;
  height: 14px;
  width: 31px;
  background: url(//img.0736tw.com/template/pc/skin/image/icon_arrow_r_s.png) no-repeat 0 0;
  position: absolute;
  right: 0.6rem;
  bottom: 0.96rem;
  background-size: contain;
}
.icon-go {
  display: inline-block;
  width: 44px;
  height: 21px;
  color: #fff;
  background: url(//img.0736tw.com/template/pc/skin/image/icon_arrow_r_dark.png) no-repeat;
  background-size: contain;
}
.icon-weixin {
  display: block;
  height: 28px;
  width: 28px;
  background: url(//img.0736tw.com/template/pc/skin/image/icon_wechat_hover.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  transition: background 0.2s ease-in-out;
}
.c-title {
  padding-bottom: 0.5rem;
}
.c-title .title {
  font-family: ten7;
  font-size: 30px;
}
.c-title a {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.c-title a:hover {
  color: #1c8c1e;
}
.c-text-1 {
  display: flex;
  padding-bottom: 0.5rem;
}
.c-text-1:hover .icon-go {
  transform: translateX(0.4rem);
}
.c-text-1 .title {
  font-family: ten7;
  font-size: 30px;
  width: 2.4rem;
  margin-right: 0.2rem;
  box-sizing: border-box;
}
.c-text-1 .title img {
  max-width: 90%;
  max-height: 0.5rem;
}
.c-text-1 .desc {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.c-text-1 .text {
  width: 100%;
  font-size: 14px;
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-text-1 .icon-go {
  margin-top: 0.15rem;
  background-size: 100% 98%;
  transition: all 0.4s ease-out;
}
.cpn-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem 0 0.6rem;
}
.cpn-page a {
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  height: 36px;
  display: block;
  line-height: 36px;
  border-radius: 8px;
  font-size: 14px;
  color: #2a2e2e;
  margin-right: 16px;
  background-color: #fff;
  transition: all 0.2s ease-out;
}
.cpn-page a[href]:hover {
  background-color: #1c8c1e;
  color: #fff;
}
.cpn-page a[href]:hover a {
  display: block;
  background-color: #1c8c1e;
  color: #fff;
}
.cpn-page a:not([href]) {
  display: none;
  cursor: default;
}
.cpn-page .active a {
  display: block;
  background-color: #1c8c1e;
  color: #fff;
}
.cpn-page b {
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  height: 36px;
  display: block;
  line-height: 36px;
  border-radius: 8px;
  font-size: 14px;
  color: #2a2e2e;
  margin-right: 16px;
  background-color: #fff;
  background-color: #1c8c1e;
  color: #fff;
  font-weight: 700;
  cursor: default;
}
.cpn-page b a {
  display: block;
  background-color: #1c8c1e;
  color: #fff;
}
.c-main {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-main .main-center {
  margin: 0 16px;
  width: 12rem;
}
.c-breadcrumb {
  min-height: 56px;
  width: 100%;
  background-color: #f2f3f5;
  line-height: 56px;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
.c-breadcrumb .con {
  width: 12rem;
  margin: 0 16px;
  display: flex;
  align-items: center;
}
.c-breadcrumb a {
  margin: 0 0.1rem;
}
.c-breadcrumb .icon-arrow-r2 {
  display: inline-block;
  width: 9px;
  height: 9px;
  position: relative;
  transform: scaleX(0.8);
}
.c-breadcrumb .icon-arrow-r2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
  transform: rotateZ(45deg) scale(0.8);
}
.c-breadcrumb span {
  color: #999;
  margin: 0 12px;
}
.c-date {
  color: #999;
  font-size: 16px;
}
.c-more a {
  display: block;
  width: 100%;
  height: 0.4rem;
  font-size: 20px;
  letter-spacing: 5px;
  text-align: center;
  font-weight: 700;
  line-height: 0.4rem;
  transition: all 0.4s ease-out;
}
.c-more a:hover {
  color: #1c8c1e;
}
.sk-chase,
.load-tip {
  display: none;
}
.c-isload {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #2c3e50;
}
.c-isload video {
  display: none;
}
.c-isload .sk-chase {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}
.c-isload .sk-chase .sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}
.c-isload .sk-chase .sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(1) {
  animation-delay: -1.2s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(1)::before {
  animation-delay: -1.2s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(2) {
  animation-delay: -1.3s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(2)::before {
  animation-delay: -1.3s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(3) {
  animation-delay: -1.4s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(3)::before {
  animation-delay: -1.4s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(4) {
  animation-delay: -1.5s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(4)::before {
  animation-delay: -1.5s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(5) {
  animation-delay: -1.6s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(5)::before {
  animation-delay: -1.6s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(6) {
  animation-delay: -1.7s;
}
.c-isload .sk-chase .sk-chase-dot:nth-child(6)::before {
  animation-delay: -1.7s;
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}
.c-isload .load-tip {
  display: block;
  position: relative;
  transform: translateY(40px);
  color: white;
  font-size: 30px;
}
.c-tabs {
  overflow: hidden;
  background-color: #1b1f25;
  height: 7.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-tabs a {
  color: #fff;
}
.c-tabs .con {
  width: 1440px;
  margin: 0;
  height: 100%;
  display: flex;
}
.c-tabs .tab-list {
  width: 33.3%;
  height: 100%;
}
.c-tabs .tab-list .item {
  cursor: pointer;
  height: 33.3%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-tabs .tab-list .item:hover a {
  left: 1.1rem;
  opacity: 1;
}
.c-tabs .tab-list .item:hover a .title::after {
  left: -0.4rem;
  opacity: 1;
}
.c-tabs .tab-list .item:hover a .icon-arrow-r {
  opacity: 1;
  left: 0;
}
.c-tabs .tab-list .item a {
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0.8rem;
  opacity: 0.5;
}
.c-tabs .tab-list .item a .title {
  font-size: 30px;
  font-family: ten7;
  letter-spacing: 4px;
  padding-bottom: 15px;
}
.c-tabs .tab-list .item a .title::after {
  content: '';
  width: 0.06rem;
  height: 0.7rem;
  background-color: #1c8c1e;
  position: absolute;
  left: -0.8rem;
  top: 0.1rem;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.c-tabs .tab-list .item a p {
  padding-bottom: 0.15rem;
}
.c-tabs .tab-list .item a .icon-arrow-r {
  transition: all 0.4s ease-out;
  opacity: 0;
  left: -0.2rem;
}
.c-tabs .tab-list .current a {
  left: 1.1rem;
  opacity: 1;
}
.c-tabs .tab-list .current a .title::after {
  left: -0.4rem;
  opacity: 1;
}
.c-tabs .tab-list .current a .icon-arrow-r {
  opacity: 1;
  left: 0;
}
.c-tabs .con-list {
  width: 64%;
  position: relative;
}
.c-tabs .con-list .item-list {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.c-tabs .con-list .item-list .item {
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.c-tabs .con-list .item-list .item a {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
}
.c-tabs .con-list .item-list .item a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
  filter: brightness(0.9);
  height: 100%;
  min-width: 100%;
}
.c-tabs .con-list .item-list .item a .text-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
}
.c-tabs .con-list .item-list .item a .text {
  padding: 0 0.32rem 0.2rem;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -0.64rem;
}
.c-tabs .con-list .item-list .item a .text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.c-tabs .con-list .item-list .item a .title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  margin-right: 0.35rem;
  padding-bottom: 0.06rem;
}
.c-tabs .con-list .item-list .item a .desc {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease-out;
  color: #fff;
}
.c-tabs .con-list .item-list .item a .icon-arrow-r-s {
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.c-tabs .con-list .item-list .item:hover a img {
  filter: brightness(0.8);
}
.c-tabs .con-list .item-list .item:hover a .text {
  bottom: 0;
}
.c-tabs .con-list .item-list .item:hover a .text .desc {
  opacity: 1;
}
.c-tabs .con-list .item-list .item:hover a .icon-arrow-r-s {
  z-index: 2;
  right: 0.2rem;
  opacity: 1;
}
.c-tabs .con-list .item-list .big {
  width: 100%;
}
.c-tabs .con-list .current {
  opacity: 1;
  visibility: visible;
}
.c-arc-slide {
  display: flex;
  justify-content: center;
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
}
.c-arc-slide .c-body {
  display: flex;
}
.c-arc-slide .c-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-arc-slide .c-title .title {
  font-weight: 400;
}
.c-arc-slide .home-arc-swiper {
  width: 5.88rem;
  height: 3.9rem;
  position: relative;
  overflow: hidden;
}
.c-arc-slide .home-arc-swiper .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 29.4rem;
}
.c-arc-slide .home-arc-swiper .slider {
  float: left;
  width: 5.88rem;
  height: 3.9rem;
  position: relative;
  z-index: 1;
}
.c-arc-slide .home-arc-swiper .slider img {
  width: 100%;
  height: 100%;
}
.c-arc-slide .home-arc-swiper .slider a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-arc-slide .home-arc-swiper .slider a::after {
  content: '';
  position: absolute;
  height: 1rem;
  left: 0;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}
.c-arc-slide .home-arc-swiper .slider a .title {
  padding: 0 0.15rem 0.15rem;
  text-align: justify;
  width: 100%;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  color: #fff;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-arc-slide .arclist {
  padding-left: 0.4rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.c-arc-slide .arclist .item {
  padding: 0.1rem 0.16rem;
  width: 100%;
  display: block;
  transition: all 0.4s ease-out;
}
.c-arc-slide .arclist .item:hover {
  box-shadow: 0 5px 10px #ccc;
  transform: translateY(-4px);
}
.c-arc-slide .arclist .title {
  width: 100%;
  font-weight: 400;
  padding-bottom: 5px;
}
.c-arc-slide .arclist .date {
  color: #999;
}
.c-banner-pic {
  height: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.c-banner-pic:hover img {
  width: 110%;
  height: auto;
}
.c-banner-pic img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 2s ease-out;
}
.c-banner-pic .con {
  position: relative;
  z-index: 2;
  width: 12rem;
  margin-left: 16px;
  margin-right: 16px;
  color: #2a2e2e;
}
.c-banner-pic .title {
  font-size: 44px;
  font-weight: 100;
  margin-top: -40px;
  letter-spacing: 4px;
}
.c-banner-pic .desc {
  margin-top: 10px;
  font-size: 16px;
}
.c-tab-nav .seat {
  position: relative;
  width: 100%;
  height: 53px;
  box-sizing: border-box;
}
.c-tab-nav .container {
  background-color: #fbfbfb;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  z-index: 5;
  height: 53px;
  border-bottom: 1px solid #f5f5f5;
}
.c-tab-nav .list {
  width: 12rem;
  position: relative;
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
}
.c-tab-nav .item {
  margin-right: 40px;
}
.c-tab-nav .item a {
  padding: 0 10px;
  font-size: 16px;
  height: 53px;
  line-height: 53px;
}
.c-tab-nav .line {
  position: absolute;
  transition: all 0.4s ease-out;
  width: 80px;
  height: 2px;
  background-color: #1c8c1e;
  bottom: 0;
}
.is-fixed {
  position: fixed!important;
  top: 0;
}
.c-tab-brands {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-tab-brands h3 {
  font-size: 30px;
  letter-spacing: 5px;
}
.c-tab-brands h4 {
  font-weight: 400;
  letter-spacing: 2px;
}
.c-tab-brands p {
  font-size: 16px;
  color: #666;
}
.tab-brand {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tab-brand .con {
  margin-left: 16px;
  margin-right: 16px;
  width: 12rem;
}
.tab-brand .c-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-brand .c-title .title {
  font-weight: 400;
}
[class^='c-card-item'] {
  transition: all 0.2s linear;
  margin-bottom: 0.4rem;
}
[class^='c-card-item']:hover {
  box-shadow: 0 5px 10px #ccc;
  transform: translateY(-4px);
}
[class^='c-card-item'] img {
  height: 100%;
}
[class^='c-card-item'] .title {
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
}
[class^='c-card-item'] .desc {
  color: #666;
}
.c-card-item-1 {
  background-color: #fff;
  width: 32%;
  box-sizing: border-box;
  padding: 0.53rem 0.48rem;
}
.c-card-item-1:nth-last-child(1) {
  margin-bottom: 0;
}
.c-card-item-1 .pic {
  text-align: center;
}
.c-card-item-1 .pic img {
  object-fit: fill;
  height: 0.7rem;
  width: 1.4rem;
}
.c-card-item-1 .desc {
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0.16rem;
  color: #5f6464;
  line-height: 2;
  text-align: justify;
}
.c-card-item-2 {
  width: 32.5%;
}
.c-card-item-2 .pic {
  width: 100%;
  height: 2.56rem;
  overflow: hidden;
}
.c-card-item-2 .pic img {
  width: 100%;
  min-height: 100%;
}
.c-card-item-2 .text {
  padding: 0.16rem;
}
.c-card-item-2 .title {
  font-weight: 700;
  letter-spacing: normal;
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card-item-2 .desc {
  margin-top: 0.08rem;
  line-height: 2;
  font-size: 16px;
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4em;
}
.c-card-item-2 .date {
  margin-top: 0.16rem;
  color: #999;
  font-size: 16px;
}
.c-card-item-2-2 {
  width: 49%;
}
.c-card-item-2-2 .pic {
  height: 3.6rem;
}
.c-card-item-3 {
  margin-bottom: 0.2rem;
  width: 2.24rem;
  box-sizing: border-box;
}
.c-card-item-3 .pic {
  width: 100%;
  overflow: hidden;
}
.c-card-item-3 .pic img {
  width: 100%;
  min-height: 100%;
}
.c-card-item-3 .text {
  padding: 0.14rem;
  display: none;
}
.c-card-item-3 .title {
  text-align: center;
  letter-spacing: normal;
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
  font-size: 12px;
}
.c-card-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.c-card-list .c-card-item-2:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.c-card-list-team {
  display: flex;
  flex-wrap: wrap;
}
.c-card-list-team > .title {
  width: 100%;
  padding: 0.6rem 0 0.4rem;
  font-weight: 400;
  font-family: 'ten7';
}
.c-card-list-5 {
  justify-content: flex-start;
}
.c-card-list-5 .c-card-item-3 {
  margin-right: 20px;
}
.c-card-list-5 .c-card-item-3:nth-child(5n) {
  margin-right: 0;
}
.c-card-menmber {
  width: 3rem;
  height: 2.6rem;
  position: relative;
  background-color: #fbfbfb;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.c-card-menmber .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
  height: 1.5rem;
}
.c-card-menmber .scale-con {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.c-card-menmber img {
  width: 100%;
  transition: all 0.4s ease-out;
}
.c-card-menmber .block {
  display: block;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  z-index: 2;
  left: -0.15rem;
  bottom: -0.15rem;
  transition: all 0.3s ease-out;
  background-color: #1e52d8;
}
.c-card-menmber .text {
  position: absolute;
  left: 0.3rem;
  top: 1.05rem;
}
.c-card-menmber .title {
  color: #1e52d8;
  margin-bottom: 0.1rem;
}
.c-card-menmber .desc {
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card-menmber .desc p {
  font-size: 0.14rem;
  color: #666;
}
.c-card-menmber:hover {
  background-color: #f2f3f5;
}
.c-card-menmber:hover .block {
  left: 0;
  bottom: 0;
}
.c-card-menmber:hover img {
  transform: scale(1.05);
}
.c-arc-window4 {
  display: flex;
  flex-wrap: wrap;
}
.c-arc-window4 .item {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: 3.2rem;
}
.c-arc-window4 .item:hover .text {
  bottom: 0;
}
.c-arc-window4 .item:hover .desc {
  opacity: 1;
}
.c-arc-window4 .item:hover img {
  transition: all 0.4s ease-out;
  filter: brightness(0.8);
}
.c-arc-window4 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  transition: all 0.5s ease-out;
  filter: brightness(0.9);
}
.c-arc-window4 .text-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
}
.c-arc-window4 .text {
  padding: 0 0.32rem 0.2rem;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -70px;
  line-height: 2;
}
.c-arc-window4 .text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.c-arc-window4 .title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 6px;
}
.c-arc-window4 .desc {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease-out;
  color: #fff;
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-arc-item1 {
  padding-top: 0.76rem;
  padding-bottom: 0.76rem;
}
.c-arc-item1:hover img {
  transform: scale(1.2);
}
.c-arc-item1 .pic {
  width: auto;
  height: 4.35rem;
  overflow: hidden;
}
.c-arc-item1 .pic img {
  transition: all 5s ease-out;
  width: 100%;
  height: 100%;
}
.c-arc-item2 {
  padding: 0.67rem 0;
  background-color: #fbfbfb;
}
.c-arc-item3 {
  padding: 0.67rem 0;
  background-color: #fbfbfb;
}
.c-arc-item3:hover img {
  transform: scale(1.2);
}
.c-arc-item3 .pic {
  width: auto;
  height: 4.35rem;
  overflow: hidden;
}
.c-arc-item3 .pic img {
  transition: all 5s ease-out;
  width: 100%;
  height: 100%;
}
.c-arc-item3 .title img {
  width: 1.81rem;
  height: 0.48rem;
}
.c-arc-item4 {
  padding: 0.67rem 0;
}
.c-arc-item4 .c-text-1 {
  padding-bottom: 0.5rem;
}
.c-arc-item-5 {
  padding: 0.2rem;
  transition: all 0.3s ease-out;
}
.c-arc-item-5:hover {
  box-shadow: 0 5px 10px #ccc;
  transform: translateY(-4px);
}
.c-arc-item-5 a {
  width: 100%;
  display: flex;
}
.c-arc-item-5 .pic {
  width: 2.04rem;
  height: 1.36rem;
  overflow: hidden;
}
.c-arc-item-5 img {
  width: 100%;
  min-height: 100%;
}
.c-arc-item-5 .text {
  padding-left: 0.32rem;
  flex: 1;
  position: relative;
}
.c-arc-item-5 .text .title {
  margin-bottom: 3px;
}
.c-arc-item-5 .text .date {
  font-size: 16px;
  color: #999;
  font-weight: 700;
}
.c-arc-item-5 .text .desc {
  padding-top: 0.1rem;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.c-arc-view {
  width: 900px;
  margin-left: 20px;
  margin-right: 20px;
}
.c-arc-view .head {
  margin: 0.4rem 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.13rem;
}
.c-arc-view .head .title {
  font-size: 44px;
  font-weight: 400;
  display: -webkit-box;
  /*设置弹性盒模型*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-arc-view .head .c-date {
  padding-top: 0.07rem;
  font-size: 14px;
  margin-left: 2px;
}
.c-arc-view .con {
  margin: 0;
  width: auto;
}
.c-arc-view .con p,
.c-arc-view .con span {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.c-arc-view .con b,
.c-arc-view .con strong {
  color: #2a2e2e;
}
.c-arc-view .con h2 {
  padding-bottom: 0.2rem;
}
.c-arc-view .con p {
  padding-bottom: 0.2rem;
}
.c-arc-view .con img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.c-arc-view .foot {
  margin-top: 0.4rem;
}
.c-arc-view .foot .c-title {
  padding-bottom: 0.4rem;
}
.c-arc-view .foot .c-title .title {
  font-family: auto;
}
.c-arc-view .foot .c-arc-item-5 {
  margin-bottom: 0.2rem;
}
.cpn-fold {
  display: none;
  height: 0.8rem;
  justify-content: center;
  position: relative;
  color: #666;
}
.cpn-fold .fold-mask {
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: -1.5rem;
  background-image: linear-gradient(to bottom, transparent, transparent 5%, #fff 90%, #fff);
}
.cpn-fold .fold-arrow {
  animation: fold-arrow 0.4s ease infinite alternate;
  position: absolute;
  filter: grayscale(0.8);
  width: 0.5rem;
  height: 0.5rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAgMAAADxkFD+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURUxpcfhZWfdXV/hZWfX/jrMAAAADdFJOUwDfIMe4PcYAAABNSURBVHjaxYzBDYBADMMCv0zSNRglU9ybRdgr40DVqhMgnT91JSvYyCGAV6mBKD0X8Nxpeb+vCNGtdAjoONOO1+yGZ5f6Zbdjj1LYyQvQ+hfpGovGFwAAAABJRU5ErkJggg==) no-repeat;
  background-size: contain;
}
@keyframes fold-arrow {
  0% {
    transform: translate(0, -0.75rem);
  }
  100% {
    transform: translate(0, -0.25rem);
  }
}
.cpn-fold .fold-info {
  margin-top: 0.2rem;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
}
.is-folded {
  height: 100vh;
  overflow: hidden;
}
.cpn-load {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpn-load span {
  width: 0.1rem;
  height: 0.4rem;
  margin-right: 5px;
  background-color: #999;
  animation: loading 0.6s linear infinite both;
}
@keyframes loading {
  0% {
    transform: scaleY(0.5);
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.5);
  }
}
.cpn-load span:nth-child(1) {
  animation-delay: 0.1s;
}
.cpn-load:hover {
  color: #2a2e2e;
}
.c-arc-list {
  padding-top: 0.24rem;
}
[class*='c-arc-list-'] {
  padding-top: 0.5rem;
}
[class*='c-arc-list-'] .c-title {
  padding-bottom: 0.5rem;
}
.c-arc-list-3 {
  padding: 0.6rem 0 0.4rem;
}
.c-arc-list-3 .c-title {
  padding-bottom: 0.56rem;
}
.c-header {
  position: fixed;
  z-index: 9;
  top: -72px;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all 0.4s ease-out;
  background-color: transparent;
}
.c-header .con {
  position: relative;
  z-index: 2;
  width: 12rem;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-header .con a {
  font-family: ten7;
  color: #fff;
  font-size: 18px;
  transition: all 0.4s ease-out;
}
.c-header .con .logo h1 {
  font-size: 0px;
}
.c-header .con .logo div {
  transition: all 0.4s ease-out;
  width: 140.5px;
  height: 36.5px;
  background: url(//img.0736tw.com/template/pc/skin/image/logo2.png) no-repeat;
  background-size: contain;
}
.c-header .con .nav {
  flex: 0.8;
  display: flex;
  justify-content: center;
}
.c-header .con .nav a {
  display: block;
  font-weight: 700;
  opacity: 0.95;
  line-height: 72px;
  height: 72px;
  padding: 0 0.3rem;
  position: relative;
  z-index: 2;
}
.c-header .con .nav a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #24b727;
  bottom: 15px;
  left: 0;
  transition: all 0.4s ease-out;
  transform: scaleX(0);
}
.c-header .con .nav .current > a::after {
  transform: scaleX(0.6);
}
.c-header .con .nav .item {
  position: relative;
  cursor: pointer;
}
.c-header .con .nav .item:hover > a::after {
  transform: scaleX(0.6);
}
.c-header .con .nav .item .nav-sub {
  visibility: hidden;
  z-index: 2;
  opacity: 0;
  position: absolute;
  transition: all 0.6s;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.c-header .con .nav .item .nav-sub li a {
  font-weight: 400;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.c-header .con .nav .item .nav-sub li a:hover {
  opacity: 1;
}
.c-header .con .nav .item .hook {
  position: absolute;
  left: 0;
  z-index: 1;
  height: 268px;
  width: 100%;
  visibility: hidden;
}
.c-header .con .lang .line {
  opacity: 0.7;
  transition: all 0.4s ease-out;
  padding: 0 2px;
  color: #fff;
}
.c-header .con .lang .current {
  opacity: 1;
}
.c-header .con .lang a {
  opacity: 0.7;
}
.c-header .con .lang a:hover {
  opacity: 1;
}
.c-header .drop-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  transition: all 0.4s ease-out;
  left: 0;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 0;
}
.white-head .logo div {
  background-image: url(//img.0736tw.com/template/pc/skin/image/logo.png) !important;
}
.white-head a {
  color: #2a2e2e !important;
}
.white-head i {
  color: #2a2e2e !important;
}
.white-head .drop-bg {
  height: 0.72rem;
  opacity: 1;
}
.show-head {
  top: 0;
}
.drop-head .nav .item .nav-sub a {
  font-weight: 400;
  opacity: 0.7;
}
.drop-head .nav .item .hook {
  visibility: visible !important;
}
.drop-head .nav .active .nav-sub {
  top: 72px !important;
  visibility: visible!important;
  height: 373px !important;
  opacity: 1 !important;
}
.drop-head .drop-bg {
  height: 377px;
  opacity: 1;
}
.header-seat {
  height: 72px;
}
.c-footer {
  display: flex;
  justify-content: center;
  background-color: #fbfbfb;
  color: #5f6464;
}
.c-footer a {
  color: #5f6464;
  font-size: 16px;
}
.c-footer .con {
  padding: 0 0.4rem 0.4rem;
  width: 12rem;
}
.c-footer .head {
  display: flex;
  align-items: center;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}
.c-footer .head .focus {
  font-weight: 400;
  font-size: 20px;
  margin-right: 0.33rem;
}
.c-footer .head .list {
  display: flex;
  align-items: center;
}
.c-footer .head .item {
  margin-right: 0.33rem;
  position: relative;
  z-index: 2;
}
.c-footer .head .item .icon {
  filter: grayscale(100%);
}
.c-footer .head .item .icon > img {
  object-fit: fill;
  width: 0.25rem;
  height: 0.25rem;
}
.c-footer .head .item .icon + img {
  visibility: hidden;
  position: absolute;
  width: 1.3rem;
  opacity: 0;
  top: -1.54rem;
  left: 0;
  transition: all 0.4s ease-out;
}
.c-footer .head .item .icon:hover {
  filter: grayscale(0%);
}
.c-footer .head .item .icon:hover + img {
  visibility: visible;
  opacity: 1;
}
.c-footer .body {
  display: flex;
}
.c-footer .nav {
  width: 75%;
  display: flex;
}
.c-footer .nav .item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-footer .nav .item .title {
  font-weight: 100;
  margin-bottom: 0.3rem;
}
.c-footer .nav .nav-sub {
  display: flex;
  flex-direction: column;
}
.c-footer .nav .nav-sub li a {
  display: block;
  margin-bottom: 0.2rem;
}
.c-footer .logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-footer .logo img {
  width: 2rem;
}
.c-footer .info {
  padding-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.c-footer .links a {
  font-size: 14px;
  margin-right: 0.2rem;
}
@media screen and (max-width: 812px) {
  .c-header {
    display: none;
  }
  .c-banner-video .title {
    display: none!important;
  }
}
/*    .cpn-section;
    .cpn-swiper;
    .cpn-nav;
    .cpn-arclist;
    .cpn-gotop;
    .cpn-search;
    .cpn-fold;
    .cpn-content;
    // *大组件
    .cpn-header;
    .cpn-contact;
    .cpn-footer;
     */
.home {
  background-color: #fff;
}
.home .c-banner-video {
  background-color: #2a2e2e;
  height: 7.08rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.home .c-banner-video .video-bg {
  display: none;
  background: url(//img.0736tw.com/template/pc/skin/image/banner_bg.jpg) no-repeat center;
}
.home .c-banner-video video {
  height: 7.8rem;
}
.home .c-banner-video .title {
  opacity: 0;
  font-family: 'ten3';
  width: 624px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.home .c-banner-video .title div {
  color: #fff;
  font-size: 54px;
  font-weight: 100;
  letter-spacing: 20px;
}
.home .c-banner-video .title .center {
  width: 180px;
  height: 81px;
  overflow: hidden;
  position: relative;
}
.home .c-banner-video .title .center .list {
  position: absolute;
  top: 0;
}
.home .c-banner-video .slide {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  opacity: 0;
}
.home .c-banner-video .slide .line {
  display: block;
  width: 3px;
  border-radius: 2px;
  height: 32px;
  background-color: #fff;
  margin-bottom: 5px;
  margin: 0 auto;
  animation: slide 4s linear both infinite;
}
@keyframes slide {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
    opacity: 1;
  }
  20% {
    transform: scale(1, 0);
    transform-origin: 50% 100%;
    opacity: 1;
  }
  25% {
    transform: scale(1, 0);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 50% 0%;
  }
}
.home .c-banner-video .slide .tip {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
.home .c-banner-video .slide-ready {
  opacity: 1;
}
.home .c-desc {
  text-align: center;
  padding: 80px 0 40px;
}
.home .c-desc p {
  font-size: 24px;
  width: 100%;
  margin-bottom: 0.2rem;
  font-family: ten3;
  letter-spacing: 2px;
}
.home .c-desc p b {
  font-family: auto;
}
.home .c-brief {
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
}
.home .c-brief .con {
  margin: 0 16px;
  overflow-x: hidden;
  display: flex;
  justify-content: space-between;
}
.home .c-brief .con .img-scale {
  width: 400px;
  height: 250px;
  overflow: hidden;
}
.home .c-brief .con .img-scale img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.home .c-brief .con .img-scale:hover img {
  transform: scale(1.1);
}
.home .c-brief .con .item {
  position: relative;
  width: 4rem;
  height: 2.5rem;
  display: flex;
}
.home .c-brief .con .item:nth-child(-n + 2) {
  margin-right: 16px;
}
.home .c-brief .con .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1c8c1e;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.home .c-brief .con .item:hover p::after {
  width: 100%;
}
.home .c-brief .con .item:hover::after {
  opacity: 0.7;
}
.home .c-brief .con p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 0.3rem;
  color: #fff;
  font-family: ten7;
  font-weight: 700;
  letter-spacing: 2px;
}
.home .c-brief .con p::after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.4s ease-out;
}
.home .c-brief .con img {
  width: 100%;
  height: 100%;
}
.home .icon-arrow-r {
  position: absolute;
  left: 0;
}
.brief .c-banner-pic .con {
  color: #fff;
}
.brief .c-tab-brand {
  line-height: 2;
  margin: 0.8rem 0;
}
#brief-0 {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 0.5rem 0.6rem;
  width: 12rem;
}
#brief-0 .c-title {
  display: block !important;
  padding-bottom: 0.33rem;
}
#brief-0 .c-title .title {
  font-family: ten7;
}
#brief-0 h4 {
  margin-bottom: 0.1rem;
}
#brief-0 p {
  margin-bottom: 0.05rem;
}
#brief-1 {
  width: 12rem;
  background-color: #FBFBFB;
  padding: 0.6rem 0.96rem;
  box-sizing: border-box;
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
}
#brief-1 .title {
  width: 50%;
  font-family: ten7;
}
#brief-1 .text {
  flex: 1;
  position: relative;
  border-left: 1px solid #ccc;
  padding-left: 0.6rem;
}
#brief-1 .text h4 {
  margin-bottom: 0.2rem;
}
#brief-1 .text p {
  margin-bottom: 0.05rem;
}
#brief-2 {
  width: 100%;
  height: 610px;
  margin: 0.8rem 12px 0;
  padding: 0;
  background-color: #fbfbfb;
  line-height: 1.5;
}
#brief-2 .con {
  display: flex;
  width: 100%;
  height: 100%;
}
#brief-2 .text {
  box-sizing: border-box;
  padding: 0.8rem 0.05rem 0.8rem 1.1rem;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#brief-2 .text .title {
  font-family: ten7;
}
#brief-2 .text .title {
  padding-bottom: 0.4rem;
}
#brief-2 .text .list-title {
  color: #1e52d8;
  font-size: 20px;
  margin-bottom: 0.06rem;
}
#brief-2 .text .item {
  margin-bottom: 0.2rem;
}
#brief-2 .text .item-title {
  font-family: ten7;
  margin-bottom: 0.06rem;
  font-size: 24px;
}
#brief-2 .pic {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#brief-2 .pic img {
  height: 100%;
}
#brief-3 {
  margin-top: 0.2rem;
  padding-top: 0.4rem;
}
#brief-3 .c-title {
  padding-bottom: 0.4rem;
}
.contact {
  width: 12rem;
  background-color: #FBFBFB;
  padding: 0.6rem 0.96rem;
  box-sizing: border-box;
  margin: 0.5rem 16px 0.8rem;
  display: flex;
}
.contact .title {
  font-family: ten7;
  margin-bottom: 0.2rem;
}
.contact .text {
  line-height: 2.5;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .text p:last-child {
  margin-bottom: 0;
}
.contact .text p {
  font-size: 16px;
  margin-bottom: 0.1rem;
}
.contact .text .lable {
  font-weight: 700;
  font-size: 20px;
  border-right: 1px solid #666;
  padding-right: 0.2rem;
  margin-right: 0.24rem;
  letter-spacing: 4px;
  color: #2a2e2e;
}
.contact #map-container {
  width: 55%;
  height: 100%;
  background-color: #e5e5e5;
  position: relative;
}
.contact #map-container p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 700;
}
.contact .BMap_cpyCtrl {
  display: none;
}
.hornor {
  margin-top: 0.2rem;
  padding-top: 0.4rem;
}
.hornor .c-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.4rem;
}
.partner .tab-brand {
  background-color: #fbfbfb;
}
.news .c-banner-pic {
  height: 2.84rem;
  width: 100%;
}
.news .c-banner-pic .title {
  margin-top: 0;
}
.arcview .main-center {
  display: flex;
  justify-content: center;
}
.arcview div[label-module='para'] {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  padding-bottom: 0.2rem;
}
