@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
 
 
 
@font-face {
	font-family:Poppins;
	src: url('../fonts/Poppins-SemiBold.ttf'); }  
 

@font-face {
	font-family:BEBAS;
	src: url('../fonts/BEBAS.woff2'); }  
 
@font-face {
	font-family:HelveticaNeueLTStd-Bd;
	src: url('../fonts/HelveticaNeueLTStd-Bd.otf'); } 
 @font-face {
  font-family: 'iconfont';
  src: url('../fonts/fonts/iconfont.woff2?t=1657090652446') format('woff2'),
       url('../fonts/fonts/iconfont.woff?t=1657090652446') format('woff'),
       url('../fonts/fonts/iconfont.ttf?t=1657090652446') format('truetype');
}
 
 .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body {
  font: 12px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
/*  vertical-align: top;*/
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}.ftyud1{ display:none}
.ftyud2{ display:block}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}

span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
 /* font-size: 14px;*/
}
span {
  display: inline-block;
}
p {
  line-height: 1.5;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
}
body:not(.ind_body) {
  height: auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
small {
  font-weight: 200;
}
::-webkit-scrollbar {
  width: 9px;
  background-color: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  border: solid 2px #f0f0f0;
  width: 5px;
  border-radius: 4px;
  background-color: #cbcbcb;
}
::-webkit-scrollbar-corner {
  background-color: #f0f0f0;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #cbcbcb;
  color: #fff;
}
::-moz-selection {
  background: #cbcbcb;
  color: #fff;
}
::selection {
  background: #cbcbcb;
  color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
html {
  font-size: 100px;
}
/* 初始定义 */
@font-face {
  font-family: 'en-b';
  src: url('../css/font/Product-Sans-Bold-3.ttf');
}
.en-b {
  font-family: en-b;
}
@font-face {
  font-family: 'en';
  src: url('../css/font/Product-Sans-Regular-2.ttf');
}
.en {
  font-family: en;
}
@font-face {
  font-family: 'en-l';
  src: url('../css/font/Product-Sans-Regular-2.ttf');
}
.en-l {
  font-family: en-l;
}
/* 定义网站色值 */

.mc font { font-family:BEBAS; font-size:50px;}
.mc {
  color: #d60000;
}
.fc {
  color: #d6041b;
}
.wc1 {
  color: #fff;
}
.wc {
  color: #333;
}

.grc {
  color: #eeeeee;
}
.d-gc {
  color: #8e8e8e;
}
.rc {
  color: #ff231c;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #8aff3c;
}
.bc {
  color: #4060ff;
}
.transi {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.linear-bg {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.max-wid {
  width: 92%;

  margin: auto;
}

/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1440px){  

.max-wid {
  width: 85%;

  margin: auto;
}

}

.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*图片容器*/
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.pic .img-w {
  position: absolute !important;
  width: 100% !important;
  min-height: 100% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  display: block;
}
.pic .img-h {
  position: absolute !important;
  height: 100% !important;
  min-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  display: block;
}
.pic img.w-h {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.pic img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
}
/* 按钮 */
.layout-btn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.layout-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.layout-btn-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  height: 52px;
  background: #fff;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  overflow: hidden;
}
.layout-btn-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d60000;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}
.layout-btn-1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.layout-btn-1 > div {
  position: relative;
  top: 16px;
  width: 100%;
  height: 26px;
  overflow: hidden;
}
.layout-btn-1 > div > span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-1 > div > span:first-of-type {
  color: #fff;
  transform: translateY(24px);
}
.layout-btn-1 > div > span:last-of-type {
  color: #1e0f21;
  transform: translateY(0);
}
.layout-btn-1:hover {
  background: #d60000;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
.layout-btn-1:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}
.layout-btn-1:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}
.layout-btn-1:hover > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-1:hover > div > span:last-of-type {
  transform: translateY(-24px);
}
.layout-btn-2 {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  display: inline-block;
}
.layout-btn-2 > div {
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.25s;
}
.layout-btn-2 > div > span {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 5px solid #fff;
  line-height: 50px;
  font-size: 17pt;
  text-align: center;
  text-transform: uppercase;
}
.layout-btn-2 > div > span:first-of-type {
  color: #fff;
  transform: translate3d(0, 0, 30px);
}
.layout-btn-2 > div > span:last-of-type {
  color: #737f39;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
}
.layout-btn-2:hover > div {
  transform: rotateX(-90deg);
}
.layout-btn-3 {
  height: 80px;
  line-height: 80px;
  width: 180px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.layout-btn-3 > span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 3;
  color: #000;
  width: 100%;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  transition: all 0.3s cubic-bezier(0, 0.25, 0.5, 1);
}
.layout-btn-3 .Sline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  fill: #fff;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0, 0.25, 0.5, 1);
}
.layout-btn-3:hover > span {
  color: #fff;
}
.layout-btn-3:hover .Sline {
  fill: #d60000;
  transform: translate3d(-66.6%, 0, 0);
}
.layout-btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 180px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-align: center;
}
.layout-btn-4 > span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.layout-btn-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:hover:after {
  transform: translate(0, 0);
}
.layout-btn-4:hover:before {
  transform: translate(0, 0);
}
/*输入框*/
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 1px #d4d4d4;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #5b4c5c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #01afd1;
  height: 2px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #01afd1;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 2px;
}
/*省市区三级联动*/
.layout-adr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout-adr .parent {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  cursor: default;
  padding-bottom: 10px;
}
.layout-adr .parent .con {
  position: relative;
  min-width: 120px;
  padding: 0 26px 0 8px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.layout-adr .parent .con span {
  display: inline;
  padding: 5px 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.layout-adr .parent .adr-down {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
}
.layout-adr .parent .adr-down > ul {
  line-height: 36px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: 0;
  max-height: 220px;
}
.layout-adr .parent .adr-down > ul > li {
  padding-left: 8px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin: 0;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-adr .parent .adr-down > ul > li:hover {
  background-color: #d60000;
  color: #fff;
}
.layout-adr .parent .adr-down:after {
  content: "◆";
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 8px;
  margin-top: -5px;
  color: #ffffff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.layout-adr .parent .adr-down.on {
  display: block;
}
.layout-adr .parent:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 8px;
  display: block;
  border: 6px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.layout-adr.adr-inline .parent .con {
  padding-left: 4px;
}
.layout-adr.adr-inline .parent .con span:hover {
  background-color: #d60000;
  color: #fff;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.component > ul > li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.component nav > a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5b4c5c;
  outline: none;
  overflow: visible;
  text-align: center;
  top: 50%;
  z-index: 1100;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component nav .moveNext {
  right: 0;
}
.component .Tcon {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  bottom: 0;
  margin:0 7.5%;  
 
  z-index: 11; /*display:flex; */flex-wrap: wrap
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .Tcon > small > .Tpage {
  color: #fff;
  font-size: 0.2rem;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: max-content;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .txtChange > [data-txt].txtShow {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .pageChange {

  width: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: left;
  align-items: center;display:flex; flex-wrap: wrap
}
.component .Tcon .pageChange > li {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 0.3rem;
  height: 0.1rem;
  line-height: 0.1rem;
  margin: 0.2rem 0.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.component .Tcon .pageChange > li.on {
  background-color: #000;
}
.component-small {
  width: 650px;
  height: 290px;
}
.component-small > ul {
  width: 450px;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: transparent;
}
.component-fullwidth > ul {
  overflow: hidden;
}
.component-fullwidth > ul > li {
  overflow: hidden;
}
.component-fullwidth > ul > li > img {
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-transparent {
  width: 900px;
  height: 500px;
}
.component-transparent > ul {
  width: 112px;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  z-index: 2;
}
.webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
.webGL-slider .pagination > [data-slide] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
.webGL-slider .pagination > [data-slide].on {
  opacity: 1;
}
.webGL-slider a.move-prev {
  position: absolute;
  bottom: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.webGL-slider a.move-prev:hover {
  opacity: 1;
}
.webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.webGL-slider a.move-next:hover {
  opacity: 1;
}
.webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.webGL-slider .txt-item > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
.webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
/*弹窗*/
.course_block{ height:860px}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
.inter {
  position: relative;
  display: inline-block;
}
.inter > span {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px;
}
.inter .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  left: -25px;
}
.inter .items > img {
  border: 4px solid #d60000;
}
.inter .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter .items > ul > li {
  background-color: #fff;
}
.inter .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
  color: #d60000;
  text-decoration: underline;
}
.inter .items > span {
  height: 20px;
  line-height: 20px;
  position: relative;
  width: 100%;
  display: block;
}
.inter .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: #d60000 transparent transparent transparent;
  left: 32px;
  top: 0;
}
@media screen and (min-width: 800px) {
  .inter:hover .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
@media screen and (max-width: 800px) {
  .inter {
    cursor: pointer;
  }
  .inter.on .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
.inter:hover .wxBox {
  opacity: 1;
}
/*下拉*/
.dropdown {
  text-align: left;
  width: 220px;
  display: inline-block;
  position: relative;
}
.dropdown select {
  display: none;
}
.dropdown > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(336px);
  top: 42px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #151924;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid #cdd9ed;
}
.dropdown > ul > li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .3s ease;
}
.dropdown > ul > li > a {
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  color: #cdd9ed;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .3s ease;
}
.dropdown > ul > li > a:hover {
  color: #eee;
}
.dropdown > ul > li.active > a {
  color: #fff;
  background-color: #000;
}
.dropdown > span {
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 6px;
  display: block;
  position: relative;
  color: #cdd9ed;
  border: 1px solid #2f3545;
  background-color: #151924;
}
.dropdown > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99A3BA;
  transition: all .3s ease;
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #99A3BA;
  transition: all .3s ease;
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 12px);
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open > ul > li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropdown.open > span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}
.f-60 {
  font-size: 60px;
}
.f-50 {
  font-size: 52px; font-family:HelveticaNeueLTStd-Bd
}
.f-48 {
  font-size: 48px;
}.f-146 {
  font-size: 56px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 36px; 
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 20px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 24px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-500 {
  font-weight: 500;
}
.f-600 {
  font-weight: 600;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 48px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 36px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 38px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 70px!important;
  }
  a,
  span,
  li,
  b,
  i,
  label,
  p,
  strong,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small,
  em,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    font-size: 14px;
  }
  .f-60 {
    font-size: 50px;
  }
  .f-50 {
    font-size: 44px;
  }
  .f-48 {
    font-size: 44px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 36px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 60px!important;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-50 {
    font-size: 34px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 30px;
  }
  .f-44 {
    font-size: 26px;
  }
  .f-42 {
    font-size: 26px;
  }
  .f-40 {
    font-size: 24px;
  }
  .f-38 {
    font-size: 22px;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-34 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 50px!important;
  }
  p {
    font-size: 13px;
    line-height: 180%;
  }
  small,
  span {
    font-size: 13px;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-50 {
    font-size: 24px;
  }
  .f-48 {
    font-size: 24px;
  }
  .f-46 {
    font-size: 22px;
  }
  .f-44 {
    font-size: 22px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-38 {
    font-size: 18px;
  }
  .f-36 {
    font-size: 18px;
  }
  .f-34 {
    font-size: 18px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 14px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 14px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-7 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 4px;
  }
  .mt-9 {
    margin-top: 4px;
  }
  .mt-10 {
    margin-top: 6px;
  }
  .mt-12 {
    margin-top: 6px;
  }
  .mt-14 {
    margin-top: 6px;
  }
  .mt-16 {
    margin-top: 6px;
  }
  .mt-18 {
    margin-top: 6px;
  }
  .mt-20 {
    margin-top: 8px;
  }
  .mt-22 {
    margin-top: 8px;
  }
  .mt-24 {
    margin-top: 8px;
  }
  .mt-26 {
    margin-top: 8px;
  }
  .mt-28 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mt-32 {
    margin-top: 10px;
  }
  .mt-34 {
    margin-top: 10px;
  }
  .mt-36 {
    margin-top: 12px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-42 {
    margin-top: 14px;
  }
  .mt-44 {
    margin-top: 14px;
  }
  .mt-46 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 16px;
  }
  .mt-50 {
    margin-top: 18px;
  }
  .mt-60 {
    margin-top: 18px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 22px;
  }
  .mt-90 {
    margin-top: 26px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-5 {
    margin-bottom: 4px;
  }
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-7 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 4px;
  }
  .mb-9 {
    margin-bottom: 4px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-12 {
    margin-bottom: 6px;
  }
  .mb-14 {
    margin-bottom: 6px;
  }
  .mb-16 {
    margin-bottom: 6px;
  }
  .mb-18 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-22 {
    margin-bottom: 8px;
  }
  .mb-24 {
    margin-bottom: 8px;
  }
  .mb-26 {
    margin-bottom: 8px;
  }
  .mb-28 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-32 {
    margin-bottom: 10px;
  }
  .mb-34 {
    margin-bottom: 10px;
  }
  .mb-36 {
    margin-bottom: 12px;
  }
  .mb-38 {
    margin-bottom: 12px;
  }
  .mb-40 {
    margin-bottom: 12px;
  }
  .mb-42 {
    margin-bottom: 14px;
  }
  .mb-44 {
    margin-bottom: 14px;
  }
  .mb-46 {
    margin-bottom: 16px;
  }
  .mb-48 {
    margin-bottom: 16px;
  }
  .mb-50 {
    margin-bottom: 18px;
  }
  .mb-60 {
    margin-bottom: 18px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 22px;
  }
  .mb-90 {
    margin-bottom: 26px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-5 {
    margin-left: 4px;
  }
  .ml-6 {
    margin-left: 4px;
  }
  .ml-7 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 4px;
  }
  .ml-9 {
    margin-left: 4px;
  }
  .ml-10 {
    margin-left: 6px;
  }
  .ml-12 {
    margin-left: 6px;
  }
  .ml-14 {
    margin-left: 6px;
  }
  .ml-16 {
    margin-left: 6px;
  }
  .ml-18 {
    margin-left: 6px;
  }
  .ml-20 {
    margin-left: 8px;
  }
  .ml-22 {
    margin-left: 8px;
  }
  .ml-24 {
    margin-left: 8px;
  }
  .ml-26 {
    margin-left: 8px;
  }
  .ml-28 {
    margin-left: 10px;
  }
  .ml-30 {
    margin-left: 10px;
  }
  .ml-32 {
    margin-left: 10px;
  }
  .ml-34 {
    margin-left: 10px;
  }
  .ml-36 {
    margin-left: 12px;
  }
  .ml-38 {
    margin-left: 12px;
  }
  .ml-40 {
    margin-left: 12px;
  }
  .ml-42 {
    margin-left: 14px;
  }
  .ml-44 {
    margin-left: 14px;
  }
  .ml-46 {
    margin-left: 16px;
  }
  .ml-48 {
    margin-left: 16px;
  }
  .ml-50 {
    margin-left: 18px;
  }
  .ml-60 {
    margin-left: 18px;
  }
  .ml-70 {
    margin-left: 20px;
  }
  .ml-80 {
    margin-left: 22px;
  }
  .ml-90 {
    margin-left: 26px;
  }
  .ml-100 {
    margin-left: 30px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-5 {
    margin-right: 4px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-7 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 4px;
  }
  .mr-9 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .mr-14 {
    margin-right: 6px;
  }
  .mr-16 {
    margin-right: 6px;
  }
  .mr-18 {
    margin-right: 6px;
  }
  .mr-20 {
    margin-right: 8px;
  }
  .mr-22 {
    margin-right: 8px;
  }
  .mr-24 {
    margin-right: 8px;
  }
  .mr-26 {
    margin-right: 8px;
  }
  .mr-28 {
    margin-right: 10px;
  }
  .mr-30 {
    margin-right: 10px;
  }
  .mr-32 {
    margin-right: 10px;
  }
  .mr-34 {
    margin-right: 10px;
  }
  .mr-36 {
    margin-right: 12px;
  }
  .mr-38 {
    margin-right: 12px;
  }
  .mr-40 {
    margin-right: 12px;
  }
  .mr-42 {
    margin-right: 14px;
  }
  .mr-44 {
    margin-right: 14px;
  }
  .mr-46 {
    margin-right: 16px;
  }
  .mr-48 {
    margin-right: 16px;
  }
  .mr-50 {
    margin-right: 18px;
  }
  .mr-60 {
    margin-right: 18px;
  }
  .mr-70 {
    margin-right: 20px;
  }
  .mr-80 {
    margin-right: 22px;
  }
  .mr-90 {
    margin-right: 26px;
  }
  .mr-100 {
    margin-right: 30px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pt-5 {
    padding-top: 4px;
  }
  .pt-6 {
    padding-top: 4px;
  }
  .pt-7 {
    padding-top: 4px;
  }
  .pt-8 {
    padding-top: 4px;
  }
  .pt-9 {
    padding-top: 4px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-12 {
    padding-top: 6px;
  }
  .pt-14 {
    padding-top: 6px;
  }
  .pt-16 {
    padding-top: 6px;
  }
  .pt-18 {
    padding-top: 6px;
  }
  .pt-20 {
    padding-top: 8px;
  }
  .pt-22 {
    padding-top: 8px;
  }
  .pt-24 {
    padding-top: 8px;
  }
  .pt-26 {
    padding-top: 8px;
  }
  .pt-28 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pt-32 {
    padding-top: 10px;
  }
  .pt-34 {
    padding-top: 10px;
  }
  .pt-36 {
    padding-top: 12px;
  }
  .pt-38 {
    padding-top: 12px;
  }
  .pt-40 {
    padding-top: 12px;
  }
  .pt-42 {
    padding-top: 14px;
  }
  .pt-44 {
    padding-top: 14px;
  }
  .pt-46 {
    padding-top: 16px;
  }
  .pt-48 {
    padding-top: 16px;
  }
  .pt-50 {
    padding-top: 18px;
  }
  .pt-60 {
    padding-top: 18px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 22px;
  }
  .pt-90 {
    padding-top: 26px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pb-5 {
    padding-bottom: 4px;
  }
  .pb-6 {
    padding-bottom: 4px;
  }
  .pb-7 {
    padding-bottom: 4px;
  }
  .pb-8 {
    padding-bottom: 4px;
  }
  .pb-9 {
    padding-bottom: 4px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-12 {
    padding-bottom: 6px;
  }
  .pb-14 {
    padding-bottom: 6px;
  }
  .pb-16 {
    padding-bottom: 6px;
  }
  .pb-18 {
    padding-bottom: 6px;
  }
  .pb-20 {
    padding-bottom: 8px;
  }
  .pb-22 {
    padding-bottom: 8px;
  }
  .pb-24 {
    padding-bottom: 8px;
  }
  .pb-26 {
    padding-bottom: 8px;
  }
  .pb-28 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .pb-32 {
    padding-bottom: 10px;
  }
  .pb-34 {
    padding-bottom: 10px;
  }
  .pb-36 {
    padding-bottom: 12px;
  }
  .pb-38 {
    padding-bottom: 12px;
  }
  .pb-40 {
    padding-bottom: 12px;
  }
  .pb-42 {
    padding-bottom: 14px;
  }
  .pb-44 {
    padding-bottom: 14px;
  }
  .pb-46 {
    padding-bottom: 16px;
  }
  .pb-48 {
    padding-bottom: 16px;
  }
  .pb-50 {
    padding-bottom: 18px;
  }
  .pb-60 {
    padding-bottom: 18px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 22px;
  }
  .pb-90 {
    padding-bottom: 26px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .pl-5 {
    padding-left: 4px;
  }
  .pl-6 {
    padding-left: 4px;
  }
  .pl-7 {
    padding-left: 4px;
  }
  .pl-8 {
    padding-left: 4px;
  }
  .pl-9 {
    padding-left: 4px;
  }
  .pl-10 {
    padding-left: 6px;
  }
  .pl-12 {
    padding-left: 6px;
  }
  .pl-14 {
    padding-left: 6px;
  }
  .pl-16 {
    padding-left: 6px;
  }
  .pl-18 {
    padding-left: 6px;
  }
  .pl-20 {
    padding-left: 8px;
  }
  .pl-22 {
    padding-left: 8px;
  }
  .pl-24 {
    padding-left: 8px;
  }
  .pl-26 {
    padding-left: 8px;
  }
  .pl-28 {
    padding-left: 10px;
  }
  .pl-30 {
    padding-left: 10px;
  }
  .pl-32 {
    padding-left: 10px;
  }
  .pl-34 {
    padding-left: 10px;
  }
  .pl-36 {
    padding-left: 12px;
  }
  .pl-38 {
    padding-left: 12px;
  }
  .pl-40 {
    padding-left: 12px;
  }
  .pl-42 {
    padding-left: 14px;
  }
  .pl-44 {
    padding-left: 14px;
  }
  .pl-46 {
    padding-left: 16px;
  }
  .pl-48 {
    padding-left: 16px;
  }
  .pl-50 {
    padding-left: 18px;
  }
  .pl-60 {
    padding-left: 18px;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pl-80 {
    padding-left: 22px;
  }
  .pl-90 {
    padding-left: 26px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pr-5 {
    padding-right: 4px;
  }
  .pr-6 {
    padding-right: 4px;
  }
  .pr-7 {
    padding-right: 4px;
  }
  .pr-8 {
    padding-right: 4px;
  }
  .pr-9 {
    padding-right: 4px;
  }
  .pr-10 {
    padding-right: 6px;
  }
  .pr-12 {
    padding-right: 6px;
  }
  .pr-14 {
    padding-right: 6px;
  }
  .pr-16 {
    padding-right: 6px;
  }
  .pr-18 {
    padding-right: 6px;
  }
  .pr-20 {
    padding-right: 8px;
  }
  .pr-22 {
    padding-right: 8px;
  }
  .pr-24 {
    padding-right: 8px;
  }
  .pr-26 {
    padding-right: 8px;
  }
  .pr-28 {
    padding-right: 10px;
  }
  .pr-30 {
    padding-right: 10px;
  }
  .pr-32 {
    padding-right: 10px;
  }
  .pr-34 {
    padding-right: 10px;
  }
  .pr-36 {
    padding-right: 12px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pr-40 {
    padding-right: 12px;
  }
  .pr-42 {
    padding-right: 14px;
  }
  .pr-44 {
    padding-right: 14px;
  }
  .pr-46 {
    padding-right: 16px;
  }
  .pr-48 {
    padding-right: 16px;
  }
  .pr-50 {
    padding-right: 18px;
  }
  .pr-60 {
    padding-right: 18px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .pr-80 {
    padding-right: 22px;
  }
  .pr-90 {
    padding-right: 26px;
  }
  .pr-100 {
    padding-right: 30px;
  }
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}





.#roll .row .rowMain .h23_active_1{ width:100px; margin:0 auto; display:flex;flex-direction:row;}
.#roll .row .rowMain .h23_active_1 h2{ flex:1}
.#roll .row .rowMain .h23_active_1 span{ flex:1}

.indPro_box {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; margin-top:10px
}

.indPro_l {
    width: 65%;
}

.indPro_r {
    width: 35%
}

.indProA {
    position: relative;
    padding: 10px;
    float: left;
    display: block;
    width: 100%;
    height: 18vw
}


.indPro_l .indProA {
    width: 50%;height: 36vw;
}

.indPro_l .indProA:first-child {
    width: 50%;
    height: 36vw;
}


.indPro_r .indProA:last-child {
    height: 18vw;
}

.indPro_img {
    overflow: hidden;
}

.indPro_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 3;
}

.indPro_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.18;
    transition: all 0.68s;
}

.indPro_img,
.indPro_img img {
    position: relative;
    width: 100%;
    height: 100%;

}

.indPro_img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 2.4s;
}

.indProA:hover .indPro_img::after {
    opacity: 0;
}

.indProA:hover .indPro_img img {
    transform: scale(1.1);
}

.indPro_name {
    position: absolute;
    left: 42px;
    bottom: 115px;
    z-index: 9;
    transition: all 0.48s;
}

.proBox .indPro_name {
    bottom: -24px;
}

.indPro_name .indMore {
    
    transition: all 0.48s; padding-top:14px; float:left
}

.indPro_name .indMore::before {
    background: transparent;
}

.indPro_name span {
    color: #fff;
    font-size: 19px;
    font-weight:normal;
     font-family:Barlow-Regular
}
.topic .til_2{ text-align:center; width:100%; margin-top:-7vw!important}
 .topic .til_2 h2{ width:100%; color:#1a1a1a; font-size:36px; font-weight:normal}
 .topic .til_2 .mc1{ font-size:18px; text-transform:uppercase; font-family:Barlow-Regular}

.proBox .indPro_name span {
    font-size: 20px;
}

.proBox .indPro_name span.indMore {
    font-size: 16px;
}

.indPro_name p {
    position: relative;
    font-size: 24px;
    color: #fff;
}

.proBox .indPro_name p {
    font-size: 31px
}

@media(min-width:787px) {

    .indProA:hover .indPro_name,
    .proBox .proA:hover .indPro_name {
        bottom: 38px;
    }

    .indProA:hover .indPro_name .indMore,
    .proBox .proA:hover .indPro_name .indMore {
        margin-top: 8px;
    }

}




.title-box .title span {
    /* font-family: SourceHanSansCN-Bold; */
    /* font-size: calc(12px - .12rem + .32rem); */
    font-size: 32px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 0.3rem;
}


.title-box .title {
    /* width: 100%; */
    text-align: left;
    /* font-family: SourceHanSansCN-Medium; */
    /* font-size: calc(12px - .12rem + .3rem); */
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: inline-block; text-transform:uppercase; font-family:Barlow-Regular
}.title-box {
    width: 100%;
    margin-bottom: 1.48rem;
    text-align: left;
}





.scaleIn {
  animation-name: scaleIn;
}
/*页面结构*/
img[src=''] {
  display: none !important;
}
.at_on,
.a_on,
.father[data-child="a"] a,
a.scroll-animate {
  visibility: hidden;
}
.big_img_box {
  -webkit-overflow-scrolling: touch;
  position: static;
}
.animated {
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ie #home #other > ul > li .wxBox > span {
  width: 330px;
}
.ie #home #other > ul > li .add {
  width: 150px;
}
.ie #home #other > ul > li .searchIn {
  width: 250px;
}
#bloc {
  height: 100%;
  overflow: hidden;
  width: 100vw;
}
#bloc header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  pointer-events: none; background:#fff
}
#bloc header .pc-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#bloc header .pc-nav .col-1 > a {
  pointer-events: all;
}
#bloc header .pc-nav .col-1 > a img {

  max-height: 116px; height:60px; margin-top:20px;
}
#bloc header .pc-nav .col-2 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  pointer-events: all;
  margin-left: 0;
  width: 85%;
  height: 96px;
}
#bloc header .pc-nav .col-2 .wc {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .prImg {
  width: 100%;
  height: 100%;
  max-height: 83px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .paImg {
  position: absolute;
  width: 102%;
  max-height: 115px;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .paImg:nth-child(2) {
  pointer-events: none;
}
#bloc header .pc-nav .col-2 .pwImg {
  position: absolute;
  width: 102%;
  max-height: 115px;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .pwImg:nth-child(2) {
  pointer-events: none;
}
#bloc header .pc-nav .col-2 .navBox {
  position: absolute;
  z-index: 10;
  right:12%;
  top: 0;
  height: 100%;
}
#bloc header .pc-nav .col-2 .navBox > ul {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#bloc header .pc-nav .col-2 .navBox > ul > li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3.6vw;
}
#bloc header .pc-nav .col-2 .navBox > ul > li:first-of-type {
  width: 7vw;
  padding-right: 0;
  margin-right: 0.24rem;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > a {
  
  position: relative;
  display: block; line-height:96px; font-size:0.23rem
}
#bloc header .pc-nav .col-2 .navBox > ul > li > a span {
  font-size: 0.23rem;
  font-weight:normal;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > a i {
  position: absolute;
  font-size: 12px;
  left: -0.2rem; color:#fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > ol {
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 1.8vw);
  margin-left: -100px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > ol > div {
  height: 20px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > ol > li {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > ol > li > a {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 8px 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > ol > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  right: 0;
  margin: 0 auto;
  background-color: #d60000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > ol > li > a:hover:after {
  width: 100%;
}
#bloc header .pc-nav .col-2 .navBox > ul > li > ol:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  left: 0;
  background: #D6031A;
}
#bloc header .pc-nav .col-2 .navBox > ul > li:hover > a span {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px); color:#d6041b
}
#bloc header .pc-nav .col-2 .navBox > ul > li:hover > a i {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
}
#bloc header .pc-nav .col-2 .navBox > ul > li:hover > ol {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#bloc header .pc-nav .col-2 .other {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0%;
  top: 0;
  height: 100%;
  
  z-index: 10; width:120px
}
#bloc header .pc-nav .col-2 .other .group {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; opacity: 0.6; margin-left:5px
}
#bloc header .pc-nav .col-2 .other .group > a > span {
  padding-right: 6px;
  line-height: 1;
}
#bloc header .pc-nav .col-2 .other .group > a i {
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .other .group > ol {
  position: absolute;
  top: calc(100% + 9px);
  left: -25px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .other .group > ol > div {
  height: 10px;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}
#bloc header .pc-nav .col-2 .other .group > ol > li {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#bloc header .pc-nav .col-2 .other .group > ol > li > a {
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; color:#fff
}
#bloc header .pc-nav .col-2 .other .group > ol > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  right: 0;
  margin: 0 auto;
  background-color: #d60000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .pc-nav .col-2 .other .group > ol > li > a:hover {
  letter-spacing: 2px;
}
#bloc header .pc-nav .col-2 .other .group > ol > li > a:hover:after {
  width: 100%;
}
#bloc header .pc-nav .col-2 .other .group > ol:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0px;
  left: 0;
  background: #D6031A;
}
#bloc header .pc-nav .col-2 .other .group:hover > a i {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
#bloc header .pc-nav .col-2 .other .group:hover > ol {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#bloc header .pc-nav .col-2 .other .line {
  width: 2px;
  height: 21px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 10px;
}
#bloc header .pc-nav .col-2 .other .phone {
  display: flex;
  justify-content: center;
  align-items: center; width:60px
}
#bloc header .pc-nav .col-2 .other .phone i {
  margin-right: 10px;
}
#bloc header .pc-nav .col-2 .other .phone span {
  line-height: 1;
}
#bloc header .pc-nav.navWc .col-2 .prImg {
  opacity: 0;
}
#bloc header .pc-nav.navWc .col-2 .paImg {
  opacity: 1;
}
#bloc header .pc-nav.navWc .col-2 .wc {
  color: #666666;
}
#bloc header .pc-nav.navWc .col-2 .navBox > ul > li > ol {
  background-color: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1);
}
#bloc header .pc-nav.navWc .col-2 .other .group > ol {
  background-color: #fff;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1);
}
#bloc header .app-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: all;
}
#bloc header .app-nav .col-1 {
  position: relative;
  z-index: 12;
}
#bloc header .app-nav .col-1 > img {
  height: 68px;
  max-height: 115px;
}
#bloc header .app-nav .col-2 {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 48px;
  position: relative;
}
#bloc header .app-nav .col-2 > .mask {
  position: absolute;
  width: calc(100% + 25px);
  height: 100%;
  right: 0;
  top: 0;
  z-index: 6;
  mask-image: url(../img/u1.png);
  mask-size: auto 100%;
  mask-position: left top;
  background-color: #fff;
}
#bloc header .app-nav .col-2 > a {
  width: 35px;
  margin-left: -5px;
  text-align: center;
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
}
#bloc header .app-nav .col-2 > a > i {
  color: #fff;
}
#bloc header .app-nav .col-2 > a .wxBox {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 100%;
  width: 3.5rem;
  padding-top: .2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#bloc header .app-nav .col-2 > a .wxBox:after {
  position: absolute;
  right: 10px;
  margin: auto 0;
  top: -2px;
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #d6041b transparent;
}
#bloc header .app-nav .col-2 > a .wxBox > span {
  right: 20px;
  background-color: #d6041b;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloc header .app-nav .col-2 > a .wxBox > span > img {
  width: 1.5rem;
  margin-right: 10px;
}
#bloc header .app-nav .col-2 > a .wxBox > span > img:last-of-type {
  margin-right: 0px;
}
#bloc header .app-nav .col-2 > a:hover > .wxBox {
  opacity: 1;
}
#bloc header .app-nav .col-2 .ham {
  cursor: pointer;
 
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 10; margin-right:15px; margin-top:18px
}
#bloc header .app-nav .col-2 .ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, stroke 500ms;
  stroke: #333;
  stroke-width: 5.5;
  stroke-linecap: round;
}
#bloc header .app-nav .col-2 .ham .line.top {
  stroke-dasharray: 40 139;
}
#bloc header .app-nav .col-2 .ham .line.bottom {
  stroke-dasharray: 40 180;
}
#bloc header .app-nav .col-2 .ham.active {
  transform: rotate(45deg);
}
#bloc header .app-nav .col-2 .ham.active .line.top {
  stroke-dashoffset: -98px;
}
#bloc header .app-nav .col-2 .ham.active .line.bottom {
  stroke-dashoffset: -138px;
}
#bloc header .app-nav .col-2 .menu {
  position: fixed;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
#bloc header .app-nav .col-2 .menu > .child {
  padding-top: 78px;
  position: absolute;
  height: 100%;
  width: 68%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  background-color: #d6041b;
  top: 0;
  right: 0;
  z-index: 5;
}
#bloc header .app-nav .col-2 .menu > .child > div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
#bloc header .app-nav .col-2 .menu > .child > div > a {
  width: 60px;
  text-align: center;
  color: #fff;
}
#bloc header .app-nav .col-2 .menu > .child > ul {
  width: 100%;
}
#bloc header .app-nav .col-2 .menu > .child > ul > li {
  position: relative;
}
#bloc header .app-nav .col-2 .menu > .child > ul > li > i {
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 24px;
  top: 0;
  font-size: 12px;
  width: 44px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header .app-nav .col-2 .menu > .child > ul > li > a {
  border-top: 1px rgba(255, 255, 255, 0.3) solid;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: none;
  display: block;
  width: 100%;
  color: #fff;
  height: 54px;
  line-height: 54px;
  font-weight: bold;
  font-size: 18px;
  padding: 0 24px;
  overflow: hidden;
}
#bloc header .app-nav .col-2 .menu > .child > ul > li.go-child.on i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#bloc header .app-nav .col-2 .menu > .child > ul > ol {
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#bloc header .app-nav .col-2 .menu > .child > ul > ol > li > a {
  width: 100%;
  display: inline-block;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 24px;
  text-indent: 10px;
  opacity: 0.9;
  
  text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 38px;
line-height: 38px; 
  
  
}
#bloc header .app-nav .col-2 .menu.on {
  opacity: 1;
  pointer-events: auto;
}
#bloc header .app-nav .col-2 .menu.on > .child {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
#bloc header .app-nav.navWc .col-2 > a {
  color: #fff;
}
#bloc header .app-nav.navWc .col-2 .ham path {
  stroke: #fff;
}
#bloc footer {
  position: relative;
  background-color: #000;
}
#bloc footer .fBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.3;
}
#bloc footer .fBg video {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
#bloc footer .fMain {
  position: relative;
  z-index: 10;
}
#bloc footer .fMain .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 11vw;
  padding-bottom: 4vw;
}
#bloc footer .fMain .top > ul {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
  width: calc(100% / 7);
  flex: 1;
}




#bloc footer .fMain .top ul li p{ font-size:15px; color:#fff; text-align:center; width:80%; margin-top:10px}

#bloc footer .fMain .top ul li img{ width:80%}

#bloc footer .fMain .top > ul > li:first-of-type > a {
  margin-bottom: 15px; font-size:20px; color:#fff; font-weight:normal; font-family:Barlow-Regular; opacity: 1;
}
#bloc footer .fMain .top > ul > li > a {
  line-height: 32px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; color:#dde0ea;filter:alpha(opacity=50); 
-moz-opacity:0.5; 
-khtml-opacity: 0.5; 
opacity: 0.5;  font-size:15px;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical; width:70%;
-webkit-line-clamp: 1;
overflow: hidden;
height: 32px;
line-height: 32px;


}
#bloc footer .fMain .top > ul > li > a:hover {
  color: #d60000;
}
#bloc footer .fMain .mid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.8vw 0;
  position: relative;
}
#bloc footer .fMain .mid .col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 4.2vw;
}
#bloc footer .fMain .mid .col-1 p {
  margin: 0.2rem 0;
}
#bloc footer .fMain .mid .col-2 h2 {
  margin-bottom: 11px;
}
#bloc footer .fMain .mid .col-2 h2 span {
  margin-right: .2rem;
  font-weight: normal;
}
#bloc footer .fMain .mid .col-3 {
  padding-left: 10vw;
}
#bloc footer .fMain .mid .col-3 > a {
  padding: 0 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
#bloc footer .fMain .mid .col-3 > div {
  position: relative;
}
#bloc footer .fMain .mid .col-3 > div .wxBox {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 100%;
  width: 3.3rem;
  padding-bottom: .2rem;
  transform: translate(-50%, -20%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#bloc footer .fMain .mid .col-3 > div .wxBox:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto 0;
  bottom: 5px;
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #d6041b transparent transparent transparent;
}
#bloc footer .fMain .mid .col-3 > div .wxBox > span {
  right: 20px;
  background-color: #d6041b;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloc footer .fMain .mid .col-3 > div .wxBox > span > img {
  width: 1.5rem;
  margin-right: 10px;
}
#bloc footer .fMain .mid .col-3 > div .wxBox > span > img:last-of-type {
  margin-right: 0px;
}
@media screen and (orientation: landscape) {
  #bloc footer .fMain .mid .col-3 > div:hover .searchIn {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  #bloc footer .fMain .mid .col-3 > div:hover .add {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  #bloc footer .fMain .mid .col-3 > div:hover .wxBox {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
  }
}
#bloc footer .fMain .mid .col-3 > div:hover .wxBox {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}
#bloc footer .fMain .mid .col-4 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#bloc footer .fMain .mid .col-4 > a {
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
}
#bloc footer .fMain .mid .col-4 > a > i {
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
}
#bloc footer .fMain .mid .col-4 > a:hover {
  color: #d60000;
}
#bloc footer .fMain .mid .col-4 > a:hover > i {
  color: #d60000;
}
#bloc footer .fMain .btm {
 
  height: 1.38rem;

 
  border-top: 1px solid rgba(255, 255, 255, 0.2); line-height:1.38rem
}
#bloc footer .fMain .btm p{line-height:1.38rem;  font-size:15px}

#bloc footer .fMain .btm > div { text-align:center; font-size:15px
}
#bloc footer .fMain .btm > div > a {
  margin-left: 0.5rem; font-size:15px;line-height:1.38rem
}
#bloc footer .fMain .btm > div > a:hover {
  text-decoration: underline;
}
body:not(.ind_body) #bloc header .pc-nav.navWc .col-2 .pwImg {
  opacity: 1;
}
#roll {
  transition: all 0.8s ease-in-out;
}
#roll .row {
  width: 100vw;
  position: relative;
}
#roll .row:not(#r-btm) {
  min-height: 90vh;
}
#roll .row .alan {
  animation-fill-mode: both;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
#roll .row .delay-1 {
  animation-delay: 0.1s;
}
#roll .row .delay-2 {
  animation-delay: 0.2s;
}
#roll .row .delay-3 {
  animation-delay: 0.3s;
}
#roll .row .delay-4 {
  animation-delay: 0.4s;
}
#roll .row .delay-5 {
  animation-delay: 0.5s;
}
#roll .row .delay-6 {
  animation-delay: 0.6s;
}
#roll .row .delay-7 {
  animation-delay: 0.7s;
}
#roll .row .delay-8 {
  animation-delay: 0.8s;
}
#roll .row.det_show .alan-1 {
  animation-name: fadeIn;
  animation-duration: 1.2s;
}
#roll .row.det_show .alan-2 {
  animation-name: fadeInDownSmall;
  animation-duration: 1s;
}
#roll .row.det_show .alan-3 {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
}
#roll .row.det_show .alan-4 {
  animation-name: topUpIn;
  animation-duration: 1.5s;
}
#roll .row.det_show .alan-5 {
  animation-name: fadeInRightSmall;
  animation-duration: 1s;
}
#roll .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
#roll .row .rowMain {
   position: relative;
  z-index: 15;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  overflow: hidden;
}
#loading .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#loading .mask .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#loading .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-position: center;
  background-size: 120%;
  transition: transform 1.5s ease-in-out;
  -webkit-transition: transform 1.5s ease-in-out;
  -moz-transition: transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  -ms-transition: transform 1.5s ease-in-out;
  transition-delay: 1s;
  transform-origin: 49.56% 50%;
  will-change: transform;
}
#loading .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  transition-delay: 0.6s;
}
#loading .bg .box {
  position: absolute;
  width: 53.33vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 672px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  z-index: 10;
}
#loading .bg .box > img {
  width: 44px;
  transform: translateX(45px);
  transition: transform 0.8s ease-in-out;
  -webkit-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  will-change: transform;
}
#loading .bg.on {
  transform: scale(45);
  -webkit-transform: scale(45);
  -moz-transform: scale(45);
  -o-transform: scale(45);
  -ms-transform: scale(45);
}
#loading .bg.on .box > img {
  transform: translateX(-5.5px);
}
#loading .bg.on:after {
  opacity: 0;
}
#loading .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#loading .con .box {
  position: absolute;
  width: 53.33vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 53.33vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 26.665vw);
  transition: transform 0.8s ease-in-out;
  -webkit-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  backface-visibility: hidden;
}
#loading .con .box img {
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.8s ease-in-out;
  height: 4vw;
}
#loading .con .box > svg {
  position: absolute;
  width: 53.33vw;
  transform: translateX(4vw) scale(0.077);
  -webkit-transform: translateX(4vw) scale(0.077);
  -moz-transform: translateX(4vw) scale(0.077);
  -o-transform: translateX(4vw) scale(0.077);
  -ms-transform: translateX(4vw) scale(0.077);
  transform-origin: 50% 50%;
  right: 0%;
  top: 0;
  transition: transform 1.5s ease-in-out;
  -webkit-transition: transform 1.5s ease-in-out;
  -moz-transition: transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  -ms-transition: transform 1.5s ease-in-out;
  transition-delay: 1s;
}
#loading .con .box.on {
  transform: translateX(-8.4%);
  -webkit-transform: translateX(-8.4%);
  -moz-transform: translateX(-8.4%);
  -o-transform: translateX(-8.4%);
  -ms-transform: translateX(-8.4%);
}
#loading .con .box.on > img {
  opacity: 0;
}
#loading .con .box.on > svg {
  transform: scale(4.077);
  -webkit-transform: scale(4.077);
  -moz-transform: scale(4.077);
  -o-transform: scale(4.077);
  -ms-transform: scale(4.077);
}
#loading .con .rang {
  width: 100%;
  height: 30px;
  margin-top: 1rem;
  backface-visibility: hidden;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
}
#loading .con .rang .loadLine {
  position: absolute;
  text-align: right;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
}
#loading .con .rang .loadLine > span {
  width: 100px;
  position: relative;
  z-index: 6;
  background-color: #fff;
  font-size: 0.3rem;
  color: #d6041b;
  line-height: 35px;
}
#loading .con .rang .loadLine > span > em {
  font-size: 0.3rem;
  line-height: 35px;
}
#loading .con .rang .loadLine:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d6041b;
  left: 0;
  top: 13px;
  z-index: 5;
}
#loading .con .rang.on {
  opacity: 0;
}
#loading .con .rang.on .loadLine {
  opacity: 0;
}
.other_fixed {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_fixed > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
}
.other_fixed > ul > li {
  margin: 10px 0;
  width: 100%;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  position: relative;
}
.other_fixed > ul > li > a.iconfont {
  color: #fff;
  font-size: 0.24rem;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  display: block;
  z-index: 10;
  position: relative;
}
.other_fixed > ul > li .searchIn {
  position: absolute;
  height: 100%;
  z-index: 5;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  padding-left: 25px;
  background-color: #d6041b;
  border-radius: 100px;
  transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
}
.other_fixed > ul > li .searchIn input {
  border: none;
  color: #fff;
  background: transparent;
  line-height: 24px;
  text-indent: 0px;
}
.other_fixed > ul > li .searchIn input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.other_fixed > ul > li .add {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: 5;
  right: 0;
  bottom: 0;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 55px;
  padding-left: 25px;
  background-color: #d6041b;
  border-radius: 100px;
  transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.other_fixed > ul > li .wxBox {
  position: absolute;
  height: 100%;
  z-index: 5;
  right: 100%;
  bottom: 0;
  padding-right: 20px;
  width: 1.5rem;
  transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.other_fixed > ul > li .wxBox:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 5px;
  content: "";
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #d6041b;
}
.other_fixed > ul > li .wxBox > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  background-color: #d6041b;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other_fixed > ul > li .wxBox > span > img {
  width: 1.5rem;
  margin-right: 10px;
}
.other_fixed > ul > li .wxBox > span > img:last-of-type {
  margin-right: 0px;
}
.other_fixed > ul > li:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
}
.other_fixed > ul > li:hover .searchIn {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  pointer-events: auto;
}
.other_fixed > ul > li:hover .add {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  pointer-events: auto;
}
.other_fixed > ul > li:hover .wxBox {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  pointer-events: auto;
}
.other_fixed.navWc > ul > li > a.iconfont {
  color: #666;
}
.other_fixed.navWc > ul > li:hover > a.aa {
  color: #fff;
}
#home {
  width: 100vw;
  height: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
}
#home #main {
  z-index: 100;
  position: fixed;
  left: 0;
  width: 100vw;
  top: 0;
  overflow: hidden;
  height: 100%;
}
#home #main #r1 #banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r1 #banner .itemwrap > li {
  -webkit-backface-visibility: hidden;
}
#home #main #r1 #banner .itemwrap > li .col-1 {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
#home #main #r1 #banner .itemwrap > li .col-2 {
  position: absolute;
  overflow: hidden;
  height: calc(50% + 1px);
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #000;
}
#home #main #r1 #banner .itemwrap > li .col-2 .pic {
  top: auto;
  bottom: 0;
}
#home #main #r1 #banner .itemwrap > li .pic {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
}
#home #main #r1 #banner .itemwrap > li .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
#home #main #r1 #banner .itemwrap > li .pic video {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
#home #main #r1 #banner .itemwrap > li .pic .video-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}
#home #main #r1 #banner .itemwrap > li .pic .video-parent .cv {
  position: absolute;
  height: 100%;
  min-width: 100vw;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  opacity: 0;
}
#home #main #r1 #banner .itemwrap > li .pic .video-parent .cv.on {
  opacity: 1;
}
#home #main #r1 #banner nav > a {
  position: absolute;
  width: 56px;
  height: 56px;
}
#home #main #r1 #banner nav > a > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  text-indent: 2px;
  color: #fff;
  font-size: 14px;
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  align-items: center;
  justify-content: center;
}
#home #main #r1 #banner nav > a > svg {
  display: block;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
}
#home #main #r1 #banner nav > a > svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
  -moz-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  -ms-transition: fill 0.3s ease-in-out;
}
#home #main #r1 #banner nav > a.movePrev {
  left: 7vw;
}
#home #main #r1 #banner nav > a.movePrev > i {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
#home #main #r1 #banner nav > a.movePrev:hover > svg path {
  fill: #ffffff;
}
#home #main #r1 #banner nav > a.movePrev:hover > i {
  color: #d60000;
}
#home #main #r1 #banner nav > a.moveNext {
  right: 10vw;
}
#home #main #r1 #banner nav > a.moveNext:hover > svg path {
  fill: #ffffff;
}
#home #main #r1 #banner nav > a.moveNext:hover > i {
  color: #d60000;
}
#home #main #r1 #banner .Tcon {
  width: 60%;
}
#home #main #r1 #banner .Tcon .txtChange > [data-txt] {
  width: 100%;
}
#home #main #r1 #banner .Tcon .txtChange .rowMain {
  width: 100%;
}
#home #main #r1 #banner .Tcon .txtChange .rowMain .com {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 10px 27px rgba(66, 86, 141, 0.38);
}
#home #main #r1 #banner .Tcon .txtChange .rowMain .com.video_text {
  opacity: 0;
  pointer-events: none;
}
#home #main #r1 #banner .Tcon .txtChange .rowMain .com span {
  font-size: 0.2rem;
}
#home #main #r1 #banner .Tcon .txtChange .rowMain .com h1 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  letter-spacing: 6px;
}
#home #main #r1 #banner .Tcon .txtChange .rowMain .com small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.4;
}
#home #main #r1 #banner .Tcon .txtChange .rowMain .com .scr {
  position: absolute;
  bottom: 35px;
  z-index: 20000;
  left: 0;
  right: 0;
  margin: auto;
  padding: 4px 0;
  width: 120px;
  text-align: center;
  border-top-left-radius: 8px;
  cursor: pointer;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 0.18rem;
}
#home #main #r1 #banner .Tcon .txtChange .rowMain .com .scr small {
  width: 14px;
  display: inline-block;
  margin-left: 16px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #fff;
  position: relative;
  vertical-align: middle;
}
#home #main #r1 #banner .Tcon .txtChange .rowMain .com .scr small:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 5px;
  left: 5px;
  top: 12px;
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 5;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#home #main #r1 .rowMain {
  width: 60%;
  z-index: 105;
}
#home #main #r1 .rowMain .com {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 10px 27px rgba(66, 86, 141, 0.38);
}
#home #main #r1 .rowMain .com.video_text {
  opacity: 0;
  pointer-events: none;
}
#home #main #r1 .rowMain .com span {
  font-size: 0.2rem;
}
#home #main #r1 .rowMain .com h1 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  letter-spacing: 6px;
}
#home #main #r1 .rowMain .com small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.4;
}
#home #main #r1 .rowMain .com .scr {
  position: absolute;
  bottom: 35px;
  z-index: 20000;
  left: 0;
  right: 0;
  margin: auto;
  padding: 4px 0;
  width: 120px;
  text-align: center;
  border-top-left-radius: 8px;
  cursor: pointer;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 0.18rem;
}
#home #main #r1 .rowMain .com .scr small {
  width: 14px;
  display: inline-block;
  margin-left: 16px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #fff;
  position: relative;
  vertical-align: middle;
}
#home #main #r1 .rowMain .com .scr small:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 5px;
  left: 5px;
  top: 12px;
  background-color: #ffffff;
  border-radius: 50px;
  z-index: 5;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
#home #main #r2 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r2 .rowMain .com {
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
  padding-top: 2rem; font-family:HelveticaNeueLTStd-Bd
}
#home #main #r2 .rowMain .com .col-1 {
  width: 50%;
  margin-bottom: 0.2rem;
}
#home #main #r2 .rowMain .com .col-1 span {
  font-size: 0.3rem; color:#d60000; font-family:Arial, Helvetica, sans-serif; text-transform: uppercase
}
#home #main #r2 .rowMain .com .col-1 h2 {
  color: #454545;
  line-height: 1.2;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;font-weight:normal
}
#home #main #r2 .rowMain .com .col-1 p {
  font-size: 16px;
  width: 88%;
  color: #686868;
  line-height: 30px;
  height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#home #main #r2 .rowMain .com .col-1 .add {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.5rem;
  pointer-events: auto;
  width: 100px;
}
#home #main #r2 .rowMain .com .col-1 .add span {
  margin-right: 10px;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  color: #666666; font-size:14px; font-family:Barlow-Regular;
}
#home #main #r2 .rowMain .com .col-2 .box b{ font-size:14px; color:#626364; font-weight:normal; margin-left:5px}


#home #main #r2 .rowMain .com .col-1 .add i {
  color: #666666;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
}
#home #main #r2 .rowMain .com .col-1 .add:hover span {
  color: #d60000;
}
#home #main #r2 .rowMain .com .col-1 .add:hover i {
  color: #d60000;
}
#home #main #r2 .rowMain .com .col-2 {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.9rem;
}







.init-4 {

}
.init-4 .container { text-align:center; width:100%; margin:0px auto;}


.init-4 .container .play{display:inline-block;position:relative;margin-top:50px;z-index:6}


.init-4 .container .play:before{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,.5);opacity:0;width:100%;height:100%;border-radius:100% !important;border-radius:inherit;-webkit-animation:ks 3s infinite;-o-animation:ks 3s infinite;animation:ks 3s infinite;display:block;z-index:-1}


.init-4 .container .play:after{content:'';position:absolute;top:50%;left:50%;border-radius:100% !important;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,.5);opacity:0;width:100%;height:100%;border-radius:inherit;-webkit-animation:ks 3s infinite;-o-animation:ks 3s infinite;animation:ks 3s infinite;display:block;z-index:-1;-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}


.init-4 .container .play {
    display: inline-block;
    position: relative;
    margin-top: 50px; left:0%;
    z-index: 6; margin:50px auto 0px;
}

    
.init-4 .container .play:before {
    content: '';
    position: absolute; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -o-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}

.init-4 .container .play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -o-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

@-webkit-keyframes ks {
0% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:1
}
70% {
-webkit-transform:translate(-50%, -50%) scale(2);
-moz-transform:translate(-50%, -50%) scale(2);
-ms-transform:translate(-50%, -50%) scale(2);
-o-transform:translate(-50%, -50%) scale(2);
transform:translate(-50%, -50%) scale(2);
opacity:0
}
100% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:0
}
}
@-o-keyframes ks {
0% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:1
}
70% {
-webkit-transform:translate(-50%, -50%) scale(2);
-moz-transform:translate(-50%, -50%) scale(2);
-ms-transform:translate(-50%, -50%) scale(2);
-o-transform:translate(-50%, -50%) scale(2);
transform:translate(-50%, -50%) scale(2);
opacity:0
}
100% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:0
}
}
@-moz-keyframes ks {
0% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:1
}
70% {
-webkit-transform:translate(-50%, -50%) scale(2);
-moz-transform:translate(-50%, -50%) scale(2);
-ms-transform:translate(-50%, -50%) scale(2);
-o-transform:translate(-50%, -50%) scale(2);
transform:translate(-50%, -50%) scale(2);
opacity:0
}
100% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:0
}
}
@keyframes ks {
0% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:1
}
70% {
-webkit-transform:translate(-50%, -50%) scale(2);
-moz-transform:translate(-50%, -50%) scale(2);
-ms-transform:translate(-50%, -50%) scale(2);
-o-transform:translate(-50%, -50%) scale(2);
transform:translate(-50%, -50%) scale(2);
opacity:0
}
100% {
-webkit-transform:translate(-50%, -50%) scale(.9);
-moz-transform:translate(-50%, -50%) scale(.9);
-ms-transform:translate(-50%, -50%) scale(.9);
-o-transform:translate(-50%, -50%) scale(.9);
transform:translate(-50%, -50%) scale(.9);
opacity:0
}
}









#home #main #r2 .rowMain .com .col-2 .box:nth-child(1){  width:20%;} 
#home #main #r2 .rowMain .com .col-2 .box:nth-child(2){  width:22%;} 





#home #main #r2 .rowMain .com .col-2 .box {
  background-color:;
  position: relative;
  max-width: 320px;
  width: 30%;
  height: 1.75rem;
  min-height: 150px;
  /*border: 1px solid #dfdfdf;*/
  /*box-shadow: 0px 0.25rem 1rem 0px rgba(100, 100, 100, 0.24);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.2rem 3% 0.2rem  0;
  transform-origin: 0 100%;
}
#home #main #r2 .rowMain .com .col-2 .box h4 {
  color: #333;
}
#home #main #r2 .rowMain .com .col-2 .box small {
  color: rgba(102, 102, 102, 0.8);
}
#home #main #r2 .rowMain .com .col-2 .box i {
  position: absolute;
  font-size: 0.3rem;
  top: 0.2rem;
  right: 0.2rem;
}
#home #main #r2 .rowMain .other {
  z-index: 5;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
#home #main #r2 .rowMain .other .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home #main #r2 .rowMain .other .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
#home #main #r2 .rowMain .other .pic .videoBtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  padding-bottom: 0.45rem;
}
#home #main #r2 .rowMain .other .pic .videoBtn i {
  font-size: 0.5rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  line-height: 0.5rem;
  display: inline-block;
}
#home #main #r2 .rowMain .other .pic .videoBtn span {
  line-height: 1;
  margin-top: 0.3rem;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; color:#fff; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif
}
#home #main #r2 .rowMain .other .pic .videoBtn.on i {
  opacity: 0;
  transition-delay: 0s;
}
#home #main #r2 .rowMain .other .pic .videoBtn.on span {
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
}
@media screen and (orientation: landscape) {
  #home #main #r2 .rowMain .other .pic .videoBtn:hover i {
    transform: scale(1.2) translateY(-10%);
    color: #d60000;
    transition-delay: 0s;
  }
  #home #main #r2 .rowMain .other .pic .videoBtn:hover span {
    color: #d60000;
  }
}
#home #main #r3 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r3 .rowMain .topic {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10vw;
}
#home #main #r3 .rowMain .topic .til {
 
}
#home #main #r3 .rowMain .topic .til h2 {
  line-height: 1;
  margin-right: 0.2rem; color:#1a1a1a; font-weight:normal; margin-bottom:30px;width:100%
}

@font-face {
	font-family:Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf'); }
#home #main #r3 .rowMain .topic .til small {
  line-height: 1.3; width:100%; font-size:18px; color:#737373; font-family:Barlow-Regular; text-transform:uppercase
}
#home #main #r3 .rowMain .com {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; margin-top:10px
}
#home #main #r3 .rowMain .com .swiper-wrapper {
  justify-content: space-between;
  align-items: flex-start;
}
#home #main #r3 .rowMain .com .swiper-pagination {
  display: none;
  bottom: 32px;
}
#home #main #r3 .rowMain .com .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d60000;
}
#home #main #r3 .rowMain .com .list {
  width: 18%;
  position: relative;
  height: auto;
}
#home #main #r3 .rowMain .com .list a {
  display: block;
}
#home #main #r3 .rowMain .com .list .photo {
  width: 100%;
  padding-bottom: 187%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
}
#home #main #r3 .rowMain .com .list .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  z-index: 0;
}
#home #main #r3 .rowMain .com .list .photo .pic::after {
  content: '';
  display: block;
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;

  z-index: 3;
}
#home #main #r3 .rowMain .com .list .photo .pic .videoBtn {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  right: 12%;
  bottom: 10%;
}
#home #main #r3 .rowMain .com .list .photo .pic .videoBtn i {
  font-size: 0.5rem;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition-delay: 0.3s;
  line-height: 0.5rem;
  display: inline-block;
}
#home #main #r3 .rowMain .com .list .photo .pic .videoBtn.on i {
  opacity: 0;
  transition-delay: 0s;
}
#home #main #r3 .rowMain .com .list .photo .pic .videoBtn.on span {
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
}
#home #main #r3 .rowMain .com .list .photo .pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
}
#home #main #r3 .rowMain .com .list .msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 12% 10% 12%;
}
#home #main #r3 .rowMain .com .list .msg i {
  font-size: 42px; color:#fff
}
#home #main #r3 .rowMain .com .list .msg h3 {
  margin-bottom: 5px;
  margin-top: 10px; color:#fff; font-weight:normal;
}
#home #main #r3 .rowMain .com .list .msg small {
  color: rgba(255, 255, 255, 1); font-size:14px; font-family:Barlow-Regular; text-transform:uppercase
}
#home #main #r3 .rowMain .com .list:nth-child(2n) {
  margin-top: 0.65rem;
}
@media screen and (orientation: landscape) {
  #home #main #r3 .rowMain .com .list:hover .photo {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
  }
  #home #main #r3 .rowMain .com .list:hover .photo .pic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
}
#home #main #r3 .rowMain .com .list.on .photo .pic video {
  opacity: 1;
}
#home #main #r4 .component {
  z-index: 10;
}
#home #main #r4 .component .itemwrap > li .pic {
  width: 100vw;
  transition: transform 2s ease-in-out;
  -webkit-transition: transform 2s ease-in-out;
  -moz-transition: transform 2s ease-in-out;
  -o-transition: transform 2s ease-in-out;
  -ms-transition: transform 2s ease-in-out;
  display: block;
}
#home #main #r4 .component .itemwrap > li.navInNext .pic {
  transform: scale(1.1);
}
#home #main #r4 .component .itemwrap > li.navInPrev .pic {
  transform: scale(1.1);
}
#home #main #r4 .component .Tcon {
  pointer-events: none; right:0% 
}
#home #main #r4 .component .Tcon .pageChange {
  
  border-right: none;
  pointer-events: all;
  width: 100%; padding-top:40%; 
}
#home #main #r4 .component .Tcon .pageChange > li {
  display: inline-block;
  width: 48%;
  margin: 1%;
 background-color:rgba(0,0,0,0.2);
  height:91px;


  padding: 0.2rem 0.2rem;
  position: relative;
  cursor: pointer;
  z-index: 10; border:3px solid rgba(255,255,255,0.2); }
 /*--------------------------------------------------------------------------------------------------------------------------------------550--*/
 
 
 
 
 
 
  .banner_img_pc { position:relative; width:100%; height:100%;}
 
 .banner_img_pc:before { position: absolute; width:100%; height:100%; content:" "; z-index:1; background:rgba(0,0,0,.4);}
 
  .banner_img_pc:after { position: absolute; width:300px; height:300px; top:20%; margin:0px auto; content:" "; z-index:1; 
  
   opacity:.4; border-radius:50%; left:39.5%;
  
 
  background-image: linear-gradient(to bottom, #eb5405,rgba(255,255,255,.0)); display:none;
  
  }
  .shipin { height:100vh;}
  .about { width:100%; height:100vh; margin:0px auto;}
.about .fl11 { width:50%; background:url(../images/a_tu1.jpg) no-repeat right top;height:100%; background-size:100% 100%;  transition:all 0.4s; overflow:hidden; position:relative; float:left}
.about .fr11 { width:50%; background:url(../images/a_tu2.jpg) no-repeat left top;height:100%; background-size:100% 100%;  transition:all 0.4s;overflow:hidden; float:right}
.about .nr { width:700px; padding:4% 15% 0px 10%;  margin-top:540px; height:188px; background: none;transition:all 0.4s; opacity:0.9; color:#fff; float:left; }

.about .nr h3 { font-size:30px; line-height:45px; font-weight:400; width:70%; float:left}
.about .nr p { font-size:18px; line-height:25px; text-transform:uppercase; font-family:Barlow-Regular; width:70%; float:left}
.about .nr .gengduo { float:right}



.about a:hover .fl11 { background-size:105% 105%; }
.about a:hover .fr11 { background-size:105% 105%; }
.about a:hover .nr { }/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

  
#home #main #r4 .component .Tcon .pageChange > li a {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 1; color:#fff
}
#home #main #r4 .component .Tcon .pageChange > li .col-1 h3 {
  line-height: 1.7;color:#fff; font-weight:normal
}
#home #main #r4 .component .Tcon .pageChange > li .col-1 small {
  display: inline-block;
  line-height: 1.4;color:#fff; height:20px; display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; 
        overflow: hidden; font-family:Barlow-Regular; text-transform:uppercase;filter:alpha(opacity=50); 
-moz-opacity:0.5; 
-khtml-opacity: 0.5; 
opacity: 0.5; 

}

@font-face {
	font-family:DINCond-MediumExpert;
	src: url('../fonts/DINCond-MediumAlternate.otf'); }

#home #main #r4 .component .Tcon .pageChange > li .col-2 {
  padding-top:0px; width:10%; display:block; float:left
}#home #main #r4 .component .Tcon .pageChange > li .col-1 {
  padding-top:0px; width:80%; display:block; float:right; margin-top:0px
}
#home #main #r4 .component .Tcon .pageChange > li .col-2 i {
  font-size: 0.6rem; color:#fff; margin-bottom:10px; float:left; margin-top:10px;font-family:DINCond-MediumExpert;
}
#home #main #r4 .component .Tcon .pageChange > li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#home #main #r4 .component .Tcon .pageChange .mask {
  position: absolute; width:100%;
  height:auto;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;background-color: #d6041b;
  
  transition: all 0.4s ease-in-out;
  opacity: 0.8;
}#home #main #r4 .component .Tcon .pageChange  .on{background-color:#d60000;}
#home #main #r4 .component nav > a {
  position: absolute;
  width: 56px;
  height: 56px;
}
#home #main #r4 .component nav > a > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  text-indent: 2px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
}
#home #main #r4 .component nav > a > svg {
  display: block;
}
#home #main #r4 .component nav > a > svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #r4 .component nav > a:hover > svg path {
  fill: #ffffff;
}
#home #main #r4 .component nav > a:hover > i {
  color: #d60000;
}
#home #main #r4 .component nav > a.movePrev {
  left: 7vw;
}
#home #main #r4 .component nav > a.movePrev > i {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
#home #main #r4 .component nav > a.moveNext {
  right: 7vw;
}

.zhuying { width:100%; padding-top:500px;}
.zhuying .en-l { font-family:Barlow-Regular !important; text-transform: uppercase !important; padding-bottom:0px !important; margin:0px !important; color:#fff !important;}
.zhuying h2.f-44 { line-height:50px !important; font-size:45px; padding-top:0px !important; margin:0px !important; color:#fff !important;}
.zhuying1 { font-size:32px !important; padding-top:70px;}

#home #main #r4 .rowMain {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  left: 7.5%;
  z-index: 12;
  /*right: 0;*/
  margin: 0 auto;
  max-width: 1920px;
 
  pointer-events: none;
}
#home #main #r4 .rowMain .topic {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28vw;
}
#home #main #r4 .rowMain .topic .til {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; flex-wrap: wrap;
}
#home #main #r4 .rowMain .topic .til h2 {
  line-height: 1;
  margin-right: 0.2rem; font-weight:normal; color:#fff; margin-top:40px; width:100%
}

#home #main #r4 .rowMain .topic .til p{ color:#fff; width:60%; margin-top:48px; line-height:30px; margin-right:40%}
#home #main #r4 .rowMain .topic .til .mo_o1111{ width:100%; margin-top:50px; display:flex}
#home #main #r4 .rowMain .topic .til .mo_o1111 .mo_active_1{ width:182px; height:52px; line-height:52px; color:#fff; background:url(../images/more.png) no-repeat 150px  center #d60000; display:block!important; padding-left:50px; margin-right:10px}
#home #main #r4 .rowMain .topic .til .mo_o1111 .mo_active_2{ width:178px; height:48px; line-height:48px; color:#fff; background:url(../images/more.png) no-repeat 150px  center ; display:block!important; padding-left:50px; border:2px #fff solid}


#home #main #r4 .rowMain .topic .til small {
  line-height: 1.3;
}
#home #main #r4 .rowMain .topic .add {
  display: inline-block;
}
#home #main #r4 .rowMain .topic .add > span {
  margin-right: 14px;
}
#home #main #r4.on .component .itemwrap > li.current .pic {
  transform: scale(1);
}
#home #main #r5 .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r5 .rowMain .topic {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}
#home #main #r5 .rowMain .topic .til {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#home #main #r5 .rowMain .topic .til h2 {
  line-height: 1;
  margin-right: 0.2rem;
}
#home #main #r5 .rowMain .topic .til small {
  line-height: 1.3;
}
#home #main #r5 .rowMain .topic .add {
  display: inline-block;
}
#home #main #r5 .rowMain .topic .add > span {
  margin-right: 14px;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
}
#home #main #r5 .rowMain .topic .add i {
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
}
#home #main #r5 .rowMain .topic .add:hover > span {
  color: #d60000;
}
#home #main #r5 .rowMain .topic .add:hover i {
  color: #d60000;
}
#home #main #r5 .rowMain .com {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#home #main #r5 .rowMain .com .swiper-wrapper {
  justify-content: space-between;
  align-items: flex-start;
}
#home #main #r5 .rowMain .com .list {
  width: 22%;
  max-width: 325px;
  cursor: pointer;
}
#home #main #r5 .rowMain .com .list .photo {
  position: relative;
  width: 100%;
  padding-bottom: 67%;
  margin-bottom: 2.6vw;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
}
#home #main #r5 .rowMain .com .list .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r5 .rowMain .com .list .msg {
  display: block;
  padding: 0 11%;
  text-align: center;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
}
#home #main #r5 .rowMain .com .list .msg small {
  color: #1a2540;
  display: block;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#home #main #r5 .rowMain .com .list .msg h3 {
  text-align: center;
  margin-bottom: 2.2vw;
  font-weight: 500;
  color: #1a2540;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  height: 4.5em;
}
#home #main #r5 .rowMain .com .list .msg .btn {
  position: relative;
}
#home #main #r5 .rowMain .com .list .msg .btn > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  text-indent: 2px;
  color: #666;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
}
#home #main #r5 .rowMain .com .list .msg .btn > svg {
  display: block;
}
#home #main #r5 .rowMain .com .list .msg .btn > svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  #home #main #r5 .rowMain .com .list:hover .photo {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
  }
  #home #main #r5 .rowMain .com .list:hover .msg {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
  }
  #home #main #r5 .rowMain .com .list:hover .msg small {
    color: #d60000;
  }
  #home #main #r5 .rowMain .com .list:hover .msg h3 {
    color: #d60000;
  }
  #home #main #r5 .rowMain .com .list:hover .msg .btn svg path {
    stroke: #d60000;
  }
  #home #main #r5 .rowMain .com .list:hover .msg .btn i {
    color: #d60000;
  }
}
#home .other_fixed {
  display: none;
}
#home #other {
  position: absolute;
  display: flex;
}
#home.on {
  visibility: visible;
  opacity: 1;
}
.pop,
.img_big_box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.pop .mask,
.img_big_box .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
.pop .com,
.img_big_box .com {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop .com .videoBox,
.img_big_box .com .videoBox {
  width: 50vw;
  height: 1.55rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.pop .com .videoBox video,
.img_big_box .com .videoBox video {
  position: absolute;
  width: calc(100% - 70px);
  left: 0;
  top: 0;
  height: calc(100% - (70px / 16 * 9));
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  .pop .com .videoBox video,
  .img_big_box .com .videoBox video {
    left: 35px;
  }
}
.pop .com .videoBox > a.iconfont,
.img_big_box .com .videoBox > a.iconfont {
  font-size: 0.5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: -0.42rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  .pop .com .videoBox .big_img_box,
  .img_big_box .com .videoBox .big_img_box {
    width: calc(100% - 70px);
    height: 100%;
    position: relative;
    opacity: 0;
    margin: 0 auto;
  }
  .pop .com .videoBox .big_img_box img,
  .img_big_box .com .videoBox .big_img_box img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.pop.on,
.img_big_box.on {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.pop.on .mask,
.img_big_box.on .mask {
  opacity: 1;
  transition-delay: 0.3s;
}
.pop.on .com .videoBox,
.img_big_box.on .com .videoBox {
  width: 70vw;
  height: calc(70vw / 16 * 9);
  transition-delay: 0.3s;
}
@media screen and (min-width: 3400px) {
  .pop.on .com .videoBox,
  .img_big_box.on .com .videoBox {
    width: 1920px;
    height: 1080px;
  }
}
.pop.on .com .videoBox video,
.img_big_box.on .com .videoBox video {
  opacity: 1;
  transition-delay: 0.6s;
}
.pop.on .com .videoBox .big_img_box,
.img_big_box.on .com .videoBox .big_img_box {
  opacity: 1;
  transition-delay: 0.6s;
}
.pop.on .com .videoBox > a.iconfont,
.img_big_box.on .com .videoBox > a.iconfont {
  opacity: 1;
}
.m_sty {
  display: none;
}
.pub_img_box {
  overflow: hidden;
  position: relative;
}
.pub_img_box::before {
  content: '';
  display: block;
  margin-top: 100%;
}
.pub_img_box .pub_img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.3s ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  transform-origin: 50% 100%;
}
.pub_case {
  width: 78%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.banner_block {
  position: relative;
}
.banner_block .pub_img_box::before {
  margin-top: calc(100vh - 1.7rem);
}
.banner_block .pub_img_box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.banner_block .pub_img_box .pub_img {
  transform: scale(1.2);
  transition: all 2s ease-out;
}
.banner_block .pub_img_box .video-parent {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.banner_block .pub_img_box .video-parent canvas {
  width: 100%;
  height: 100%;
}
.banner_block .pub_img_box .bannerV {
  display: block;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.banner_block .pub_n_case {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: .22rem;
  z-index: 5;
}
.banner_block .pub_n_case > div {
  position: relative;
  z-index: 2;
  color: #fff;
}
.banner_block .pub_n_case > div .pub_sty_block {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  background-color: rgba(214, 3, 26, 0.6);
  width: 1rem;
  height: 1rem;
  border-radius: .1rem;
  transform: translate(-50%, -50%) rotate(405deg) skewX(90deg);
  opacity: 0;
}
.banner_block .pub_n_case > div .pub_title {
  line-height: 1;
  margin-bottom: .27rem;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  letter-spacing: .1em;
}
.banner_block .pub_n_case > div .pub_title_en {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1; font-family:Barlow-Regular
}
.banner_block.on .pub_img_box .pub_img {
  transform: none;
}
.banner_block.on .pub_n_case > div .pub_sty_block {
  box-shadow: 9px 15px 50px 1px rgba(7, 0, 2, 0.18);
  transform: translate(-50%, -50%) rotate(405deg) skewX(0);
  opacity: 1;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s ease-out 0.2s;
}
.banner_block.on .pub_n_case > div .pub_title {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease-out 0.5s, transform 0.5s ease-out 0.5s;
}
.banner_block.on .pub_n_case > div .pub_title_en {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease-out 0.8s, transform 0.5s ease-out 0.8s;
}
.con_block {
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 14.58%;
  padding-top: .48rem;
  background-repeat: no-repeat;
  background-color: #fff;
}
.con_block .con_top_block {
  position: relative;
  z-index: 999;
}
.con_block .con_top_block .nav_add {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #999999;
}
.con_block .con_top_block .nav_add a {
  cursor: pointer;
  margin: 0 .15rem;
  line-height: 1.2;
  color: inherit;
}
@media screen and (orientation: landscape) {
  .con_block .con_top_block .nav_add a:hover {
    color: #d60000;
  }
}
.con_block .con_top_block .nav_add .iconfont {
  margin-right: .02rem;
}
.con_block .con_body_block {
  padding-top: 1.2rem;
}
.con_block .con_body_block > div:first-child > .ban_title_case:nth-child(1) {
  margin-top: 0 !important;
}
.con_block .con_body_block .hots_block .hots_n {
  line-height: 1;
  padding: 0 0 .3rem;
  color: #d60000;
}
.con_block .con_body_block .hots_block .hots_con {
  position: relative;
}
.con_block .con_body_block .hots_block .hots_con .swiper-pagination {
  position: relative;
  bottom: auto;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: .4rem;
  justify-content: center;
}
.con_block .con_body_block .hots_block .hots_con .swiper-pagination span {
  width: .1rem;
  height: .1rem;
  margin: 0 .05rem;
}
.con_block .con_body_block .hots_block .hots_con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #d60000;
}
.con_block .con_body_block .hots_block .hots_con .swiper-slide a {
  display: block;
  background-color: #000;
}
.con_block .con_body_block .hots_block .hots_con .swiper-slide a::before {
  margin-top: 69.1218%;
}
.con_block .con_body_block .hots_block .hots_con .swiper-slide a .pub_img {
  opacity: .8;
}
.con_block .con_body_block .hots_block .hots_con .swiper-slide a .host_text_box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: .24rem .3rem;
  color: #fff;
  z-index: 5;
}
.con_block .con_body_block .hots_block .hots_con .swiper-slide a .host_text_box .host_time {
  margin-bottom: .12rem;
  line-height: 1;
}
.con_block .con_body_block .hots_block .hots_con .swiper-slide a .host_text_box .host_teext {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
}
@media screen and (orientation: landscape) {
  .con_block .con_body_block .hots_block .hots_con .swiper-slide a:hover .pub_img {
    transform: scale(1.1);
  }
}
.con_block .con_body_block .new_con_case:first-child .new_list_box {
  padding-top: 0;
}
.new_list_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1.05rem;
}
.new_list_box a {
  width: 29.42%;
  margin-right: 5.87%;
  margin-bottom: .4rem;
  padding-bottom: .1rem;
}
@media screen and (orientation: landscape) {
  .new_list_box a:nth-child(3n) {
    margin-right: 0;
  }
  .new_list_box a:hover .pub_img_box {
    box-shadow: 0 0.2rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
  }
  .new_list_box a:hover .pub_img_box .pub_img {
    transform: scale(1.1);
  }
  .new_list_box a:hover .new_text .new_time {
    color: #d60000;
  }
  .new_list_box a:hover .new_text .new_n {
    color: #d60000;
  }
}
.new_list_box a .pub_img_box::before {
  margin-top: 69.1218%;
}
.new_list_box a .pub_img_box .pub_img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.new_list_box a .new_text {
  padding-top: .37rem;
  text-align: center;
}
.new_list_box a .new_text .new_time {
  color: rgba(26, 37, 64, 0.7);
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.new_list_box a .new_text .new_n {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  line-height: 1.3333;
  height: 4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #1A2540;
}
.pub_page_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .65rem;
}
.pub_page_box .zui-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pub_page_box .zui-page a {
  margin-bottom: .65rem;
}
.pub_page_box a {
  padding: 0 .18rem;
  color: #999999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-size: .18rem;
}
.pub_page_box a.on,
.pub_page_box a.zui-page-curr {
  color: #d60000;
  font-family: en-b;
  background-color: transparent !important;
}
@media screen and (orientation: landscape) {
  .pub_page_box a:hover {
    color: #d60000;
  }
}
.pub_page_box .iconGroup-1:before {
  content: "\e684";
}
.pub_page_box .iconGroup-:before {
  content: "\e683";
}
.pub_page_box .iconzuo:before {
  content: "\e601";
}
.pub_page_box ._page_container input[type=number] {
  -moz-appearance: textfield;
}
.pub_page_box ._page_container input[type=number]::-webkit-inner-spin-button,
.pub_page_box ._page_container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pub_page_box ._page_container li {
  list-style: none;
  vertical-align: top;
}
.pub_page_box ._page_container ._prev,
.pub_page_box ._page_container ._next,
.pub_page_box ._page_container ._home,
.pub_page_box ._page_container ._last,
.pub_page_box ._page_container ._jumper,
.pub_page_box ._page_container ._count,
.pub_page_box ._page_container ._jumper_input,
.pub_page_box ._page_container ._sizes,
.pub_page_box ._page_container ._sizes_text {
  color: #999999;
  font-size: .18rem;
  padding: 0 0.18rem;
}
.pub_page_box ._page_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pub_page_box ._page_container ._pages {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pub_page_box ._page_container ._pages li {
  padding: 0 .18rem;
  color: #999999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  font-size: .18rem;
  font-family: en;
  cursor: pointer;
}
@media screen and (orientation: landscape) {
  .pub_page_box ._page_container ._pages li:hover {
    color: #d60000;
  }
}
.pub_page_box ._page_container ._pages ._pager_prev {
  font-size: .18rem;
}
.pub_page_box ._page_container ._pages ._pager_prev::before {
  content: "...";
}
@media screen and (orientation: landscape) {
  .pub_page_box ._page_container ._pages ._pager_prev:hover::before {
    color: #d60000;
  }
}
.pub_page_box ._page_container ._pages ._pager_prev:hover {
  font-weight: normal;
}
.pub_page_box ._page_container ._pages ._pager_next {
  font-size: .18rem;
}
.pub_page_box ._page_container ._pages ._pager_next::before {
  content: "...";
}
.pub_page_box ._page_container ._pages ._pager_next:hover {
  font-weight: normal;
}
@media screen and (orientation: landscape) {
  .pub_page_box _page_container ._pages ._pager_next:hover::before {
    color: #d60000;
  }
}
.pub_page_box ._page_container ._prev:hover,
.pub_page_box ._page_container ._next:hover,
.pub_page_box ._page_container ._home:hover,
.pub_page_box ._page_container ._last:hover {
  color: #d60000;
}
.pub_page_box ._page_container ._home,
.pub_page_box ._page_container ._last,
.pub_page_box ._page_container ._prev_text,
.pub_page_box ._page_container ._next_text {
  font-weight: normal;
  cursor: pointer;
}
.pub_page_box ._page_container ._jumper {
  color: #999999;
}
.pub_page_box ._page_container ._jumper ._jumper_input {
  color: #999999;
  font-size: .18rem;
}
.pub_page_box ._page_container ._sizes .icon_down {
  position: absolute;
  right: 8px;
  top: 1px;
  font-size: .18rem;
  color: #c0c4cc;
  cursor: pointer;
  transition: .3s;
}
.pub_page_box ._page_container ._sizes ._sizes_text {
  width: 100px;
  padding-left: 8px;
  padding-right: 25px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 10;
}
.pub_page_box ._page_container ._sizes ._sizes_text:hover {
  border-color: #d60000;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container {
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-100px) scale(0);
  transition: .3s;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container::before {
  position: absolute;
  top: -6px;
  left: 40px;
  display: block;
  content: '';
  clear: both;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eee;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container::after {
  position: absolute;
  top: -5px;
  left: 41px;
  display: block;
  content: '';
  clear: both;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container ._sizes_select {
  min-width: 110px;
  max-height: 274px;
  padding: 5px 0;
  overflow: auto;
  overflow-x: hidden;
  /*滚动条整体样式*/
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.pub_page_box ._page_container ._sizes ._sizes_select_container ._sizes_select::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container ._sizes_select::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999999;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container ._sizes_select::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f7f8fa;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container ._sizes_select ._sizes_select_li {
  height: 34px;
  line-height: 34px;
  cursor: pointer;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container ._sizes_select ._sizes_select_li:hover {
  background-color: #f5f7fa;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container ._sizes_select ._sizes_select_active {
  color: #d60000;
}
.pub_page_box ._page_container ._sizes ._sizes_select_container_show {
  transform: translateY(0) scale(1);
}
.pub_page_box ._page_container ._sizes_active {
  border-color: #d60000;
}
.pub_page_box ._page_container ._sizes_icon_rotate {
  transform: rotate(180deg);
}
.pub_page_box ._pages_1 li {
  background-color: #f4f4f5;
}
.pub_page_box ._prev_1,
.pub_page_box ._next_1,
.pub_page_box ._home_1,
.pub_page_box ._last_1 {
  background-color: #f4f4f5;
}
.pub_page_box ._active_1 {
  color: #fff !important;
  background-color: #d60000 !important;
}
.pub_page_box ._active_2 {
  color: #d60000 !important;
  font-family: en-b !important;
}
.pub_page_box ._disabled {
  cursor: not-allowed !important;
}
.pub_page_box ._disabled_c {
  color: #c0c4cc !important;
  pointer-events: none;
}
.page_case {
  padding-top: .6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_case .pub_page_box {
  padding-top: 0;
}
.page_case .page_j {
  display: flex;
  align-items: center;
  font-size: .18rem;
  margin-left: 5em;
  color: #999999;
  line-height: 1.5;
}
.page_case .page_j input {
  width: .5rem;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 3px 5px;
  text-align: center;
  text-indent: initial;
  color: #333333;
  margin-right: .5em;
}
.page_case .page_j .btn_j {
  color: #333333;
  transition: color .3s ease;
  margin-left: 1em;
  cursor: pointer;
}
@media screen and (orientation: landscape) {
  .page_case .page_j .btn_j:hover {
    color: #d60000;
  }
}
@media screen and (orientation: portrait) {
  .page_case {
    padding-top: .4rem;
    flex-direction: column;
  }
  .page_case .page_j {
    font-size: 14px;
    margin-top: .3rem;
    margin-left: 0;
  }
  .page_case .page_j input {
    width: 1rem;
  }
}
.btn_sty {
  position: relative;
  width: 1.4rem;
  height: .5rem;
  border-radius: .06rem;
  overflow: hidden;
  display: block;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.btn_sty > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: .08rem;
}
.btn_sty::before,
.btn_sty::after {
  content: '';
  display: block;
  width: 0;
  height: 110%;
  position: absolute;
  top: -5%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #d60000;
  z-index: 1;
}
.btn_sty::before {
  left: -5%;
}
.btn_sty::after {
  right: -5%;
}
.btn_sty span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  z-index: 3;
}
.btn_sty span i {
  margin-left: .13rem;
}
@media screen and (orientation: landscape) {
  .btn_sty:hover {
    color: #000;
    letter-spacing: .1em;
  }
  .btn_sty:hover::before,
  .btn_sty:hover::after {
    width: 80%;
  }
  .btn_sty.btn_sty_w {
    color: #000;
  }
  .btn_sty.btn_sty_w > div {
    background-color: #fff;
  }
  .btn_sty.btn_sty_w::before,
  .btn_sty.btn_sty_w::after {
    background-color: #d60000;
  }
  .btn_sty.btn_sty_w:hover {
    color: #fff !important;
  }
}
.btn_hollow_out {
  width: 2.25rem;
  height: .7rem;
  border-radius: .1rem;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
.btn_hollow_out span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.btn_hollow_out span i {
  margin-right: .17rem;
  margin-bottom: .02rem;
}
.btn_hollow_out::before,
.btn_hollow_out::after {
  content: '';
  display: block;
  height: 110%;
  top: -5%;
  width: 0;
  position: absolute;
  background-color: #d60000;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.btn_hollow_out::before {
  left: -5%;
}
.btn_hollow_out::after {
  right: -5%;
}
@media screen and (orientation: landscape) {
  .btn_hollow_out:hover {
    border-color: #d60000;
    letter-spacing: .1em;
  }
  .btn_hollow_out:hover::before,
  .btn_hollow_out:hover::after {
    width: 70%;
  }
}
.hou_con_case > div {
  display: none;
}
.hou_con_case > div.on {
  display: block;
}
.hou_con_case > div .hou_list_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hou_con_case > div .hou_list_box > div {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: .45rem;
}
.hou_con_case > div .hou_list_box > div .hou_img_box {
  position: relative;
  box-shadow: 0px 30px 120px 0px rgba(47, 64, 77, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.hou_con_case > div .hou_list_box > div .hou_img_box .pub_img_box {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.hou_con_case > div .hou_list_box > div .hou_img_box .pub_img_box::before {
  margin-top: 140.7272%;
}
.hou_con_case > div .hou_list_box > div .hou_img_box .pub_img_box .pub_img {
  background-size: contain;
}
.hou_con_case > div .hou_list_box > div .hou_img_box .hou_btn_box {
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.hou_con_case > div .hou_list_box > div .hou_img_box .hou_btn_box .btn_sty {
  margin: .3rem auto;
}
@media screen and (orientation: landscape) {
  .hou_con_case > div .hou_list_box > div .hou_img_box .hou_btn_box .btn_sty:hover {
    letter-spacing: 0;
  }
}
@media screen and (orientation: landscape) {
  .hou_con_case > div .hou_list_box > div:nth-child(4n) {
    margin-right: 0;
  }
  .hou_con_case > div .hou_list_box > div:hover .hou_img_box {
    box-shadow: none;
  }
  .hou_con_case > div .hou_list_box > div:hover .hou_img_box .pub_img_box {
    opacity: .1;
  }
  .hou_con_case > div .hou_list_box > div:hover .hou_img_box .hou_btn_box {
    opacity: 1;
  }
}
.hou_con_case > div .hou_list_box > div .hou_text {
  margin-top: .16rem;
  height: 3.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666666;
  text-align: center;
}
.hou_con_case > div .hou_list_box + .pub_page_box {
  padding-top: .1rem;
}
.vid_hot_box a {
  display: block;
  position: relative;
}
.vid_hot_box a .video_hot_text {
  bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: .6rem 1.6rem .6rem .6rem;
  color: #fff;
  z-index: 5;
}
.vid_hot_box a .video_hot_text .vid_hot_t {
  line-height: 1;
  margin-bottom: .32rem;
}
.vid_hot_box a .video_hot_text .vid_hot_n {
  line-height: 1.5;
}
@media screen and (orientation: landscape) {
  .vid_hot_box a:hover {
    box-shadow: 0 0.2rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
  }
  .vid_hot_box a:hover .pub_img {
    transform: scale(1.05);
  }
  .vid_hot_box a:hover .video_hot_text .btn_play_sty i {
    transform: scale(1.1);
    color: #d60000;
  }
  .vid_hot_box a:hover .video_hot_text .btn_play_sty svg {
    fill: #fff;
  }
}
.vid_hot_box .pub_img_box {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.vid_hot_box .pub_img_box::before {
  margin-top: 36.0833%;
}
.btn_play_sty {
  position: absolute;
  right: .64rem;
  top: 50%;
  transform: translateY(-50%);
  width: .6rem;
  height: .6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: .6rem;
}
.btn_play_sty i {
  font-size: .6rem;
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.btn_play_sty svg {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: .14rem;
  display: block;
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 100px;
  display: none;
}
.btn_play_h i {
  transform: scale(1.1);
  color: #d60000;
}
.btn_play_h svg {
  fill: #fff;
}
.box-shadow_s {
  box-shadow: 0 0.2rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
}
.video_list_box {
  margin-top: .7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video_list_box > a {
  width: 47.5%;
  margin-bottom: .33rem;
}
.video_list_box > a .pub_img_box {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.video_list_box > a .pub_img_box::before {
  margin-top: 54.035%;
}
.video_list_box > a .vid_text_box {
  padding: .4rem .8rem .4rem 0;
  position: relative;
  color: #1a2540;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.video_list_box > a .vid_text_box .vid_time {
  line-height: 1;
  margin-bottom: .11rem;
}
.video_list_box > a .vid_text_box .vid_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video_list_box > a .vid_text_box .btn_play_sty {
  right: 0;
  border-color: #000;
  width: .6rem;
  height: .6rem;
  position: absolute;
}
.video_list_box > a .vid_text_box .btn_play_sty img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.video_list_box > a .vid_text_box .btn_play_sty img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.video_list_box > a .vid_text_box .btn_play_sty i {
  font-size: .6rem;
  color: #000;
}
.video_list_box > a .vid_text_box .btn_play_sty svg {
  stroke: #000;
}






@media screen and (orientation: landscape) {
  .video_list_box > a:hover .pub_img_box {
    box-shadow: 0 0.2rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
  }
  .video_list_box > a:hover .pub_img {
    transform: scale(1.1);
  }
  .video_list_box > a:hover .vid_text_box {
    color: #d60000;
  }
  .video_list_box > a:hover .vid_text_box .btn_play_sty i {
    transform: scale(1.1);
    color: #d60000;
  }
  .video_list_box > a:hover .vid_text_box .btn_play_sty svg {
    fill: #fff;
  }
  .video_list_box > a:hover .vid_text_box .btn_play_sty img {
    opacity: 0;
  }
  .video_list_box > a:hover .vid_text_box .btn_play_sty img:nth-child(2) {
    opacity: 1;
  }
  .video_list_box > a:hover .vid_text_box .btn_play_sty svg {
    stroke: #fff;
  }
}
.new_det_banner .pub_img_box::after {
  z-index: 6;
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
}
.new_det_banner .pub_img_box::before {
  margin-top: 33.33%;
}
.new_det_banner .det_banner_text {
  position: absolute;
  z-index: 7;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.new_det_banner .det_banner_text > div {
  position: relative;
}
.new_det_banner .det_banner_text > div .new_mes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_det_banner .det_banner_text > div .new_mes > div {
  color: #fff;
  line-height: 1.4666;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out 1s;
  transform: translateY(10px);
  display: block;
}
.new_det_banner .det_banner_text > div .new_mes .a_box {
  opacity: 0;
  transition: all 0.5s ease-out 1.2s;
  transform: translateY(10px);
}
.new_det_banner .det_banner_text > div .news_d_data {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: .45rem;
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-out 1.4s;
  transform: translateY(10px);
}
.new_det_banner .det_banner_text > div .news_d_data span {
  margin-right: .2rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
.new_det_banner .det_banner_text > div .news_d_data span:last-child {
  margin-right: 0;
}
.new_det_banner.on .det_banner_text > div .new_mes > div {
  transform: none;
  opacity: 1;
}
.new_det_banner.on .det_banner_text > div .new_mes .a_box {
  transform: none;
  opacity: 1;
}
.new_det_banner.on .det_banner_text > div .news_d_data {
  transform: none;
  opacity: 1;
}
.fixed_header #bloc header {
  position: fixed;
}
.news_d_body .con_block .con_body_block {
  padding-top: .42rem;
}
.news_d_body .con_block .con_body_block .new_d_box {
  line-height: 2;
  text-align: justify;
  font-size: .16rem;
  color: #666666;
  padding-bottom: .45rem;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}
.news_d_body .con_block .con_body_block .new_d_box * {
  font-size: inherit;
}
.news_d_body .con_block .con_body_block .new_d_box span {
  display: initial;
}
.news_d_body .con_block .con_body_block .new_d_box p {
  padding-bottom: 1.875em;
  display: block;
  width: 100%;
  margin: 0;
  font: inherit;
}
.news_d_body .con_block .con_body_block .new_d_box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 640px;
}
.news_d_body .con_block .con_body_block .new_d_box .new_l_box {
  margin-top: .28rem;
  margin-bottom: .78rem;
  position: relative;
}
.news_d_body .con_block .con_body_block .new_d_box .new_l_box .pub_img_box::before {
  margin-top: 57.846%;
}
.news_d_body .con_block .con_body_block .new_d_box .new_l_box .sha_img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.news_d_body .con_block .con_body_block .new_d_box .new_l_box .swiper-pagination {
  bottom: .5rem;
}
.news_d_body .con_block .con_body_block .new_d_box .new_l_box .swiper-pagination span {
  background-color: transparent;
}
.news_d_body .con_block .con_body_block .new_d_box .new_l_box .swiper-pagination span .swiper-pagination-bullet {
  background-color: #fff;
}
.news_d_body .con_block .con_body_block .new_ud_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: .7rem;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_link_b {
  width: 80%;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_link_b > div {
  color: #666666;
  line-height: 1.875;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_link_b a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #666666;
  cursor: pointer;
}
@media screen and (orientation: landscape) {
  .news_d_body .con_block .con_body_block .new_ud_box .new_d_link_b a:hover {
    color: #d60000;
  }
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .n_t {
  line-height: 1;
  color: #333333;
  margin-bottom: .18rem;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .n_i {
  display: flex;
  align-items: center;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .n_i a {
  line-height: 1;
  margin-right: .2rem;
  color: #86868b;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .n_i a:last-child {
  margin-right: 0;
}
@media screen and (orientation: landscape) {
  .news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .n_i a:hover {
    color: #d60000;
  }
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .share {
  position: relative;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .share .social-share {
  display: flex;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .share .social-share .social-share-icon {
  border-color: transparent;
}
@media screen and (orientation: landscape) {
  .news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .share .social-share .social-share-icon:hover {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .share .social-share a::before {
  display: none;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .share .n_i {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.news_d_body .con_block .con_body_block .new_ud_box .new_d_sha_b .share .n_i a {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  margin: 4px;
  border: 1px solid transparent;
}
.news_d_body .con_block {
  padding-bottom: 1.2rem;
}
.news_d_body .new_d_box {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}

.swiper-button-prev > div,
.swiper-button-next > div {
  border: 1px solid #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  transform: rotate(45deg);
  border-radius: .06rem;
  z-index: 1;
}
.swiper-button-prev i,
.swiper-button-next i {
  display: block;
  font-size: 14px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 80%;
}
@media screen and (orientation: landscape) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #fff;
  }
  .swiper-button-prev:hover > div,
  .swiper-button-next:hover > div {
    border-color: #d60000;
    background-color: #d60000;
  }
}
.swiper-button-prev.bor_w,
.swiper-button-next.bor_w {
  color: #fff;
}
.swiper-button-prev.bor_w > div,
.swiper-button-next.bor_w > div {
  border-color: #fff;
}
@media screen and (orientation: landscape) {
  .swiper-button-prev.bor_w:hover,
  .swiper-button-next.bor_w:hover {
    color: #d60000;
  }
  .swiper-button-prev.bor_w:hover > div,
  .swiper-button-next.bor_w:hover > div {
    border-color: #fff;
    background-color: #fff;
  }
}
.swiper-button-prev {
  left: 0;
  transform: translate(-150%, -50%);
}
.swiper-button-prev i {
  transform: translate(-55%, -50%);
}
.swiper-button-next {
  right: 0;
  transform: translate(150%, -50%);
}
.swiper-button-next i {
  transform: translate(-45%, -50%);
}
.swiper-scrollbar {
  height: .06rem;
  width: 100%;
  background: #F1F1F1;
  -webkit-border-radius: .03rem;
  -moz-border-radius: .03rem;
  border-radius: .03rem;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #d60000;
  height: 100%;
  -webkit-border-radius: .03rem;
  -moz-border-radius: .03rem;
  border-radius: .03rem;
  cursor: pointer;
}
:focus-visible {
  outline: none;
}
.about_p_body .con_block .con_top_block .pub_sen_nav_case .pub_sen_nav_box .swiper-wrapper {
  justify-content: space-between;
}
.about_p_body .con_block .con_top_block .pub_sen_nav_case .pub_sen_nav_box a {
  margin-right: 0;flex: 1;
}.pub_sen_nav_case .pub_sen_nav_box .swiper-slide1 {
    flex: 1;
    text-align: center;
}
.about_body .con_block {
  padding-bottom: 1.3rem;
  background-size: cover;
}
.about_body .abo_block {
  position: relative;
}
.about_body .abo_block .swiper-scrollbar {
  margin-top: .82rem;
}
.about_body .abo_block .swiper-container {
  overflow: visible;
}
.about_body .abo_block .swiper-container .swiper-slide {
  overflow: visible;
  width: auto;
  height: auto;
}
.about_body .abo_block .swiper-container .swiper-slide a {
  cursor: inherit;
  display: block;
  box-shadow: 0px 30px 120px 0px rgba(47, 64, 77, 0.05);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 19.375vw;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.about_body .abo_block .swiper-container .swiper-slide a::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: .08rem;
  height: .08rem;
  background-color: #d9d9d9;
  z-index: 2;
  position: absolute;
  right: .25rem;
  top: .28rem;
}
.about_body .abo_block .swiper-container .swiper-slide a > div {
  width: 100%;
  padding: 20.66% 14.49% 14.49%;
}
.about_body .abo_block .swiper-container .swiper-slide a > div i {
  font-size: .64rem;
  display: block;
  line-height: 1;
  color: #d60000;
  margin-bottom: 17.8%;
}
.about_body .abo_block .swiper-container .swiper-slide a > div .abo_src1_n {
  color: #d60000;
  line-height: 1.25;
  display: flex;
  align-items: center;
  height: 2.5em; font-size:30px; font-family:HelveticaNeueLTStd-Bd
}
.about_body .abo_block .swiper-container .swiper-slide a > div .abo_src1_i {
  margin-top: 4%;
  color: #666666;
  line-height: 1.71 ; font-size:17px
}
.about_body .abo_block .swiper-container .swiper-slide.active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide a {
  background-image: linear-gradient(to right, #ffffff, transparent);
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  background-image: linear-gradient(right, rgba(255, 255, 255, 0) 30%, #ffffff 100%);
  background-color: transparent;
}
.about_body .abo_src2_block { margin:0 auto;
  margin-top: 1rem;
  width: 90%;
  display: flex;
}
.about_body .abo_src2_block .pub_img_box {
  width: 43.69%;
}
.about_body .abo_src2_block .pub_img_box::before {
  margin-top: 119.5%;
}
.about_body .abo_src2_block .abo_src2_tex_case {
  width: 56.31%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 13%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #fff;
}
.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .icon_y {
  width: .33rem;
  display: block;
  margin-bottom: 8.5%;
}
.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .abo_src2_t {
  line-height: 1.43; font-size:28px; color:#d60000; font-weight:normal
}

.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .abo_src2_t span { font-size:20px; font-family:Barlow-Regular; text-transform:uppercase
}
.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .abo_src2_i {
  
  margin-top: 7.4%;
  width: 100%;
  max-width: 100%;
}
.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .abo_src2_i p{ font-size:16.5px; color:#666; line-height: 1.975;font-family:Barlow-Regular;}



.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .line_f_z {
  width: .9rem;
  pointer-events: none;
  position: absolute;
  top: 16.5%;
  right: 10.58%;
}
.about_body .abo_pub_tit {
  color: #d60000;
  line-height: 1.4666;
  text-align: justify;
}
@media screen and (orientation: landscape) {
  .about_body .abo_pub_tit {
    letter-spacing: .01em;
  }
}
.about_body .abo_pub_text .icon_y {
  display: block;
  width: .33rem;
  margin-bottom: .4rem;
}
.about_body .abo_src3_block {
  margin-top: 1.27rem;
  position: relative;
}
.about_body .abo_src3_block .abo_src3_lr {
  width: 59.83%;
  position: absolute;
  left: 0;
  top: 0;
}
.about_body .abo_src3_block .pub_img_box {
  width: 71.8333%;
  margin-left: 33.75%;
  overflow: visible;
}
.about_body .abo_src3_block .pub_img_box::before {
  margin-top: 0;
}
.about_body .abo_src3_block .pub_img_box .pub_img {
  background-size: contain;
  background-position: right bottom;
  overflow: hidden;
  margin-left: 5%;
}
.about_body .abo_src3_block .pub_img_box .pub_img::before {
  margin-top: 80.74%;
}
.about_body .abo_src3_block .pub_img_box .add_box {
  position: absolute;
  left: 6%;
  top: -1.2%;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.about_body .abo_src3_block .pub_img_box .add_box > div {
  position: absolute;
  width: .1rem;
  height: .1rem;
  margin-top: -0.05rem;
  margin-left: -0.05rem;
}
.about_body .abo_src3_block .pub_img_box .add_box > div span {
  width: 80%;
  height: 80%;
  transform: rotate(45deg);
  animation: shan 1.5s ease-in-out infinite;
  display: block;
}
.about_body .abo_src3_block .pub_img_box .add_box > div.lan_sty {
  color: #d6041b;
}
.about_body .abo_src3_block .pub_img_box .add_box > div.lan_sty span {
  background-color: #d6041b;
}
.about_body .abo_src3_block .pub_img_box .add_box > div.hong_sty {
  color: #d60000;
}
.about_body .abo_src3_block .pub_img_box .add_box > div.hong_sty span {
  background-color: #d60000;
}
.about_body .abo_src3_block .pub_img_box .add_box > div > div {
  position: absolute;
  left: 200%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  white-space: nowrap;
}
.about_body .abo_src3_block .abo_src3_tab_case {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}
.about_body .abo_src3_block .abo_src3_tab_case .abo_src3_tab {
  color: #d60000;
}
.about_body .abo_src3_block .abo_src3_tab_case .abo_src3_tab .abo_src3_t {
  line-height: 1;
  display: flex;
  align-items: center;
  margin: .43rem 0 .32rem;
}
.about_body .abo_src3_block .abo_src3_tab_case .abo_src3_tab .abo_src3_t span {
  margin-right: .24rem;
  width: .2rem;
  height: .2rem;
  transform: rotate(45deg);
  background-color: #d60000;
}
.about_body .abo_src3_block .abo_src3_tab_case .abo_src3_tab .abo_src3_c {
  display: flex;
  justify-content: space-between;
  line-height: 2.88;
  text-align: center;
}
.about_body .abo_src3_block .abo_src3_tab_case .abo_src3_tab .abo_src3_c > div {
  width: 21.875%;
  border: 1px solid rgba(193, 6, 29, 0.2);
  color: #d60000;
}
.about_body .abo_src3_block .abo_src3_tab_case .abo_src3_tab:nth-child(2) {
  color: #d6041b;
}
.about_body .abo_src3_block .abo_src3_tab_case .abo_src3_tab:nth-child(2) .abo_src3_t span {
  background-color: #d6041b;
}
.about_body .abo_src3_block .abo_src3_tab_case .abo_src3_tab:nth-child(2) .abo_src3_c > div {
  border: 1px solid rgba(0, 104, 182, 0.2);
  color: #d6041b;
}
.about_body .abo_src4_block {
  margin-top: 1.6rem;
  position: relative;
  width: 110.4166%;
  margin-left: -5.2083%;
}
.about_body .abo_src4_block .pub_img_box::before {
  margin-top: 32.4528%;
}
.about_body .abo_src4_block .abo_src4_tex {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}
.about_body .abo_src4_block .abo_src4_tex::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 46.79%;
  transform: translateY(-50%);
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_t_c {
  width: 46.79%;
  line-height: 1;
  text-align: center;
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_t_c .abo_src4_t {
  margin-bottom: .27rem;
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_t_c .abo_src4_m {
  letter-spacing: .5em;
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_me_box {
  width: 53.21%;
  display: grid;
  justify-content: center;
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_me_box > div {
  display: flex;
  align-items: center;
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_me_box > div span {
  font-size: .8rem;
  line-height: .75;
  margin-right: .7rem;
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_me_box > div:first-child div {
  line-height: 1.3888;
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_me_box > div:nth-child(2) {
  margin: .25rem 0 .2rem;
  width: .4rem;
  text-align: center;
  justify-content: center;
}
.about_body .abo_src4_block .abo_src4_tex .abo_src4_me_box > div:nth-child(3) div {
  line-height: 1.666;
  letter-spacing: .2em;
}
.about_body .abo_pub_info {
  line-height: 1.875;
  color: #394854;
  text-align: justify;
}
.about_body .abo_pub_info span {
  font: inherit;
  display: initial;
}
.about_body .abo_src5_block {
  margin-top: .8rem;
  position: relative;
}
.about_body .abo_src5_block .img {
  width: 155.75%;
  position: absolute;
  left: 50%;
  top: 13.5%;
  transform: translateX(-50%);
  pointer-events: none;
}
.about_body .abo_src5_block .img img {
  display: block;
  width: 136%;
}
.about_body .abo_src5_block .abo_src5_b1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: .78rem;
}
.about_body .abo_src5_block .abo_src5_b1 .abo_pub_text {
  width: 40%;
}
.about_body .abo_src5_block .abo_src5_b1 .abo_pub_info {
  width: 45.0833%;
}
.about_body .abo_src5_block .abo_src5_b2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.15rem;
}
.about_body .abo_src5_block .abo_src5_b2 .pub_img_box {
  width: 43.622%;
  margin-left: -5.5833%;
}
.about_body .abo_src5_block .abo_src5_b2 .pub_img_box::before {
  margin-top: 101.903%;
}
.about_body .abo_src5_block .abo_src5_b2 .abo_pub_text {
  width: 44.833%;
}
.about_body .abo_src5_block .abo_src5_b2 .abo_pub_text .abo_pub_info {
  margin-top: .47rem;
}
.about_body .abo_src5_block .abo_src5_b3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about_body .abo_src5_block .abo_src5_b3 .pub_img_box {
  width: 51.1666%;
 
}
.about_body .abo_src5_block .abo_src5_b3 .pub_img_box::before {
  margin-top: 80%;
}
.about_body .abo_src5_block .abo_src5_b3 .abo_pub_text {
  width: 42.5%; margin-top:-5%
}
.about_body .abo_src5_block .abo_src5_b3 .abo_pub_text .abo_pub_info {
  margin-top: .47rem;
}
.about_body .bottom_block {
  position: relative;
}
.about_body .bottom_block > .pub_img_box::before {
  margin-top: 61.77%;
}
.about_body .bottom_block .abo_lc_block {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}
.about_body .bottom_block .abo_lc_block .pub_case {
  height: 100%;
  position: relative;
}
.about_body .bottom_block .abo_lc_block .abo_lc_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4.5%;
  padding-bottom: 9.66%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about_body .bottom_block .abo_lc_block .abo_lc_bottom .abo_pub_text .abo_pub_tit {
  color: #fff;
}
.about_body .bottom_block .abo_lc_block .abo_lc_bottom .abo_pub_info {
  width: 50%;
  margin-left: .2rem;
  text-align: justify;
  color: #fff;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top {
  position: absolute;
  top: 32%;
  width: 100%;
  transform: rotate(-10deg);
  display: flex;
  justify-content: space-between;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top::before {
  content: '';
  display: block;
  height: 1px;
  width: 120vw;
  left: 50%;
  top: 50%;
  margin-top: -0.5px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div {
  width: 30.833%;
  position: relative;
  transform-origin: 0 50%;
  transform: rotate(10deg);
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div > span {
  display: block;
  background-color: #d60000;
  transform: rotate(45deg);
  width: .21rem;
  height: .21rem;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_top {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  margin-bottom: 27.466%;
  color: #fff;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_top .abo_lc_t {
  display: flex;
  align-items: baseline;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_top .abo_lc_t span {
  margin-left: .2rem;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_top .abo_lc_i {
  line-height: 1.75;
  margin-top: 8.9%;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 15%;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom > div {
  padding: .35rem .03rem;
  position: relative;
  display: flex;
  align-items: center;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom > div::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 43%;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - .7rem);
  background-color: rgba(18, 27, 44, 0.1);
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom > div .lx_b_left {
  width: 43%;
  padding: 0 .27rem;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom > div .lx_b_left .pub_img_box .pub_img {
  background-size: contain;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom > div .lx_b_left .lx_b_l_n {
  line-height: 1;
  margin-top: .15rem;
  text-align: center;
  color: #d6041b;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom > div .lx_b_right {
  width: 57%;
  padding-left: .27rem;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom > div .lx_b_right .lx_b_r_t {
  line-height: 1.5;
  color: #d6041b;
}
.about_body .bottom_block .abo_lc_block .abo_lc_top > div .lx_bottom > div .lx_b_right .lx_b_r_i {
  margin-top: .18rem;
  color: #666666;
  line-height: 1.529;
}
.ban_title_case {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem !important;
  margin-bottom: 0.575rem !important;
}
.ban_title_case.title_hide {
  margin-bottom: 0 !important;
}
.ban_title_case .ban_title {
  line-height: 1.5;
  display: flex;
  align-items: center;
  color: #d60000; font-family:Barlow-Regular
}

 line{ width: 40px;
    height: 1px;
    background: #aeaeae;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;} 

.ban_title_case span{ font-size:18px;  font-weight:normal}

.p2 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #d6041b;
    color: #fff;
    font-size: 16px;
    margin: 40px 0px;
    float: left;
    border: 2px #d6041b solid;
}.p3 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    color: #d6041b;
    font-size: 16px;
    margin: 40px 0px;
    border: 2px #d6041b solid;
    float: left;
}
.abo_pub_info .fl img{ width:100% }
.ban_title_case .ban_title img {
  margin-left: .2rem;
  width: .13rem;
}
.ban_title_case i {
  color: #7c7c7c;
  display: block;
  line-height: 1;
}
.ban_title_case > img {
  width: 31.75%;
}
.brand_body .con_block {
  padding-bottom: 10.41%;
}
.brand_body .ban_src1_mes_box {
  display: flex;
  justify-content: space-between;
  margin-top: .5rem;
}
.brand_body .ban_src1_mes_box .pub_img_box {
  width: 19.58333%;
}
.brand_body .ban_src1_mes_box .pub_img_box::before {
  margin-top: 90.6383%;
}
.brand_body .ban_src1_mes_box .pub_img_box .pub_img {
  background-size: contain;
}
.brand_body .brand_src2_block .ban_src2_con {
  margin-top: -0.2rem;
  position: relative;
}
.brand_body .brand_src2_block .ban_src2_con > img {
  display: block;
  width: 100%;
}
@media screen and (orientation: landscape) {
  .brand_body .brand_src2_block .ban_src2_con > div {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
  }
  .brand_body .brand_src2_block .ban_src2_con > div > div:first-child {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .brand_body .brand_src2_block .ban_src2_con > div > div:first-child img {
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
  }
  .brand_body .brand_src2_block .ban_src2_con > div > div:nth-child(2) {
    line-height: 1.5;
    color: #394854;
    position: absolute;
    text-align: justify;
  }
  .brand_body .brand_src2_block .ban_src2_con > div.left_img > div:first-child {
    right: 0;
  }
  .brand_body .brand_src2_block .ban_src2_con > div.left_img > div:first-child img {
    right: 0;
  }
  .brand_body .brand_src2_block .ban_src2_con > div.right_img > div:first-child {
    left: 0;
  }
  .brand_body .brand_src2_block .ban_src2_con > div.right_img > div:first-child img {
    left: 0;
  }
  .brand_body .brand_src2_block .ban_src2_con > div:nth-child(2) > div:nth-child(2) {
    width: 18%;
    right: 80%;
    top: 3%;
  }
  .brand_body .brand_src2_block .ban_src2_con > div:nth-child(4) > div:nth-child(2) {
    width: 25%;
    right: 73.4%;
    top: 62%;
    text-align: right;
  }
  .brand_body .brand_src2_block .ban_src2_con > div:nth-child(5) > div:nth-child(2) {
    width: 16%;
    left: 75%;
    top: 12%;
  }
  .brand_body .brand_src2_block .ban_src2_con > div:nth-child(6) > div:nth-child(2) {
    width: 28%;
    left: 83%;
    top: 53%;
  }
  .brand_body .brand_src2_block .ban_src2_con > div:nth-child(7) > div:nth-child(2) {
    width: 30%;
    left: 74%;
    top: 79%;
  }
}
.brand_body .brand_src3_block {
  margin-top: -0.4rem;
}
.brand_body .brand_src3_block .jx_case {
  margin-top: .5rem;
  position: relative;
}
.brand_body .brand_src3_block .jx_case img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.brand_body .brand_src3_block .jx_case img:first-child {
  position: relative;
}
.brand_body .brand_src3_block .jx_case .pub_img_box::before {
  margin-top: 54.08022%%;
}
.brand_body .bra_tit {
  text-align: center;
  line-height: 1;
  color: #2E384F;
}
.brand_body .brand_src4_block {
  padding-top: .8rem;
}
.brand_body .brand_src4_block .tz_case {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .58rem;
}
.brand_body .brand_src4_block .tz_case span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  height: 3.5em;
  width: 3.5em;
  border-radius: 100%;
  margin: 0 .22rem;
}
.brand_body .brand_src4_block .tz_case span:nth-child(1) {
  background-color: #3cd8fc;
}
.brand_body .brand_src4_block .tz_case span:nth-child(2) {
  background-color: #2f63fd;
}
.brand_body .brand_src4_block .tz_case span:nth-child(3) {
  background-color: #ff9e4d;
}
.brand_body .brand_src4_block .tz_case span:nth-child(4) {
  background-color: #ff2622;
}
.brand_body .brand_src4_block .video_case {
  margin-top: .6rem;
}
.brand_body .brand_src4_block .video_case video {
  display: block;
  width: 100%;
}
.brand_body .brand_src5_block {
  margin-top: 1.2rem;
}
.brand_body .brand_src5_block .js_case {
  margin-top: .53rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.brand_body .brand_src5_block .js_case .js_mess_box {
  width: 50%;
}
.brand_body .brand_src5_block .js_case .js_mess_box img {
  width: 90%;
}
.brand_body .brand_src5_block .js_case .js_mess_box:first-child {
  width: 29.33%;
}
.brand_body .brand_src5_block .js_case .js_mess_box:first-child img {
  width: 100%;
  margin-left: 0;
}
.brand_body .brand_src6_block {
  margin-top: 1.2rem;
}
.brand_body .brand_src6_block .ss_case {
  position: relative;
  margin-top: .6rem;
}
.brand_body .brand_src6_block .ss_case img {
  display: block;
  width: 100%;
}
.brand_body .brand_src6_block .ss_case .ss_con_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
}
.brand_body .brand_src6_block .ss_case .ss_con_box img {
  width: 17.833%;
}
.brand_body .brand_src6_block .fy_case {
  margin-top: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_body .brand_src6_block .fy_case img {
  width: 13.9166%;
}
.brand_body .brand_src6_block .fy_case img:nth-child(2) {
  margin: 0 .15rem;
}
.brand_body .brand_src6_block .jp_case {
  margin-top: 1.5rem;
}
.brand_body .brand_src6_block .jp_case img {
  width: 34.5%;
  margin: 0 auto;
  display: block;
}
.fixed_nav_box {
  transition: background-color 0.3s ease;
}
.fixed_nav_box.fixed_s {
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 199;
  background-color: #fff;
}
.pub_sen_nav_case {
  position: relative;
  border-bottom: 1px solid rgba(9, 34, 53, 0.1);
  margin-bottom: -3px;
}
.pub_sen_nav_case .pub_sen_nav_box {
  position: relative;
}
.pub_sen_nav_case .pub_sen_nav_box .swiper-wrapper {
  justify-content: space-between;
}
.pub_sen_nav_case .pub_sen_nav_box .swiper-scrollbar {
  display: none;
}
.pub_sen_nav_case .pub_sen_nav_box .swiper-scrollbar.hav {
  display: block;
}
.pub_sen_nav_case .pub_sen_nav_box .swiper-button-next,
.pub_sen_nav_case .pub_sen_nav_box .swiper-button-prev {
  display: none;
}
.pub_sen_nav_case .pub_sen_nav_box .swiper-button-next.hav,
.pub_sen_nav_case .pub_sen_nav_box .swiper-button-prev.hav {
  display: block;
}

.pub_sen_nav_case .pub_sen_nav_box .swiper-container {
  padding-bottom: 3px;
  overflow: visible;
}
.pub_sen_nav_case .pub_sen_nav_box .swiper-slide {
  flex: 1;
  text-align: center; font-size:16px; color:#d60000; font-weight:bold; border-bottom:2px #d60000 solid
}



.pub_case1 {
    width: 90%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}




.pub_sen_nav_case .pub_sen_nav_box .swiper-slide .on{ color:#d60000}


.pub_sen_nav_case .pub_sen_nav_box a {
  display: block;
  line-height: .94rem;
  height: .94rem;
  position: relative;
  color: #999999;
  transition: color 0.3s ease-out, height 0.3s ease, line-height 0.3s ease;
}
.pub_sen_nav_case .pub_sen_nav_box a:last-child(2) {
  margin-right: 0;
}
@media screen and (orientation: landscape) {
  .pub_sen_nav_case .pub_sen_nav_box a:hover {
    color: #d60000;
  }
}
.pub_sen_nav_case .pub_sen_nav_box a.on {
  color: #d60000;
  font-weight: 700;
}
.pub_sen_nav_case .pub_line {
  width: 4em;
  height: 3px;
  background-color: #d60000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
  transform: translateX(-50%);
}
.level_3_nav_case {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 2px;
}
.level_3_nav_case .level_3_nav_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.level_3_nav_case .level_3_nav_box .swiper-button-next.swiper-button-disabled,
.level_3_nav_case .level_3_nav_box .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.level_3_nav_case .level_3_nav_box .swiper-container {
  width: 100%;
  padding-bottom: .1rem;
  margin-bottom: -0.1rem;
}
.level_3_nav_case .level_3_nav_box a {
  display: block;
  flex: none;
  min-width: 1.1rem;
  text-align: center;
  color: #666666;
  height: .73rem;
  line-height: .75rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: relative;
}
.level_3_nav_case .level_3_nav_box a::before {
  content: '';
  display: block;
  bottom: 0;
  left: 50%;
  width: .12rem;
  height: .12rem;
  background-color: #d60000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, 50%) rotate(45deg);
}
.level_3_nav_case .level_3_nav_box a.on {
  color: #d60000;
}
.level_3_nav_case .level_3_nav_box a.on::before {
  opacity: 1;
}
@media screen and (orientation: landscape) {
  .level_3_nav_case .level_3_nav_box a:hover {
    color: #d60000;
  }
}
.level_3_nav_case .level_3_nav_box.btn_sel {
  font-weight: normal;
  flex: none;
}
.level_3_nav_case .level_3_nav_box.no_swiper .swiper-slide {
  width: auto;
}
.level_3_nav_case .level_3_nav_box.no_swiper .swiper-wrapper {
  justify-content: space-around;
}
.level_3_nav_case .level_3_nav_box.no_swiper .swiper-button-next,
.level_3_nav_case .level_3_nav_box.no_swiper .swiper-button-prev {
  display: none;
}
.level_3_nav_case .level_3_nav_box.no_swiper a {
  flex: 1;
  font-weight: 600;
}
.cou_body .con_block {
  padding-bottom: 7.55%;
  background-size: cover;
}
.cou_body .cou_y {
  border-top: 1px solid rgba(0, 0, 0, 0.11);
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: .6rem;
}
.cou_body .cou_y::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -2px;
  background-color: #d60000;
  width: 1.75rem;
  height: 3px;
}
.cou_body .cou_y .cou_y_right {
  width: 46.666%;
}
.cou_body .cou_y .cou_y_right .pub_img_box::before {
  margin-top: 54.464%;
}
.cou_body .cou_y .cou_y_left {
  padding-right: .2rem;
  color: #d60000;
  width: 53.334%;
}
.cou_body .cou_y .cou_y_left .cou_time {
  line-height: .8;
  margin-bottom: .45rem;
  font-size: .8rem;
}
.cou_body .cou_y .cou_y_left .cou_h_mess {
  line-height: 1.5;
}
.cou_body .cou_con_case {
  margin-top: .6rem;
}
.cou_body .course_con > div {
  display: none;
}
.cou_body .course_con > div.on {
  display: block;
}
.cou_body .course_con > div .course_block > .cou_con_case {
  padding-bottom: .6rem;
}
.cou_body .course_con > div .course_block > .cou_con_case:last-child {
  padding-bottom: 0;
}
.cou_con_box {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.cou_con_box > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: .21rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.cou_con_box > div .men_box {
  display: flex;
  align-items: baseline;
  color: #333333;
  width: 29.167%;
}
.cou_con_box > div .men_box span:first-child {
  line-height: .9;
  width: 1.2em;
}
.cou_con_box > div .men_box span:nth-child(2) {
  margin-left: .14rem;
  line-height: 1.5;
  padding: .06rem 0;
}
.cou_con_box > div .mes_con_box {
  width: 70.833%;
}
.cou_con_box > div .mes_con_box > div {
  line-height: 1.5;
  padding: .06rem 0 .06rem .3rem;
  position: relative;
  color: #666666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  .cou_con_box > div .mes_con_box > div:hover {
    color: #d60000;
  }
  .cou_con_box > div .mes_con_box > div:hover::before {
    background-color: #d60000;
  }
}
.cou_con_box > div .mes_con_box > div::before {
  content: '';
  left: 0;
  top: calc(.75em + 0.06rem);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  width: .08rem;
  height: .08rem;
  background-color: #666666;
}
.group_body .con_block {
  padding-bottom: 6.8%;
}
.group_body .gro_list_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group_body .gro_list_box a {
  width: 47.5%;
  padding-bottom: .4rem;
}
.group_body .gro_list_box a .pub_img_box::before {
  margin-top: 54.035%;
}
.group_body .gro_list_box a .gro_t {
  margin-top: .45rem;
  line-height: 1.5;
  color: #d60000;
  text-align: center;
}
.group_body .gro_list_box a .gro_e {
  margin-top: .1rem;
  color: #999999;
  line-height: 1.5;
}
@media screen and (orientation: landscape) {
  .group_body .gro_list_box a:hover .pub_img_box .pub_img {
    transform: scale(1.1);
  }
}
.group_body .gro_sha_box {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.group_body .gro_sha_box.on {
  display: block;
}
.group_body .gro_sha_box .gro_sha_con_box {
  background-color: #ffffff;
  width: 63.45%;
  max-width: 1500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5.2% 4.2% 4.5%;
}
.group_body .gro_sha_box .gro_sha_con_box .close_btn {
  display: block;
  cursor: pointer;
  position: absolute;
  right: .4rem;
  top: .4rem;
  color: #999999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media screen and (orientation: landscape) {
  .group_body .gro_sha_box .gro_sha_con_box .close_btn:hover {
    color: #d60000;
  }
}
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .pub_img_box {
  width: 42.3%;
}
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .pub_img_box::before {
  margin-top: 116.009%;
}
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box {
  max-height: 71vh;
  overflow-y: auto;
  width: 48%;
  padding-right: 4%;
  margin-right: -2%;
}
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box .gro_inf_t {
  line-height: 1.5;
  color: #d60000;
}
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box .gro_inf_i {
  line-height: 1.875;
  color: #666666;
  text-align: justify;
  margin-top: .37rem;
  margin-bottom: .48rem;
}
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box .btn_sty {
  margin-top: .73rem;
  width: 3.25rem;
  border: 1px solid #000;
  color: #000;
}
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box .btn_sty::before,
.group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box .btn_sty::after {
  width: 0;
}
@media screen and (orientation: landscape) {
  .group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box .btn_sty:hover {
    color: #fff;
    border-color: #d60000;
  }
  .group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box .btn_sty:hover::before,
  .group_body .gro_sha_box .gro_sha_con_box .gro_mess_box .gro_inf_box .btn_sty:hover::after {
    width: 80%;
  }
}
.webisode_body .con_block {
  background-size: 100%;
  background-color: #fff;
}
.webisode_body .web_block_c .web_block:first-child .ban_title_case {
  margin-top: 0 !important;
}
.webisode_body .web_con_box {
  margin-top: .25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: .32rem 6.25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.webisode_body .web_con_box > div {
  width: 19.05%;
}
.webisode_body .web_con_box > div .pub_img_box {
  box-shadow: 0px 30px 120px 0px rgba(47, 64, 77, 0.1);
}
.webisode_body .web_con_box > div .web_t {
  text-align: center;
  line-height: 1.5;
  margin-bottom: -0.25em;
  color: #666666;
  margin-top: .23rem;
}
.sof_body .con_block {
  background-color: #f7f7f7;
  background-size: 100%;
}
.sof_body .sof_list_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5%;
}
.sof_body .sof_list_box a {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  padding: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  .sof_body .sof_list_box a:nth-child(3n) {
    margin-right: 0;
  }
  .sof_body .sof_list_box a:hover {
    box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.2);
  }
  .sof_body .sof_list_box a:hover .sol_n {
    color: #d60000;
  }
  .sof_body .sof_list_box a:hover .btn_hollow_out {
    letter-spacing: .1em;
  }
  .sof_body .sof_list_box a:hover .btn_hollow_out::before,
  .sof_body .sof_list_box a:hover .btn_hollow_out::after {
    width: 70%;
  }
}
.sof_body .sof_list_box a .pub_img_box {
  width: 35%;
  margin: 13.8% auto 0;
}
.sof_body .sof_list_box a .sol_n {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  text-align: center;
  margin-top: .32rem;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666666;
  padding: 0 .2rem;
}
.sof_body .sof_list_box a .btn_hollow_out {
  margin: .09rem auto .39rem;
  width: 1.4rem;
  height: .5rem;
  line-height: .5rem;
  background-color: #d0d0d0;
}
.sof_body .sof_list_box a .btn_hollow_out span i {
  margin-left: .1rem;
  margin-right: 0;
}
.honor_body .swiper-pagination {
  top: 100%;
  bottom: auto;
  margin-top: .35rem;
  display: none;
}
.honor_body .swiper-pagination div {
  line-height: 1;
  color: #000000;
}
.honor_body .swiper-pagination div.on {
  color: #d60000;
}
.honor_body .swiper-pagination div:nth-child(2) {
  margin: 0 .2rem;
}
.honor_body .con_block {
  background-color: #fff;
  padding-bottom: 1.35rem;
}
.honor_body .hon_box_case .hon_box {
  display: none;
}
.honor_body .hon_box_case .hon_box.on {
  display: block;
}
.honor_body .hon_con_box {
  overflow: hidden;
  position: relative;
}
.honor_body .hon_con_box .swiper-container {
  width:67.666%;
  margin: 0 auto;
  overflow: visible;
}
.honor_body .hon_con_box .swiper-container .swiper-slide {
  overflow: visible;
}
.honor_body .hon_con_box .swiper-container .swiper-wrapper {
  align-items: center;
}
.honor_body .hon_con_box .swiper-container .honor_con_me {
  transform: scale(0.8);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .pub_img_box {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: none;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .pub_img_box::before {
  margin-top: 64.8208%;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .pub_img_box .pub_img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .honor_img_ {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 5.5rem;
}
.honor_body .hon_con_box .swiper-container .honor_con_me .honor_t {
  text-align: center;
  font-weight:normal;
  margin-top: .38rem;
  color: #666666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3em;
  opacity: 0;
}
.honor_body .hon_con_box .swiper-container .active .honor_con_me {
  transform: none;
}
.honor_body .hon_con_box .swiper-container .active .honor_con_me .honor_img_ {
  box-shadow: 0 0.3rem 1rem -0.1rem rgba(0, 0, 0, 0.15);
}
.honor_body .hon_con_box .swiper-container .active .honor_con_me .pub_img_box {
  box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.15);
}
.honor_body .hon_con_box .swiper-container .active .honor_con_me .honor_t {
  opacity: 1;
  color: #d60000;
}
.honor_body .hon_nav_box {
  margin-top: .3rem;
  position: relative;
}
.honor_body .hon_nav_box .swiper-slide {
  width: auto;
  cursor: pointer;
  pointer-events: auto;
}
.honor_body .hon_nav_box .swiper-slide.active-nav .hon_n {
  color: #d60000;
}
@media screen and (orientation: landscape) {
  .honor_body .hon_nav_box .swiper-slide:hover .hon_n {
    color: #d60000;
  }
}
.honor_body .hon_nav_box .hon_n {
  color: #666666;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0 .3rem;
}
.sha_tra {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #ffffff), color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(255, 255, 255, 0)), color-stop(1, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
  z-index: 3;
  top: 0;
  left: 0;
  pointer-events: none;
}
.base_profile_body .con_block {
  background-size: 100%;
}
.base_profile_body .has_info {
  line-height: 1.875;
  color: #394854;
  text-align: justify;
}
.base_profile_body .base_src1_block .bas_src1_mes_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base_profile_body .base_src1_block .bas_src1_mes_box .pub_img_box {
  width: 41.833%;
  box-shadow: 0px 20px 78px 2px rgba(0, 0, 0, 0.05);
}
.base_profile_body .base_src1_block .bas_src1_mes_box .has_info {
  width: 50%;
}.base_profile_body .base_src1_block .bas_src1_mes_box .has_info p{
    font-size: 16.5px;
    color: #666;
    line-height: 1.975;
    font-family: Barlow-Regular;}
.base_profile_body .base_src2_block .pub_img_box {
  margin-top: .18rem;
}
.base_profile_body .base_src2_block .pub_img_box::before {
  margin-top: 36%;
}
.base_profile_body .base_src3_block .bas_src3_con_case {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .65rem;
}
.base_profile_body .base_src3_block .bas_src3_con_case .base_src3_img_box {
  width: 70%;
  margin-left: -10%;
  margin-top: -2%;
  position: relative;
}
.base_profile_body .base_src3_block .bas_src3_con_case .base_src3_img_box .pub_img_box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.base_profile_body .base_src3_block .bas_src3_con_case .base_src3_img_box .pub_img_box::before {
  margin-top: 70.9433%;
}
.base_profile_body .base_src3_block .bas_src3_con_case .base_src3_img_box .pub_img_box:first-child {
  position: relative;
}
.base_profile_body .base_src3_block .bas_src3_con_case .base_src3_tex_box {
  width: 52.6666%;
}
.base_profile_body .base_src3_block .bas_src3_con_case .base_src3_tex_box > div {
  padding-left: .3rem;
  position: relative;
  margin-bottom: 1.875em;
  text-align: justify;
}
.base_profile_body .base_src3_block .bas_src3_con_case .base_src3_tex_box > div::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.9375em;
  transform: translateY(-90%) rotate(45deg);
  width: .064rem;
  height: .064rem;
  background-color: #d6041b;
}
.base_profile_body .base_src4_block .bas_src4_mes_box {
  margin-top: .48rem;
  max-height: 10.86rem;
  overflow-y: auto;
  padding-right: .4rem;
  margin-right: -0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.base_profile_body .base_src4_block .bas_src4_mes_box > div {
  width: 47.833%;
  margin-bottom: 4.5%;
  background-color: #fff;
  padding: 2.5% 2% 2% 2%;
  border: 1px solid rgba(47, 64, 77, 0.1);
  display: flex;
  align-items: flex-start;
}
.base_profile_body .base_src4_block .bas_src4_mes_box > div .pub_img_box {
  border-radius: 100%;
  width: 33%;
  margin-right: 6.4%;
}
.base_profile_body .base_src4_block .bas_src4_mes_box > div .bas_src4_tex {
  width: 60.6%;
}
.base_profile_body .base_src4_block .bas_src4_mes_box > div .bas_src4_tex .bas_ea_n {
  line-height: 1;
  color: #394854;
}
.base_profile_body .base_src4_block .bas_src4_mes_box > div .bas_src4_tex .eco_src1 {
  margin-top: .2rem;
}
.base_profile_body .base_src4_block .bas_src4_mes_box > div .bas_src4_tex .eco_src1 .pub_tex_info {
  padding-left: .28rem;
}
.base_profile_body .base_src4_block .bas_src4_mes_box > div .bas_src4_tex .eco_src1 .pub_tex_info::before {
  width: .07rem;
  height: .07rem;
}
.sX {
  -webkit-animation-name: sX;
  animation-name: sX;
  transform-origin: 0 50%;
}
@keyframes sX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: none;
  }
}
.sY {
  -webkit-animation-name: sY;
  animation-name: sY;
  transform-origin: 0 100%;
}
@keyframes sY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: none;
  }
}
.widthA {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@keyframes shan {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.scaleI {
  -webkit-animation-name: scaleI;
  animation-name: scaleI;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@keyframes scaleI {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: none;
  }
}
.at_on[data-effect="scaleI"],
.a_on[data-effect="scaleI"] {
  visibility: visible !important;
  transform: scale(1.1);
}
.pub_tex_info {
  line-height: 1.875;
  color: #394854;
  text-align: justify;
  margin-top: .25rem;
}
.pub_tex_info p {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}
.pub_tex_info span {
  display: initial;
  font: inherit;
}
.pro_sub_nav_box .swiper-container,
.team_src5_mes_box .swiper-container,
.abo_block .swiper-container,
.hon_con_box .swiper-container {
  cursor: url("/templates/dist/img/shubiao.png"), auto;
}
.video_body .con_block {
  background-size: 100%;
}
.system_body .sys_src1_img_box {
  position: relative;
  margin: .4rem auto 0;
  width: 81%;
}
.system_body .sys_src1_img_box img {
  display: block;
  width: 100%;
}
.system_body .sys_src2_img_box {
  margin-top: .4rem;
}
.system_body .sys_src2_img_box .pub_img_box {
  width: 78.66%;
  margin: 0 auto;
}
.system_body .sys_src2_img_box .pub_img_box::before {
  margin-top: 53.072%;
}
.system_body .sys_src2_img_box .pub_img_box img {
  position: absolute;
  display: block;
}
.system_body .sys_src2_img_box .pub_img_box img:nth-child(1) {
  left: 0;
  top: 0;
  width: 26.6949%;
}
.system_body .sys_src2_img_box .pub_img_box img:nth-child(2) {
  right: 0;
  top: 0;
  width: 26.6949%;
}
.system_body .sys_src2_img_box .pub_img_box img:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38.1356%; 
}
.system_body .sys_src2_img_box .pub_img_box img:nth-child(4) {
  left: 0;
  bottom: 0;
  width: 26.6949%;
}
.system_body .sys_src2_img_box .pub_img_box img:nth-child(5) {
  right: 0;
  bottom: 0;
  width: 26.6949%;
}
.system_body .sys_src3_img_box {
  width: 86.5%;
  margin: 0 auto;
}
.system_body .sys_src3_img_box img {
  mix-blend-mode: darken;
  display: block;
  width: 100%;
}
.system_body .sys_src4_img_box {
  margin-top: .32rem;
}
.system_body .sys_src4_img_box .pub_img_box::before {
  margin-top: 37.5%;
}
.system_body .sys_src4_img_box .sys_src4_n {
  text-align: center;
  margin-top: .2rem;
  color: #000;
}
@media screen and (orientation: landscape) {
  .system_body .sys_src4_img_box .sys_src4_n {
    font-weight: 300;
  }
}
.system_body .sys_src4_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: .55rem;
}
.system_body .sys_src4_list .sys_src4_l_con {
  width: 31.666%;
  margin-right: 2.501%;
  margin-bottom: .1rem;
}
@media screen and (orientation: landscape) {
  .system_body .sys_src4_list .sys_src4_l_con:nth-child(3n) {
    margin-right: 0;
  }
}
.system_body .sys_src4_list .sys_src4_l_con .pub_img_box::before {
  margin-top: 56.3157%;
}
.system_body .sys_src4_list .sys_src4_l_con .sys_src4_l_name {
  margin-top: .17rem;
  text-align: center;
  color: #000;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.platform_body .con_block {
  background-color: #f6f7f9;
}
.platform_body .pla_src1_img_box {
  margin-top: .5rem;
  display: flex;
  align-items: center;
  padding-left: 10.58%;
}
.platform_body .pla_src1_img_box .pla_phone_box {
  width: 23.8%;
  display: block;
  margin-right: 8.4%;
  position: relative;
}
.platform_body .pla_src1_img_box .pla_phone_box > img {
  display: block;
}
.platform_body .pla_src1_img_box .pla_phone_box > img:first-child {
  width: 100%;
  position: relative;
  z-index: 2;
}
.platform_body .pla_src1_img_box .pla_phone_box > img:nth-child(2) {
  z-index: 1;
  position: absolute;
  right: -8%;
  top: -10%;
  width: 218.039%;
}
@media screen and (orientation: landscape) {
  .platform_body .pla_src1_img_box .pla_phone_box:nth-child(2) {
    margin-right: 9.5%;
  }
}
.platform_body .pla_src1_img_box .pla_code_box {
  width: 142px;
}
.platform_body .pla_src1_img_box .pla_code_box > img {
  width: 100%;
  display: block;
}
.platform_body .pla_src1_img_box .pla_code_box div {
  margin-top: .1rem;
  color: #666666;
  line-height: 1.5;
  text-align: center;
}
.platform_body .pla_src2_box {
  margin-top: .35rem;
}
.platform_body .pla_src2_box .pla_src2_img_block {
  display: flex;
  justify-content: space-between;
}
.platform_body .pla_src2_box .pla_src2_img_block .pub_img_box {
  width: 48.33%;
}
.platform_body .pla_src2_box .pla_src2_img_block .pub_img_box::before {
  margin-top: 68.9655%;
}
.platform_body .pla_src2_box .pla_src2_name {
  text-align: center;
  line-height: 1.5;
  margin-top: .4rem;
  color: #666666;
}
.mce_body .con_block {
  background-size: 100%;
}
.mce_body .mce_src1_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mce_body .mce_src1_box .pub_img_box {
  width: 45%;
}
.mce_body .mce_src1_box .pub_img_box::before {
  margin-top: 66.6666%;
}
.mce_body .mce_src1_box .pub_img_box .pub_img {
  background-size: contain;
}
.mce_body .mce_src1_box .mec_src1_tex {
  width: 49.33%;
  margin-top: .33rem;
}
.mce_body .mce_src1_box .mec_src1_tex .pub_tex_info {
  margin-top: 0;
}
.mce_body .mce_src1_box .mec_src1_tex .mce_tj {
  margin-top: .55rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mce_body .mce_src1_box .mec_src1_tex .mce_tj > div {
  display: grid;
}
.mce_body .mce_src1_box .mec_src1_tex .mce_tj .pub_tex_info {
  position: relative;
  padding-left: .3rem;
}
.mce_body .mce_src1_box .mec_src1_tex .mce_tj .pub_tex_info::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .859375em;
  transform: translateY(-50%) rotate(45deg);
  width: .08rem;
  height: .08rem;
  background-color: #d6041b;
}
@media screen and (orientation: landscape) {
  .pub-wel_body .wel_src1_block .pub_tex_info {
    margin-top: 0;
  }
}
.pub-wel_body .wel_src1_block .wel_src1_box {
  margin-top: .73rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pub-wel_body .wel_src1_block .wel_src1_box:nth-child(even) {
  flex-direction: row-reverse;
}
.pub-wel_body .wel_src1_block .wel_src1_box .pub_img_box {
  width: 50%;
}
.pub-wel_body .wel_src1_block .wel_src1_box .pub_img_box::before {
  margin-top: 60.33%;
}
.pub-wel_body .wel_src1_block .wel_src1_box:nth-child(5) .pub_img_box::before {
  margin-top: 40.86378%;
}
@media screen and (orientation: landscape) {
  .pub-wel_body .wel_src1_block .wel_src1_box:nth-child(2) {
    margin-top: -0.4rem;
  }
  .pub-wel_body .wel_src1_block .wel_src1_box:nth-child(2) .pub_tex_info {
    width: 50%;
  }
}
.pub-wel_body .wel_src1_block .wel_src1_box:nth-child(2) .pub_img_box {
  width: 33.833%;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.05);
  margin-right: 8%;
}
.pub-wel_body .wel_src1_block .wel_src1_box:nth-child(2) .pub_img_box::before {
  margin-top: 66.00985%;
}
.pub-wel_body .wel_src1_block .wel_src1_box .pub_tex_info {
  width: 41.666%;
}
.pub-wel_body .wel_src2_block:nth-child(2) {
  margin-top: .8rem;
}
.pub_title_sty_case {
  margin-top: 1.2rem;
}
.pub_title_sty_case > img {
  width: .33rem;
  display: block;
}
.pub_title_sty_case .pub_title_sty {
  color: #d60000;
  margin-top: .3rem;
  border-bottom: 1px solid #d60000;
  line-height: 1.5;
  padding: .2rem 0;
}
.practice_body .pra_src1_con {
  margin: .4rem auto 0;
  position: relative;
  width: 92.5833%;
}
.practice_body .pra_src1_con > img {
  display: block;
  width: 100%;
}
.practice_body .pra_src1_con .pra_src1_name {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #d60000;
}
.practice_body .par_title {
  font-weight: 500;
  color: #d60000;
  line-height: 1;
  margin-top: .3rem;
}
@media screen and (orientation: landscape) {
  .practice_body .par_title + .pub_tex_info {
    margin-top: .2rem;
  }
}
.practice_body .pra_src_gx {
  margin-top: .3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.practice_body .pra_src_gx .pub_img_box {
  width: 10%;
}
.practice_body .pra_ry_img_box {
  display: flex;
  margin-top: .3rem;
  padding-bottom: .3rem;
  align-items: flex-end;
}
.practice_body .pra_ry_img_box > div {
  width: 50%;
  line-height: 1;
  color: rgba(57, 72, 84, 0.54);
  text-align: center;
}
.practice_body .pra_ry_img_box > div .pub_img_box {
  margin-bottom: .16rem;
}
.practice_body .pra_ry_img_box > div .pub_img_box::before {
  margin-top: 55.298%;
}
.practice_body .pra_ry_img_box > div .pub_img_box .pub_img {
  background-size: contain;
  background-position: center bottom;
}
.practice_body .pra_ry_img_box > div:first-child .pub_img_box {
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: .48rem;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.05);
}
.practice_body .pra_ry_img_box > div:first-child .pub_img_box::before {
  margin-top: 66.09195%;
}
.practice_body .pra_table_case {
  margin-top: .8rem;
}
.practice_body .pra_table_case .pra_table_box {
  margin-top: .3rem;
  margin-bottom: -0.45rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.practice_body .pra_table_case .pra_table_box .pub_img_box {
  margin-bottom: .45rem;
}
.practice_body .pra_table_case .pra_table_box .pub_img_box:nth-child(odd) {
  width: 47.75%;
}
.practice_body .pra_table_case .pra_table_box .pub_img_box:nth-child(even) {
  width: 50.25%;
}
.practice_body .pra_table_case .pra_table_box .pub_img_box:nth-child(1)::before {
  margin-top: 31.4136125%;
}
.practice_body .pra_table_case .pra_table_box .pub_img_box:nth-child(2)::before {
  margin-top: 29.850746%;
}
.practice_body .pra_table_case .pra_table_box .pub_img_box:nth-child(3)::before {
  margin-top: 23.734729%;
}
.practice_body .pra_table_case .pra_table_box .pub_img_box:nth-child(4)::before {
  margin-top: 22.553897%;
}
.communicate_body .com_src1_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.communicate_body .com_src1_block .pub_title_sty_case {
  margin-top: 0;
  width: 2rem;
}
.communicate_body .com_src1_block .pub_title_sty_case .pub_title_sty {
  border-bottom: none;
  padding-bottom: 0;
}
.communicate_body .com_src1_block .pub_tex_info {
  width: calc(100% - 2rem);
}
.communicate_body .com_src3_block {
  margin-top: .32rem;
}
.communicate_body .com_src3_block > div {
  display: flex;
  position: relative;
}
.communicate_body .com_src3_block > div::before {
  content: '';
  display: block;
  width: 92.5%;
  height: 1px;
  background-color: rgba(214, 3, 26, 0.05);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.communicate_body .com_src3_block > div:last-child::before {
  display: none;
}
.communicate_body .com_src3_block > div > div {
  padding-right: .4rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}
.communicate_body .com_src3_block > div > div:nth-child(1) {
  width: 22.75%;
  padding-left: 7.33%;
  color: #d60000;
  align-items: center;
  background-color: rgba(214, 3, 26, 0.01);
}
.communicate_body .com_src3_block > div > div:nth-child(2) {
  width: 40.75%;
  color: #666666;
  line-height: 1.714;
  padding-left: 9.33%;
  background-color: rgba(214, 3, 26, 0.03);
}
.communicate_body .com_src3_block > div > div:nth-child(3) {
  width: 36.5%;
  line-height: 1.714;
  color: #666666;
  padding-left: 4.83%;
  background-color: rgba(214, 3, 26, 0.02);
}
.communicate_body .com_src3_block > div:first-child {
  background-color: #d60000;
  line-height: 1;
}
.communicate_body .com_src3_block > div:first-child > div {
  color: #fff;
}
.party_body .pub_tex_info span {
  color: inherit;
}
.party_body .con_block {
  background-size: 100%;
  background-color: #fff;
}
.party_body .party_src1_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.party_body .party_src1_block .d_hz {
  position: absolute;
  width: 63.0833%;
  top: .2rem;
  z-index: -1;
  left: 18.45835%;
}
.party_body .party_src1_block .pub_img_box {
  width: 32%;
}
.party_body .party_src1_block .pub_img_box::before {
  margin-top: 68.229166%;
}
.party_body .party_src1_block .party_src1_tex {
  width: 58.333%;
}
.party_body .party_src1_block .party_src1_tex .pub_title_sty_case {
  margin-top: 0;
}
.party_body .party_src1_block .party_src1_tex .pub_title_sty {
  padding-top: .1rem;
  padding-bottom: .2rem;
  border-bottom: none;
}
.party_body .party_src2_block {
  margin-top: .8rem;
}
.party_body .party_src2_block .party_title {
  text-align: center;
  line-height: 1;
  color: #d60000;
}
.party_body .party_src2_block .party_src2_img {
  margin-top: .54rem;
}
.party_body .party_src2_block .party_src2_img img {
  display: block;
  width: 100%;
}
.party_body .party_src3_block {
  position: relative;
  margin-top: .7rem;
  padding: 1px .8rem 1.1rem;
  z-index: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.party_body .party_src3_block > .pub_img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.party_body .party_src3_block > .pub_img_box::before {
  display: none;
}
.party_body .party_src3_block .ban_title_case {
  margin-top: 0;
}
.party_body .party_src3_block .ban_title_case .ban_title {
  color: #fff;
}
.party_body .party_src3_block .party_src3_con {
  margin-top: .3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.party_body .party_src3_block .party_src3_con .pub_img_box {
  width: 32.6923%;
}
.party_body .party_src3_block .party_src3_con .pub_title_sty_case {
  margin-top: 0;
  width: 57.6923%;
}
.party_body .party_src3_block .party_src3_con .pub_title_sty_case .pub_title_sty {
  color: #fff;
  border-bottom: none;
}
.party_body .party_src4_block .party_src4_con {
  margin-top: .3rem;
  display: flex;
  justify-content: space-between;
}
.party_body .party_src4_block .party_src4_con > div {
  width: 18.3333%;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.06);
  padding: .4rem .23rem .5rem .15rem;
}
.party_body .party_src4_block .party_src4_con > div > div:first-child {
  color: #d60000;
  line-height: 1.5;
}
.party_body .party_src4_block .party_src4_con > div > div:nth-child(2) {
  line-height: 1.714;
  margin-top: .15rem;
  color: #394854;
  text-align: justify;
}
.party_body .party_src5_block > div:nth-child(2) {
  margin-top: -0.26rem;
}
.party_body .party_src5_block .party_src5_con {
  margin-top: .05rem;
}
.party_body .party_src5_block .party_src5_con .cou_con_box {
  margin-bottom: .2rem;
  border-top: none;
}
.party_body .party_src5_block .party_src5_con .cou_con_box:last-child {
  margin-bottom: 0;
}
.party_body .party_src5_block .party_src5_con .cou_con_box > div:first-child {
  align-items: center;
}
.party_body .party_src5_block .party_src5_con .cou_con_box > div:first-child div {
  color: #d60000;
}
.party_body .party_src5_block .party_src5_con .cou_con_box > div:first-child .mes_con_box div {
  padding-left: 0;
}
.party_body .party_src5_block .party_src5_con .cou_con_box > div:first-child .mes_con_box div::before {
  display: none;
}
.purchase_body .con_block {
  background-color: #fff;
  background-size: 100%;
}
.purchase_body .con_block .pur_list_box {
  margin-top: .1rem;
  padding-bottom: .1rem;
}
.purchase_body .con_block .pur_list_box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .255rem 0;
  line-height: 1.5;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.purchase_body .con_block .pur_list_box a > div {
  color: #666666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.purchase_body .con_block .pur_list_box a > div:first-child {
  width: 80%;
  text-align: justify;
}
.purchase_body .con_block .pur_list_box a > div:nth-child(2) {
  width: 20%;
  padding-left: .4rem;
  text-align: right;
}
@media screen and (orientation: landscape) {
  .purchase_body .con_block .pur_list_box a:hover > div {
    color: #d60000;
    transform: translateY(-0.05rem);
  }
  .purchase_body .con_block .pur_list_box a:hover > div:first-child {
    font-weight: 700;
  }
  .purchase_body .con_block .pur_list_box a:hover > div:nth-child(2) {
    font-family: en-b;
  }
}
.contact_body .con_body_block {
  padding-top: .3rem;
}
.contact_body .ban_title_case {
  margin-top: .75rem;
}
.contact_body .contact_src1_block .contact_con_box {
  margin-top: .33rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_body .contact_src1_block .contact_con_box .pub_img_box {
  width: 46%;
}
.contact_body .contact_src1_block .contact_con_box .pub_img_box::before {
  margin-top: 63.405797%;
}
.contact_body .contact_src1_block .contact_con_box .contact_text_case {
  width: 47.083333%;
}
.contact_body .contact_src1_block .contact_con_box .contact_text_case .con_text_box {
  margin-bottom: .37rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact_body .contact_src1_block .contact_con_box .contact_text_case .con_text_box:last-child {
  margin-bottom: 0;
}
.contact_body .contact_src1_block .contact_con_box .contact_text_case .con_text_box > div {
  display: grid;
  min-width: 41.76%;
}
.contact_body .contact_src1_block .contact_con_box .contact_text_case .con_text_box > div:nth-child(odd) {
  padding-right: .2rem;
}
.contact_body .contact_src1_block .contact_con_box .contact_text_case .con_text_box > div > div {
  position: relative;
  line-height: 1.875em;
  color: #000;
  padding: .035rem 0 .035rem .4rem;
}
.contact_body .contact_src1_block .contact_con_box .contact_text_case .con_text_box > div > div i {
  color: #d6041b;
  line-height: 1.875em;
  position: absolute;
  left: 0;
  top: 0;
  padding: .035rem 0;
}
.contact_body .contact_src2_block .pub_tex_info {
  color: #000;
  margin-top: .3rem;
}
.contact_body .con_block {
  padding-bottom: 9.3%;
}
.pro_benner_link {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  justify-content: flex-end;
  color: #666666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; font-family:Barlow-Regular
}
.pro_benner_link i {
  margin-left: .18rem;
  color: inherit !important;
}
@media screen and (orientation: landscape) {
  .pro_benner_link:hover {
    color: #d60000 !important;
  }
}
.pro_list_zt {
  width: .58rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: .1rem 0 .1rem 0;
  text-align: center;
  height: .26rem;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 4;
}
.pro_list_zt.y_col {
  background-color: #dab973;
}
.pro_list_zt.r_col {
  background-color: #d60000;
}
.pro_list_zt.b_col {
  background-color: #6598ed;
}
.products_body .con_block {
  background-size: cover;
}
.products_body .banner_block .pub_n_case > div .pub_title_en {
  display: flex;
  align-items: center;
}
.products_body .banner_block .pub_n_case > div .pro_benner_link {
  color: #fff;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  margin-left: .3rem;
}
.products_body .banner_block.on .pub_n_case > div .pro_benner_link {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease-out 1s, transform 0.5s ease-out 1s, color 0.5s ease-out;
}
@media screen and (orientation: landscape) {
  .products_body .con_block {
    padding-top: .2rem;
  }
  .products_body .con_block .con_body_block {
    padding-top: 1rem;
  }
}
.pro_list_box {
  display: flex;
  margin-top: .35rem;
}
.pro_list_box a {
  width: 30%;
  margin-right: 5%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding: 3% 1px 10.5%;
}
.pro_list_box a:last-child {
  margin-right: 0;
}
.pro_list_box a.tj_sty {
  border-radius: .1rem 0 0 0;
}
.pro_list_box a .pub_img_box {
  width: 80%;
  margin: 0 auto;
}
.pro_list_box a .pub_img_box:before {
  margin-top: 69.91525%;
}
.pro_list_box a .pub_img_box .pub_img {
  background-size: contain;
}
.pro_list_box a .pro_list_text_box {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 0;
  padding-right: .3rem;
  padding-left: .3rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.pro_list_box a .pro_list_text_box > div {
  line-height: 1.33;
  color: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.pro_list_box a .pro_list_text_box > div.pro_list_t {
  opacity: 1;
}
.pro_list_box a .pro_list_text_box > div.pro_list_f {
  margin-top: .1rem;
}
.pro_list_box a .pro_list_text_box > div.pro_list_t,
.pro_list_box a .pro_list_text_box > div.pro_list_i {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.33em;
}
.pro_list_box a .pro_list_text_box .pro_list_i {
  margin-top: .14rem;
}
@media screen and (orientation: landscape) {
  .pro_list_box a .pro_list_text_box .pro_list_i {
    font-weight: 100;
  }
}
.pro_list_box a::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: .04rem;
  width: 0;
  bottom: 0;
  background-color: #d60000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  .pro_list_box a:hover {
    box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.2);
  }
  .pro_list_box a:hover::before {
    width: 100%;
  }
  .pro_list_box a:hover .pro_list_text_box {
    bottom: 6%;
  }
  .pro_list_box a:hover .pro_list_text_box > div {
    opacity: 1;
  }
  .pro_list_box a:hover .pro_list_text_box > div.pro_list_i {
    opacity: .6;
  }
}
.sub_body .pro_l_sub_con {
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
}
.sub_body .pro_l_sub_con .pro_nav {
  height: calc(100% - 80px);
  margin-top: 80px;
  width: 18%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #fff;
  z-index: 5;
  padding-top: 60px;
}
.sub_body .pro_l_sub_con .pro_nav .btn_opt {
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #d60000;
  width: .2rem;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateX(100%);
}
.sub_body .pro_l_sub_con .pro_nav .btn_opt i {
  color: #fff;
  font-size: 12px;
  display: block;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a {
  flex: 1;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a span {
  margin-right: .4rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #d60000;
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a > div > div {
  line-height: 1;
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a > div > div:nth-child(1) {
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  line-height: 1.5;
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a > div > div:nth-child(2) {
  color: rgba(0, 0, 0, 0.5);
  margin-top: .16rem;
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a.on {
  box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.1);
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a.on span {
  font-family: en-b;
}
.sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a.on > div > div:nth-child(1) {
  font-weight: 700;
}
@media screen and (orientation: landscape) {
  .sub_body .pro_l_sub_con .pro_nav .pro_nav_box > a:hover {
    box-shadow: 0 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.1);
  }
}
.sub_body .pro_l_sub_con .pro_nav.on {
  transform: none;
}
.sub_body .pro_l_sub_con .pro_nav.on .btn_opt {
  transform: none;
}
.sub_body .pro_l_sub_con .pro_nav.on .btn_opt i {
  transform: rotate(-90deg);
}
.sub_body .pro_l_sub_con .pro_nav_se_box {
  padding-top: 90px;
  margin-left: 23%;
  width: 72.55%;
}
.sub_body .pro_l_sub_con .pro_nav_se_box.swiper_nav_n .swiper-button-prev,
.sub_body .pro_l_sub_con .pro_nav_se_box.swiper_nav_n .swiper-button-next {
  opacity: 0;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .swiper-button-next.swiper-button-disabled,
.sub_body .pro_l_sub_con .pro_nav_se_box .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .swiper-button-prev > div,
.sub_body .pro_l_sub_con .pro_nav_se_box .swiper-button-next > div {
  display: none;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .swiper-button-prev i,
.sub_body .pro_l_sub_con .pro_nav_se_box .swiper-button-next i {
  font-size: .2rem;
}
@media screen and (orientation: landscape) {
  .sub_body .pro_l_sub_con .pro_nav_se_box .swiper-button-prev:hover,
  .sub_body .pro_l_sub_con .pro_nav_se_box .swiper-button-next:hover {
    color: #d60000;
  }
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_sen_nav_box {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_sen_nav_box .swiper-container {
  padding-bottom: 3px;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_sen_nav_box .pub_line {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #d60000;
  left: 0;
  width: 0;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_sen_nav_box a {
  display: block;
  color: #666666;
  padding: .2rem 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-right: 5.57vw;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_sen_nav_box a.on {
  color: #000;
  font-weight: 700;
}
@media screen and (orientation: landscape) {
  .sub_body .pro_l_sub_con .pro_nav_se_box .pro_sen_nav_box a:hover {
    color: #000;
  }
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_sen_nav_box .swiper-slide {
  width: auto;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_sen_nav_box .swiper-slide:last-child a {
  margin-right: 0;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_nav_t_box {
  position: relative;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_nav_t_box a {
  display: block;
  color: #666666;
  padding: .2rem 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-right: 3.9vw;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_nav_t_box a.on {
  color: #d60000;
  font-weight: 500;
}
@media screen and (orientation: landscape) {
  .sub_body .pro_l_sub_con .pro_nav_se_box .pro_nav_t_box a:hover {
    color: #d60000;
  }
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_nav_t_box .swiper-slide {
  width: auto;
}
.sub_body .pro_l_sub_con .pro_nav_se_box .pro_nav_t_box .swiper-slide:last-child a {
  margin-right: 0;
}
.sub_body .pro_l_sub_con .pro_con_box {
  margin-left: 23%;
  width: 72.55%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.sub_body .pro_l_sub_con .pro_con_box.no_s {
  opacity: 0;
  pointer-events: none;
  transition: none;
}
.sub_body .pro_l_sub_con .pro_con_box.on {
  margin-left: 13.725%;
}
.sub_body .pro_l_sub_con .pro_con_box.on .pro_sub_nav_box {
  width: 100vw;
  margin-left: -13.725vw;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_img_box {
  width: 49.28%;
  margin: 7.2916vh auto 7.29166vh;
  visibility: hidden;
  position: relative;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_img_box a {
  display: block;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_img_box a .pub_img_box {
  width: 70.8029%;
  height: 28.85vh;
  margin: 0 auto;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_img_box a .pub_img_box::before {
  display: none;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_img_box a .pub_img_box .pub_img {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_img_box a .pro_sub_name {
  margin-top: .3rem;
  text-align: center;
  color: #d60000;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box {
  width: calc(77vw + .4rem);
  padding-right: 4.45vw;
  padding-bottom: .1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding-left: 4.45vw;
  margin-left: -4.45vw;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-container {
  overflow: initial;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-wrapper {
  transition: all 0.3s ease-out !important;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide {
  width: auto;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide.hide ~ .swiper-slide a {
  cursor: text;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide.hide ~ .swiper-slide a .pro_sub_t {
  color: #000 !important;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide.swiper-slide-thumb-active a {
  cursor: pointer;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide.swiper-slide-thumb-active a .pro_sub_t {
  color: #d60000;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide a {
  display: block;
  margin: 0 1.953125vw;
  max-width: 15.625vw;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide a .pub_img_box {
  height: 11.458vh;
  width: 9.375vw;
  margin: 0 auto .17rem;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide a .pub_img_box::before {
  display: none;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide a .pub_img_box .pub_img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide a .pro_sub_t {
  text-align: center;
  line-height: 1.5;
  color: #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  .sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .swiper-slide a:hover .pro_sub_t {
    color: #d60000;
  }
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .pro_scr_box {
  display: flex;
  align-items: center;
  margin-top: .3rem;
  justify-content: space-between;
  display: none;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .pro_scr_box > div:nth-child(1) {
  color: #d60000;
  line-height: 1;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box .pro_scr_box > div:nth-child(2) {
  width: calc(100% - 140px);
  height: 3px;
  border-radius: 2px;
  background: #F4F4F4;
  pointer-events: none;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_d_img_box {
  width: 48.92%;
  position: relative;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_d_img_box .btn_video_sty {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  transform: scale(0.8) translateY(-8%);
  transform-origin: 100% 0;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_img_box .swiper-container {
  transition: all 1s ease-out;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_nav_box {
  transition: all 1s ease-out;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_d_img_box.on .pro_sub_img_box .swiper-container {
  transform: translateY(15%) scale(1.3);
  transform-origin: 50% 100%;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_d_img_box.on .pro_sub_img_box .icon_hint {
  opacity: 0;
}
.sub_body .pro_l_sub_con .pro_con_box .pro_d_img_box.on .pro_sub_nav_box {
  opacity: 0;
  transform: translateY(10%);
}
.sub_body .swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  transition: width 0.3s ease-out;
}
.sub_body .swiper-scrollbar .swiper-scrollbar-drag::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translate(50%, -50%) rotate(45deg);
  background-color: #d60000;
  top: 50%;
}
.btn_video_sty {
  cursor: pointer;
}
.btn_video_sty .btn_v_icon {
  width: .46rem;
  height: .46rem;
  position: relative;
  margin: 0 auto;
}
.btn_video_sty .btn_v_icon img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.btn_video_sty .btn_v_icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.btn_video_sty .btn_v_n {
  margin-top: .14rem;
  line-height: 1;
  color: #666666;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (orientation: landscape) {
  .btn_video_sty:hover .btn_v_icon img {
    opacity: 0;
  }
  .btn_video_sty:hover .btn_v_icon img:nth-child(2) {
    opacity: 1;
  }
  .btn_video_sty:hover .btn_v_n {
    color: #d60000;
  }
}
.pro_d_body .pro_l_sub_con .pro_con_box {
  display: flex;
  justify-content: space-between;
  margin-top: .3rem;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_sub_nav_box {
  width: 100%;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_img_box {
  width: 100%;
  margin: 0;
  position: relative;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_img_box .icon_hint {
  display: none;
  font-size: .2rem;
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d6041b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (orientation: landscape) {
  .pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_img_box .icon_hint:hover {
    color: #d60000;
  }
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_img_box .swiper-button-prev,
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_img_box .swiper-button-next {
  display: none;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_img_box a .pub_img_box {
  width: 88%;
  height: 48.125vh;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_img_box a .pro_sub_name {
  display: none;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_nav_box {
  padding-right: 0;
  padding-left: 0;
  margin-top: 7.2vh;
  overflow: hidden;
  width: 100%;
  margin-left: 0;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_nav_box .pro_scr_box {
  display: none !important;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_nav_box .swiper-slide {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_nav_box .swiper-slide:last-child a {
  margin-right: 0;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_nav_box .swiper-slide a {
  margin-right: .5vw;
}
.pro_d_body .pro_l_sub_con .pro_con_box .pro_d_img_box .pro_sub_nav_box .swiper-slide a .pub_img_box {
  width: 5.46875vw;
  height: 6.8421vh;
}
.pro_d_body .pro_d_text_box {
  width: 43.165%;
}
.pro_d_body .pro_d_text_box .pro_d_name {
  line-height: 1;
  color: #d60000;
}
.pro_d_body .pro_d_text_box .pro_d_i {
  font-weight: 500;
  color: #666666;
  line-height: 1.5;
  margin-top: .15rem;
}
.pro_d_body .pro_d_text_box .pro_d_i_name {
  color: #394854;
  margin-top: .35rem;
}
.pro_d_body .pro_d_text_box .pro_d_i_mess {
  text-align: justify;
  margin-top: .09rem;
  color: #394854;
  padding-bottom: .2rem;
}
.pro_d_body .pro_d_text_box .pro_d_con_box {
  width: calc(100% + .2rem);
  padding-right: .2rem;
  overflow-y: auto;
  padding-bottom: .2rem;
  margin-bottom: .3rem;
  line-height: 1.57;
  color: #394854;
}
.pro_d_body .pro_d_text_box .pro_d_con_box .pro_d_m {
  margin-top: .3rem;
  align-items: center;
  position: relative;
  padding-left: .6rem;
}
.pro_d_body .pro_d_text_box .pro_d_con_box .pro_d_m span {
  color: #d60000;
  line-height: 1;
  margin-right: .34rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_d_body .pro_d_text_box .pro_d_con_box .yun_d_data {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.3rem;
  justify-content: center;
  text-align: center;
}
.pro_d_body .pro_d_text_box .pro_d_con_box .yun_d_data > div {
  margin-top: .45rem;
  width: 2.35rem;
  max-width: 50%;
}
.pro_d_body .pro_d_text_box .pro_d_con_box .yun_d_data > div .yun_d_i {
  color: #d60000;
  display: flex;
  line-height: 1;
  align-items: baseline;
  justify-content: center;
}
.pro_d_body .pro_d_text_box .pro_d_con_box .yun_d_data > div .yun_d_i span {
  font-weight: 700;
}
.pro_d_body .pro_d_text_box .pro_d_con_box .yun_d_data > div .yun_d_n {
  line-height: 1;
  margin-top: .1rem;
  color: #666666;
}
.pro_d_body .pro_d_text_box .btn_sty_w {
  color: #d60000;
  margin: 0 auto;
  border-radius: 0;
  border: 1px solid #d60000;
}
.pro_d_body .pro_d_text_box .btn_sty_w::before,
.pro_d_body .pro_d_text_box .btn_sty_w::after {
  width: 0;
  background-color: #d60000;
}
@media screen and (orientation: landscape) {
  .pro_d_body .pro_d_text_box .btn_sty_w:hover::before,
  .pro_d_body .pro_d_text_box .btn_sty_w:hover::after {
    width: 70%;
  }
}
.pro_d_body .pro_d_text_box .btn_sty_w > div {
  border-radius: 0;
  display: none;
}
.environment_body .env_src1_mes_box {
  margin-top: .45rem;
  position: relative;
}
.environment_body .env_src1_mes_box img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.environment_body .env_src1_mes_box img:nth-child(1) {
  position: relative;
}
.environment_body .env_src2_mes_box {
  margin-top: .35rem;
}
.environment_body .env_src2_mes_box .pub_img_box::before {
  margin-top: 41.666%;
}
.environment_body .env_src2_mes_box .env_src2_t {
  margin-top: .13rem;
}
.environment_body .env_src2_mes_box .env_src2_t div {
  line-height: 1.71;
  color: rgba(57, 72, 84, 0.8);
  text-align: right;
}
.environment_body .env_src3_pub_title {
  margin-top: .3rem;
  line-height: 1;
  color: #d60000;
}
.environment_body .env_src3_mes_box {
  margin-top: .42rem;
  position: relative;
}
.environment_body .env_src3_mes_box .sha_tra {
  width: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.environment_body .env_src3_mes_box .pub_img_box::before {
  margin-top: 71.428%;
}
.environment_body .env_src3_mes_box .env_src3_n {
  text-align: center;
  line-height: 1.5;
  margin-top: .11rem;
  color: rgba(57, 72, 84, 0.8);
}
.environment_body .env_src3_mes_box .swiper-container {
  overflow: visible;
  width: calc(100% + .27rem);
  margin-left: -0.135rem;
}
.environment_body .env_src3_mes_box .swiper-slide {
  padding: 0 .135rem;
}
.environment_body .env_src3_block .env_src3_pub_title {
  margin-top: 1rem;
}
.team_body .team_src1_mes_box {
  margin-top: .35rem;
}
.team_body .team_src1_mes_box .pub_img_box::before {
  margin-top: 33.333%;
}
.team_body .team_src1_2_box {
  margin-top: .4rem;
}
.team_body .team_src1_2_box .pub_img_box::before {
  margin-top: 20.5833%;
}
.team_body .team_src1_2_box .pub_img_box .pub_img {
  background-size: contain;
}
.team_body .team_src2_mes_box {
  margin-top: 1.15rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding-bottom: .45rem;
}
.team_body .team_src2_mes_box .team_src2_case {
  width: 14.33%;
  padding-top: 14.33%;
  position: relative;
}
.team_body .team_src2_mes_box .team_src2_case:nth-child(even) {
  margin-top: -0.5rem;
}
.team_body .team_src2_mes_box .team_src2_case::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 100%;
  border: 1px dashed #d60000;
  border-radius: .1rem;
}
.team_body .team_src2_mes_box .team_src2_case .team_src2_c {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #d60000;
  line-height: 1;
  left: 0;
  top: 0;
}
.team_body .team_src2_mes_box .team_src2_case .team_src2_c > div {
  margin-top: .14rem;
}
.team_body .team_src5_block .team_src5_mes_box {
  margin-top: -0.3rem;
}
.team_body .team_src5_block .team_src5_mes_box .swiper-button-prev > div,
.team_body .team_src5_block .team_src5_mes_box .swiper-button-next > div {
  display: none;
}
.team_body .team_src5_block .team_src5_mes_box .swiper-button-prev i,
.team_body .team_src5_block .team_src5_mes_box .swiper-button-next i {
  font-size: 20px;
}
@media screen and (orientation: landscape) {
  .team_body .team_src5_block .team_src5_mes_box .swiper-button-prev,
  .team_body .team_src5_block .team_src5_mes_box .swiper-button-next {
    display: none;
  }
}
.team_body .team_src5_block .team_src5_mes_box .swiper-container {
  position: relative;
}
.team_body .team_src5_block .team_src5_mes_box .swiper-container::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: calc(.8rem + 3px);
  background-color: rgba(0, 0, 0, 0.11);
}
.team_body .team_src5_block .team_src5_mes_box .swiper-container .swiper-slide {
  width: auto;
  padding-right: .35rem;
  min-width: 1.3rem;
}
.team_body .team_src5_block .team_src5_mes_box .swiper-container .swiper-slide:last-child {
  padding-right: 0;
}
.team_body .team_src5_block .team_src5_mes_box .swiper-container .team_src5_t {
  line-height: .8rem;
  color: #d60000;
}
.team_body .team_src5_block .team_src5_mes_box .swiper-container .team_src5_t + span {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #d60000;
  transform: rotate(45deg);
}
.team_body .team_src5_block .team_src5_mes_box .swiper-container .team_src5_i {
  line-height: 2.57;
  margin-top: .22rem;
  color: #394854;
}
.team_body .team_src5_block .team_hz_l {
  margin-top: .32rem;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.team_body .team_src5_block .team_hz_l > a {
  width: 18.333%;
  margin-right: 2.08375%;
  margin-bottom: 2.08375%;
}
@media screen and (orientation: landscape) {
  .team_body .team_src5_block .team_hz_l > a:nth-child(5n) {
    margin-right: 0;
  }
}
.team_body .team_src5_block .team_hz_l .pub_img_box {
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.1);
  background-color: #fff;
}
.team_body .team_src5_block .team_hz_l .pub_img_box::before {
  margin-top: 59.0909%;
}
.team_body .con_block {
  background-size: 100%;
  background-color: #fff;
}
.news_body .con_block {
  background-color: #fff;
  background-size: 100%;
}
.scr_bg_s {
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #d60000;
  pointer-events: none;
  transition: none;
}
.realtime_body .con_block {
  background-color: #fff;
  background-size: 100%;
}
.realtime_body .team_src4_block .ban_title_case {
  justify-content: center;
}
.realtime_body .team_src4_block .ban_title_case > img {
  width: 38.75%;
}
.realtime_body .team_src4_block .team_src4_mes_box {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case {
  width: 30.4166%;
  position: relative;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2) {
  width: 39.1668%;
  position: relative;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2)::before,
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2)::after {
  content: '';
  display: block;
  top: .13rem;
  position: absolute;
  height: 2rem;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2)::before {
  left: 0;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2)::after {
  right: 0;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(1),
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2),
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(3) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(1) .team_src4_c,
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2) .team_src4_c,
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(3) .team_src4_c {
  padding-bottom: .45rem;
  padding-top: .13rem;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(1) .team_src4_c .pub_img_box,
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2) .team_src4_c .pub_img_box,
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(3) .team_src4_c .pub_img_box {
  width: 2rem;
  max-width: 95%;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.1);
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(1) .team_src4_c > div.team_src4_n,
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(2) .team_src4_c > div.team_src4_n,
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(3) .team_src4_c > div.team_src4_n {
  margin-top: .35rem;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(4)::after {
  content: '';
  display: block;
  top: .5rem;
  position: absolute;
  height: 2rem;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  right: 0;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(4),
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case:nth-child(5) {
  width: 50%;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case .team_src4_c {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: .58rem;
  padding-bottom: .64rem;
  text-align: center;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case .team_src4_c .pub_img_box {
  width: .54rem;
  margin: 0 auto;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case .team_src4_c > div {
  color: #333333;
  margin-top: .35rem;
}
.realtime_body .team_src4_block .team_src4_mes_box .team_src4_case .team_src4_c > div.team_src4_n {
  color: #666666;
  margin-top: .15rem;
}
.realtime_body .team_src4_block .pub_tex_info {
  margin-top: .65rem;
  text-align: center;
  color: #d60000;
}
@media screen and (orientation: landscape) {
  .added_body .pub_tex_info {
    margin-top: 0;
  }
}
.added_body .level_3_nav_case .level_3_nav_box a {
  flex: none;
}
.added_body .con_block {
  background-size: 100%;
  background-color: #fff;
}
.added_body .added_src_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .3rem;
}
.added_body .added_src_con > .pub_img_box {
  width: 40%;
}
.added_body .added_src_con > .pub_img_box::before {
  margin-top: 85.4066%;
}
.added_body .added_src_con .pub_tex_info {
  width: 49.5833%;
}
.added_body .added_src_con.added_lb_box .pub_img_box::before {
  margin-top: 91.954%;
}
.added_body .added_src_con.added_lb_box .added_lb {
  width: 50.75%;
}
.added_body .added_src_con.added_lb_box .added_lb .swiper-button-prev,
.added_body .added_src_con.added_lb_box .added_lb .swiper-button-next {
  transform: translateY(-50%);
  color: #fff;
}
.added_body .added_src_con.added_lb_box .added_lb .swiper-button-prev::before,
.added_body .added_src_con.added_lb_box .added_lb .swiper-button-next::before {
  border-color: #fff;
}
.added_body .added_src_con.added_lb_box .added_lb .swiper-button-prev {
  left: .3rem;
}
.added_body .added_src_con.added_lb_box .added_lb .swiper-button-next {
  right: .3rem;
}
.added_body .added_src_con.added_lb_box .pub_tex_info {
  width: 41.6666%;
}
.added_body .added_src2_block {
  margin-top: 1.2rem;
}
.added_body .added_src2_block .added_src2_con {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.added_body .added_src2_block .added_src2_con img {
  width: 17.0833%;
}
.added_body .added_src2_block .added_src2_con img:nth-child(2) {
  width: 27.0833%;
}
@media screen and (orientation: landscape) {
  .warranty_body .con_block {
    padding-bottom: 6.8%;
  }
}
.warranty_body .warr_src2_block {
  margin-top: .5rem;
}
.warranty_body .warr_src2_block .litt_t {
  line-height: 1.5;
  color: #d60000;
  margin-bottom: .2rem;
}
.warranty_body .warr_src2_block .warr_table_box {
  text-align: center;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.1);
  background-color: #fff;
}
.warranty_body .warr_src2_block .warr_table_box > div {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  color: #666666;
}
.warranty_body .warr_src2_block .warr_table_box > div:first-child {
  color: #333333;
}
.warranty_body .warr_src2_block .warr_table_box > div div {
  line-height: 1.5;
  padding: .2rem .1rem;
  width: calc( 89.25% / 4);
  border-right: 1px solid #dfdfdf;
}
.warranty_body .warr_src2_block .warr_table_box > div div:nth-child(1) {
  width: 10.75% !important;
}
.warranty_body .warr_src2_block .warr_table_box.width_5 > div div {
  width: calc( 89.25% / 5);
}
.warranty_body .warr_src2_block table {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.1);
  background-color: #fff;
  width: 100%;
}
.warranty_body .warr_src2_block table tr {
  border-bottom: 1px solid #dfdfdf;
}
.warranty_body .warr_src2_block table tr:first-child {
  color: #333333;
}
.warranty_body .warr_src2_block table tr td,
.warranty_body .warr_src2_block table tr th {
  line-height: 1.5;
  padding: .2rem .1rem;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.warranty_body .warr_src2_block table tr td:nth-child(1),
.warranty_body .warr_src2_block table tr th:nth-child(1) {
  width: 10.75% !important;
}
.warranty_body .warr_src2_block table tr td {
  color: #394854;
}
.box-shadow_h {
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.1);
}
.concept_body .con_block {
  background-size: 100%;
  background-color: #fff;
}
.concept_body .concept_src_block .pub_tex_info {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .concept_body .concept_src_block .pub_tex_info.text-cen {
    text-align: center;
  }
}
.concept_body .concept_src_block .concept_src1_img {
  margin: .35rem auto;
  width: 54.25%;
}
.concept_body .concept_src_block .concept_src1_img .pub_img_box::before {
  margin-top: 42.70353%;
}
.concept_body .concept_src2_con {
  margin-top: .35rem;
  display: flex;
  justify-content: space-between;
}
.concept_body .concept_src2_con > div {
  width: 29.1666%;
  padding: .45rem .1rem .4rem;
  text-align: center;
  line-height: 1;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.1);
}
.concept_body .concept_src2_con > div i {
  display: block;
  color: #d60000;
  font-size: .64rem;
}
.concept_body .concept_src2_con > div div {
  margin-top: .18rem;
  color: #394854;
}
.concept_body .concept_src4_img {
  margin: .32rem auto 0;
  width: 50.25%;
}
.concept_body .concept_src4_img .pub_img_box::before {
  margin-top: 56.55058%;
}
.concept_body .concept_src5_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: .52rem;
}
.concept_body .concept_src5_con .concept_case_box {
  width: 45.0833%;
  line-height: 1.71;
  text-align: center;
  padding-bottom: .52rem;
}
.concept_body .concept_src5_con .concept_case_box .pub_img_box::before {
  margin-top: 52.6617%;
}
.concept_body .concept_src5_con .concept_case_box .concept_n {
  padding-top: .32rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.concept_body .concept_src5_con .concept_case_box .concept_i {
  margin-top: .07rem;
  color: #394854;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.42em;
}
.concept_body .concept_hint_box {
  margin-top: 1.1rem;
  text-align: center;
  color: #d60000;
}
@media screen and (orientation: landscape) {
  .concept_body .concept_hint_box > div br {
    display: none;
  }
}
.eco_src1 .pub_tex_info {
  margin-top: 0;
  position: relative;
  padding-left: .33rem;
}
.eco_src1 .pub_tex_info::before {
  content: '';
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #d6041b;
  position: absolute;
  left: 0;
  top: .85em;
  transform: translate(10%, -50%) rotate(45deg);
}
.ecology_body .con_block {
  background-size: 100% !important;
}
.ecology_body .eco_src1_img {
  width: 68.3333%;
  margin: .68rem auto 0;
  mix-blend-mode: darken;
}
.ecology_body .eco_src1_img img {
  display: block;
  width: 100%;
}
.ecology_body .eco_src1_img .pub_img_box::before {
  margin-top: 40.7317%;
}
.ecology_body .eco_src1_img .eco_src1_n {
  text-align: center;
  line-height: 1;
  margin-top: .4rem;
  color: #394854;
}
.ecology_body .eco_src2_img {
  margin: .4rem auto 0;
  width: 68.16666%;
}
.ecology_body .eco_src2_img img {
  width: 100%;
  display: block;
  mix-blend-mode: darken;
}
.ecology_body .eco_src2_img img:first-child {
  margin-bottom: .38rem;
}
.ecology_body .eco_src3_img {
  margin: .32rem auto 0;
  width: 49.1666%;
}
.ecology_body .eco_src3_img img {
  display: block;
  width: 100%;
}
.ecology_body .eco_src4_img {
  margin: .28rem auto 0;
  width: 52.25%;
}
.ecology_body .eco_src4_img img {
  display: block;
  width: 100%;
  mix-blend-mode: darken;
}
.ecology_body .btn_sty_w {
  margin: .25rem auto 0;
  color: #d60000;
  border-radius: 0;
  border: 1px solid #d60000;
}
.ecology_body .btn_sty_w::before,
.ecology_body .btn_sty_w::after {
  width: 0;
  background-color: #d60000;
}
@media screen and (orientation: landscape) {
  .ecology_body .btn_sty_w:hover::before,
  .ecology_body .btn_sty_w:hover::after {
    width: 70%;
  }
}
.ecology_body .btn_sty_w > div {
  border-radius: 0;
  display: none;
}
.icon_sty {
  width: .32rem;
  height: .32rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6041b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.icon_sty i {
  font-size: 12px;
  line-height: 1;
  display: block;
  transform: scale(0.6);
}
.icon_sty:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: .04rem;
  border: 1px solid #d6041b;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.icon_sty_h {
  color: #fff;
}
.icon_sty_h:before {
  background-color: #d60000;
  border-color: #d60000;
}
@media screen and (orientation: landscape) {
  .solution_body .con_block {
    padding-top: 0;
    padding-bottom: 4.2%;
  }
}
.solution_body .solu_nav_box {
  position: absolute;
  width: calc(100% - 2rem);
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 5;
}
.solution_body .solu_nav_box .solu_name {
  font-weight: 600;
  font-size: .72rem;
}
.solution_body .solu_nav_box .solu_name_en {
  text-transform: uppercase;
  margin-top: .38rem;
  letter-spacing: .1em;
  text-indent: 0.1em;
}
.solution_body .solu_nav_box .solu_ban_t .swiper-button-next,
.solution_body .solu_nav_box .solu_ban_t .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  transform: none;
}
.solution_body .solu_nav_box .solu_ban_t:nth-child(1),
.solution_body .solu_nav_box .solu_ban_t:nth-child(3) {
  position: relative;
}
.solution_body .solu_nav_box .solu_ban_t:nth-child(1) a,
.solution_body .solu_nav_box .solu_ban_t:nth-child(3) a {
  display: block;
  margin-bottom: .1rem;
}
.solution_body .solu_nav_box .solu_ban_t:nth-child(1) .solu_name,
.solution_body .solu_nav_box .solu_ban_t:nth-child(3) .solu_name {
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
  color: transparent;
}
.solution_body .solu_nav_box .solu_ban_t:nth-child(1) .solu_name,
.solution_body .solu_nav_box .solu_ban_t:nth-child(3) .solu_name,
.solution_body .solu_nav_box .solu_ban_t:nth-child(1) .solu_name_en,
.solution_body .solu_nav_box .solu_ban_t:nth-child(3) .solu_name_en {
  opacity: .3;
  white-space: nowrap;
}
.solution_body .solu_nav_box .solu_ban_t:nth-child(1) > div,
.solution_body .solu_nav_box .solu_ban_t:nth-child(3) > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.solution_body .solu_nav_box .solu_ban_t:nth-child(1) > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-64%, -50%);
}
.solution_body .solu_nav_box .solu_ban_t:nth-child(3) > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-34%, -50%);
}
.sol_src_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sol_src_block a {
  width: 48.1666%;
  margin-right: 3.6668%;
  margin-bottom: 3.6668%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .36rem .57rem .36rem .5rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (orientation: landscape) {
  .sol_src_block a {
    margin-right: 0;
  }
}
@media screen and (orientation: landscape) {
  .sol_src_block a:hover > img:first-child {
    transform: translate(-10px, -10px);
    opacity: 0;
  }
  .sol_src_block a:hover > img.sol_h {
    opacity: 1;
  }
  .sol_src_block a:hover span {
    color: #fff;
  }
  .sol_src_block a:hover .icon_sty {
    color: #d6041b;
  }
  .sol_src_block a:hover .icon_sty:before {
    background-color: #fff;
    border-color: #fff;
  }
}
.sol_src_block a > img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  z-index: -1;
}
.sol_src_block a > img:first-child {
  width: 173%;
  display: block;
  position: absolute;
  opacity: .4;
  left: 0;
  top: 0;
}
.sol_src_block a > img.sol_h {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  opacity: 0;
}
.sol_src_block a span {
  width: calc(100% - .6rem);
  color: #d6041b;
  line-height: 1.5;
  height: 3em;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.sol_src_block a span > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: inherit;
}
.solution_d_body .pub_tex_info {
  margin-top: 0;
}
.solution_d_body .con_block {
  background-size: 100vw 100vh;
  background-position: center top;
  background-attachment: fixed;
}
@media screen and (orientation: landscape) {
  .solution_d_body .con_block {
    padding-bottom: 7.9%;
  }
}
.solution_d_body .sol_d_src1_block {
  padding-top: 1px;
  mix-blend-mode: darken;
}
.solution_d_body .sol_d_src1_block .sol_d_lb {
  margin: 0 auto 0;
  position: relative;
}
.solution_d_body .sol_d_src1_block .sol_d_lb .swiper-button-next.swiper-button-disabled,
.solution_d_body .sol_d_src1_block .sol_d_lb .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.solution_d_body .sol_d_src1_block .sol_d_lb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.solution_d_body .sol_d_src1_block .sol_d_lb .swiper-container {
  width: 94.666%;
}
@media screen and (orientation: landscape) {
  .solution_d_body .sol_d_src1_block .sol_d_lb .swiper-button-next {
    transform: translate(200%, -50%);
  }
  .solution_d_body .sol_d_src1_block .sol_d_lb .swiper-button-prev {
    transform: translate(-200%, -50%);
  }
}
.solution_d_body .sol_d_src1_block .sol_d_lb .pub_img_box::before {
  margin-top: 55.0176%;
}
.solution_d_body .sol_d_src2_block .sol_d_con_case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution_d_body .sol_d_src2_block .sol_d_con_case .sol_d_con_box {
  width: 42.666%;
  margin-top: .68rem;
}
.solution_d_body .sol_d_src2_block .sol_d_con_case .sol_d_con_box:nth-child(1),
.solution_d_body .sol_d_src2_block .sol_d_con_case .sol_d_con_box:nth-child(2) {
  margin-top: 0;
}
.solution_d_body .sol_d_src2_block .sol_d_con_case .sol_d_con_box .pub_tex_info {
  margin-top: .28rem;
}
.solution_d_body .sol_d_n {
  line-height: 1.5;
  position: relative;
  color: #d6041b;
  padding-left: .25rem;
}
.solution_d_body .sol_d_n::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .75em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.08rem;
  height: 0.08rem;
  background-color: #d6041b;
}
.solution_d_body .sol_d_src3_block .sol_d_src3_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution_d_body .sol_d_src3_block .sol_d_src3_con .pub_tex_info {
  margin-top: .25rem;
}
.solution_d_body .sol_d_src3_block .sol_d_src3_con .sol_d_src3_box {
  width: 48.166%;
  margin-right: 3.668%;
  margin-top: 3.668%;
  border: 1px solid #E4E4E4;
  background: #F7F7F7;
  padding: 5% 5.4%;
}
.solution_d_body .sol_d_src3_block .sol_d_src3_con .sol_d_src3_box:nth-child(1),
.solution_d_body .sol_d_src3_block .sol_d_src3_con .sol_d_src3_box:nth-child(2) {
  margin-top: 0;
}
@media screen and (orientation: landscape) {
  .solution_d_body .sol_d_src3_block .sol_d_src3_con .sol_d_src3_box:nth-child(2n) {
    margin-right: 0;
  }
}
.solution_d_body .sol_d_src4_block {
  position: relative;
  z-index: 0;
}
.solution_d_body .sol_d_src4_block > .img {
  position: absolute;
  left: 50%;
  width: 156.5625%;
  top: -5%;
  transform: translateX(-50%);
}
.solution_d_body .sol_d_src4_block > .img img {
  width: 100%;
  display: block;
}
.solution_d_body .sol_d_src4_block .sol_d_src4_con {
  display: flex;
  flex-wrap: wrap;
}
.solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box {
  width: 31.75%;
  margin-right: 2.375%;
  margin-top: 2.375%;
  padding: 2% 3%;
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box:nth-child(1),
.solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box:nth-child(2),
.solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box:nth-child(3) {
  margin-top: 0;
}
.solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box span {
  width: calc(100% - .6rem);
  color: #d6041b;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (orientation: landscape) {
  .solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box:nth-child(3n) {
    margin-right: 0;
  }
  .solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box:hover {
    box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.1);
  }
  .solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box:hover .icon_sty {
    color: #fff;
  }
  .solution_d_body .sol_d_src4_block .sol_d_src4_con .sol_d_src4_box:hover .icon_sty:before {
    background-color: #d60000;
    border-color: #d60000;
  }
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con {
  position: relative;
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con .solution_d_body .sol_d_src1_block .sol_d_lb .swiper-button-prev {
  display: none;
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con .sol_d_src5_box {
  display: flex;
  align-items: flex-start;
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con .sol_d_src5_box .pub_img_box {
  width: 35.9166%;
  margin-right: 9.5%;
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con .sol_d_src5_box .img > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con .sol_d_src5_box .sol_d_src5_tex {
  padding-top: .42rem;
  width: 44.1666%;
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con .sol_d_src5_box .sol_d_src5_tex > img {
  width: .33rem;
  display: block;
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con .sol_d_src5_box .sol_d_src5_tex > div:nth-child(2) {
  line-height: 1.5;
  margin-top: .52rem;
  color: #d60000;
}
.solution_d_body .sol_d_src5_block .sol_d_src5_con .sol_d_src5_box .sol_d_src5_tex .pub_tex_info {
  margin-top: .5rem;
}
@media screen and (orientation: landscape) {
  .solution_d_body .sol_d_src5_block .sol_d_src5_con .swiper-button-prev {
    transform: translate(-200%, -50%);
  }
  .solution_d_body .sol_d_src5_block .sol_d_src5_con .swiper-button-next {
    transform: translate(200%, -50%);
  }
}
.join_environment_body .con_block {
  background-color: #fff;
  background-size: 100%;
}
.join_environment_body .join_env_src1_block .join_env_nav {
  position: relative;
}
.join_environment_body .join_env_src1_block .join_env_nav .swiper-button-next.swiper-button-disabled,
.join_environment_body .join_env_src1_block .join_env_nav .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.join_environment_body .join_env_src1_block .join_env_nav.fadeInUpSmall .swiper-slide a .pub_img_box .pub_img {
  transform: none;
}
.join_environment_body .join_env_src1_block .swiper-slide a {
  display: block;
  position: relative;
}
.join_environment_body .join_env_src1_block .swiper-slide a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 0 solid #d60000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 7;
  pointer-events: none;
}
.join_environment_body .join_env_src1_block .swiper-slide a.on::before {
  border-width: 3px;
}
@media screen and (orientation: landscape) {
  .join_environment_body .join_env_src1_block .swiper-slide a:hover::before {
    border-width: 3px;
  }
}
.join_environment_body .join_env_src1_block .swiper-slide a .pub_img_box::before {
  margin-top: 59.36%;
}
.join_environment_body .join_env_src1_block .swiper-slide a .pub_img_box:after {
  content: '';
  display: block;
  width: 110%;
  height: 110%;
  background-color: rgba(0, 0, 0, 0.5);
  left: -5%;
  top: -5%;
  position: absolute;
  z-index: 6;
}
.join_environment_body .join_env_src1_block .swiper-slide a .pub_img_box .pub_img {
  transform: scale(1.1);
}
.join_environment_body .join_env_src1_block .swiper-slide a .join_env_n {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 .1rem;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  z-index: 6;
}
.join_environment_body .join_env_src2_block .noin_env_src2_t {
  color: #d60000;
  line-height: 1.5;
  padding: .73rem 0 .37rem;
}
.join_environment_body .join_env_src2_block .join_list_box {
  display: flex;
  flex-wrap: wrap;
}
.join_environment_body .join_env_src2_block .join_list_box a {
  width: calc((100% - 2.25% * 3) / 4);
  margin-right: 2.25%;
  margin-bottom: 2.25%;
  padding-bottom: .1rem;
}
@media screen and (orientation: landscape) {
  .join_environment_body .join_env_src2_block .join_list_box a:nth-child(4n) {
    margin-right: 0;
  }
}
.join_environment_body .join_env_src2_block .join_list_box a .pub_img_box::before {
  margin-top: 61.6487%;
}
.join_environment_body .join_env_src2_block .join_list_box a .env_l_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .28rem;
  color: #666666;
  line-height: 1;
  text-align: center;
}
.join_environment_body .join_env_lb_sha_box {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
.join_environment_body .join_env_lb_sha_box .join_env_case {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 3400px) {
  .join_environment_body .join_env_lb_sha_box .join_env_case {
    width: 50%;
  }
}
.join_environment_body .join_env_lb_sha_box .join_env_case::after {
  content: '';
  display: block;
  padding-top: 61.6487%;
}
.join_environment_body .join_env_lb_sha_box .join_env_case .swiper-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.join_environment_body .join_env_lb_sha_box .join_env_case .pub_img_box::before {
  margin-top: 61.6487%;
}
.join_environment_body .join_env_lb_sha_box .join_env_case .join_env_name {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  margin-top: .3rem;
}
.join_environment_body .join_env_lb_sha_box .btn_close_lh {
  position: absolute;
  bottom: 0;
  font-size: 0.5rem;
  line-height: 1;
  top: 0;
  right: -0.77rem;
  color: #fff;
  cursor: pointer;
}
.network_body .con_block {
  background-position: top center;
  background-size: 100%;
  background-color: #fff;
}
@media screen and (orientation: landscape) {
  .network_body .con_block {
    padding-bottom: 6.2%;
  }
}
.network_body .search_box {
  width: 638px;
  max-width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background-color: #d6041b;
  display: flex;
  margin: .5rem auto;
}
.network_body .search_box .searchIn {
  width: calc(100% - 1rem);
}
.network_body .search_box .searchIn input {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: .25rem .4rem;
  outline: none;
  border: none;
  background-color: transparent;
  color: #fff;
}
.network_body .search_box .searchIn input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.5);
}
.network_body .search_box .searchIn input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.network_body .search_box .searchIn input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.network_body .search_box a {
  text-align: center;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.network_body .con_body_block {
  padding-left: 7.29%;
}
.net_con_case {
  width: 67.25%;
  margin: 0 auto;
  position: absolute; right:0
}
.net_con_case > img {
  display: block;
  width: 100%;
}
.net_tex_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.net_tex_box .dot_sty {
  position: absolute;
  cursor: pointer;
  margin-top: -0.1rem;
  margin-left: -0.1rem;
}
@media screen and (orientation: landscape) {
  .net_tex_box .dot_sty:hover {
    z-index: 99;
  }
  .net_tex_box .dot_sty:hover > div:nth-child(1) span::before {
    background-color: #d60000;
  }
  .net_tex_box .dot_sty:hover > div:nth-child(1) div {
    color: #d60000;
  }
  .net_tex_box .dot_sty:hover > div.dot_sha {
    pointer-events: auto;
    transform: translateY(-50%);
    opacity: 1;
  }
}
.net_tex_box .dot_sty > div:nth-child(1) {
  position: relative;
  line-height: 1;
}
.net_tex_box .dot_sty > div:nth-child(1).col_r span::before {
  display: none;
}
.net_tex_box .dot_sty > div:nth-child(1).col_r div {
  color: #d60000;
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
  left: 150%;
}
.net_tex_box .dot_sty > div:nth-child(1) span {
  width: .19rem;
  height: .19rem;
  position: relative;
  animation: shan 1.5s ease-in-out infinite;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.net_tex_box .dot_sty > div:nth-child(1) span img {
  display: block;
  width: 100%;
}
.net_tex_box .dot_sty > div:nth-child(1) span::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #616161;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.net_tex_box .dot_sty > div:nth-child(1) div {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.net_tex_box .dot_sty > div:nth-child(1) div.city_left {
  right: 120%;
  top: 45%;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
}
.net_tex_box .dot_sty > div.dot_sha {
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translateY(-20%);
  width: 19vw;
  background-color: #fff;
  -webkit-border-radius: .2rem;
  -moz-border-radius: .2rem;
  border-radius: .2rem;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(47, 64, 77, 0.1);
  overflow: hidden;
  position: absolute;
  left: 300%;
  top: 50%;
  z-index: 0;
}
.net_tex_box .dot_sty > div.dot_sha::before {
  content: '';
  display: block;
  background-image: url('/templates/dist/img/278.png');
  background-size: 100%;
  width: 1.2rem;
  height: 1.56rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: .2rem;
  bottom: .26rem;
  z-index: -1;
}
.net_tex_box .dot_sty > div.dot_sha .h_name {
  background-color: rgba(214, 3, 26, 0.02);
  padding: .2rem;
  line-height: 1;
  font-weight: 500;
  color: #d60000;
}
.net_tex_box .dot_sty > div.dot_sha .dot_sha_ms {
  padding: .2rem .2rem .3rem;
}
.net_tex_box .dot_sty > div.dot_sha .dot_sha_ms .dot_ry {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}
.net_tex_box .dot_sty > div.dot_sha .dot_sha_ms .dot_ry span {
  margin-left: .15rem;
  color: #666666;
  font-weight: 400;
}
.net_tex_box .dot_sty > div.dot_sha .dot_sha_ms .pub_tex_info {
  margin-top: .15rem;
}
.net_tex_box .dot_sty > div.dot_sha .dot_sha_ms .pub_tex_info em {
  font: inherit;
  color: #000;
}
.srcl_sty::-webkit-scrollbar {
  width: 4px;
  background-color: #f0f0f0;
}
.srcl_sty::-webkit-scrollbar-thumb {
  border: none;
  width: 4px;
  border-radius: 4px;
  background-color: #d60000;
}
.srcl_sty::-webkit-scrollbar-corner {
  background-color: #f0f0f0;
}
.srcl_sty::-webkit-scrollbar:horizontal {
  height: 9px;
}
.srcl_sty::-webkit-selection {
  background: #d60000;
  color: #fff;
}
.srcl_sty::-moz-selection {
  background: #d60000;
  color: #fff;
}
.srcl_sty::selection {
  background: #d60000;
  color: #fff;
}
@media screen and (orientation: landscape) {
   .con_block {
    padding-bottom: 2rem;
  }
}
 .ban_title_case {
  margin-top: 0 !important;
}
 .show_src1_con_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; flex-wrap: wrap; width:58%; margin-right:40% ; margin-top:10% 
}
 .show_src1_con_box .net_con_case {
  width: 67.25%;
  margin-left: -8.33%; margin-top:-7%
}
 .show_src1_con_box .net_con_case .net_tex_box .dot_sty.on .f-14 {
  font-weight: 700;
  transform: translateX(-50%) scale(1.5);
  color: #d6041b;
}
 .show_src1_con_box .net_con_case .net_tex_box .dot_sty.on .f-14.city_left {
  transform-origin: 100% 50%;
  transform: translateY(-50%) scale(1.5);
}
 .show_src1_con_box .net_con_case .net_tex_box .dot_sty.on > div:nth-child(1).col_r div {
  transform-origin: 30% 100%;
  transform: translateY(-50%) scale(1.5);
}
 .show_src1_con_box .show_src1_tex {
  margin-top: .22rem;
  width: 48.5%;
  border-radius: .2rem;
  background-color: #fff;
  box-shadow: 0.05rem 0.4rem 0.6rem -0.2rem rgba(0, 0, 0, 0.1); z-index:99999999999
}
 .show_src1_con_box .show_src1_tex .show_sel_box {
  position: relative;
  z-index: 5;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_det_box {
  height: 1rem;
  padding: 0 .4rem;
  background-color: rgba(214, 3, 26, 0.02);
  display: flex;
  align-items: center;
  color: #d60000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: .2rem .2rem 0 0;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_det_box div {
  width: calc(100% - .4rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_det_box i {
  width: .4rem;
  display: block;
  transition: all .3s ease;
}
@media screen and (orientation: landscape) {
   .show_src1_con_box .show_src1_tex .show_sel_box .show_det_box:hover {
    background-color: rgba(214, 3, 26, 0.1);
  }
}
 .show_src1_con_box .show_src1_tex .show_sel_box.on .show_sel_con {
  display: block;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con {
  background-color: #fff;
  border-radius: 0 0 .2rem .2rem;
  display: none;
  padding: .4rem;
  position: absolute;
  top: 1rem;
  width: 100%;
  left: 0;
  z-index: 2;
  box-shadow: 0.05rem 0.4rem 0.6rem -0.2rem rgba(0, 0, 0, 0.1);
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  height: 30%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 100vh;
  overflow-y: auto;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul::-webkit-scrollbar {
  width: 4px;
  background-color: #f0f0f0;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul::-webkit-scrollbar-thumb {
  border: none;
  width: 4px;
  border-radius: 4px;
  background-color: #d60000;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul::-webkit-scrollbar-corner {
  background-color: #f0f0f0;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul::-webkit-scrollbar:horizontal {
  height: 9px;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul::-webkit-selection {
  background: #d60000;
  color: #fff;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul::-moz-selection {
  background: #d60000;
  color: #fff;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul::selection {
  background: #d60000;
  color: #fff;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul li {
  border-radius: .3rem;
  border: 1px solid #999999;
  color: #999999;
  transition: all .3s ease;
  margin-right: .2rem;
  margin-bottom: .2rem;
  text-align: center;
  line-height: 1;
  padding: .14rem .3rem;
  cursor: pointer;
}
 .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul li.on {
  color: #d60000;
  border-color: #d60000;
}
@media screen and (orientation: landscape) {
   .show_src1_con_box .show_src1_tex .show_sel_box .show_sel_con ul li:hover {
    color: #d60000;
    border-color: #d60000;
  }
}
 .show_src1_con_box .show_src1_tex .show_jg_box {
  padding: .4rem .4rem .55rem;
  position: relative;
}
 .show_src1_con_box .show_src1_tex .show_jg_box > img {
  position: absolute;
  z-index: 1;
  width: 1.3rem;
  right: .2rem;
  bottom: .15rem;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box {
  overflow-y: auto;
  padding-right: 5%;
  max-height: 43vh;
  position: relative;
  z-index: 2;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box::-webkit-scrollbar {
  width: 4px;
  background-color: #f0f0f0;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box::-webkit-scrollbar-thumb {
  border: none;
  width: 4px;
  border-radius: 4px;
  background-color: #d60000;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box::-webkit-scrollbar-corner {
  background-color: #f0f0f0;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box::-webkit-scrollbar:horizontal {
  height: 9px;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box::-webkit-selection {
  background: #d60000;
  color: #fff;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box::-moz-selection {
  background: #d60000;
  color: #fff;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box::selection {
  background: #d60000;
  color: #fff;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box .show_mes_con {
  margin-top: 0px;
 
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box .show_mes_con .show_mes_d {
  line-height: 1.416;
  color: #000000;
  font-weight: 700;
}
 .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box .show_mes_con .show_mes_m {
 
  line-height: 30px;
  color: #666666;
  text-align: justify;
} .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box .show_mes_con .show_mes_m p{ line-height:30px; font-size:15px}
 .show_src2_box {
  margin-top: .85rem;
}
 .show_src2_box .show_src2_sel_box {
  line-height: .7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .4rem;
  color: #d60000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  width: 3.4rem;
  border-radius: .6rem;
  z-index: 2;
  position: relative;
  box-shadow: 0.05rem 0.4rem 0.6rem -0.2rem rgba(0, 0, 0, 0.1);
}
@media screen and (orientation: landscape) {
   .show_src2_box .show_src2_sel_box:hover {
    background-color: rgba(214, 3, 26, 0.1);
  }
}
 .show_src2_box .show_src2_sel_box.op_hide {
  opacity: 0;
  pointer-events: none;
}
 .show_src2_box .show_src2_sel_box .show_src2_show {
  width: calc(100% - .3rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 .show_src2_box .show_src2_sel_box i {
  width: .2rem;
  text-align: right;
}
 .show_src2_box .show_src2_sel {
  position: relative;
  z-index: 5;
  display: inline-flex;
}
 .show_src2_box .show_src2_sel .show_src2_sel_con {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  top: .35rem;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0.05rem 0.4rem 0.6rem -0.2rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 .35rem .35rem;
  padding: .7rem .4rem .4rem;
  border: 1px solid #e2e2e2;
  border-top: none;
}
 .show_src2_box .show_src2_sel .show_src2_sel_con ul {
  display: block;
  overflow-y: auto;
  max-height: 40vh;
}
 .show_src2_box .show_src2_sel .show_src2_sel_con ul li {
  display: block;
  padding: .17rem 0;
  line-height: 1;
  cursor: pointer;
  color: #999999;
  transition: color .3s ease;
}
@media screen and (orientation: landscape) {
   .show_src2_box .show_src2_sel .show_src2_sel_con ul li:hover {
    color: #d60000;
  }
}
 .show_src2_box .show_src2_sel.on .show_src2_sel_con {
  display: block;
}
 .show_src2_box .show_src2_con_box {
  margin-top: .65rem;
}
 .show_src2_box .show_src2_con_box .swiper-slide {
  position: relative;
  overflow: hidden;
}
 .show_src2_box .show_src2_con_box .swiper-slide .pub_img_box::before {
  margin-top: 54.15%;
}
 .show_src2_box .show_src2_con_box .show_img_box {
  position: relative;
}
 .show_src2_box .show_src2_con_box .show_img_box .swiper-pagination {
  display: none;
}
 .show_src2_box .show_src2_con_box .show_img_box img {
  width: 100%;
  display: block;
}
 .show_src2_box .show_src2_con_box .show_nav_box {
  overflow: hidden;
  margin-top: .6rem;
}
 .show_src2_box .show_src2_con_box .show_nav_box .swiper-container {
  width: calc(100% + .4rem);
  margin-left: -0.2rem;
}
 .show_src2_box .show_src2_con_box .show_nav_box .pub_img_box {
  width: calc(100% - .4rem);
  display: block;
  margin: 0 auto;
}
 .show_src2_box .show_src2_con_box .show_nav_box .swiper-slide {
  position: relative;
  cursor: pointer;
}
 .show_src2_box .show_src2_con_box .show_nav_box .swiper-slide::before {
  content: '';
  display: block;
  border: 3px solid transparent;
  transition: border-color 0.3s ease;
  position: absolute;
  left: .2rem;
  top: 0;
  width: calc(100% - .4rem);
  height: 100%;
  z-index: 3;
}
@media screen and (orientation: landscape) {
   .show_src2_box .show_src2_con_box .show_nav_box .swiper-slide:hover::before {
    border-color: #d60000;
  }
}
 .show_src2_box .show_src2_con_box .show_nav_box .swiper-slide.swiper-slide-thumb-active::before {
  border-color: #d60000;
}
.btn_go_back {
  width: .92rem;
  height: .92rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6041b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  flex-direction: column;
  line-height: 1;
  text-align: center;
  position: fixed;
  right: 7%;
  bottom: 13.1%;
  z-index: 99;
  cursor: pointer;
  transform: scale(0.8);
  transition: bottom .5s ease;
}
.btn_go_back.ltop {
  bottom: 29%;
}
.btn_go_back i {
  margin-bottom: .1rem;
}
.btn_go_back::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  border: 1px solid #d6041b;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  border-radius: .1rem;
}
@media screen and (orientation: landscape) {
  .btn_go_back:hover {
    color: #fff !important;
  }
  .btn_go_back:hover::before {
    background-color: #d60000;
    border-color: #d60000;
  }
}
.news_d_body video {
  display: block;
  max-width: 100%;
}
.news_d_body .btn_go_back {
  color: #d60000;
}
.news_d_body .btn_go_back::before {
  border: 1px solid #d60000;
}
.search_body .con_block .con_body_block {
  padding-top: 0;
}
.search_body .con_block .con_body_block > div:first-child > .ban_title_case:nth-child(1) {
  padding-top: 1.2rem !important;
}
.search_body .new_list_box {
  padding-top: 0;
}
.search_body .m-con {
  background-position: bottom center;
  background-size: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.search_body .con_block {
  background-color: transparent;
}
.search_body .search_case {
  padding-top: 2.5rem;
  padding-bottom: .2rem;
}
.search_body .search_case .search_box {
  width: 638px;
  max-width: 100%;
  border-radius: 50px;
  overflow: hidden;
  background-color: #d6041b;
  display: flex;
  margin: 0 auto;
}
.search_body .search_case .search_box .searchIn {
  width: calc(100% - 1rem);
}
.search_body .search_case .search_box .searchIn input {
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: .25rem .4rem;
  outline: none;
  border: none;
  background-color: transparent;
  color: #fff;
}
.search_body .search_case .search_box .searchIn input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.5);
}
.search_body .search_case .search_box .searchIn input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.search_body .search_case .search_box .searchIn input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.search_body .search_case .search_box a {
  text-align: center;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (orientation: landscape) {
  .search_body .search_case .search_box a:hover {
    color: #d60000;
  }
}
@media screen and (orientation: landscape) {
  .search_body .con_block {
    padding-bottom: 7.8%;
  }
}
.search_body .pro_list_box {
  flex-wrap: wrap;
}
.search_body .pro_list_box a {
  margin-top: 5%;
}
@media screen and (orientation: landscape) {
  .search_body .pro_list_box a:nth-child(3n) {
    margin-right: 0;
  }
  .search_body .pro_list_box a:nth-child(1),
  .search_body .pro_list_box a:nth-child(2),
  .search_body .pro_list_box a:nth-child(3) {
    margin-top: 0;
  }
}
.keyword {
  color: #d60000 !important;
  font-size: inherit;
  display: initial !important;
  width: auto !important;
  height: auto !important;
}
.page_no {
  pointer-events: none;
  opacity: 0;
}
.sty_m {
  display: none !important;
}
.sea_con_none {
  align-items: center;
  justify-content: center;
  color: #666;
  line-height: 1;
}
.abo_src3_block .syntaxhighlighter,
.abo_src3_block .syntaxhighlighter div,
.abo_src3_block .syntaxhighlighter code,
.abo_src3_block .syntaxhighlighter table,
.abo_src3_block .syntaxhighlighter table td,
.abo_src3_block .syntaxhighlighter table tr,
.abo_src3_block .syntaxhighlighter table tbody {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: none !important;
  text-align: left !important;
  float: none !important;
  vertical-align: baseline !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  height: auto !important;
  width: auto !important;
  line-height: 1.1em !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}
.abo_src3_block .syntaxhighlighter {
  width: 99% !important;
  margin: 1em 0 1em 0 !important;
  padding: 1px !important;
  position: relative !important;
}
.abo_src3_block .syntaxhighlighter .bold {
  font-weight: bold !important;
}
.abo_src3_block .syntaxhighlighter .italic {
  font-style: italic !important;
}
.abo_src3_block .syntaxhighlighter .no-wrap .line .content {
  white-space: pre !important;
}
.abo_src3_block .syntaxhighlighter .line table {
  border-collapse: collapse !important;
}
.abo_src3_block .syntaxhighlighter .line td {
  vertical-align: top !important;
}
.abo_src3_block .syntaxhighlighter .line .number {
  width: 2em !important;
}
.abo_src3_block .syntaxhighlighter .line .number code {
  width: 2em !important;
  padding-right: .3em !important;
  text-align: right !important;
  display: block !important;
}
.abo_src3_block .syntaxhighlighter .line .content {
  padding-left: 0.5em !important;
}
.abo_src3_block .syntaxhighlighter.nogutter .line .content {
  border-left: none !important;
}
.abo_src3_block .syntaxhighlighter .bar {
  display: none !important;
}
.abo_src3_block .syntaxhighlighter .bar.show {
  display: block !important;
}
.abo_src3_block .syntaxhighlighter.collapsed .bar {
  display: block !important;
}
.abo_src3_block .syntaxhighlighter.collapsed .lines {
  display: none !important;
}
.abo_src3_block .syntaxhighlighter .lines.no-wrap {
  overflow: auto !important;
  overflow-y: hidden !important;
}
.abo_src3_block .syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  font-size: 1px !important;
  padding: 8px 8px 8px 0 !important;
}
.abo_src3_block .syntaxhighlighter.collapsed .toolbar {
  font-size: 80% !important;
  padding: .2em 0 .5em .5em !important;
  position: static !important;
}
.abo_src3_block .syntaxhighlighter .toolbar a.item,
.abo_src3_block .syntaxhighlighter .toolbar .item {
  display: block !important;
  float: left !important;
  margin-left: 8px !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  text-indent: -5000px !important;
}
.abo_src3_block .syntaxhighlighter.collapsed .toolbar .item {
  display: none !important;
}
.abo_src3_block .syntaxhighlighter.collapsed .toolbar .item.expandSource {
  background-image: url(magnifier.png) !important;
  display: inline !important;
  text-indent: 0 !important;
  width: auto !important;
  float: none !important;
  height: 16px !important;
  padding-left: 20px !important;
}
.abo_src3_block .syntaxhighlighter .toolbar .item.viewSource {
  background-image: url(page_white_code.png) !important;
}
.abo_src3_block .syntaxhighlighter .toolbar .item.printSource {
  background-image: url(printer.png) !important;
}
.abo_src3_block .syntaxhighlighter .toolbar .item.copyToClipboard {
  text-indent: 0 !important;
  background: none !important;
  overflow: visible !important;
}
.abo_src3_block .syntaxhighlighter .toolbar .item.about {
  background-image: url(help.png) !important;
}
.abo_src3_block .syntaxhighlighter.printing,
.abo_src3_block .syntaxhighlighter.printing .line.alt1 .content,
.abo_src3_block .syntaxhighlighter.printing .line.alt2 .content,
.abo_src3_block .syntaxhighlighter.printing .line.highlighted .number,
.abo_src3_block .syntaxhighlighter.printing .line.highlighted.alt1 .content,
.abo_src3_block .syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.abo_src3_block .syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.abo_src3_block .syntaxhighlighter.printing .line .content {
  color: #000000 !important;
}
.abo_src3_block .syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.abo_src3_block .syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.abo_src3_block .syntaxhighlighter.printing .plain,
.abo_src3_block .syntaxhighlighter.printing .plain a {
  color: #000000 !important;
}
.abo_src3_block .syntaxhighlighter.printing .comments,
.abo_src3_block .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.abo_src3_block .syntaxhighlighter.printing .string,
.abo_src3_block .syntaxhighlighter.printing .string a {
  color: #0000ff !important;
}
.abo_src3_block .syntaxhighlighter.printing .keyword {
  color: #069 !important;
  font-weight: bold !important;
}
.abo_src3_block .syntaxhighlighter.printing .preprocessor {
  color: #808080 !important;
}
.abo_src3_block .syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.abo_src3_block .syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.abo_src3_block .syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.abo_src3_block .syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.abo_src3_block .syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.abo_src3_block .syntaxhighlighter.printing .color1,
.abo_src3_block .syntaxhighlighter.printing .color1 a {
  color: #808080 !important;
}
.abo_src3_block .syntaxhighlighter.printing .color2,
.abo_src3_block .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.abo_src3_block .syntaxhighlighter.printing .color3,
.abo_src3_block .syntaxhighlighter.printing .color3 a {
  color: #ff0000 !important;
}
.abo_src3_block .syntaxhighlighter {
  border-left: 3px solid #6ce26c !important;
  background-color: #fafafa !important;
}
.abo_src3_block .syntaxhighlighter .line.highlighted .number {
  color: #000000 !important;
}
.abo_src3_block .syntaxhighlighter .line.highlighted.alt1,
.abo_src3_block .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}
.abo_src3_block .syntaxhighlighter .line .number {
  color: #afafaf !important;
}
.abo_src3_block .syntaxhighlighter .line .content {
  border-left: 3px solid #6ce26c !important;
  color: #000000 !important;
}
.abo_src3_block .syntaxhighlighter.printing .line .content {
  border: 0 !important;
}
.abo_src3_block .syntaxhighlighter .line.alt1 {
  background-color: #fafafa !important;
}
.abo_src3_block .syntaxhighlighter .toolbar {
  background-color: #f8f8f8 !important;
  border: #e7e5dc solid 1px !important;
}
.abo_src3_block .syntaxhighlighter .toolbar a {
  color: #a0a0a0 !important;
}
.abo_src3_block .syntaxhighlighter .toolbar a:hover {
  color: #ff0000 !important;
}
.abo_src3_block .syntaxhighlighter .plain,
.abo_src3_block .syntaxhighlighter .plain a {
  color: #000000 !important;
}
.abo_src3_block .syntaxhighlighter .comments,
.abo_src3_block .syntaxhighlighter .comments a {
  color: #008200 !important;
}
.abo_src3_block .syntaxhighlighter .string,
.abo_src3_block .syntaxhighlighter .string a {
  color: #0000ff !important;
}
.abo_src3_block .syntaxhighlighter .keyword {
  color: #069 !important;
  font-weight: bold !important;
}
.abo_src3_block .syntaxhighlighter .preprocessor {
  color: #808080 !important;
}
.abo_src3_block .syntaxhighlighter .variable {
  color: #aa7700 !important;
}
.abo_src3_block .syntaxhighlighter .value {
  color: #009900 !important;
}
.abo_src3_block .syntaxhighlighter .functions {
  color: #ff1493 !important;
}
.abo_src3_block .syntaxhighlighter .constants {
  color: #0066cc !important;
}
.abo_src3_block .syntaxhighlighter .script {
  background-color: #ffff00 !important;
}
.abo_src3_block .syntaxhighlighter .color1,
.abo_src3_block .syntaxhighlighter .color1 a {
  color: #808080 !important;
}
.abo_src3_block .syntaxhighlighter .color2,
.abo_src3_block .syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}
.abo_src3_block .syntaxhighlighter .color3,
.abo_src3_block .syntaxhighlighter .color3 a {
  color: #ff0000 !important;
}
#map_a {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
#map_a .svggroup {
  position: relative;
  padding-top: 80%;
}
#map_a svg {
  width: 100%;
  height: auto;
  position: absolute !important;
  left: 0;
  top: 0;
}
.btn_sel_m {
  cursor: pointer;
}
.test_hint {
  position: fixed;
  right: 0;
  top: 1.1rem;
  border: 1px solid #d6041b;
  border-radius: .04rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #d6041b;
  font-size: .18rem;
  line-height: 2.5;
  padding: 0 .2rem;
  z-index: 10;
  pointer-events: none;
  display: none;
}
.test_hint i {
  display: none;
}
header .col-1 {
  position: relative; left:4%
}
header .col-1 span {
  position: absolute;
  top: 0;
  font-size: .14rem;
  line-height: 1;
  color: #fff;
  right: 21%;
  padding: 0.02rem 0.08rem;
  border-radius: 0.06rem 0 0.06rem 0;
  z-index: 0;
}
header .col-1 span::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-color: #d6041b;
  transform: skewX(39deg);
}
@media screen and (orientation: portrait) {
   .show_src1_con_box {
    display: block;
  }
   .show_src1_con_box .net_con_case {
    width: 100%;
    margin-left: 0;
  }
   .show_src1_con_box .show_src1_tex {
    width: 100%;
    margin-top: .3rem;
  }
   .show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box .show_mes_con .show_mes_m {
    margin-top: .1rem;
    line-height: 1.81;
  }
   .show_src2_box {
    margin-top: .8rem;
  }
   .show_src2_box .show_src2_sel_box {
    width: 100%;
    position: relative;
    line-height: .8rem;
  }
   .show_src2_box .show_src2_sel {
    width: 100%;
    display: block;
  }
   .show_src2_box .show_src2_sel .show_src2_sel_con {
    top: .4rem;
    padding-top: .8rem;
  }
   .show_src2_box .show_src2_con_box {
    margin-top: .5rem;
    position: relative;
    z-index: 4;
  }
   .show_src2_box .show_src2_con_box .show_nav_box {
    margin-top: .4rem;
    position: absolute;
    width: 0;
    overflow: hidden;
  }
   .show_src2_box .show_src2_con_box .show_img_box .swiper-button-next,
   .show_src2_box .show_src2_con_box .show_img_box .swiper-button-prev {
    display: none;
  }
   .show_src2_box .show_src2_con_box .show_img_box .swiper-pagination {
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: .3rem;
    align-items: center;
    justify-content: center;
  }
   .show_src2_box .show_src2_sel_box.op_hide {
    display: none;
  }
}
.news{ width:100%; margin:0px 0 10px 0; }
.news .list {
  overflow: hidden;
  margin-bottom: 10px;
}
.news li {
  clear: both;
 
  padding-bottom: 30px;
  margin:5px 10px 30px 10px;
  overflow: hidden; background:#fff; padding:3%;box-shadow: 0 3px 15px rgba(0,0,0,.1);
}

.news .box {
  position: relative;
  padding-left: 100px; 
}
.news .box .date {
  display: block;
  width: 80px;
  text-align: center;
  background: #edeaeb;
  color: #333333;
  font-size: 12px;
  font-family: avantgardebook;
  position: absolute;
  left: 0;
  line-height: 2;
 /* transition: background .5s;*/
}
.news .box .date .day {
  display: block;
  border-bottom: 1px #fff solid;
  font-size: 40px;
  line-height: 1.5;
  padding-top: 0px; font-family:Helvetica-Neue-Light-2_0; color:#3a3a3a;
}
.news .box .pic {
  display: block;
  width: 300px;
  overflow: hidden;
  position: relative;
  float: left;
}
.news .box .pic:after {
  content: "";
  display: block;
  padding-top: 0%;
}
.news .box .pic:before {
  content: "";
  display: block;
  width: 100%;
  
  position: absolute;
  z-index: 1;
  background: #115275;
  display: none \9;
  opacity: 0;
  transition: all .5s;
}
.news .box img {
  transition: all .5s ; width:100%
}
.news .box .text1 {
  float: left;
  width: 695px;
  width: 694px \9;
  padding-top: 10px;
  padding-left: 30px;
}
.news .box .bt {
  display: block;
  color: #333333;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden; transition:all 0.4s; 
}
.news .box .jsh {
  color: #666666;
  line-height: 28px;
  height: 54px;
  overflow: hidden;
  margin-bottom: 30px; font-size:15px;transition:all 0.4s; margin-top:10px
}
.news .box .more {
  display: inline-block;
  border: 1px #d4d4d4 solid;
  color: #999999;
  line-height: 35px;
 width: 110px;
  padding: 0 5px;
  text-align: center;
  border-radius: 32px;
  transition: all .5s; font-size:14px; height:35px
}
.news .box:hover .date {
  background: #d6041b;
  color: #fff;
}.news .box:hover .date .day{ color:#fff}
.news .box:hover .pic:before {
  opacity: 0.2;
}


.news .m1 {
    float: left;
    color: #5c5c5c;
    text-align: center;
    position: relative;
    z-index: 3;
    display: block;
    font-weight: normal;
    line-height: 45px;
    height: 45px;
    color: #fff;
    margin-top: 20px; width:130px
}
.news .m1 a{ width:130px; color:#333; display:block}

.mmm1{ float:right}

.news .box:hover img {
  transform: scale(1.05);
}
.news .box:hover .bt {

  text-decoration: none;
  color: #d6041b; transition:all 0.4s; font-size:21px; margin-left:5px 
}
.news .box:hover .more {
  border-color: #d6041b;
  background: #d6041b;
  color: #fff;
}.news .box:hover .jsh { margin-left:5px;  transition:all 0.4s;}

.news .box:hover .m1 a{ background:#d6041b; color:#fff; padding-right:10px}








#ny_xinwen_da {
	width:100%; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#ny_xinwen_da h3 {
	font-size: 28px;
	line-height: 33px;
	color: #333;
	text-align: center;
	float: left;
	padding-bottom:20px;
	width:100%; 
	margin-top: 15px;
	font-weight: normal; margin-bottom:0
}
.xinwen_zz {
	font-size: 13px;
	line-height: 32px;
	color: #bbbbbb;
	float: left;
	height: 46px;
	width:100%; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	text-align: center; margin-bottom:30px
}
.xinwen_con p{ font-size:15px!important; font-family:Microsoft Yahei!important; color:#666!important; line-height:32px!important; width:100%}


.pnpage{ width:100%; float:left; padding-bottom:0px; padding-top:40px; margin-top:30px;  font-size:16px}
.pnpage1{ width:400px; float:left; text-align:left;}
.pnpage2{ width:400px; float:right; text-align:right}
.pnpage3{ width:340px; float:left; text-align:center;}
.pnpage a{ font-size:16px}
.pnpage span{font-size:16px}

.pnpage a:hover{ color:#d6041b}

/*fy*/


.newspage {
 width:100%;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 20px; TEXT-ALIGN: center; margin:20px auto; clear:both; font-size:15px
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fff; PADDING-BOTTOM: 2px; FONT: 15px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #999 1px solid; font-family:"微软雅黑"!important;
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #d6041b; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #d6041b; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND: #d6041b; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}.newspage span{ font-size:15px}
/*fy e*/

.about_body .abo_src5_block .abo_src5_b3 .abo_src2_t {
    line-height: 1.43;
    font-size: 28px;
    color: #d60000;
    font-weight: normal;
}
.about_body .abo_src5_block .abo_src5_b3 .abo_src2_t span {
    font-size: 20px;
    font-family: Barlow-Regular;
    text-transform: uppercase;
}


.about_body .abo_src5_block .abo_src5_b3 .abo_pub_text .abo_pub_info p {
    font-size: 16.5px;
    color: #666;
    line-height: 1.975;
    font-family: Barlow-Regular;
}



.yuanwai{ width:100%; display:flex; flex-wrap: wrap ;  justify-content: left; font-size:15px ;   }
.yuan{ width:32%;  background:#fff; box-shadow: 0 0 8px rgba(0,0,0,.05);; padding:2%; line-height:24px; margin-bottom:2%; margin-right:1%; border-radius: 15px;  }
.yuan:hover{transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;  margin-top:-10px;  box-shadow: 18px 18px 26px rgba(0,0,0,0.2);}

	
	
	
.yuanwai_1{ width:100%; display:flex; flex-wrap: wrap ;  justify-content: left; font-size:15px ;   }
.yuanwai_1 .yuan{ width:33%;  background:#fff; border:1px #e9e9e9 solid; padding:2%; line-height:24px; margin-bottom:2%; margin-right:1%  }
.yuanwai_1 .yuan:hover{transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;  margin-top:-10px;  box-shadow: 18px 18px 26px rgba(0,0,0,0.2);}

	
	.yuan .heng {
    width: 100%;
    margin: 0 auto;
    height: 60px;
}.yuan .dess {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d6041b), to(#eb3145) ,to(#f06171));
	background-image: -webkit-linear-gradient(left top, left bottom, #d6041b, #eb3145,#f06171);
	background-image: -moz-linear-gradient(left top, left bottom, #d6041b, #eb3145,#f06171);
	background-image: linear-gradient(left top, left bottom, #d6041b, #eb3145,#f06171);
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40%;
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    float: left;
}.yuan h6 {
    color: #333;
    float: left;
    font-size: 24px;
    margin-left: 20px;
    line-height: 40px;
    font-weight: normal;
}.yuan .guang3 p {
    font-size: 17px!important;
    line-height: 34px;
    text-align: left;
    color: #666;
}


.abo_pub_info p{
    font-size: 16.5px;
    color: #666;
    line-height: 1.975;
    font-family: Barlow-Regular; text-align:left
	;  }
	
	
	
	
	
 .content { width:100%; margin:0 auto;  }
	
 .content  dl { padding-top:89px; text-align:center;  font-size:36px; margin:10px auto; width:32%;  }
  .content dl h2{font-size:26px; font-weight:bold;   }
    .content dl h3{font-size:17px; font-weight:normal; font-family:Barlow-Regular; margin-top:5px   }
  .content dl dd{ font-size:16px; font-weight:100}


  .content dl dt { font-size:18px; line-height:50px; text-transform:uppercase; letter-spacing:0px; height:50px}
  .content dl dd { font-size:16px; line-height:25px; margin-top:10px; }

  .content .zuo{ text-align:right; margin-right:33%; float:left}
  .content .you{ text-align:left; margin-left:3%; float:right}
 .content .zuo img{ float:right; margin: 4px 0px 100px 20px}
 .content .you img{ float:left; margin:  4px 20px 100px 0px}





.content  dl img{transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;}
.content   dl:hover img {
    transform: rotate(360deg);transition: all .3s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease; text-decoration:none
}
.content .home_pic{  width:438px; margin:0 auto; position:relative;}
.content .home_pic img{ position:absolute; left:0; top:0; right:0; margin:0 auto; padding-top:80px;  transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}
.content .home_pic:hover img{ transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
    transform: translate(0,10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);}

.content dl dd p{ font-size:15px}









.lunbo { width:100%; margin:0 auto;  padding-bottom:80px; }
.bo{ width:50%; height:428px;}
.bozi{ width:40%; height:348px; padding:40px 3% 40px 7% ; background:#f3f3f3; position:relative; overflow:hidden}
.bozi h2{ font-size:36px; color:#d6041b; font-weight:normal}
.bozi h3{ font-size:24px; color:#252525; margin-top:25px; font-weight:normal; line-height:42px}
.bozi dd{ font-size:17px; color:#454545; padding-left:15px;position: relative; line-height:46px; border-bottom:1px dashed  #CCC; width:50%}
.bozi dd:before{ position: absolute;
    display: inline-block;
    left: 0px;
    top: 22px;
    content: '';
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #252b3a;}
.bozi b{ width:40px; height:3px;border-radius: 5px; background:#0faab5; display:block; margin:10px 0 20px 0}
.Q-L-C_more {
    color: rgba(0,0,0,0.04);
    font-size: 388px;
    position: absolute;
    top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    right: -60px;
}

#owl-demo{position:relative;width:650px;height:428px;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:650px;height:428px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:600px;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:600px;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:10px;width:600px;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}







.c_portalResGroupNewsNew_list-02001005 li {
    width: 32%;
 
    background: #fff;
    padding: 40px;
    margin-bottom: 2%;
    position: relative;box-shadow: 0 0 15px rgba(0,0,0,.05); color:#666; margin-right:1%
}
 .c_portalResGroupNewsNew_list-02001005 li a{ position:relative; z-index:2; } .c_portalResGroupNewsNew_list-02001005 li:nth-child(2n){ float:right; } 
 .c_portalResGroupNewsNew_list-02001005 li:before{ content:""; display:block; position:absolute; top:0px; left:0px; background:#d6041b; height:100%; width:0px; transition:0.5s; }
.c_portalResGroupNewsNew_list-02001005 li:before{ content:""; display:block; position:absolute; top:0px; left:0px; background:#d6041b; height:100%; width:0px; transition:0.5s; } .c_portalResGroupNewsNew_list-02001005 li:hover:before{ width:100%; transition:0.5s; z-index:1; } .c_portalResGroupNewsNew_list-02001005 li:hover a{ color:white; }
.c_portalResGroupNewsNew_list-02001005 li:hover .more_45{ border:1px #fff solid}
.c_portalResGroupNewsNew_list-02001005 .title{ line-height:1.2em; font-size:20px ; margin:7px 0}
.c_portalResGroupNewsNew_list-02001005 .summary{ margin:15px 0; position:relative;  }
.c_portalResGroupNewsNew_list-02001005 .summary p { font-size:15px; padding-left:10px; display:block; position:relative; line-height:32px;  width:100%; }
.c_portalResGroupNewsNew_list-02001005 .summary p:before{ position: absolute;
    display: inline-block;
    left: 0px;
    top: 10px;
    content: '';
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #252b3a;}
.c_portalResGroupNewsNew_list-02001005 li:hover .summary p:before{ position: absolute;
    display: inline-block;
    left: 0px;
    top: 10px;
    content: '';
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;}

.c_portalResGroupNewsNew_list-02001005 li:hover{ color:white; } .c_portalResGroupNewsNew_list-02001005 .img_z{ float:left; width:38%; margin-right:4%; } .c_portalResGroupNewsNew_list-02001005 .img_z img{ width:100%; } .c_portalResGroupNewsNew_list-02001005 .img_y{ float:left; width:100%; z-index:999999999999}/*图片标题列表*/ .w_fimg-000 .p_title{ display:inline-table; margin:0; min-width:37px; padding:0; color:rgba(51,51,51,1); font-size:16px; font-weight:400; cursor:pointer; } 
#c_portalResGroupNewsNew_list-16043675102645938 .p_CommonSummaryBoxA{ text-align:center; } #c_portalResGroupNewsNew_list-16043675102645938 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResGroupNewsNew_list-16043675102645938 >div{ animation-fill-mode:both; } #c_portalResGroupNewsNew_list-16043675102645938 .p_page .pre .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResGroupNewsNew_list-16043675102645938 .p_page .next .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResGroupNewsNew_list-16043675102645938 .p_more .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResGroupNewsNew_list-16043675102645938 .p_loading .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResGroupNewsNew_list-16043675102645938 .img_z{ float:left; width:100%; margin-bottom:4%; height:0; height:185px; overflow:hidden; } #c_portalResGroupNewsNew_list-16043675102645938 li{ padding:25px; min-height:159px } #c_portalResGroupNewsNew_list-16043675102645938 li:hover .img_z img{ transform:scale(1.1); transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;} #c_portalResGroupNewsNew_list-16043675102645938 .img_z img{ width:100%; transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;} @media screen and (max-width: 768px){ #c_portalResGroupNewsNew_list-16043675102645938 .clearfix li{ flort:none !important ; width:100%; } } #c_portalResGroupNewsNew_list-16043675102645938{ max-height:none; padding-top:0px; padding-left:0px; padding-bottom:0px; min-height:0px; margin-right:0px; margin-left:0px; max-width:none; width:100%; margin-top:0px; margin-bottom:0px; min-width:320px; height:auto; padding-right:0px; }
.flex {
    
    
}

.more_45{ width:120px ; height:40px; border:1px #666 solid; line-height:40px; text-align:center; margin-top:10px }






table {
	color:#333333;
	border: 1px;
	border-color:#CCC;
	border-collapse: collapse; border:1px #CCC solid; margin-top:15px
}
table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color:#CCC;
	background-color: #dedede;
}
table td {

	padding: 8px;

	 border-bottom:1px #CCC solid;border-right:1px #CCC solid
}
.ty1 { background:#ffd9dd}











	.factory_ee{ width:100%; display:flex;flex-direction:row;flex-wrap: wrap ; float:left;}
	.cpz {
    width: 45%;
    padding-bottom: 50px;  margin:0 2.5%
}
	
	.ab_3 {
    width: 100%;
    height: 300px;
   
    overflow: hidden;border-radius:4px;
}
	.ab_3 a:hover img {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transition: scale(1.1,1.1);
    -o-transition: scale(1.1,1.1);
}
.ab_3 a img {
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; width:100%; height:100%; object-fit: cover;
	
	
	
}

.cpz h3{width:100%; height:50px;font-size:24px; color:#d6041b; font-weight:normal; line-height:50px;  text-align:left;  float:left}
.cpz h3 span{width:100%;  font-size:16px; color:#828282; font-weight:normal;line-height:25px;}
.cpz h3 span p{ font-size:16px; color:#828282;font-weight:normal;line-height:25px;}

.cpz1{width:530px; float:right; padding-bottom:20px;}
.cpz1 h3{width:530px;height:170px;  float:left; font-size:28px; color:#333; font-weight:normal; line-height:80px;  text-align:left}
.cpz1 h3 span{width:530px; float:left; font-size:15px; color:#828282; font-weight:normal;line-height:25px;}



.m31{ border:#d6041b solid 1.5px;width:160px; line-height:42px; float:left;color:#7d7d7d; margin-top:90px; text-align:center;
 text-decoration: none; position: relative;z-index: 3; display: block; font-weight: normal;  height:42px;  color: #333; border-radius:4px;}

.m31 a{border-radius:0px; width:160px; float:left; color:#d6041b;
 text-decoration: none; position: relative;z-index: 3; display: block; font-weight: normal; line-height:42px; height:42px; font-size:16px}
.m31 a:hover{ 
	background:#d6041b\9;color: #fff;}
	
.m31:after{content:'';position:absolute;height:100%;width:0;background:#d6041b;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s; }
.m31:hover:after,.ydao ul li.cur:after{width:100%;color: #fff;}


.index_pro01{ width:100%; overflow:hidden; margin-bottom:4%; box-shadow: 0 0 15px rgba(0,0,0,.02);}
.index_pro01 dl{ float:left; width:33%; height:580px; background:#fff; margin:0 0 0 0;}
.index_pro01 dl dt{ width:100%; height:290px; overflow:hidden; text-align:center}
.index_pro01 dl dt img{width:100%; height:290px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.index_pro01 dl:hover dt img{transform: scale(1.1);margin-left:-8px; margin-top:-4px;}
.index_pro01 dl dd{  padding:0 40px; font-size:24px; color:#434343; padding-top:43px; height:290px; text-align:left; }
.index_pro01 dl dd p{ font-size:16px; color:#434343; padding-top:15px; color:#8f8f8f; font-family:Barlow-Regular}
.index_pro01 dl dd a{ display:block; width:114px; height:30px; line-height:30px; text-align:center; color:#fff;  font-size:15px;background:#d01616;margin-top:30PX }
.index_pro01 dl dd a:hover{ color:#fff; border:#fff solid 1px;}
.banx{ background:url(../images/xx.jpg); width:100%; height:11px;}


	
	/*设备*/
.list-2 {
    margin-bottom: 10%;
    float: left;
    width: 100%;
}.list-2 li {
    float: left;
    width: 24%; margin-right:1%; margin-top:2%
}.list-2 li a {
    display: block;
   
    background-color: #fff;
    transition: all 0.5s;
}.img-cover {
    overflow: hidden;
}.list-2 li .img-cover span {
    padding-top: 77.5%;
}
.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /* border: 10px solid #ccc; */
}.list-2 li .text {
    text-align: center;
    padding: 0 15px;
    line-height: 63px;
    height: 63px;
    overflow: hidden; font-size:16px;  text-transform:none
}.list-2 li a:hover {color: #fff; text-decoration:none; background:url(../images/you.png) no-repeat right center #01479e}
.list-2 li a:hover .img-cover span {transform: scale(1.1);}

.list-2 li .text:hover {
    text-align: center;
    padding: 0 15px;
    line-height: 63px;
    height: 63px;
    overflow: hidden; font-size:16px;   background:url(../images/you.png) no-repeat 200px center #01479e
}

.list-2 li  a:hover .text   {background:url(../images/you.png) no-repeat 200px center #01479e
}

.ab_3 img{ width:100%}


.detaildiv1 p{ font-size:16.5px; color:#666; line-height:34px}

.detaildiv1 span,.detaildiv1 strong{font-size:16.5px; margin-bottom:5px }


.gsjj_con1_div1 {
    background: #ededed;
    
    padding: 3% 2%;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 94%;
    margin-bottom: 20px; margin:0 auto
}.alzs .gsjj_con1_div1{background: #f1f1f1;}

.alzs .gsjj_con1_div1_al {background: #f1f1f1;}

.case .ej_nav_u1 li{width: 50%;}

.alzs_div_sousuo{font-size: 0;/*margin-bottom: 35px;*/}

.alzs_div_sousuo_span{display: inline-block;vertical-align: top;width: 200px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: white;

background: #ffd600;cursor: pointer;transition: 0.3s ease-in-out;}

.alzs_div_sousuo_span img{margin-right: 10px;margin-top: -2px;}

.alzs_div_sousuo_span:hover{background: #d8b607}

.alzs_div_sousuo input[type=text]{display: inline-block;vertical-align: top;width: calc(100% - 214px);margin-right: 14px;border: none;box-sizing: border-box;

height: 50px;background: white;padding-left:30px;font-size: 16px;}

.alzs_div_tx{font-size: 0;margin-top: 20px;display: none;}

.alzs_div_tx span{display: inline-block;vertical-align: top;width: 75px;font-size: 15px;color: #282828;font-weight: bold;}

.alzs_div_tx_u1{display: inline-block;vertical-align: top;width: calc(100% - 75px);font-size: 0;}

.alzs_div_tx_u1 li{display: inline-block;vertical-align: top;}

.alzs_div_tx_u1 li a{padding: 0 25px;border-right: 1px solid #e2e2e2;line-height: 1;font-size: 16px;color: #777;}

.alzs_div_tx_u1 li a:hover{color: #ffd600;}

.alzs_div_tx_u1 li.active a{color: #ffd600;}



















/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:750px){
	
	
.about_body .abo_src5_block .abo_src5_b3 .abo_src2_t span {
    font-size: 14px;
    font-family: Barlow-Regular;
    text-transform: uppercase;
}
	
	.about_body .abo_src5_block .abo_src5_b3 .abo_pub_text .abo_pub_info p {
    font-size: 15px;
    color: #666;
    line-height: 1.975;
    font-family: Barlow-Regular;
}
	.yuan {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    padding: 2%;
    line-height: 24px;
    margin-bottom: 2%;
    margin-right: 1%;
    border-radius: 15px;
}
	.yuan h6 {
    color: #333;
    float: left;
    font-size: 20px;
    margin-left: 20px;
    line-height: 40px;
    font-weight: normal;
}
	.yuan .dess {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6041b), to(#eb3145) ,to(#f06171));
    background-image: -webkit-linear-gradient(left top, left bottom, #d6041b, #eb3145,#f06171);
    background-image: -moz-linear-gradient(left top, left bottom, #d6041b, #eb3145,#f06171);
    background-image: linear-gradient(left top, left bottom, #d6041b, #eb3145,#f06171);
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 40%;
    display: block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    float: left; margin-top:5px
}
	
	.yuan .guang3 p {
    font-size: 14.5px!important;
    line-height: 34px;
    text-align: left;
    color: #666;
}.yuan .heng {
    width: 100%;
    margin: 0 auto;
    height: 40px; margin-top:10px
}.base_profile_body .base_src1_block .bas_src1_mes_box p img{ width:100%!important; height:auto!important}


.abo_pub_info p {
    font-size: 15px;
    color: #666;
    line-height: 1.875;
    font-family: Barlow-Regular;
    text-align: left; margin-bottom:10px
}
.ban_title_case span {
    font-size: 14px;
    font-weight: normal;
}
.abo_pub_info{  flex-wrap:  wrap!important;}

.abo_pub_info p{ margin-top:30px}



.abo_pub_info p span {
    color: #000;
    font-size: 20px!important;
}

.abo_pub_info p {
    font-size: 15px;
    color: #666;
    line-height: 2;
    font-family: Barlow-Regular;
    text-align: left;
    padding-bottom: 10px; margin-top:0!important
}
.p2 {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #d6041b;
    color: #fff;
    font-size: 14px;
    margin: 40px 0px;
    float: left;
    border: 1px #d6041b solid;
}

.p3 {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #d6041b;
    font-size: 14px;
    margin: 40px 0px;
    border: 1px #d6041b solid;
    float: left;
}
.content .home_pic {
    width: 100%;
    margin: 0 auto;
    position: relative; display:none
}.content .home_pic img{ width:100%!important}


.content .zuo img {
    float: left;
    margin: 4px 20px 100px 0px; width:70px; height:70px
}

.content .you img {
    float: left;
    margin: 4px 20px 100px 0px;width:70px; height:70px
}
.abo_pub_info{ height:970px!important}


.content dl h2 {
    font-size: 23px;
    font-weight: bold; text-align:left
}
.content dl h3 {
    font-size: 14px;
    font-weight: normal;
    font-family: Barlow-Regular;
    margin-top: 5px; text-align:left
}








.content .zuo {
    text-align: right;
    margin-right: 0%;
    float: left;
}
.content dl {
    padding-top: 19px;
    text-align: center;
    font-size: 36px;
    margin: 10px auto;
    width: 100%;
}

	.course_block{ height:1460px!important}
	.sanfachu{}
	.cpz {
    width: 92%!important;
    padding-bottom: 50px;
    margin: 0 2.5%;
}#demo3{ height:292px!important}
div.slideBox {
    position: relative;
    width: 100%!important;
    height:292px!important;
    overflow: hidden;
}

.cpz h3 {
    width: 100%;
    height: 130px;
    font-size: 20px!important;
    color: #d6041b;
    font-weight: normal;
    line-height: 80px;
    text-align: left;
    float: left;
}.cpz h3 span p {
    font-size: 15px!important;
    color: #828282;
    font-weight: normal;
    line-height: 25px;
}


	div.slideBox {
    position: relative;
    width: 100%!important;
    height: 339px;
    overflow: hidden;
}
	.imgh {
    width: 100%!important; margin:0 auto}
	.imgh img {
    width: 100%; height: auto!important
}
	.wens p {
    font-size: 17.5px;
    line-height: 30px;
    color: #525252;
    margin-left: 2%;
    margin-top: 10%!important;
    background: url(/Html/images/icon_y_w.png) no-repeat left top;
    padding-left: 9%;
    padding-top: 10px; padding-bottom:10px
	
	
	
}
	#bloc footer .fMain .btm p span{ color:#fff}
	#bloc footer .fMain .btm p span a{ color:#fff}
	
	
	.wc a{ color:#fff!important}
	
	.wens {
    width: 100%!important;
    background: #fff;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
	.con_block {
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 14.58%;
     padding-top: .18rem;
    background-repeat: no-repeat;
    background-color: #fff;
}
	.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .abo_src2_t {
    line-height: 1.43;
    font-size: 24px;
    color: #d60000;
    font-weight: normal;
}
	.pub_case1 {
    width: 90%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}.ghjud{ flex-wrap:  wrap}

.ghjud .fl{ width:100%!important}
.ghjud .fr{ width:100%!important; margin-top:20px}


.fr p {
    color: #666;
    font-size: 14.5px;
    line-height: 30px;
}
table p{ font-size:13px!important; letter-spacing:-0.5px!important}
.detaildiv1 p img{ width:100%!important; height:auto!important} 
 
table { width:100%!important;max-width:100%!important;
}
table td{table-layout:fixed!important;; word-break: break-all!important;; overflow:hidden!important;; width:auto !important; }




table td{ padding:0}
.tyew p {
    font-size: 15px!important;
    line-height: 30px!important;
    font-weight: normal; margin-top:10px!important
}.detaildiv1{ width:90%!important; margin:0 auto}

table p{ font-size:14px!important;}

.detaildiv1 p {
    font-size: 15px;
    color: #666;
    line-height: 34px;
}
	.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .abo_src2_t span {
    font-size: 16px;
    font-family: Barlow-Regular;
    text-transform: uppercase;
}.about_body .abo_block .swiper-container .swiper-slide a > div .abo_src1_i {
    margin-top: 4%;
    color: #666666;
    line-height: 1.71;
    font-size: 16px;
    font-family: Barlow-Regular;
}.about_body .abo_block .swiper-container .swiper-slide a > div .abo_src1_n {
    color: #d60000;
    line-height: 1.25;
    display: flex;
    align-items: center;
    height: 2.5em;
    font-size: 26px!important;
    font-family: HelveticaNeueLTStd-Bd;
}
	
	.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .abo_src2_i p {
    font-size: 14px!important;
    color: #666;
    line-height: 1.975;
    font-family: Barlow-Regular;
}.about_body .abo_block .swiper-container .swiper-slide a > div .abo_src1_i {
    margin-top: 4%;
    color: #666666;
    line-height: 1.71;
    font-size: 15px!important;
    font-family: Barlow-Regular;
}
	.index_pro01 dl {
    float: left;
    width: 100%!important;
    height: 580px;
    background: #fff;
    margin: 0 0 0 0;
}
	
	.ban_title_case .ban_title {
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: #d60000;
    font-family: Barlow-Regular; font-size:26px; }
	
	.about_body .abo_block{ width:95%; margin:0 auto}
	
	.swiper-container1 {
    padding: 5% 9;
   margin-top: 0px!important; 
}

.ban_title_case {
    margin-top: .8rem !important;
    margin-bottom: .8rem !important;
}
.ftyud1{ display:block}
.ftyud2{ display:none}


.abo_block h2 {
    line-height: 1.43;
    font-size: 24px !important;
    color: #333;
    font-weight: normal;
}
.abo_block p {
    font-size: 14px!important;
    line-height: 28px!important;
    margin-top: 10px;
    width: 100%!important;
    margin-right: 0%!important;
}

	.component .Tcon .pageChange{ position:absolute}
	.component .Tcon {
    position: absolute;
    width: 100%!important;

    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
}
	#home #main #r4 .rowMain .topic .til p {
    color: #fff;
    width: 100%;
    margin-top: 48px;
    line-height: 30px;
   margin-right: 0%; font-size:16px
}#home #main #r4 .rowMain {
    padding-top: 130px!important;
    justify-content: flex-start;
}
	#home #main #r4 .rowMain .topic .til h2 {
    line-height: 1;
    margin-right: 0.2rem;
    font-weight: normal;
    color: #fff;
    margin-top: 60px;
    width: 100%;
}
	#home #main #r4 .rowMain .topic .til .mo_o1111 .mo_active_1 {
    width: 182px;
    height: 52px;
    line-height: 52px;
    color: #fff;
   
    display: block!important;
    padding-left: 50px;
    margin-right: 10px; font-size:17px
}
	.component .Tcon {
  position: absolute;
  width: 212px;
  height: 100%;
 
  bottom: 0;
  margin: auto;  
  right: 0;
  z-index: 11; display:flex; flex-wrap: wrap; right:0!important
}
.about .fl11 {
    width: 100%;
 
    height: 50%;

    transition: all 0.4s;
    overflow: hidden;
    position: relative;
    float: left;
}
.about .nr {
    width: 100%;
    padding: 4% 15% 0px 10%;
    margin-top: 240px;
    height: 188px;
    background: none;
    transition: all 0.4s;
    opacity: 0.9;
    color: #fff;
    float: left;
}
.about .fr11 {
    width: 100%;
   
    height: 50%;
   
    transition: all 0.4s;
    overflow: hidden;
    float: right;
}
#bloc footer .fMain .btm p {
    line-height: 0.458rem;
    font-size: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about .nr p {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: Barlow-Regular;
    width: 70%;
    float: left;
}

	#home #main #r4 .component .Tcon .pageChange > li {
    height: 110px!important;
    width: 43vw!important; margin-left: 5px;
    margin-right: 5px;
}
	#bloc footer .fMain .btm p span{ font-size:15px}
	
	
	#home #main #r3 .rowMain .topic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}.topic .til_2 .mc1 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Barlow-Regular;
}#home #main #r2 .rowMain .com .col-2 .box h4 {
    color: #333; font-weight:normal
}
	#home #main #r3 .rowMain .com .list .msg h3{
    margin-bottom: 5px;
    margin-top: 10px;
    color: #fff;
    font-weight: normal; font-size:22px
}


#home #main #r3 .rowMain .com .list .msg small {
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    font-family: Barlow-Regular;
    text-transform: uppercase;
}
		
	#home #main #r3 .rowMain .topic .til h2 {
    line-height: 1;
    margin-right: 0.2rem;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 10px;
    width: 100%; margin-top:5px
}#home #main #r3 .rowMain .topic .til small {
    line-height: 1.3;
    width: 100%;
    font-size: 14px;
    color: #737373;
    font-family: Barlow-Regular;
    text-transform: uppercase;
}
	
	#home #main #r3 .rowMain .topic .morea{ display:none}
	.indPro_name {
    position: absolute;
    left: 42px;
    bottom: 55px;
    z-index: 9;
    transition: all 0.48s;
}
	.topic .til_2 {
    text-align: center;
    width: 100%;
    margin-top: 2vw!important;
}
	.topic .til_2 h2 {
    width: 100%;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: normal;
}
	
	.news {
    width: 100%;
    margin: 0px auto 70px  auto; padding-top:0px
}

.news .box .bt {
    display: block;
    color: #333333;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.4s;
}.news .box .jsh {
    color: #666666;
    line-height: 28px;
    height: 54px;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 14px;
    transition: all 0.4s;
    margin-top: 10px;
}

.news .m1 {
    float: left;
    color: #5c5c5c;
    text-align: center;
    position: relative;
    z-index: 3;
    display: block;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    color: #fff;
    margin-top: 10px;
    width: 120px; display:none
}
.news .m1 a {
    width: 120px;
    color: #333;
    display: block; font-size:15px
}

.news .box .pic {
    display: block;
    width: 70%;
    overflow: hidden;
    position: relative;
    float: left; display:none
}
.news .box .text1 {
    float: left;
    width:97%;
    width: 97%\9;
    padding-top: 0px;
    padding-left: 3%;
}.news .box .date {
    display: block;
    width: 20%;
    text-align: center;
    background: #edeaeb;
    color: #333333;
    font-size: 12px;
    font-family: avantgardebook;
    position: absolute;
    left: 0;
    line-height: 2;
    transition: background .5s;
}
.news .box .date .day {
    display: block;
    border-bottom: 1px #fff solid;
    font-size: 30px;
    line-height: 1.5;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.news .box {
    position: relative;
    padding-left: 25%;
}
.news li {
  clear: both;
  border-bottom: 0px #e5e5e5 solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden; width:95%; margin:0 auto
} 


#ny_xinwen_da h3 {
    font-size: 18px!important;
    line-height: 33px;
    color: #333;
    text-align: center;
    float: left;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 15px;
    font-weight: normal;
    margin-bottom: 0;
}


.pnpage1 {
    width: 95%!important;
    float: left;
    text-align: left;
}

.pnpage3 {
   width: 95%;
    float: left;
    text-align: left!important; display:none
}.pnpage2 {
    width:95%!important;
    float: left!important;
    text-align: left!important;
}


.pnpage {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    padding-top: 60px!important;
    margin-top: 30px;
    font-size: 16px; padding-bottom:60px!important
}



.show_src1_con_box .show_src1_tex .show_sel_box .show_det_box {
    height: 1rem;
    padding: 0 .4rem;
    background-color: rgba(253, 246, 248, 0.8);
    display: flex;
    align-items: center;
    color: #d60000;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: .2rem .2rem 0 0;
}

.show_src1_con_box .show_src1_tex .show_jg_box {
    padding: .4rem .4rem .55rem;
    position: relative;
     background-color: rgba(255, 255, 255, 0.8);
}

.show_src1_con_box .show_src1_tex .show_sel_box .show_det_box i {
    width: .3rem!important;
    display: block;
    transition: all .3s ease;
    padding-top: 4px!important;
    font-size: 26px!important;
}

.show_src1_con_box .show_src1_tex .show_sel_box .show_det_box div {
    width: calc(100% - .4rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; font-size:19px!important
}


.show_src1_con_box .show_src1_tex .show_jg_box .show_mes_box .show_mes_con .show_mes_m p {
    line-height: 28px;
    font-size: 14px!important;
}

.about_body .abo_src5_block .abo_src5_b3 .abo_src2_t {
    line-height: 1.43;
    font-size: 24px;
    color: #d60000;
    font-weight: normal;
}


}






.index-news-container .container { width:85%; margin:0px auto;}

.index-news-container{padding:110px 0 7.5%;height:504px;background:#fff}
.index-news-container .container{overflow:visible}
.index-news-container .left{position:relative;float:left;width:65%;height:503px}
.index-news-container .right{float:right;width:30%;height:503px;transition:all .3s; background:}
.index-news-container .right:hover{transform:translateY(-10px);box-shadow:0 15px 10px rgba(0,0,0,.3)}
.index-news-container .left .hd{height:123px;display:flex;justify-content:space-between;align-items:flex-start; margin-top:15px;}
.index-news-container .left .hd h2{font-size:36px;font-weight:700;color:#d60000;line-height:1;/*display:flex;*/align-items:flex-start}
.index-news-container .left .hd h2 b {display:block; font-size:36px; width:100%; font-weight:400; color:#1a1a1a;} 
.index-news-container .left .hd h2 span{margin-left:0px;font-size:18px;font-weight:lighter; display:block; font-family:Barlow-Regular; color:#1a1a1a; width:100%; text-transform:uppercase; margin-bottom:10px;}
.index-news-container .left .more-link{font-size:16px;color:#666; font-family:Barlow-Regular; text-transform:uppercase; padding-top:20px;}
.index-news-container .left .more-link:hover{color:#d60000}
.index-news-container .left .bd{display:flex;justify-content:space-between}
.index-news-container .left .bd .news-item{border-top:3px solid #333;float:left;height:288px;position:relative}
.index-news-container .left .bd .news-item .line{position:absolute;width:0;height:3px;background:#d60000;top:-3px;left:0;transition:all .5s}
.index-news-container .left .bd .news-item:hover .line{width:100%}
.index-news-container .left .bd .news-item .date{margin-top:42px;margin-bottom:45px;font-size:12px;color:#666}
.index-news-container .left .bd .news-item .title{margin-bottom:22px;font-size:24px;color:#333;line-height:30px}
.index-news-container .left .bd .news-item .title a{color:#333}
.index-news-container .left .bd .news-item .title a:hover{color:#d60000}
.index-news-container .left .bd .news-item .intro{font-size:14px;color:#999;line-height:22px;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 66px;
line-height: 22px;


}
.index-news-container .left .arrow{position:absolute;bottom:0;left:0}
.index-news-container .left .arrow .arrow-item{float:left;width:48px;height:48px;cursor:pointer;border:1px solid #c2c2c2}
.index-news-container .left .arrow .arrow-left{background:url(../images/arrow-gray-left.png) center center}
.index-news-container .left .arrow .arrow-right{background:url(../images/arrow-gray-right.png) center center;border-left:none}
.index-news-container .left .arrow .arrow-left:hover{background:url(../images/arrow-white-left2.png) center center #d60000}
.index-news-container .left .arrow .arrow-right:hover{background:url(../images/arrow-gray-right2.png) center center #d60000;border-left:none}
.index-news-container .right .top-news{width:100%;height:503px;position:relative; background: #d60022;}
.index-news-container .right .top-news .img{width:100%;max-height:503px;overflow:hidden;position:absolute;top:0;z-index:10}
.index-news-container .right .top-news .img img{width:100%;height:100%}
.index-news-container .right .top-news .img img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.index-news-container .right .top-news .txt{position:absolute;bottom:0;box-sizing:border-box;height:303px;color:#fff;padding:38px 22px 0 22px}
.index-news-container .right .top-news .txt .title{margin-bottom:18px;font-size:18px;line-height:24px;font-weight:700}
.index-news-container .right .top-news .txt .intro{font-size:14px;line-height:21px}
.index-news-container .right .top-news .txt .more{float:right;margin-top:45px;width:93px;height:30px;text-align:center;line-height:30px;border:1px solid #fff;color:#fff}
.index-news-container .right .top-news .txt .more:hover{border-color:#fff; background:#fff; color:#d60000;}

#home #main #r3 .rowMain .topic .morea a { font-family:Barlow-Regular !important; text-transform:uppercase !important;}











.fyfy { width:100% !important; text-align:center;  margin:0px 0px 100px;}

.newspage{ width: 92%;
    padding: 0px 4%;
    height: auto;
   /* overflow: hidden;*/}
	
.newspage {
width:100%;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 20px; TEXT-ALIGN: center; margin:10px auto 0px; clear:both; height:30px
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT:8px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 8px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; FONT: 13px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 3px; BORDER-BOTTOM: #999 1px solid; font-family: Arial, "微软雅黑";border-radius: 5px;
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #d60000; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #d60000; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
 PADDING-RIGHT: 8px;  PADDING-LEFT: 8px; BACKGROUND: #d60000; PADDING-BOTTOM: 3px;  COLOR: #fff; MARGIN-RIGHT: 5px; PADDING-TOP: 3px;  font-size:13px;border-radius: 5px; border:1px #d60000 solid; 

}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}
	
	
	
	.about_body .abo_src2_block .abo_src2_tex_case .abo_src2_tex .abo_src2_i h2 { font-size:18px; color:#000; line-height:45px;}
	
	
	.yewu_tu { padding-top:50px; width:90%; margin:0px 5%;}
	.yewu_tu .cpz { width:31.3333%; margin:0px 2% 20px 0px;}

	


