@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
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: "PingFang HK", "Microsoft YaHei", "Arial";
}
body {
  font: 12px "PingFang HK", "Microsoft YaHei", "Arial";
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
a,
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: 15px;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
/*表单元素默认有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;
}
/* 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 {
  display: inline-block;
}
p {
  line-height: 2;
}
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%;
}

::-webkit-scrollbar {
  width: 9px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border: solid 2px #fff;
  width: 5px;
  border-radius: 4px;
  background-color: #b2b2b2;
}
::-webkit-scrollbar-corner {
  background-color: #fff;
}
/*::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #0d4486;
  color: #fff;
}
::-moz-selection {
  background: #0d4486;
  color: #fff;
}
::selection {
  background: #0d4486;
  color: #fff;
}*/
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-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: 28px;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
html {
  font-size: 100px;
}
.pure:before,
.pure:after {
  content: " ";
  display: table;
}
.pure:after {
  clear: both;
}
/* 初始定义 */
@font-face {
  font-family: 'en_l';
  src: url('../other/GOTHAM-BOOK_0.otf');
}
@font-face {
  font-family: 'en_b';
  src: url('../other/GOTHAM-BOLD.eot');
  src: url('../other/GOTHAM-BOLD.eot?#iefix') format('embedded-opentype'), url('../other/GOTHAM-BOLD.woff') format('woff'), url('../other/GOTHAM-BOLD.ttf') format('truetype'), url('../other/GOTHAM-BOLD.svg#YourWebFontName') format('svg');
}
.en-l {
  font-family: en_l;
}
.en-b {
  font-family: en_b;
}
.word {
  font-family: word;
}
/* 定义网站色值 */
.mc {
  color: #132a88;
}
.fc {
  color: #c1c7cd;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #e5e5e5;
}
.d-gc {
  color: #9a9a9a;
}
.rc {
  color: #c52f1f;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #00b28e;
}
.bc {
  color: #46b3de;
}
.bac {
  color: #333333;
}
.p-c {
  color: #666666;
}
.transi {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.linear-bg {
  background: linear-gradient(90deg, #cacaca 50%, rgba(202, 202, 202, 0) 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.max-wid {
  width: 84%;
  max-width: 1500px;
  margin: auto;
}
.shadow {
  box-shadow: 0 20px 50px -5px rgba(13, 68, 134, 0.3);
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.seek {
  border-radius: 50px;
  min-width: 200px;
  background-color: #f0f3f7;
  display: inline-block;
  padding: 10px 18px 10px 25px;
}
.seek input {
  border: none;
  background-color: transparent;
  vertical-align: baseline;
  width: 200px;
}
.seek > a {
  width: 30px;
  text-align: center;
  display: inline-block;
  color: #c1c7cd;
}
/*图片容器*/
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.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-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
  overflow: hidden;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  top: 0;
  left: 0;
}
.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;
  transition-duration: 0s;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul > li > a {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 40px;
  line-height: 40px;
  width: 140px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.component:hover .current:hover > a {
  opacity: 1;
  pointer-events: auto;
}
.component nav {
  position: absolute;
  right: 3%;
  width: 20%;
  bottom: 14%;
}
.component nav > a {
  width: 56px;
  height: 50px;
  line-height: 50px;
  outline: none;
  overflow: visible;
  text-align: center;
  z-index: 1100;
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.component nav > a:hover {
  opacity: 1;
}
.component nav .moveNext {
  right: 3%;
}
.component nav .movePrev {
  left: 3%;
}
.component .Tcon {
  position: absolute;
  width: 94%;
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 11;
  pointer-events: none;
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  right: 7%;
  margin: auto;
  bottom: 0;
}
.component .Tcon > small > .Tpage {
  color: #fff;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
  display: none;
}
.component .Tcon .txtChange > [data-txt].on {
  display: block;
  pointer-events: auto;
}
.component .Tcon .pageChange {
  position: absolute;
  width: 56px;
  height: 56px;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.component .Tcon .pageChange > li {
  background-color: #fff;
  position: absolute;
  display: none;
  float: left;
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 56px;
  border: 3px solid #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  text-align: center;
}
.component .Tcon .pageChange > li > img {
  height: 100%;
  display: inline-block;
}
.component .Tcon .pageChange > li.on {
  display: inline-block;
}
.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;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.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: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.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-0 {
  font-size: 0;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-500 {
  font-weight: 500;
}
.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;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.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: 1500px) {
  html {
    font-size: 80px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 42px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .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: 28px;
  }
  .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: 80px;
  }
  a,
  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;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 48px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 25px;
  }
  .f-32 {
    font-size: 25px;
  }
  .f-30 {
    font-size: 24px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .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;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
  .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: 14px;
  }
  .mt-18 {
    margin-top: 14px;
  }
  .mt-20 {
    margin-top: 16px;
  }
  .mt-22 {
    margin-top: 16px;
  }
  .mt-24 {
    margin-top: 18px;
  }
  .mt-26 {
    margin-top: 18px;
  }
  .mt-28 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mt-32 {
    margin-top: 20px;
  }
  .mt-34 {
    margin-top: 22px;
  }
  .mt-36 {
    margin-top: 24px;
  }
  .mt-38 {
    margin-top: 26px;
  }
  .mt-40 {
    margin-top: 28px;
  }
  .mt-42 {
    margin-top: 30px;
  }
  .mt-44 {
    margin-top: 32px;
  }
  .mt-46 {
    margin-top: 36px;
  }
  .mt-48 {
    margin-top: 40px;
  }
  .mt-50 {
    margin-top: 44px;
  }
  .mt-60 {
    margin-top: 48px;
  }
  .mt-70 {
    margin-top: 50px;
  }
  .mt-80 {
    margin-top: 54px;
  }
  .mt-90 {
    margin-top: 58px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .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: 14px;
  }
  .mb-18 {
    margin-bottom: 14px;
  }
  .mb-20 {
    margin-bottom: 16px;
  }
  .mb-22 {
    margin-bottom: 16px;
  }
  .mb-24 {
    margin-bottom: 18px;
  }
  .mb-26 {
    margin-bottom: 18px;
  }
  .mb-28 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-32 {
    margin-bottom: 20px;
  }
  .mb-34 {
    margin-bottom: 22px;
  }
  .mb-36 {
    margin-bottom: 24px;
  }
  .mb-38 {
    margin-bottom: 26px;
  }
  .mb-40 {
    margin-bottom: 28px;
  }
  .mb-42 {
    margin-bottom: 30px;
  }
  .mb-44 {
    margin-bottom: 32px;
  }
  .mb-46 {
    margin-bottom: 36px;
  }
  .mb-48 {
    margin-bottom: 40px;
  }
  .mb-50 {
    margin-bottom: 44px;
  }
  .mb-60 {
    margin-bottom: 48px;
  }
  .mb-70 {
    margin-bottom: 50px;
  }
  .mb-80 {
    margin-bottom: 54px;
  }
  .mb-90 {
    margin-bottom: 58px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .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-10 {
    margin-left: 10px;
  }
  .ml-12 {
    margin-left: 12px;
  }
  .ml-14 {
    margin-left: 14px;
  }
  .ml-16 {
    margin-left: 14px;
  }
  .ml-18 {
    margin-left: 14px;
  }
  .ml-20 {
    margin-left: 16px;
  }
  .ml-22 {
    margin-left: 16px;
  }
  .ml-24 {
    margin-left: 18px;
  }
  .ml-26 {
    margin-left: 18px;
  }
  .ml-28 {
    margin-left: 20px;
  }
  .ml-30 {
    margin-left: 20px;
  }
  .ml-32 {
    margin-left: 20px;
  }
  .ml-34 {
    margin-left: 22px;
  }
  .ml-36 {
    margin-left: 24px;
  }
  .ml-38 {
    margin-left: 26px;
  }
  .ml-40 {
    margin-left: 28px;
  }
  .ml-42 {
    margin-left: 30px;
  }
  .ml-44 {
    margin-left: 32px;
  }
  .ml-46 {
    margin-left: 36px;
  }
  .ml-48 {
    margin-left: 40px;
  }
  .ml-50 {
    margin-left: 44px;
  }
  .ml-60 {
    margin-left: 48px;
  }
  .ml-70 {
    margin-left: 50px;
  }
  .ml-80 {
    margin-left: 54px;
  }
  .ml-90 {
    margin-left: 58px;
  }
  .ml-100 {
    margin-left: 60px;
  }
  .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: 14px;
  }
  .mr-18 {
    margin-right: 14px;
  }
  .mr-20 {
    margin-right: 16px;
  }
  .mr-22 {
    margin-right: 16px;
  }
  .mr-24 {
    margin-right: 18px;
  }
  .mr-26 {
    margin-right: 18px;
  }
  .mr-28 {
    margin-right: 20px;
  }
  .mr-30 {
    margin-right: 20px;
  }
  .mr-32 {
    margin-right: 20px;
  }
  .mr-34 {
    margin-right: 22px;
  }
  .mr-36 {
    margin-right: 24px;
  }
  .mr-38 {
    margin-right: 26px;
  }
  .mr-40 {
    margin-right: 28px;
  }
  .mr-42 {
    margin-right: 30px;
  }
  .mr-44 {
    margin-right: 32px;
  }
  .mr-46 {
    margin-right: 36px;
  }
  .mr-48 {
    margin-right: 40px;
  }
  .mr-50 {
    margin-right: 44px;
  }
  .mr-60 {
    margin-right: 48px;
  }
  .mr-70 {
    margin-right: 50px;
  }
  .mr-80 {
    margin-right: 54px;
  }
  .mr-90 {
    margin-right: 58px;
  }
  .mr-100 {
    margin-right: 60px;
  }
  .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: 14px;
  }
  .pt-18 {
    padding-top: 14px;
  }
  .pt-20 {
    padding-top: 16px;
  }
  .pt-22 {
    padding-top: 16px;
  }
  .pt-24 {
    padding-top: 18px;
  }
  .pt-26 {
    padding-top: 18px;
  }
  .pt-28 {
    padding-top: 20px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .pt-32 {
    padding-top: 20px;
  }
  .pt-34 {
    padding-top: 22px;
  }
  .pt-36 {
    padding-top: 24px;
  }
  .pt-38 {
    padding-top: 26px;
  }
  .pt-40 {
    padding-top: 28px;
  }
  .pt-42 {
    padding-top: 30px;
  }
  .pt-44 {
    padding-top: 32px;
  }
  .pt-46 {
    padding-top: 36px;
  }
  .pt-48 {
    padding-top: 40px;
  }
  .pt-50 {
    padding-top: 44px;
  }
  .pt-60 {
    padding-top: 48px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pt-80 {
    padding-top: 54px;
  }
  .pt-90 {
    padding-top: 58px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .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: 14px;
  }
  .pb-18 {
    padding-bottom: 14px;
  }
  .pb-20 {
    padding-bottom: 16px;
  }
  .pb-22 {
    padding-bottom: 16px;
  }
  .pb-24 {
    padding-bottom: 18px;
  }
  .pb-26 {
    padding-bottom: 18px;
  }
  .pb-28 {
    padding-bottom: 20px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .pb-32 {
    padding-bottom: 20px;
  }
  .pb-34 {
    padding-bottom: 22px;
  }
  .pb-36 {
    padding-bottom: 24px;
  }
  .pb-38 {
    padding-bottom: 26px;
  }
  .pb-40 {
    padding-bottom: 28px;
  }
  .pb-42 {
    padding-bottom: 30px;
  }
  .pb-44 {
    padding-bottom: 32px;
  }
  .pb-46 {
    padding-bottom: 36px;
  }
  .pb-48 {
    padding-bottom: 40px;
  }
  .pb-50 {
    padding-bottom: 44px;
  }
  .pb-60 {
    padding-bottom: 48px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pb-80 {
    padding-bottom: 54px;
  }
  .pb-90 {
    padding-bottom: 58px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .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: 14px;
  }
  .pl-18 {
    padding-left: 14px;
  }
  .pl-20 {
    padding-left: 16px;
  }
  .pl-22 {
    padding-left: 16px;
  }
  .pl-24 {
    padding-left: 18px;
  }
  .pl-26 {
    padding-left: 18px;
  }
  .pl-28 {
    padding-left: 20px;
  }
  .pl-30 {
    padding-left: 20px;
  }
  .pl-32 {
    padding-left: 20px;
  }
  .pl-34 {
    padding-left: 22px;
  }
  .pl-36 {
    padding-left: 24px;
  }
  .pl-38 {
    padding-left: 26px;
  }
  .pl-40 {
    padding-left: 28px;
  }
  .pl-42 {
    padding-left: 30px;
  }
  .pl-44 {
    padding-left: 32px;
  }
  .pl-46 {
    padding-left: 36px;
  }
  .pl-48 {
    padding-left: 40px;
  }
  .pl-50 {
    padding-left: 44px;
  }
  .pl-60 {
    padding-left: 48px;
  }
  .pl-70 {
    padding-left: 50px;
  }
  .pl-80 {
    padding-left: 54px;
  }
  .pl-90 {
    padding-left: 58px;
  }
  .pl-100 {
    padding-left: 60px;
  }
  .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: 14px;
  }
  .pr-18 {
    padding-right: 14px;
  }
  .pr-20 {
    padding-right: 16px;
  }
  .pr-22 {
    padding-right: 16px;
  }
  .pr-24 {
    padding-right: 18px;
  }
  .pr-26 {
    padding-right: 18px;
  }
  .pr-28 {
    padding-right: 20px;
  }
  .pr-30 {
    padding-right: 20px;
  }
  .pr-32 {
    padding-right: 20px;
  }
  .pr-34 {
    padding-right: 22px;
  }
  .pr-36 {
    padding-right: 24px;
  }
  .pr-38 {
    padding-right: 26px;
  }
  .pr-40 {
    padding-right: 28px;
  }
  .pr-42 {
    padding-right: 30px;
  }
  .pr-44 {
    padding-right: 32px;
  }
  .pr-46 {
    padding-right: 36px;
  }
  .pr-48 {
    padding-right: 40px;
  }
  .pr-50 {
    padding-right: 44px;
  }
  .pr-60 {
    padding-right: 48px;
  }
  .pr-70 {
    padding-right: 50px;
  }
  .pr-80 {
    padding-right: 54px;
  }
  .pr-90 {
    padding-right: 58px;
  }
  .pr-100 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 80px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-50 {
    font-size: 34px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 30px;
  }
  .f-44 {
    font-size: 28px;
  }
  .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: 18px;
  }
  .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;
  }
  p {
    font-size: 13px;
    line-height: 180%;
  }
  div,
  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: 20px;
  }
  .f-46 {
    font-size: 20px;
  }
  .f-44 {
    font-size: 20px;
  }
  .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: 16px;
  }
  .f-30 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 15px;
  }
  .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;
  }
  .mt-110 {
    margin-top: 33px;
  }
  .mt-115 {
    margin-top: 35px;
  }
  .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(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 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%, 20px, 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);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
/*汉堡按钮*/
.nav_box_m_btn {
  display: none;
  float: right;
}
.nav_box_m_btn span {
  margin: 29px auto;
  width: 45px;
  height: 45px;
  position: relative;
  display: block;
  width: 1.5em;
  height: 0.25em;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  transition: transform .2s ease;
}
.nav_box_m_btn span:before,
span:after {
  border-radius: 3px;
  transition: transform .3s ease;
}
.nav_box_m_btn span:before {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 0.25em;
  top: -0.5em;
  background: #ffffff;
}
.nav_box_m_btn span:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 0.25em;
  top: 0.5em;
  background: #ffffff;
}
.nav_box_m_btn span.close {
  width: 45px;
  margin: 29px auto;
  left: 0px;
  position: relative;
  display: block;
  height: 0;
  background: transparent;
  transform: rotate(-180deg);
}
.nav_box_m_btn span.close:before,
span.close:after {
  transition: transform .3s ease;
}
.nav_box_m_btn span.close:before {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 0.25em;
  top: 0;
  background: #ffffff;
  transform: rotate(-45deg);
}
.nav_box_m_btn span.close:after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5em;
  height: 0.25em;
  top: 0;
  background: #ffffff;
  transform: rotate(45deg);
}
/*汉堡按钮结束*/
.nav_box_m {
  display: none;
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  line-height: 3.5;
  font-size: 14px;
  background-color: #ffffff;
  z-index: 99;
  text-align: center;
}
.nav_box_m > a {
  display: block;
  border-bottom: 1px solid #eee;
  color: #9a9a9a;
}
.nav_box_m > a:last-of-type {
  border: none;
}
header {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  background-color:rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: all .3s ease;
  z-index: 100;
}
header .nav_case {
  transition: all .3s ease;
  height: 90px;
  line-height: 90px;
}
header .nav_case a {
  color: #ffffff;
  font-size: 18px;
}
header .nav_case .nav-down ul li a:hover{ color:#ffffff;}
header .logo_box {
  float: left;
  width: 23%;
  position: relative;
  height: 100%;
  display: block;
}
header .logo_box img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 21.622%);
  max-width: 217px;
}
header .nav_box_pc {
  width: 56%;
  position: relative;
/*  padding: 0 30px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav_box_pc > a,
header .nav_box_pc > span {
  width: calc(100%/6);
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
header .nav_box_pc a.on{ color:#c02626;}
header .nav_box_pc a:hover{ color:#c02626;}
header .nav_box_pc > a:last-child,
header .nav_box_pc > span:last-child {
  margin-right: 0;
}
header .nav_box_pc > a::after,
header .nav_box_pc > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 3px);
  background-color: #c02626;
  transition: all .3s ease;
  width: 0;
  height: 3px;
}
header .nav_box_pc > a.on::after,
header .nav_box_pc > span.on::after {
  width: 100%;
}
header .nav_box_pc > a:hover > ul,
header .nav_box_pc > span:hover > ul {
  display: block;
}
header .nav_box_pc > a > ul,
header .nav_box_pc > span > ul {
  position: absolute;
  background-color:rgba(32,63,121,0.8);
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  animation-duration: 0.8s;
}
header .nav_box_pc > a > ul > li,
header .nav_box_pc > span > ul > li {
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
header .nav_box_pc > a > ul > li > a,
header .nav_box_pc > span > ul > li > a {
  font-size: 13px;
  opacity: 1;
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
}
header .nav_box_pc > a > ul > li > a:after,
header .nav_box_pc > span > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
header .nav_box_pc > a > ul > li > a:hover:after,
header .nav_box_pc > span > ul > li > a:hover:after,
header .nav_box_pc > a > ul > li > a.on:after,
header .nav_box_pc > span > ul > li > a.on:after {
  opacity: 1;
  width: 20px;
}
header .nav_box_pc .nav-child {
  display: flex;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #0d4486;
  opacity: 0;
  pointer-events: none;
  padding: 20px 30px;
  justify-content: flex-start;
  align-items: flex-start;
}
header .nav_box_pc .nav-child > ul {
  width: calc(100%/6);
}
header .nav_box_pc .nav-child > ul > li {
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
}
header .nav_box_pc .nav-child > ul > li > a {
  font-size: 14px;
  opacity: 1;
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
}
header .nav_box_pc .nav-child > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #c52f1f;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
header .nav_box_pc .nav-child > ul > li > a:hover:after,
header .nav_box_pc .nav-child > ul > li > a.on:after {
  opacity: 1;
  width: 20px;
}
header .nav_box_pc .nav-child:after {
  content: "";
  position: absolute;
  width: 37.5%;
  left: 100%;
  top: 0;
  height: 100%;
  background-color: #0d4486;
}
header .nav_box_pc .nav-child.on {
  animation-name: fadeInDownSmall;
  animation-duration: 0.8s;
  pointer-events: auto;
}
header .nav_box_pc .nav-child.out {
  animation-name: fadeOut;
  pointer-events: none;
  animation-duration: 0.8s;
}
header.active {
  top: 0;
  background-color:rgba(0,0,0,0.7);
}
header.active .nav_case {
  width: 100%;
  max-width: 2800px;
  height: 72px;
  line-height: 72px;
}
footer {
background:url(../img/foot_bg.jpg) no-repeat center;min-height:920px;
}
footer .fMain {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .fMain .left {
  text-align: left;
}
footer .fMain .left div:nth-of-type(1) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgba(255, 255, 255, 0.2);
}
footer .fMain .left div:nth-of-type(1) a {
  color: rgba(255, 255, 255, 0.2);
  margin: 0 10px;
}
footer .fMain .left div:nth-of-type(1) a:first-of-type {
  margin-left: 0;
}
footer .fMain .left div:nth-of-type(2) div {
  color: rgba(255, 255, 255, 0.2);
  line-height: 2;
}
footer .fMain .right {
  text-align: right;
}
footer .fMain .right div:last-of-type div {
  color: rgba(255, 255, 255, 0.2);
  line-height: 2;
}
footer .fMain .right div:last-of-type div img {
  margin: 0 5px;
  vertical-align: sub;
}
.go-top {
  position: fixed;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  display: inline-block;
  background-color: #c02626;
  color: #fff;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  right: 2vw;
  bottom: 25vh;
  opacity: 0;
  pointer-events: none;
  z-index:99;
}
.go-top.on {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  pointer-events: auto;
}
.go-top:hover {
  background-color: #8b0a0a;
}
.nodeItem {
  position: fixed;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  z-index: 10000;
  height: 2.4rem;
  text-align: right;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.nodeItem.on {
  opacity: 1;
  visibility: visible;
}
.nodeItem > a {
  display: block;
  width: 100%;
  color: #ccc;
  font-size: 0.2rem;
  cursor: pointer;
  font-family: en_b;
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.nodeItem > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0d4486;
  bottom: 0px;
  left: 10px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.nodeItem > a:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  opacity: 0;
  font-size: 0.12rem;
  color: #333;
  width: 100%;
  text-align: right;
  font-weight: bold;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.nodeItem > a.on,
.nodeItem > a:hover {
  color: rgba(255, 255, 255, 0);
}
.nodeItem > a.on:after,
.nodeItem > a:hover:after {
  opacity: 1;
  left: 0;
}
.nodeItem > a.on:before,
.nodeItem > a:hover:before {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}
.nav-app {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.nav-app > .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.15);
}
.nav-app > .child {
  position: absolute;
  height: 100%;
  width: 60%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  background:url(../img/about_logobg.gif) repeat;
  top: 0;
  right: 0;
  z-index: 5;
}
.nav-app > .child > ul > li {
  position: relative;
}
.nav-app > .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-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.nav-app > .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: inline-block;
  width: 100%;
  color: #fff;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  font-size: 14px;
  padding: 0 24px;
}
.nav-app > .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);
}
.nav-app > .child > ul > ol {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-app > .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;
}
.nav-app > .child > div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
.nav-app > .child > div > a {
  width: 60px;
  text-align: center;
  color: #fff;
}
.nav-app.on {
  opacity: 1;
  pointer-events: auto;
}
.nav-app.on > .child {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}
.search_case {
  width: 21%;
  position: relative;
}
.search_case span {
  padding-left: 15.58%;
  color: #fff;
  position: relative;
  display: inline-block;
}
.search_case span i {
  margin-right: 10px;
}
/*.search_case span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 20px;
  width: 2px;
}*/
.search_case .search_box {
  position: absolute;
  right: 11.764%;
  top: 50%;
  width: 210px;
  transform: translateY(-50%);
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  transition: all .3s ease;
  color:#fff;
}
.search_case .search_box b{font-size:20px; padding-left:10px;}
.search_case .language {
  position: relative;
}
.search_case .language .sub {
  position: absolute;
  right: 0;
  min-width: 160px;
  display: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.search_case .language .sub:after {
  content: '◆';
  position: absolute;
  top: 0;
  width: 0.5rem;
  right: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #fff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.search_case .language .sub dd a {
  width: auto;
  display: block;
  height: auto;
  line-height: 45px;
  background: #fff;
  color: #666;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.search_case .language .sub dd a:hover {
  background-color: #132a88;
  color: #fff;
}
.search_case .language .sub dd:first-of-type a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.search_case .language .sub dd:last-of-type a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.search_case .language:hover .sub {
  display: block;
}
.search_box .btn_search {
  position: relative;
  float: right;
  z-index: 1;
  width: 30px;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
}
.search_box .btn_search i {
  font-size: 18px;
}
.search_box .btn_search input {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
}
.search_box .text_search_box {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  height: 32px;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  width: calc(100% - 30px);
}
.search_box .text_search_box input {
  background-color: transparent;
  padding: 0 10px;
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  display: block;
  color: #ffffff;
  border: none;
  outline: none;
}
.search_box .text_search_box input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search_box .text_search_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.search_box .text_search_box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}
.search_box .text_search_box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}
.search_box .btn_cha button {
  border: none;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
}
.search_box.on {
  width: 76.472%;
}
.search_box.on .text_search_box {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.3s;
  pointer-events: auto;
}
.btn_cha {
  display: none;
}
.search_box .btn_case {
  width: 100%;
  padding-left: calc(100% - 30px);
}
/*页面结构*/
#home #top .banner .swiper-slide {
  position: relative;
}
#home #top .banner .swiper-slide img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1540px){
#home #top .banner .swiper-slide img {
  width: 110%;
}
}
#home #top .banner .swiper-slide .phone_banner{ display:none;}
#home #top .banner .ind_ban_tex .ind_ban_ellipse{
    width: 1100px;
    height: 1100px;
    position: absolute;
    top: 50%;
    left: -20%;
    background: rgba(18, 95, 163, .6);
    z-index: -1;
    margin-top: -500px;
    border-radius: 50%;
}
@media screen and (max-width: 1540px){
#home #top .banner .ind_ban_tex .ind_ban_ellipse {
width: 950px;
height: 950px;
left: -27%;
}
}
#home #top .banner .ind_ban_tex {
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0%;
  text-align: left;
  transform: translateY(-50%);
  padding-left: 15%;
}
@media screen and (max-width: 1540px){
#home #top .banner .ind_ban_tex {
  padding-left: 12%;
}
}
#home #top .banner .ind_ban_tex .ind_ban_tex_title_en {
  font-size: 1.06rem;
  line-height: 0.7;
  color: #ffffff;
  text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
  transform: translateY(15px);
  margin-bottom: 10px;
}
#home #top .banner .ind_ban_tex .ind_ban_tex_title {
  color: #ffffff;
  font-size: .56rem;
  line-height: 1.7;
  margin-bottom: 0px;
  text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
  transform: translateY(15px);
}
#home #top .banner .ind_ban_tex .ind_ban_tex_title img{ width:356px; height:78px;}
#home #top .banner .ind_ban_tex .ind_ban_tex_title b{
  color: #ffba00;
  font-size: .56rem;
  line-height: 1.7;
  margin-bottom: 10px;
  text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
  transform: translateY(15px);
}
@media screen and (max-width: 1540px){
#home #top .banner .ind_ban_tex .ind_ban_tex_title img{ width:251px; height:55px;}
}
#home #top .banner .ind_ban_tex .ind_ban_tex_info {
  color: #ffffff;
  line-height: 1.5;
  font-size: .28rem;
  text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
  transform: translateY(15px);
}
@media screen and (max-width: 1540px){
#home #top .banner .ind_ban_tex .ind_ban_tex_info { font-size: .24rem;}
}
.integrated_services{ position:absolute; right:13%; top:25%;width:516px; height:516px; background:url(../img/yth.png) no-repeat center;}
.integrated_services ul{ position:relative;}
.integrated_services li{ position:absolute;}
.integrated_services li span{ display:block; font-size:16px; color:#fff; line-height:32px;}
.integrated_services li a:hover{ color:#c02626;}
.integrated_services li.fw1{ top:50px; left:225px;}
.integrated_services li.fw2{ top:140px; left:70px;}
.integrated_services li.fw3{ top:320px; left:75px;}
.integrated_services li.fw4{ top:400px; left:228px;}
.integrated_services li.fw5{ top:308px; left:380px;}
.integrated_services li.fw6{ top:140px; left:380px;}
@media screen and (max-width: 1540px){
.integrated_services {
  right: 12%;
  top:28%;
  width:376px; height:376px;
  background:url(../img/yth.png) no-repeat center;
-moz-background-size: 100% 100%;  
-o-background-size: 100% 100%;  
-webkit-background-size: 100% 100%;  
background-size: 100% 100%;  
}
.integrated_services li.fw1{ top:30px; left:155px;}
.integrated_services li.fw2{ top:95px; left:40px;}
.integrated_services li.fw3{ top:220px; left:45px;}
.integrated_services li.fw4{ top:290px; left:160px;}
.integrated_services li.fw5{ top:220px; left:265px;}
.integrated_services li.fw6{ top:90px; left:270px;}
}
#home #top .banner.active .ind_ban_tex_title_en {
  transition: all .5s ease .5s;
  transform: translateY(0);
  opacity: 1;
}
#home #top .banner.active .ind_ban_tex_title {
  transition: all .5s ease .6s;
  transform: translateY(0);
  opacity: 1;
}
#home #top .banner.active .ind_ban_tex_info {
  transition: all .5s ease .9s;
  transform: translateY(0);
  opacity: 1;
}
#home #top .banner .swiper-button-prev,
#home #top .banner .swiper-button-next {
  background-image: none;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  color: #ffffff;
  background-color: rgba(202, 202, 202, 0.3);
  transition: all .3s ease;
}
#home #top .banner .swiper-button-next.swiper-button-disabled,
#home #top .banner .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.3);
}
#home #top .banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin: 0 14px;
  opacity: 0.5;
  color: transparent;
}
#home #top .banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #ffffff;
}
#home #top .banner .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 4s linear infinite;
  animation: circleProgressLoad_right 4s linear infinite;
}
#home #top .banner .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 4s linear infinite;
  animation: circleProgressLoad_left 4s linear infinite;
}
#home #top .banner .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}
#home #top .banner .swiper-pagination {
  font-size: 0;
}
#home #top .banner .swiper-pagination > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#home #top .banner .swiper-button-prev,
#home #top .banner .swiper-container-rtl .swiper-button-next {
  left: calc(8.335% - 32px);
}
#home #top .banner .swiper-button-next,
#home #top .banner .swiper-container-rtl .swiper-button-prev {
  right: calc(8.335% - 32px);
}
#home #top .banner .swiper-button-next,
#home #top .banner .swiper-button-prev {
  top: 58%;
}
#home #top .banner .swiper-container-horizontal > .swiper-pagination-bullets,
#home #top .banner .swiper-pagination-custom,
#home #top .banner .swiper-pagination-fraction {
  bottom: 8vh;
}
#home #main .row .rowMain .title h3 {
  font-size: .42rem;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #c1c7cd;
}
#home #main .row .rowMain .title h3::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: .06rem;
  background-color: #cccccc;
}
#home #main .row .rowMain .title h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5em;
  height: .06rem;
  background-color: #0d4486;
}
#home #main .r1 .rowMain .title {
  position: relative;
}
#home #main .r1 .rowMain .title .tab {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#home #main .r1 .rowMain .title .tab .map-tab {
  padding: 6px 22px;
  cursor: pointer;
  border-radius: 50px;
  margin: 0 10px;
}
#home #main .r1 .rowMain .title .tab .map-tab > i {
  font-size: 20px;
}
#home #main .r1 .rowMain .title .tab .map-tab.on {
  background-color: #f5f5f5;
}
#home #main .r1 .rowMain .title .tab .map-tab.on > i {
  color: #0d4486;
}
#home #main .r1 .rowMain .con {
  position: relative;
}
#home #main .r1 .rowMain .con .dot-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main .r1 .rowMain .con .dot-item li.circle {
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  z-index: 10;
  line-height: 2.1052631578947367vw;
  text-align: center;
  animation: ripple 2s linear infinite alternate;
  position: absolute;
  transform: translate(-50%, -50%);
}
#home #main .r1 .rowMain .con .dot-item li.dot {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
#home #main .r1 .rowMain .con .dot-item li.dot:after {
  content: attr(data-node);
  position: absolute;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  bottom: 0%;
  left: 100%;
}
#home #main .r1 .rowMain .con .dot-item li.dot img {
  width: 100%;
}
#home #main .r1 .rowMain .con .dot-item li.dot small {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
#home #main .r1 .rowMain .con .dot-item li.dot small.ripper1 {
  -webkit-animation: ripple1 4500ms ease-out 225ms infinite;
  -moz-animation: ripple1 4500ms ease-out 225ms infinite;
  -o-animation: ripple1 4500ms ease-out 225ms infinite;
  animation: ripple1 4500ms ease-out 225ms infinite;
}
#home #main .r1 .rowMain .con .dot-item li.dot small.ripper2 {
  -webkit-animation: ripple1 4500ms ease-out 800ms infinite;
  -moz-animation: ripple1 4500ms ease-out 800ms infinite;
  -o-animation: ripple1 4500ms ease-out 800ms infinite;
  animation: ripple1 4500ms ease-out 800ms infinite;
}
#home #main .r1 .rowMain .con .dot-item li.dot small.ripper3 {
  -webkit-animation: ripple1 4500ms ease-out 1600ms infinite;
  -moz-animation: ripple1 4500ms ease-out 1600ms infinite;
  -o-animation: ripple1 4500ms ease-out 1600ms infinite;
  animation: ripple1 4500ms ease-out 1600ms infinite;
}
#home #main .r1 .rowMain .con .dot-item li.dot small.ripper4 {
  -webkit-animation: ripple1 4500ms ease-out 2200ms infinite;
  -moz-animation: ripple1 4500ms ease-out 2200ms infinite;
  -o-animation: ripple1 4500ms ease-out 2200ms infinite;
  animation: ripple1 4500ms ease-out 2200ms infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  }
}
@keyframes ripple1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  5% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(16);
    -moz-transform: scale(16);
    -ms-transform: scale(16);
    transform: scale(16);
  }
}
#home #main .r1 .rowMain .con.tab-list {
  display: none;
  overflow: hidden;
}
#home #main .r1 .rowMain .con.tab-list.on {
  display: block;
}
.after-inner {
  max-width: 100vw;
}
.after-inner .left {
  left: 0;
}
.after-inner .right {
  right: 0;
}
.after-inner #top .banner {
  position: relative;
  min-height: 190px;
}
.after-inner #top .banner .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.after-inner #top .banner > img {
  animation-duration: 2s;
}
.after-inner #top .banner .con {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.after-inner #top .banner .con .msg {
  position: absolute;
  left: 13%;
  bottom: -0.6rem;
  min-width: 150px;
}
.after-inner #top .banner .con .msg > div {
  position: relative;
  z-index: 5;
  animation-duration: 1.6s;
}
.after-inner #top .banner .con .msg > div h2 {
  letter-spacing: 3px;
  white-space: nowrap;
}
.after-inner #top .banner .con .msg > div small {
  white-space: nowrap;
}
.after-inner #top .banner .con .msg .go-down {
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background-color: #fff;
  cursor: default;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
.after-inner #top .banner .con .msg .bg {
  background-color: #0d4486;
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 90%;
  left: -60%;
  top: -0.3rem;
  box-shadow: 0 20px 30px -4px rgba(13, 68, 134, 0.4);
}
.after-inner #top .banner .con .msg .bg > em {
  font-size: 1.6rem;
  opacity: 0.1;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 120px;
  line-height: 120px;
}
.after-inner #top .banner.search-banner .con .msg {
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  bottom: auto;
  top: 70%;
}
.after-inner #top .banner.search-banner .con .msg .go-down {
  display: none;
}
.after-inner #top .banner.search-banner .con .msg .bg {
  display: none;
}
@media screen and (max-width: 600px) {
  .after-inner #top .banner > img {
    display: none;
  }
}
.after-inner #main {
  padding: 10vh 0;
}
.after-inner #main .rowMain.max-wid {
  width: 74%;
  max-width: 1200px;
}
.after-inner #main .row {
  padding: 0.8rem 0;
}
#about #main {
  padding: 10vh 0;
}
#about #main .r1 {
  padding: 0.4rem 0 0 0;
}
#about #main .r1 .rowMain .data-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#about #main .r1 .rowMain .data-box > li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about #main .r1 .rowMain .data-box > li > b {
  display: inline-block;
  position: relative;
}
#about #main .r1 .rowMain .data-box > li > b:after {
  content: attr(data-txt);
  position: absolute;
  left: 100%;
  font-size: 28px;
  color: #132a88;
  top: -10px;
  font-weight: bold;
}
#about #main .r1 .rowMain .data-box > li > span {
  color: #666666;
}
#about #main .r2 .rowMain .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#about #main .r2 .rowMain .con .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 72%;
  z-index: 2;
}
#about #main .r2 .rowMain .con .left {
  z-index: 5;
}
#about #main .r2 .rowMain .con .right {
  width: 100%;
  z-index: 5;
}
#about #main .r3 .rowMain {
  position: relative;
}
#about #main .r3 .rowMain .title {
  background-color: #0d4486;
  right: 4%;
  top: -60px;
  position: absolute;
  z-index: 5;
  display: none;
  padding: 30px 60px 30px 30px;
}
#about #main .r3 .rowMain .con {
  position: relative;
  z-index: 4;
}
#about #main .r3 .rowMain .con #component .itemwrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/shadow.png) bottom center no-repeat;
  background-size: 100%;
  z-index: 10;
}
#about #main .r3 .rowMain .con #v-box {
  position: relative;
}
#about #main .r3 .rowMain .con #v-box #v1 {
  width: 100%;
}
#about #main .r3 .rowMain .con #v-box .play {
  display: inline-block;
  color: #fff;
  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%);
  font-size: 24px;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#about #main .r3 .rowMain .con #v-box .play.on {
  opacity: 0;
}
#about #main .r3 .rowMain .con .note {
  padding: 0.6rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}
#about #main .r3 .rowMain .con .note .right h4 {
  letter-spacing: 10px;
}
#honor #main {
  padding: 10vh 0;
}
#honor #main .r1 .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#honor #main .r1 .con .left {
  position: relative;
}
#honor #main .r1 .con .left .h-bg {
  width: 80%;
  margin: auto;
  display: block;
}
#honor #main .r1 .con .left .cap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 1.8rem;
}
#honor #main .r1 .con .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
#honor #main .r1 .con .right > ul {
  width: 100%;
  padding-left: 20%;
}
#honor #main .r1 .con .right > ul > li {
  margin: 20px 0;
  position: relative;
}
#honor #main .r1 .con .right > ul > li > div {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#honor #main .r1 .con .right > ul > li > div > em {
  display: inline-block;
  width: 50px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#honor #main .r1 .con .right > ul > li > div > em:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 80px;
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  background-color: #9a9a9a;
}
#honor #main .r1 .con .right > ul > li > div > span {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#honor #main .r1 .con .right > ul > li > div .cap {
  position: absolute;
  right: 130%;
  max-width: 26vw;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
#honor #main .r1 .con .right > ul > li.on > div {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
}
#honor #main .r1 .con .right > ul > li.on > div > em {
  width: 150px;
}
#honor #main .r1 .con .right > ul > li.on > div > em:after {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
}
#honor #main .r1 .con .right > ul > li.on > div > span {
  color: #132a88;
  font-weight: bold;
}
#honor #main .r1 .con .right > ul > li.on > div .cap {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition-delay: 0.3s;
  transform: translate(0px, 20px);
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
}
#honor #main .r1 .con.app > ul {
  width: 100%;
}
#honor #main .r1 .con.app > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#honor #main .r1 .con.app > ul > li > img {
  width: 30%;
  -webkit-box-reflect: right -130% linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
}
#honor #main .r1 .con.app > ul > li > div {
  width: 64%;
}
#chart #main .r1 .rowMain .con {
  position: relative;
  text-align: center;
}
#chart #main .r1 .rowMain .con .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background: url(../images/c-bg.png) center no-repeat;
  background-size: contain;
}
#chart #main .r1 .rowMain .con > img {
  z-index: 5;
  position: relative;
  max-width: 100%;
  display: inline-block;
}
#history #main {
  padding-top: 0;
}
#history #main .row {
  position: relative;
  padding: 0;
}
#history #main .r1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#history #main .r1 .rowMain .time-con {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#history #main .r1 .rowMain .time-con .time-line {
  position: absolute;
  height: 1px;
  background-color: #e5e5e5;
  width: 100%;
  left: 0;
  top: 40vh;
}
#history #main .r1 .rowMain .time-con .time-box {
  height: 40vh;
  width: 100%;
  position: relative;
}
#history #main .r1 .rowMain .time-con .time-box .time-date {
  position: absolute;
  bottom: -8px;
  width: 100000%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list {
  display: inline-block;
  text-align: center;
  width: 24vw;
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list .date {
  position: relative;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transform: translateY(-24px) scaleX(1.2);
  -webkit-transform: translateY(-24px) scaleX(1.2);
  -moz-transform: translateY(-24px) scaleX(1.2);
  -o-transform: translateY(-24px) scaleX(1.2);
  -ms-transform: translateY(-24px) scaleX(1.2);
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list .date > em {
  vertical-align: middle;
  display: inline-block;
  text-shadow: 0 10px 15px rgba(154, 154, 154, 0.4);
  font-style: italic;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list .date > small {
  vertical-align: middle;
  position: absolute;
  white-space: nowrap;
  letter-spacing: 3px;
  left: 120%;
  top: calc(50% - 8px);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition-delay: 0.5s;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list > div {
  height: 16px;
  line-height: 16px;
  position: relative;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list > div img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition-delay: 0.3s;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list > div > span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  background-color: #fff;
  border: 4px solid #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on {
  opacity: 1;
  pointer-events: auto;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on .date {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on .date > em {
  color: #0d4486;
  text-shadow: 0 10px 15px rgba(13, 68, 134, 0.4);
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on .date > small {
  opacity: 1;
  transform: translateX(7px);
  -webkit-transform: translateX(7px);
  -moz-transform: translateX(7px);
  -o-transform: translateX(7px);
  -ms-transform: translateX(7px);
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on > div img {
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on > div > span {
  border-color: #0d4486;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on1 {
  opacity: 1;
  pointer-events: auto;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on1 .date {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on2 {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#history #main .r1 .rowMain .time-con .time-box .time-date .time-list.on2 .date {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#history #main .r1 .rowMain .time-con .time-msg {
  min-height: 40vh;
  width: 100%;
  padding-bottom: 0.4rem;
  padding-top: 0.5rem;
  position: relative;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note {
  width: 28%;
  margin: auto;
  transform: translateX(8%);
  -webkit-transform: translateX(8%);
  -moz-transform: translateX(8%);
  -o-transform: translateX(8%);
  -ms-transform: translateX(8%);
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul {
  display: none;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li > div {
  position: absolute;
  left: 0;
  height: 28px;
  line-height: 28px;
  top: 0;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li > div > span,
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li > div > em {
  width: 20px;
  white-space: nowrap;
  display: inline-block;
  height: 25px;
  line-height: 25px;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul > li > div > em {
  vertical-align: top;
}
#history #main .r1 .rowMain .time-con .time-msg .time-note > ul.on {
  display: block;
}
#history #main .r1 .rowMain .time-con .time-msg .time-set {
  display: inline-block;
  position: absolute;
  left: 72%;
  top: 0.5rem;
}
#history #main .r1 .rowMain .time-con .time-msg .time-set > a {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  line-height: 0.56rem;
  text-align: center;
  display: inline-block;
  background-color: #e5e5e5;
  margin: 0 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#history #main .r1 .rowMain .time-con .time-msg .time-set > a:hover {
  background-color: #0d4486;
}
#history #main .r1 .rowMain .time-con-app {
  margin: 0 4%;
}
#history #main .r1 .rowMain .time-con-app .list h4 {
  margin-top: 10px;
}
#history #main .r1 .rowMain .time-con-app .list > ol {
  padding-left: 20px;
}
#history #main .r1 .rowMain .time-con-app .list > ol > li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 8px;
}
#history #main .r1 .rowMain .time-con-app .list > ol > li > div {
  position: absolute;
  left: 0;
  height: 28px;
  line-height: 28px;
  top: 0;
}
#history #main .r1 .rowMain .time-con-app .list > ol > li > div > span,
#history #main .r1 .rowMain .time-con-app .list > ol > li > div > em {
  width: 20px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: text-bottom;
}
#history #main .r1 .rowMain .time-con-app .list > ol > li > div > em {
  vertical-align: text-bottom;
}
#culture #main .r1 .rowMain .con .list {
  display: flex;
  align-items: center;
  margin: 1.2rem 0;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
#culture #main .r1 .rowMain .con .list .left {
  width: 3rem;
  position: absolute;
  height: 100%;
  z-index: 5;
}
#culture #main .r1 .rowMain .con .list .left .arr-bg {
  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%);
}
#culture #main .r1 .rowMain .con .list .left .arr-bg > small {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main .r1 .rowMain .con .list .left .arr-bg > small > i:nth-of-type(1) {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  pointer-events: auto;
  font-size: 2rem;
  text-shadow: 0 13px 30px rgba(99, 112, 127, 0.55);
}
#culture #main .r1 .rowMain .con .list .left .arr-bg > small > i:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main .r1 .rowMain .con .list .left .arr-bg .bg-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  width: 80%;
  align-items: center;
}
#culture #main .r1 .rowMain .con .list .left .arr-bg .bg-con > i {
  font-size: 0.5rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main .r1 .rowMain .con .list .right {
  position: relative;
  z-index: 6;
  pointer-events: auto;
}
#culture #main .r1 .rowMain .con .list .right h3,
#culture #main .r1 .rowMain .con .list .right p {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main .r1 .rowMain .con .list .right .line {
  height: 1px;
  width: 100%;
  position: relative;
  background: linear-gradient(90deg, #cacaca 50%, rgba(202, 202, 202, 0) 100%);
  display: block;
}
#culture #main .r1 .rowMain .con .list .right .line > small {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  display: inline-block;
  background: linear-gradient(90deg, #0d4586 50%, rgba(13, 68, 134, 0) 100%);
}
#culture #main .r1 .rowMain .con .list .right .line > small:after {
  content: attr(data-text);
  position: absolute;
  top: 10px;
  font-size: 0.2rem;
  color: #0d4486;
  font-family: en_b;
  text-transform: uppercase;
  letter-spacing: 0;
}
#culture #main .r1 .rowMain .con .list .right .line > small:before {
  content: "";
  position: absolute;
  bottom: 1px;
  background-color: #0d4486;
  width: 0.38rem;
  height: 4px;
}
#culture #main .r1 .rowMain .con .list.l1 {
  width: calc(50% - 1.5rem);
  margin-left: calc(50% + 1.5rem);
  justify-content: flex-start;
}
#culture #main .r1 .rowMain .con .list.l1 .left {
  text-align: left;
  left: -3rem;
  right: auto;
}
#culture #main .r1 .rowMain .con .list.l1 .left .arr-bg > small > i:nth-of-type(2) {
  right: 0.14rem;
}
#culture #main .r1 .rowMain .con .list.l1 .left .arr-bg .bg-con > i {
  margin-right: 0.4rem;
}
#culture #main .r1 .rowMain .con .list.l1 .right {
  padding-left: 0.1rem;
}
#culture #main .r1 .rowMain .con .list.l1 .right p {
  padding-right: 1rem;
}
#culture #main .r1 .rowMain .con .list.l1 .right .line > small {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
}
#culture #main .r1 .rowMain .con .list.l1 .right .line > small:after {
  left: 0;
}
#culture #main .r1 .rowMain .con .list.l1 .right .line > small:before {
  left: 0;
}
#culture #main .r1 .rowMain .con .list.l1 .other {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
  color: rgba(51, 51, 51, 0.05);
  font-size: 5rem;
  left: -25%;
  opacity: 0;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#culture #main .r1 .rowMain .con .list.l2 {
  width: calc(50% - 1.5rem);
  justify-content: flex-end;
}
#culture #main .r1 .rowMain .con .list.l2 .left {
  text-align: right;
  right: -3rem;
  left: auto;
}
#culture #main .r1 .rowMain .con .list.l2 .left .arr-bg > small > i:nth-of-type(2) {
  left: 0.14rem;
}
#culture #main .r1 .rowMain .con .list.l2 .left .arr-bg .bg-con > i {
  margin-left: 0.4rem;
}
#culture #main .r1 .rowMain .con .list.l2 .right {
  text-align: right;
  padding-right: 0.1rem;
}
#culture #main .r1 .rowMain .con .list.l2 .right p {
  padding-left: 1rem;
}
#culture #main .r1 .rowMain .con .list.l2 .right .line {
  background: linear-gradient(270deg, #cacaca 50%, rgba(202, 202, 202, 0) 100%);
}
#culture #main .r1 .rowMain .con .list.l2 .right .line > small {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  background: linear-gradient(270deg, #0d4586 50%, rgba(13, 68, 134, 0) 100%);
}
#culture #main .r1 .rowMain .con .list.l2 .right .line > small:after {
  right: 0;
}
#culture #main .r1 .rowMain .con .list.l2 .right .line > small:before {
  right: 0;
}
#culture #main .r1 .rowMain .con .list.l2 .other {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
  color: rgba(51, 51, 51, 0.05);
  font-size: 5rem;
  right: -25%;
  opacity: 0;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#culture #main .r1 .rowMain .con .list:hover {
  z-index: 8;
}
#culture #main .r1 .rowMain .con .list:hover .left .arr-bg > small {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
#culture #main .r1 .rowMain .con .list:hover .left .arr-bg > small > i:nth-of-type(1) {
  color: #0d4486;
}
#culture #main .r1 .rowMain .con .list:hover .left .arr-bg > small > i:nth-of-type(2) {
  opacity: 1;
}
#culture #main .r1 .rowMain .con .list:hover .left .arr-bg .bg-con > em {
  opacity: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#culture #main .r1 .rowMain .con .list:hover .left .arr-bg .bg-con > i {
  color: #fff;
}
#culture #main .r1 .rowMain .con .list:hover .right h3 {
  color: #0d4486;
}
#culture #main .r1 .rowMain .con .list:hover .right p {
  color: #0d4486;
}
#culture #main .r1 .rowMain .con .list:hover .right .line > small {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#culture #main .r1 .rowMain .con .list:hover.l1 .other {
  left: -30%;
  opacity: 1;
}
#culture #main .r1 .rowMain .con .list:hover.l2 .other {
  right: -30%;
  opacity: 1;
}
#culture #main .r1 .rowMain .con.app .app-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
#culture #main .r1 .rowMain .con.app .app-list > div {
  transform: translateY(28px);
  position: relative;
  z-index: 6;
  margin-left: 15px;
}
#culture #main .r1 .rowMain .con.app .app-list > div h3 {
  line-height: 28px;
  height: 40px;
}
#culture #main .r1 .rowMain .con.app .app-list > div h3,
#culture #main .r1 .rowMain .con.app .app-list > div p {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main .r1 .rowMain .con.app .app-list > div .line {
  height: 1px;
  width: 100%;
  position: relative;
  background: linear-gradient(90deg, #cacaca 50%, rgba(202, 202, 202, 0) 100%);
  display: block;
  margin-bottom: 32px;
}
#culture #main .r1 .rowMain .con.app .app-list > div .line > small {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  display: inline-block;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  background: linear-gradient(90deg, #cacaca 50%, rgba(202, 202, 202, 0) 100%);
}
#culture #main .r1 .rowMain .con.app .app-list > div .line > small:after {
  content: attr(data-text);
  position: absolute;
  top: 10px;
  font-size: 0.2rem;
  color: #cacaca;
  font-family: en_b;
  text-transform: uppercase;
  letter-spacing: 0;
}
#culture #main .r1 .rowMain .con.app .app-list > div .line > small:before {
  content: "";
  position: absolute;
  bottom: 1px;
  background-color: #cacaca;
  width: 0.38rem;
  height: 4px;
}
#culture #main .r1 .rowMain .con.app .app-list .arr-bg {
  position: relative;
}
#culture #main .r1 .rowMain .con.app .app-list .arr-bg > small {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main .r1 .rowMain .con.app .app-list .arr-bg > small > i:nth-of-type(1) {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  font-size: 2rem;
  text-shadow: 0 5px 18px rgba(99, 112, 127, 0.2);
}
#culture #main .r1 .rowMain .con.app .app-list .arr-bg > small > i:nth-of-type(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main .r1 .rowMain .con.app .app-list .arr-bg .bg-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  width: 80%;
  align-items: center;
}
#culture #main .r1 .rowMain .con.app .app-list .arr-bg .bg-con > i {
  font-size: 0.5rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#culture #main .r1 .rowMain .con.app .app-list.app-l1 .arr-bg > small > i:nth-of-type(2) {
  right: 0.14rem;
}
#culture #main .r1 .rowMain .con.app .app-list.app-l1 .arr-bg .bg-con > i {
  margin-right: 0.4rem;
}
#new #main .r1 .rowMain #new-box .new-list {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  align-items: center;
  border: 1px solid #eee;
  margin: 0.5rem 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#new #main .r1 .rowMain #new-box .new-list .date > b {
  display: block;
}
#new #main .r1 .rowMain #new-box .new-list .photo {
  overflow: hidden;
  width: 30%;
  max-width: 280px;
}
#new #main .r1 .rowMain #new-box .new-list .photo .pic {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#new #main .r1 .rowMain #new-box .new-list .msg {
  width: 50%;
}
#new #main .r1 .rowMain #new-box .new-list .go {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  display: inline-block;
  background-color: #e5e5e5;
  color: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
#new #main .r1 .rowMain #new-box .new-list:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
#new #main .r1 .rowMain #new-box .new-list:hover .photo .pic {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
#new #main .r1 .rowMain #new-box .new-list:hover .msg h3 {
  color: #132a88;
}
#new #main .r1 .rowMain #new-box .new-list:hover .go {
  background-color: #132a88;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
}
#new #main .r1 .rowMain #new-box-app .app-list {
  margin-bottom: 38px;
}
#new #main .r1 .rowMain #new-box-app .app-list .msg > span {
  padding: 5px 10px;
  background-color: #0d4486;
  color: #fff;
  margin: 10px 0;
  font-weight: bold;
}
#new_detail #main .r1 .rowMain #new-box {
  max-width: 100%;
  margin: auto;
}
#new_detail #main .r1 .rowMain #new-box .title {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
  text-align:center;
}
#new_detail #main .r1 .rowMain #new-box .new-parent {
  padding: 0.6rem 0;
}
#new_detail #main .r1 .rowMain #new-box .new-parent * {
  /*word-wrap: break-word;*/
}
#new_detail #main .r1 .rowMain #new-box .new-parent img {
  max-width: 99%;
  margin: 20px auto;
}
#new_detail #main .r1 .rowMain #new-box .new-btm {
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
}
#new_detail #main .r1 .rowMain #new-box .new-btm > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#new_detail #main .r1 .rowMain #new-box .new-btm > div > a {
  margin: 0 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#new_detail #main .r1 .rowMain #new-box .new-btm > div > a:hover {
  color: #333333;
}
#new_detail #main .r1 .rowMain #new-box .return {
  display: inline-block;
  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #203f79;
  text-align: center;
  color: #fff;
  box-shadow: 0px 11px 50px -6px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
#qa #main .r1 .rowMain #qa-box .qa-list {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  align-items: flex-start;
  border: 1px solid #eee;
  margin: 0.5rem 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#qa #main .r1 .rowMain #qa-box .qa-list .left {
  width: 85%;
}
#qa #main .r1 .rowMain #qa-box .qa-list .left .top {
  line-height: 30px;
}
#qa #main .r1 .rowMain #qa-box .qa-list .left .mid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#qa #main .r1 .rowMain #qa-box .qa-list .left .mid .p-msg {
  position: relative;
  width: 100%;
  display: inline-block;
  min-height: 26px;
  overflow: hidden;
  padding-right: 40px;
}
#qa #main .r1 .rowMain #qa-box .qa-list .left .mid .p-msg .p-bg {
  line-height: 26px;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#qa #main .r1 .rowMain #qa-box .qa-list .left .mid .p-msg .p-con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 26px;
  padding-right: 40px;
}
#qa #main .r1 .rowMain #qa-box .qa-list .left .mid .p-msg.over:after {
  content: attr(data-node);
  position: absolute;
  height: 26px;
  line-height: 26px;
  right: 0;
  top: 0;
  width: 40px;
  color: #9a9a9a;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#qa #main .r1 .rowMain #qa-box .qa-list .left .mid .p-msg.on:after {
  opacity: 0;
  pointer-events: none;
}
#qa #main .r1 .rowMain #qa-box .qa-list .right .go-down {
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#qa #main .r1 .rowMain #qa-box .qa-list .right .go-down > div {
  height: 30px;
  position: relative;
  width: 40px;
  overflow: hidden;
}
#qa #main .r1 .rowMain #qa-box .qa-list .right .go-down > div > span {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#qa #main .r1 .rowMain #qa-box .qa-list .right .go-down > div > span em {
  display: block;
  line-height: 30px;
  white-space: nowrap;
}
#qa #main .r1 .rowMain #qa-box .qa-list .right .go-down > i {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  line-height: 0.3rem;
  text-align: center;
  background-color: #e5e5e5;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#qa #main .r1 .rowMain #qa-box .qa-list .right .go-down:hover > i {
  background-color: #0d4486;
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
}
#qa #main .r1 .rowMain #qa-box .qa-list .right .go-down.on > div > span {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#qa #main .r1 .rowMain #qa-box .qa-list .right .go-down.on > i {
  background-color: #0d4486;
  transform: translateX(3px) rotate(90deg);
  -webkit-transform: translateX(3px) rotate(90deg);
  -moz-transform: translateX(3px) rotate(90deg);
  -o-transform: translateX(3px) rotate(90deg);
  -ms-transform: translateX(3px) rotate(90deg);
}
#qa #main .r1 .rowMain #qa-box .qa-list:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  border-color: transparent;
}
#cub #main .r1 .rowMain .cub-box .cub-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 1rem 0;
}
#cub #main .r1 .rowMain .cub-box .cub-list.l1 > div:nth-of-type(1) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: calc(100% - 600px);
  padding: 0.5rem 0.6rem;
}
#cub #main .r1 .rowMain .cub-box .cub-list.l1 > div:nth-of-type(1):after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
  bottom: 0.5rem;
  left: 0;
}
#cub #main .r1 .rowMain .cub-box .cub-list.l2 > div:nth-of-type(2) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: calc(100% - 600px);
  padding: 0.5rem 0.6rem;
}
#cub #main .r1 .rowMain .cub-box .cub-list.l2 > div:nth-of-type(2) > em {
  width: 100%;
  text-align: right;
}
#cub #main .r1 .rowMain .cub-box .cub-list.l2 > div:nth-of-type(2):after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
  bottom: 0.5rem;
  left: 0;
}
#cub #main .r1 .rowMain .app .album {
  margin-bottom: 100px;
}
#cub #main .r1 .rowMain .app .album .con .imgs .slider li {
  height: 270px;
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#cub #main .r1 .rowMain .app .album .con .imgs .preview {
  margin-top: 8px;
}
#cub #main .r1 .rowMain .app .album .con .imgs .preview li {
  float: left;
  width: 19%;
  margin: 0.49%;
  height: 50px;
  background-size: cover;
  background-position: center;
  position: relative;
}
#cub #main .r1 .rowMain .app .album .con .imgs .preview li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
#cub #main .r1 .rowMain .app .album .con .imgs .preview li.active:before {
  content: '';
  display: block;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 2px solid #3ea5fc;
  margin: -2px;
  position: absolute;
}
#cub #main .r1 .rowMain .app .album .con .imgs .preview li.active:after {
  display: none;
}
#job #main .search-row {
  padding-bottom: 0;
}
#job #main .search-row input[type='text'] {
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: transparent;
  border: 1px solid #eee;
  padding: 0 10px;
  min-width: 240px;
  margin-right: 0.2rem;
}
#job #main .search-row input[type='submit'] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  line-height: 0.5rem;
}
#job #main .search-row a {
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #0d4486;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#job #main .r1 .rowMain #job-box .job-list {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  align-items: flex-start;
  border: 1px solid #eee;
  margin: 0.5rem 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#job #main .r1 .rowMain #job-box .job-list .mid {
  width: 70%;
}
#job #main .r1 .rowMain #job-box .job-list .right .go-down {
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#job #main .r1 .rowMain #job-box .job-list .right .go-down > div {
  height: 30px;
  position: relative;
  width: 40px;
  overflow: hidden;
}
#job #main .r1 .rowMain #job-box .job-list .right .go-down > div > span {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#job #main .r1 .rowMain #job-box .job-list .right .go-down > div > span em {
  display: block;
  line-height: 30px;
  white-space: nowrap;
}
#job #main .r1 .rowMain #job-box .job-list .right .go-down > i {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  line-height: 0.3rem;
  text-align: center;
  background-color: #e5e5e5;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#job #main .r1 .rowMain #job-box .job-list .right .go-down:hover > i {
  background-color: #0d4486;
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
}
#job #main .r1 .rowMain #job-box .job-list .right .go-down.on > div > span {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#job #main .r1 .rowMain #job-box .job-list .right .go-down.on > i {
  background-color: #0d4486;
  transform: translateX(3px) rotate(90deg);
  -webkit-transform: translateX(3px) rotate(90deg);
  -moz-transform: translateX(3px) rotate(90deg);
  -o-transform: translateX(3px) rotate(90deg);
  -ms-transform: translateX(3px) rotate(90deg);
}
#job #main .r1 .rowMain #job-box .job-list:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  border-color: transparent;
}
#agg #main {
  padding-bottom: 0;
}
#agg #main .r1 .con .box {
  padding: 0.5rem 0;
}
#agg #main .r1 .con .box .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
#agg #main .r1 .con .box .top > span {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  line-height: 1.5rem;
  text-align: center;
  line-height: 1.24rem;
}
#agg #main .r1 .con .box .top > span.mc {
  border: 12px solid #0d4486;
}
#agg #main .r1 .con .box .top > span.bc {
  border: 12px solid #46b3de;
}
#agg #main .r1 .con .box .top > span.rc {
  border: 12px solid #c52f1f;
}
#agg #main .r1 .con .box .top > span.gc {
  border: 12px solid #00b28e;
}
#agg #main .r1 .con .box .top > i {
  width: calc(100%/7);
  text-align: center;
}
#agg #main .r1 .con .box .btm {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0.2rem;
}
#agg #main .r1 .con .box .btm .list {
  width: 25%;
}
#agg #main .r1 .con .box .btm .list h3 {
  color: #333333;
  padding: 0.2rem 0;
}
#agg #main .r1 .con .box .btm .list h3.mc {
  border-bottom: 2px solid #0d4486;
}
#agg #main .r1 .con .box .btm .list h3.bc {
  border-bottom: 2px solid #46b3de;
}
#agg #main .r1 .con .box .btm .list h3.rc {
  border-bottom: 2px solid #c52f1f;
}
#agg #main .r1 .con .box .btm .list h3.gc {
  border-bottom: 2px solid #00b28e;
}
#agg #main .r1 .con .box .btm .list > ol {
  padding: 0.2rem 0;
}
#agg #main .r1 .con .box .btm .list > ol > li {
  margin: 0.1rem 0;
}
#agg #main .r1 .con .box2 {
  padding: 0.5rem 0;
  position: relative;
  overflow: hidden;
  width: 88%;
  margin: auto;
}
#agg #main .r1 .con .box2 .topic {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #0d4486;
  border-radius: 100%;
  text-align: center;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#agg #main .r1 .con .box2 .topic:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #c0e2fe;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  border-radius: 100%;
  -webkit-animation: infiniteMove 15s infinite linear;
  animation: infiniteMove 15s infinite linear;
  box-sizing: content-box;
}
#agg #main .r1 .con .box2 .topic:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #c0e2fe;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  border-radius: 100%;
  -webkit-animation: infiniteMove 8s infinite linear;
  animation: infiniteMove 8s infinite linear;
  box-sizing: content-box;
}
#agg #main .r1 .con .box2 .topic p {
  line-height: 1.5;
}
#agg #main .r1 .con .box2 .l {
  width: 260px;
  float: left;
}
#agg #main .r1 .con .box2 .l a:nth-child(1),
#agg #main .r1 .con .box2 .l a:nth-child(5) {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
}
#agg #main .r1 .con .box2 .l a:nth-child(2),
#agg #main .r1 .con .box2 .l a:nth-child(4) {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}
#agg #main .r1 .con .box2 .r {
  width: 260px;
  float: right;
}
#agg #main .r1 .con .box2 .r a:nth-child(1),
#agg #main .r1 .con .box2 .r a:nth-child(5) {
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
}
#agg #main .r1 .con .box2 .r a:nth-child(2),
#agg #main .r1 .con .box2 .r a:nth-child(4) {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}
#agg #main .r1 .con .box2 a {
  display: block;
  margin: 10px 0;
  border: 1px solid #e6e6e6;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  color: #737373;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#agg #main .r1 .con .box2 a:hover {
  background: #0d4486;
  border-color: #0d4486;
  color: #fff;
}
#agg #main .r2 .con > img {
  display: block;
  max-width: 80%;
  margin: 0.8rem auto;
}
#agg #main .r3 {
  background-color: #f9fafc;
  padding-bottom: 1.4rem;
}
#agg #main .r3 .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#agg #main .r3 .con .left {
  padding-bottom: 0.9rem;
}
#agg #main .r3 .con .left .tab {
  position: absolute;
  left: 0;
  bottom: 0;
}
#agg #main .r3 .con .left .tab a {
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#agg #main .r3 .con .left .tab a:after {
  content: '';
  position: absolute;
  bottom: 0;
  opacity: 0;
  height: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  left: 0;
  right: 0;
  background: #0d4486;
}
#agg #main .r3 .con .left .tab a:hover {
  color: #0d4486;
}
#agg #main .r3 .con .left .tab a.on {
  color: #0d4486;
}
#agg #main .r3 .con .left .tab a.on:after {
  opacity: 1;
}
#agg #main .r3 .con .left .tab-list {
  width: 100%;
  display: none;
}
#agg #main .r3 .con .left .tab-list .photo {
  max-width: 90%;
  display: inline-block;
}
#agg #main .r3 .con .left .tab-list .photo > img {
  max-width: 100%;
}
#agg #main .r3 .con .left .tab-list .photo .msg {
  position: absolute;
  top: 66.5%;
  left: 99%;
}
#agg #main .r3 .con .left .tab-list .photo .msg > img {
  height: 1.8rem;
}
#agg #main .r3 .con .left .tab-list.on {
  display: block;
}
#ad #main .r1 #ad-box .ad-list {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  align-items: center;
  border: 1px solid #eee;
  margin: 0.5rem 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#ad #main .r1 #ad-box .ad-list .mid {
  width: 70%;
}
#ad #main .r1 #ad-box .ad-list .right .go-down {
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#ad #main .r1 #ad-box .ad-list .right .go-down > i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  background-color: #e5e5e5;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#ad #main .r1 #ad-box .ad-list .right .go-down:hover > i {
  background-color: #0d4486;
  transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
}
#ad #main .r1 #ad-box .ad-list .right .go-down.on > i {
  background-color: #0d4486;
  transform: translateX(3px) rotate(90deg);
  -webkit-transform: translateX(3px) rotate(90deg);
  -moz-transform: translateX(3px) rotate(90deg);
  -o-transform: translateX(3px) rotate(90deg);
  -ms-transform: translateX(3px) rotate(90deg);
}
#ad #main .r1 #ad-box .ad-list:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  border-color: transparent;
}
#ad_detail #main .r1 .con {
  background: url(../images/ad1.png) bottom center no-repeat;
  background-size: 100% 100%;
}
#ad_detail #main .r1 .con .box {
  width: 70%;
  margin: auto;
  padding-top: 1.2rem;
  padding-bottom: 2rem;
}
#ad_detail #main .r1 .con .box .title {
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}
#ad_detail #main .r1 .con .box .p-msg > div {
  margin: 0.3rem 0;
}
#ad_detail #main .r1 .con .box .p-msg > div.btm1 {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e5e5e5;
}
#ad_detail #main .r1 .con .box .p-msg > div.btm1 > span {
  margin: 0.2rem 0.4rem 0.2rem 0;
}
#ad_detail #main .r1 .con .box .p-msg h3 {
  margin-bottom: 0.3rem;
}
#ad_detail #main .r1 .con .box .p-msg p {
  margin-bottom: 0.2rem;
}
#ad_detail #main .r1 .con .box .p-msg table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.2rem 0;
  max-width: 100%!important;
}
#ad_detail #main .r1 .con .box .p-msg table tr th {
  border: 1px solid #e5e5e5;
  text-align: center;
  height: 0.6rem;
  background-color: #f6f6f6;
}
#ad_detail #main .r1 .con .box .p-msg table tr td {
  border: 1px solid #e5e5e5;
  text-align: center;
  height: 0.9rem;
}
#contact .r1 .con {
  position: relative;
  padding-top: 1rem;
  /*padding-bottom: 1rem;*/
}
#contact .r1 .con .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: 3;
}
#contact .r1 .con .box {
  background-color: #fff;
  box-shadow: 0 11px 40px -10px rgba(16, 70, 140, 0.39);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
#contact .r1 .con .box ul {
  padding: 0 10%;
}
#contact .r1 .con .box ul li {
  margin: 0.4rem 0;
}
#contact .r1 .con .box ul li > i {
  vertical-align: middle;
}
#branch #main .r1 .tab {
  position: absolute;
  width: 76%;
  right: 0;
  height: 60px;
  top: -16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #eee;
}
#branch #main .r1 .tab > li {
  position: relative;
  text-align: center;
  height: 60px;
  margin: 0 0.24rem;
}
#branch #main .r1 .tab > li > em {
  width: 100%;
  position: absolute;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 3;
  top: 0;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  color: #f0f2f6;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch #main .r1 .tab > li > a {
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #9a9a9a;
  width: 100%;
  line-height: 60px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch #main .r1 .tab > li > a:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #0d4486;
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: absolute;
}
#branch #main .r1 .tab > li.on > em,
#branch #main .r1 .tab > li:hover > em {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#branch #main .r1 .tab > li.on > a,
#branch #main .r1 .tab > li:hover > a {
  color: #333333;
  font-weight: bold;
}
#branch #main .r1 .tab > li.on > a:after,
#branch #main .r1 .tab > li:hover > a:after {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#branch #main .r1 .tab-list {
  display: none;
}
#branch #main .r1 .tab-list .topic {
  position: relative;
  margin-bottom: 1rem;
}
#branch #main .r1 .tab-list .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#branch #main .r1 .tab-list .con .left {
  width: 45%;
}
#branch #main .r1 .tab-list .con .left .top .seek {
  position: relative;
}
#branch #main .r1 .tab-list .con .left .top .seek .reset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 102%;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  visibility: hidden;
}
#branch #main .r1 .tab-list .con .left .top .seek .reset.on {
  opacity: 1;
  visibility: visible;
}
#branch #main .r1 .tab-list .con .left .mid > ul {
  background-color: #fff;
  box-shadow: 0 11px 50px -5px rgba(16, 70, 140, 0.3);
  padding: 0.3rem 0;
  height: calc(136px + 3rem + 84px);
  overflow: auto;
}
#branch #main .r1 .tab-list .con .left .mid > ul > li {
  padding: 0.3rem 0.1rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: none;
}
#branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box > i {
  display: inline-block;
  width: 12%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box h4 {
  width: calc(88% - 72px);
  line-height: 22px;
}
#branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box span {
  width: 50px;
  text-align: center;
}
#branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box span .go {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
  background-color: #0d4486;
  font-weight: bold;
  font-size: 12px;
  width: 68px;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 1;
  display: none;
}
#branch #main .r1 .tab-list .con .left .mid > ul > li .msg-down {
  margin-left: 12%;
  line-height: 22px;
  padding-top: 0.18rem;
  display: none;
  animation-name: fadeInUpSmall1;
}
#branch #main .r1 .tab-list .con .left .mid > ul > li.go-href .msg-box span a {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  #branch #main .r1 .tab-list .con .left .mid > ul > li:hover {
    background-color: #f8f9fb;
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li:hover .msg-box span .go {
    opacity: 1;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li.on {
    background-color: #f8f9fb;
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li.on .msg-box > i {
    color: #c52f1f;
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li.on .msg-box h4 {
    font-weight: bold;
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li.on .msg-box span .go {
    opacity: 1;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li.on .msg-down {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box > i {
    color: #0d4486;
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box h4 {
    font-weight: bold;
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box span .go {
    opacity: 1;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
  }
  #branch #main .r1 .tab-list .con .left .mid > ul > li .msg-down {
    display: block;
  }
}
#branch #main .r1 .tab-list .con .left .mid > ul > li.active {
  display: block;
}
#branch #main .r1 .tab-list .con .right {
  position: relative;
}
#branch #main .r1 .tab-list .con .right > img {
  width: 90%;
  margin-left: 10%;
}
#branch #main .r1 .tab-list .con .right > img.china {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch #main .r1 .tab-list .con .right > img.china.on {
  opacity: 1;
}
#branch #main .r1 .tab-list .con .right > img.xm {
  position: absolute;
  height: 100%;
  top: 0;
  margin-left: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch #main .r1 .tab-list .con .right > img.xm.on {
  opacity: 1;
}
#branch #main .r1 .tab-list .con .right .dot-item {
  position: absolute;
  height: 100%;
  width: 90%;
  right: 0;
  top: 0;
}
#branch #main .r1 .tab-list .con .right .dot-item > li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  position: absolute;
  background-color: rgba(16, 70, 140, 0.3);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch #main .r1 .tab-list .con .right .dot-item > li > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
  background-color: #0d4486;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch #main .r1 .tab-list .con .right .dot-item > li.on {
  background-color: rgba(207, 43, 30, 0.3);
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
}
#branch #main .r1 .tab-list .con .right .dot-item > li.on > i {
  background-color: #cf2b1e;
}
#branch #main .r1 .tab-list .con .right .dot-item > li.active {
  opacity: 0;
}
#branch #main .r1 .tab-list.on {
  display: block;
}
#branch_detail #main .r1 .bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  width: 60%;
  z-index: 3;
}
#branch_detail #main .r1 .con {
  position: relative;
  z-index: 5;
}
#branch_detail #main .r1 .con .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#branch_detail #main .r1 .con .box p {
  width: 70%;
  padding-left: 1rem;
}
#branch_detail #main .r2 .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
#branch_detail #main .r2 .con .left .photo > img {
  opacity: 0;
  pointer-events: none;
}
#branch_detail #main .r2 .con .left .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch_detail #main .r2 .con .left .photo .pic.on {
  opacity: 1;
  pointer-events: auto;
}
#branch_detail #main .r2 .con .right {
  width: 35%;
}
#branch_detail #main .r2 .con .right .bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  z-index: 3;
  max-height: 90%;
  max-width: 90%;
}
#branch_detail #main .r2 .con .right .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 5;
}
#branch_detail #main .r2 .con .right .box .msg-box {
  margin-bottom: 1rem;
}
#branch_detail #main .r2 .con .right .box .msg-box .msg-list {
  display: none;
}
#branch_detail #main .r2 .con .right .box .msg-box .msg-list.on {
  display: block;
}
#branch_detail #main .r2 .con .right .box .set {
  width: 100%;
  height: 1px;
}
#branch_detail #main .r2 .con .right .box .set > ul {
  position: absolute;
  right: 0;
  height: 1rem;
  background-color: #fff;
  box-shadow: 0 10px 30px -4px rgba(16, 70, 140, 0.2);
  bottom: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#branch_detail #main .r2 .con .right .box .set > ul > li {
  cursor: pointer;
  position: relative;
  text-align: center;
  height: 100%;
  width: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.1rem;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
#branch_detail #main .r2 .con .right .box .set > ul > li > em {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 3;
  top: 0;
  color: #f0f2f6;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch_detail #main .r2 .con .right .box .set > ul > li > a {
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #333333;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch_detail #main .r2 .con .right .box .set > ul > li.on,
#branch_detail #main .r2 .con .right .box .set > ul > li:hover {
  background-color: #0d4486;
}
#branch_detail #main .r2 .con .right .box .set > ul > li.on > em,
#branch_detail #main .r2 .con .right .box .set > ul > li:hover > em {
  opacity: 0.1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#branch_detail #main .r2 .con .right .box .set > ul > li.on > a,
#branch_detail #main .r2 .con .right .box .set > ul > li:hover > a {
  color: #ffffff;
  font-weight: bold;
}
#branch_detail #main .r3 .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#branch_detail #main .r3 .con .left {
  padding: 0 0.4rem;
  position: relative;
  z-index: 5;
}
#branch_detail #main .r3 .con .left .bg {
  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%);
  z-index: 3;
  max-width: 100%;
  max-height: 100%;
}
#branch_detail #main .r3 .con .left .box {
  position: relative;
  z-index: 5;
  padding: 0.4rem 0;
}
#branch_detail #main .r3 .con .left .box h3 {
  font-size: 20px;
}
#branch_detail #main .r3 .con .left .box .col h4 {
  padding-top: 0.3rem;
  position: relative;
}
#branch_detail #main .r3 .con .left .box .col h4:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: #9a9a9a;
  top: 0;
}
#branch_detail #main .r3 .con .left .box .col p {
  letter-spacing: 3px;
  line-height: 2;
}
#branch_detail #main .r3 .con .right {
  z-index: 2;
}
#branch_detail #main .r3 .con .right .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
#branch_detail #main .r3 .con .right .box {
  z-index: 5;
}
#branch_detail #main .r3 .con .right .box > img {
  z-index: 5;
  position: relative;
}
#branch_detail #main .r3 .con .right .box .node {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f8f9fb;
  white-space: nowrap;
  z-index: 2;
}
#branch_detail #main .r4 .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#branch_detail #main .r4 .con .left {
  padding: 0 0.4rem;
  position: relative;
  z-index: 5;
}
#branch_detail #main .r4 .con .left .bg {
  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%);
  z-index: 3;
  max-width: 100%;
  max-height: 100%;
}
#branch_detail #main .r4 .con .left .box {
  position: relative;
  z-index: 5;
  padding: 0.4rem 0;
}
#branch_detail #main .r4 .con .left .box h3 {
  font-size: 20px;
}
#branch_detail #main .r4 .con .left .box .col h4 {
  padding-top: 0.3rem;
  position: relative;
}
#branch_detail #main .r4 .con .left .box .col h4:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: #9a9a9a;
  top: 0;
}
#branch_detail #main .r4 .con .left .box .col p {
  letter-spacing: 3px;
  line-height: 2;
}
#branch_detail #main .r4 .con .right {
  z-index: 2;
}
#branch_detail #main .r4 .con .right .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
#branch_detail #main .r4 .con .right .box {
  z-index: 5;
}
#branch_detail #main .r4 .con .right .box > img {
  z-index: 5;
  position: relative;
}
#branch_detail #main .r4 .con .right .box .node {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f8f9fb;
  white-space: nowrap;
  z-index: 2;
}
#branch_detail #main .r5 .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#branch_detail #main .r5 .con .left {
  position: relative;
  z-index: 5;
}
#branch_detail #main .r5 .con .left > img {
  box-shadow: 0 30px 50px -5px rgba(13, 68, 134, 0.3);
}
#branch_detail #main .r5 .con .right > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
}
#branch_detail #main .r5 .con .right .box {
  padding: 0.5rem;
  position: absolute;
  width: 100%;
  left: -0.5rem;
  background-color: #fff;
  z-index: 5;
  top: 10%;
}
#branch_detail #main .r5 .con .right .box > ul > li {
  margin: 0.1rem 0;
  display: flex;
  align-items: flex-start;
}
#branch_detail #main .r5 .con .right .box > ul > li b {
  white-space: nowrap;
}
#branch_detail #main .r5 .con .right .box > ul > li b,
#branch_detail #main .r5 .con .right .box > ul > li span {
  line-height: 2;
}
#branch_detail #btm {
  text-align: center;
  margin-bottom: 10vh;
}
#branch_detail #btm .return {
  display: inline-block;
  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #0d4486;
  text-align: center;
  color: #fff;
  box-shadow: 0px 11px 50px -6px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
#branch_detail_1 #main .r1 .bg {
  right: 0;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 3;
}
#branch_detail_1 #main .r1 .con {
  position: relative;
  z-index: 5;
}
#branch_detail_1 #main .r1 .con .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#branch_detail_1 #main .r1 .con .box p {
  width: 70%;
  padding-left: 1rem;
}
#branch_detail_1 #main .r1 .con .col {
  padding-top: 1.6rem;
  position: relative;
}
#branch_detail_1 #main .r1 .con .col > img {
  width: 100%;
  box-shadow: 0 20px 50px -5px rgba(13, 68, 134, 0.3);
}
#branch_detail_1 #main .r1 .con .col .node {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0.5rem;
  height: 2rem;
}
#branch_detail_1 #main .r1 .con .col .node > div {
  margin: 0 0.5rem;
  white-space: nowrap;
}
#branch_detail_1 #main .r1 .con .col .node > div > b {
  display: inline-block;
  position: relative;
}
#branch_detail_1 #main .r1 .con .col .node > div > b:after {
  content: attr(data-txt);
  position: absolute;
  left: 100%;
  font-size: 28px;
  color: #0d4486;
  top: -10px;
  font-weight: bold;
}
#branch_detail_1 #main .r1 .con .col .node > div > span {
  color: #666666;
}
#branch_detail_1 #main .r2 .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#branch_detail_1 #main .r2 .con .right {
  position: relative;
}
#branch_detail_1 #main .r2 .con .right .box {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  left: -10%;
  width: 110%;
  padding: 10% 0 10% 10%;
}
#branch_detail_1 #main .r2 .con .right .box #loop {
  position: absolute;
  width: 90%;
  left: 10%;
  bottom: 0;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list {
  position: relative;
  width: 100%;
  margin: 0.4rem 0;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list > a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  background-color: #0d4486;
  color: #fff;
  position: absolute;
  bottom: 30px;
  z-index: 5;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list > a:hover {
  background-color: #c52f1f;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .prev {
  left: 0;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .next {
  right: 0;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box {
  position: relative;
  width: 100%;
  padding: 0 50px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 90%;
  left: 5%;
  bottom: 44px;
  background-color: #e5e5e5;
  z-index: 2;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .node {
  z-index: 6;
  width: 120px;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .node h4 {
  position: absolute;
  bottom: 58px;
  left: 0;
  width: 100%;
  z-index: 5;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .node:after {
  content: attr(data-en);
  position: absolute;
  bottom: 58px;
  left: 0;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  font-size: 50px;
  color: #e5e5e5;
  font-family: en_b;
  text-transform: uppercase;
  z-index: 3;
  opacity: 0.3;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper {
  z-index: 6;
  width: calc(100% - 120px);
  overflow: hidden;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul {
  position: absolute;
  bottom: 1px;
  z-index: 8;
  width: 1000%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li {
  width: 2.5%;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li > span {
  border: 1px solid rgba(16, 70, 140, 0.4);
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
  background-color: #0d4486;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li > div {
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  opacity: 0;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  margin: auto;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li > div .food {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 14px;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li > div > img:nth-of-type(1) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li h5 {
  height: 30px;
  line-height: 30px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li.on > span {
  border-color: rgba(207, 43, 30, 0.4);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li.on > span:after {
  background-color: #c52f1f;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li.on > div {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li.on h5 {
  font-weight: bold;
}
#branch_detail_1 #main .r3 .con {
  padding: 0.3rem 0.8rem 0 0.8rem;
}
#branch_detail_1 #main .r3 .con .bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#branch_detail_1 #main .r3 .con .box {
  position: relative;
  z-index: 5;
}
#branch_detail_1 #main .r3 .con .box .col {
  background-color: #fff;
  padding: 0.5rem 10%;
}
#branch_detail_1 #main .r3 .con .box .col .tab {
  width: 100%;
  height: 60px;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}
#branch_detail_1 #main .r3 .con .box .col .tab > li {
  position: relative;
  text-align: center;
  height: 60px;
  margin: 0 0.24rem;
  width: 200px;
}
#branch_detail_1 #main .r3 .con .box .col .tab > li > em {
  width: 100%;
  position: absolute;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 3;
  top: 0;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  color: #f0f2f6;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch_detail_1 #main .r3 .con .box .col .tab > li > a {
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #9a9a9a;
  width: 100%;
  line-height: 60px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#branch_detail_1 #main .r3 .con .box .col .tab > li > a:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #0d4486;
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: absolute;
}
#branch_detail_1 #main .r3 .con .box .col .tab > li.on > em,
#branch_detail_1 #main .r3 .con .box .col .tab > li:hover > em {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#branch_detail_1 #main .r3 .con .box .col .tab > li.on > a,
#branch_detail_1 #main .r3 .con .box .col .tab > li:hover > a {
  color: #333333;
  font-weight: bold;
}
#branch_detail_1 #main .r3 .con .box .col .tab > li.on > a:after,
#branch_detail_1 #main .r3 .con .box .col .tab > li:hover > a:after {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#branch_detail_1 #main .r3 .con .box .col .tab-list {
  text-align: center;
  display: none;
}
#branch_detail_1 #main .r3 .con .box .col .tab-list > img {
  display: block;
  margin: 0.5rem auto;
  max-width: 100%;
}
#branch_detail_1 #main .r3 .con .box .col .tab-list.on {
  display: block;
}
#branch_detail_1 #main .r5 .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#branch_detail_1 #main .r5 .con .left {
  position: relative;
  z-index: 5;
}
#branch_detail_1 #main .r5 .con .left > img {
  box-shadow: 0 30px 50px -5px rgba(13, 68, 134, 0.3);
}
#branch_detail_1 #main .r5 .con .right > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: auto;
  height: 100%;
}
#branch_detail_1 #main .r5 .con .right .box {
  padding: 0.5rem;
  position: absolute;
  width: 100%;
  right: -0.5rem;
  background-color: #fff;
  z-index: 6;
  top: 10%;
}
#branch_detail_1 #main .r5 .con .right .box > ul > li {
  margin: 0.1rem 0;
  display: flex;
  align-items: flex-start;
}
#branch_detail_1 #main .r5 .con .right .box > ul > li b {
  white-space: nowrap;
}
#branch_detail_1 #main .r5 .con .right .box > ul > li b,
#branch_detail_1 #main .r5 .con .right .box > ul > li span {
  line-height: 2;
}
#branch_detail_1 #btm {
  text-align: center;
  margin-bottom: 10vh;
}
#branch_detail_1 #btm .return {
  display: inline-block;
  width: 1.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #0d4486;
  text-align: center;
  color: #fff;
  box-shadow: 0px 11px 50px -6px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
#service_area #main {
  padding-bottom: 0;
}
#service_area #main .r1 .tab {
  position: absolute;
  width: 76%;
  right: 0;
  height: 60px;
  top: -16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #eee;
}
#service_area #main .r1 .tab > li {
  position: relative;
  text-align: center;
  height: 60px;
  margin: 0 0.24rem;
}
#service_area #main .r1 .tab > li > em {
  width: 100%;
  position: absolute;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 3;
  top: 0;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  color: #f0f2f6;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#service_area #main .r1 .tab > li > a {
  display: inline-block;
  position: relative;
  z-index: 5;
  color: #9a9a9a;
  width: 100%;
  line-height: 60px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#service_area #main .r1 .tab > li > a:after {
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #0d4486;
  opacity: 0;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  position: absolute;
}
#service_area #main .r1 .tab > li.on > em,
#service_area #main .r1 .tab > li:hover > em {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#service_area #main .r1 .tab > li.on > a,
#service_area #main .r1 .tab > li:hover > a {
  color: #333333;
  font-weight: bold;
}
#service_area #main .r1 .tab > li.on > a:after,
#service_area #main .r1 .tab > li:hover > a:after {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
#service_area #main .r1 .tab-list {
  display: none;
}
#service_area #main .r1 .tab-list .topic {
  position: relative;
  margin-bottom: 0.8rem;
}
#service_area #main .r1 .tab-list .topic small {
  display: inline-block;
}
#service_area #main .r1 .tab-list > p {
  width: 50%;
  margin-left: 18%;
  margin-bottom: 0.5rem;
}
#service_area #main .r1 .tab-list .con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#service_area #main .r1 .tab-list .con .box {
  width: calc(100% - 12%);
  height: 100%;
}
#service_area #main .r1 .tab-list .con .box > ul {
  width: 100%;
  height: 100%;
  margin-left: -10px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#service_area #main .r1 .tab-list .con .box > ul > li {
  width: calc(25% - 20px);
  margin: 0 10px 30px 10px;
}
#service_area #main .r1 .tab-list .con .box > ul > li div:nth-of-type(1) {
  height: 3.2rem;
  background-color: #f9f9fb;
}
#service_area #main .r1 .tab-list .con .box > ul > li div:nth-of-type(1) .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: none;
}
#service_area #main .r1 .tab-list .con .box > ul > li div:nth-of-type(1) > span {
  border-radius: 50%;
  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%);
  z-index: 5;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#service_area #main .r1 .tab-list .con .box > ul > li div:nth-of-type(1) > span > img {
  -webkit-box-reflect: below 0 linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 40%);
  margin: 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#service_area #main .r1 .tab-list.on {
  display: block;
}
#service_case #main .row .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#service_case #main .row .con .right_bg {
  position: absolute;
  right: 0;
  top: 0;
}
#service_case #main .row .con .left_bg {
  position: absolute;
  left: 0;
  top: 0;
}
#service_case #main .row .con .msg {
  width: 80%;
  margin: 0.6rem auto 0 auto;
}
#service_case #main .row .con .msg .msg-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0.4rem;
  position: relative;
}
#service_case #main .row .con .msg .msg-list > .line {
  height: calc(100% - 48px);
  position: absolute;
  top: 54px;
  left: 10px;
  display: flex;
  align-items: center;
}
#service_case #main .row .con .msg .msg-list > .line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  opacity: 0.2;
  width: 1px;
  border-left: 1px dashed #0d4486;
  z-index: -1;
}
#service_case #main .row .con .msg .msg-list > span {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 36px;
  line-height: 36px;
}
#service_case #main .row .con .msg .msg-list > span:after {
  content: attr(data-num);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  font-family: en_b;
  color: #f0f2f6;
  font-size: 52px;
  font-weight: bold;
  z-index: -1;
}
#service_case #main .row .con .msg .msg-list > ul {
  padding-bottom: 0.4rem;
  padding-right: 0.3rem;
  border-bottom: 1px solid #eee;
  width: calc(100% - 100px);
}
#service_case #main .row .con .msg .msg-list > ul > li {
  padding: 6px 0;
  color: #666;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
#service_case #main .row .con .msg .msg-list > ul > li b {
  color: #0d4486;
}
#service_case #main .row .con .msg .msg-list > ul > li:after {
  content: "";
  position: absolute;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  line-height: 5px;
  text-align: center;
  background-color: #666;
  left: 10px;
}
#service_case #main .row .con .msg .msg-list:last-of-type > em {
  visibility: hidden;
}
#service_case #main .row .con .msg .msg-list:last-of-type > ul {
  border: none;
}
#service_case #main .r1 .con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#service_case #main .r1 .con .left .txt {
  position: absolute;
  top: -10%;
  left: 0;
  font-size: 90px;
  color: #f8f9fb;
  height: 100px;
  line-height: 100px;
  transform-origin: 0 100%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#service_case #main .r1 .con .left > img.pic {
  width: 80%;
  margin: auto;
  display: block;
}
#service_case #main .r2 .con .right .pic {
  width: 100%;
  position: relative;
  overflow: visible;
}
#service_case #main .r2 .con .right .pic .txt {
  font-size: 120px;
  color: #f8f9fb;
  position: absolute;
  right: 0;
  top: 100%;
}
#mode #main {
  padding-bottom: 0;
}
#mode #main .row .title {
  display: flex;
  align-items: center;
}
#mode #main .row .con {
  margin-top: 0.5rem;
}
#mode #main .row .con ul.items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
#mode #main .row .con ul.items li {
  text-align: center;
  margin: 10px 20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#mode #main .row .con ul.items li h5 {
  background-color: #f8f9fb;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#mode #main .row .con ul.items li p {
  width: 100%;
  margin: auto;
}
#mode #main .row .con ul.items li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
#mode #main .row .con ul.items li:hover h5 {
  box-shadow: 0 20px 50px -5px rgba(13, 68, 134, 0.3);
  background-color: #0d4486;
  color: #fff;
}
#mode #main .r1 .title {
  justify-content: flex-end;
}
#mode #main .r1 .con ul.items {
  margin-top: calc(-0.3rem - 20px);
}
#mode #main .r1 .con ul.items li {
  width: calc(100%/3 - 40px);
}
#mode #main .r2 {
  background-color: #f8f9fb;
}
#mode #main .r2 .title {
  justify-content: flex-start;
}
#mode #main .r2 .con .photo {
  position: absolute;
  right: 0;
  max-height: 100%;
  opacity: 0.6;
}
#mode #main .r2 .con ul.items {
  padding: 0.5rem 0;
  position: relative;
  z-index: 5;
  width: 68%;
  margin-left: -20px;
}
#mode #main .r2 .con ul.items li {
  width: calc(100%/2 - 40px);
}
#mode #main .r2 .con ul.items li h5 {
  background-color: #fff;
}
#search-page #main .search-row {
  padding-bottom: 0;
}
#search-page #main .search-row .rowMain {
  display: flex;
}
#search-page #main .search-row .rowMain input[type=text] {
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #f4f4f4;
  padding: 0 10px;
  border: none;
  min-width: 240px;
  width: 50%;
}
#search-page #main .search-row .rowMain a {
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #0d4486;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#search-page #main .search-row .rowMain a > input {
  width: 50px;
  background-color: transparent;
  color: #fff;
  border: none;
  vertical-align: baseline;
  font-size: 16px;
}
#search-page #main .search-row .rowMain .node {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
#search-page #main .r1 .search-item > li {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0.5rem;
  align-items: center;
  border: 1px solid #eee;
  margin: 0.5rem 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#search-page #main .r1 .search-item > li .msg {
  width: 80%;
}
#search-page #main .r1 .search-item > li .go {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  line-height: 0.6rem;
  text-align: center;
  display: inline-block;
  background-color: #e5e5e5;
  color: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}
#search-page #main .r1 .search-item > li:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
#search-page #main .r1 .search-item > li:hover .photo .pic {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
#search-page #main .r1 .search-item > li:hover .msg h3 {
  color: #0d4486;
}
#search-page #main .r1 .search-item > li:hover .go {
  background-color: #0d4486;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
}
#law_dialog {
  z-index: 2000;
}
#law_dialog .dialog_content {
  width: 64%;
  max-width: inherit;
  min-width: inherit;
  padding: 2em;
}
#law_dialog .dialog_content > div {
  overflow: auto;
  max-height: 56vh;
}
#law_dialog .dialog_content [data-dialog-close] {
  position: absolute;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  line-height: 0.38rem;
  text-align: center;
  right: 28px;
  top: 28px;
  color: #333;
}
.wrapper_con {
  width: 21px;
  height: 42px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}
.right {
  right: -2px;
}
.left {
  left: -2px;
}
.circleProgress {
  width: 42px;
  height: 42px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  right: 0;
}
.leftcircle {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 0;
}
@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }
  50%,
  100% {
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}
.pub_case {
  position: relative;
}
.ind_src_02 {
  position: relative;
}
.ind_src_02::before {
  content: '';
  display: block;
  width: 56.82%;
  height: 100%;
  background: url("../images/index_001.jpg") no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -10%;
}
.pub_title {
  font-size: .42rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  color: #c1c7cd;
}
.pub_title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: .06rem;
  background-color: #cccccc;
}
.pub_title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5em;
  height: .06rem;
  background-color: #0d4486;
}
.ind_src_con {
  font-size: 0;
}
.ind_src_con .src02_logo {
  font-size: 0;
}
.ind_src_con .src02_logo > div {
  display: inline-block;
  vertical-align: middle;
}
.ind_src_con .ind_src2_text {
  float: left;
  width: 44%;
  padding-right: 10px;
}
.ind_src_con .ind_src2_text .swiper-wrapper {
  min-height: 328px;
}
.ind_src_con .ind_src2_text .swiper-slide > div {
  display: none;
}
.ind_src_con .ind_src2_img {
  float: right;
  width: 56%;
  padding-right: 6%;
  position: relative;
}
.ind_src_con .ind_src2_img img {
  width: 100%;
  display: block;
}
.ind_src_con .ind_src2_img .swiper-pagination {
  width: 30px;
  height: auto;
  right: 0;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet {
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  margin: 5px 0;
  background-color: transparent !important;
  opacity: .35;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet i {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet i.on {
  font-size: 30px;
  opacity: 0;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  bottom: -5px;
  width: 1px;
  height: calc(50% + 5px);
  background-color: #ffffff;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  top: -5px;
  width: 1px;
  height: calc(50% + 5px);
  background-color: #ffffff;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet:first-child:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-top: -20px;
  margin-left: -0.5px;
  top: 0;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #ffffff;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-top: -20px;
  margin-left: -0.5px;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #ffffff;
  bottom: -20px;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active {
  opacity: 1;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active div {
  background-color: #0d4486;
  height: 100%;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active i.on {
  opacity: 1;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active i.det {
  opacity: 0;
}
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active::before,
.ind_src_con .ind_src2_img .swiper-pagination-bullet-active::after {
  background-color: rgba(255, 255, 255, 0.35) !important;
  z-index: -1;
}
.logo_box_l {
  position: relative;
  width: 16.7%;
  min-width: 80px;
}
.logo_box_l img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s ease .5s;
}
.logo_box_l img:first-child {
  position: relative;
}
.ind_src2_text .active > div {
  display: block !important;
}
.ind_src2_text .active .logo_box_l img:nth-child(2) {
  animation: rotate2 ease .5s;
}
.ind_src2_text .active .logo_box_l img:nth-child(3) {
  animation: rotate1 ease .5s;
}
@keyframes rotate1 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fadeInUpSmall1 {
  from {
    opacity: 0;
    transform: translate3d(0%, 6px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.src02_log_name_en {
  font-size: .45rem;
  line-height: 1.1;
  color: #0d4486;
  font-weight: 700;
  margin-bottom: 10px;
}
.src02_log_name {
  font-size: .26rem;
  line-height: 2;
  color: #0d4486;
}
.src02_title {
  color: #333;
  line-height: 1.8;
}
.src02_info {
  color: #9a9a9a;
  line-height: 2;
  height: 192px;
  margin-bottom: 10px;
  width: 77%;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
}
.src02_img_box img {
  width: 44.57%;
  display: block;
}
.operation_box {
  font-size: 0;
  text-align: left;
}
.operation_box > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: 0;
}



/*首页新闻中心*/
.index_news_bg{ height:920px; background:url(../img/index_newsbg.jpg) no-repeat center;}
.index_news{ padding-top:95px;}
.index_news_tit{ width:25%; float:left;}
.index_news_tit h2{ font-family:Impact; font-size:56px; color:#fff;}
.index_news_tit i{ height:2px; display:block; background:#fff; width:68px;}
.index_news_tit h3{font-size:36px; color:#fff; font-weight:bold; padding-top:15px;}
.index_news_tit ul{ padding-top:30px;}
.index_news_tit ul li{ font-size:18px; color:#c12025; background:url(../img/xing.png) no-repeat center left; padding-left:28px; line-height:45px;}
.index_news_tit ul li span{ padding-left:17px; color:#d2d2d2; font-family:Arial, Helvetica, sans-serif;}
.index_news_tit ul li span b{color:#c12025; }
.index_news_main{ width:75%;min-height:700px; float:right;background-color:rgba(255,255,255,0.5);}


.index_news_main_list{ padding-top:42px;}
.index_news_main_list .tab {
  width: 340px;
  height: 50px;
  margin:0 auto;
  display: flex;
}
.index_news_main_list .tab > li {
  text-align: center;
  height: 50px;
  width:160px;
  background:#f5f5f5;
  margin-right:14px;
}

.index_news_main_list .tab > li > a {
  display: inline-block;
  font-size:16px;
  position: relative;
  z-index: 5;
  color: #9a9a9a;
  width: 100%;
  line-height: 50px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.index_news_main_list .tab > li.on > a,
.index_news_main_list .tab > li:hover > a {
  color: #fff;
  font-weight: bold;
  background:#c12025;
}
.index_news_main_list .tab > li.on > a:after,
.index_news_main_list .tab > li:hover > a:after {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.index_news_main_list .tab-list {
  display: none;
}
.index_news_main_list .tab-list.on {
  display: block;
}
.index_news_main_list .tab-list{ padding-top:50px; padding-left:40px; padding-right:40px;}
.index_news_main_list .tab-list_left{ width:50%; float:left; border-right:1px solid #c1c1c1;}
.index_news_main_list .tab-list_right{ width:50%; float:right;}
.index_news_main_list .tab-list_left dl{ width:95%;}
.index_news_main_list .tab-list_left dl dd img{ width:100%;}
.index_news_main_list .tab-list_left dl dt{ padding-top:15px;}
.index_news_main_list .tab-list_left dl dt a{ font-size:18px; color:#000000;}
.index_news_main_list .tab-list_left dl dt a:hover{ color:#c12025;}
.index_news_main_list .tab-list_left dl dt p{ color:#292929; font-size:14px; line-height:24px; padding-top:10px;}
.index_news_main_list .tab-list_left dl dt span{ font-size:14px; color:#000000; padding-top:5px;}
.index_news_main_list .tab-list_right dl{ padding-left:28px; padding-bottom:28px;}
.index_news_main_list .tab-list_right dl dd a{ font-size:18px; color:#000000; background:url(../img/news_bg.png) no-repeat center left; padding-left:25px;}
.index_news_main_list .tab-list_right dl dd a:hover{ color:#c12025;}
.index_news_main_list .tab-list_right dl dt{ padding-left:25px;}
.index_news_main_list .tab-list_right dl dt p{ font-size:14px; color:#292929; line-height:30px;}
.index_news_main_list .tab-list_right dl dt span{ font-size:14px; color:#000000;}
.index_news_more{ text-align:center; padding-top:45px;}
.index_news_more a{ background:#c12025; font-size:16px; padding:13px 38px 13px 38px;border-radius:5px; color:#fff;}
.index_news_more a:hover{ background:#921519; color:#fff;}
/*首页新闻中心*/

/*社会责任*/
.index_shzr_bg{ height:920px; background:url(../img/index_shzrbg.jpg) no-repeat center;}
.index_shzr{ padding-top:95px;}
.index_shzr_tit{ width:25%; float:left;}
.index_shzr_tit h2{ font-family:Impact; font-size:56px; color:#c12025;}
.index_shzr_tit i{ height:2px; display:block; background:#c12025; width:68px;}
.index_shzr_tit h3{font-size:36px; color:#333333; font-weight:bold; padding-top:15px;}
.index_shzr_tit ul{ padding-top:30px;}
.index_shzr_tit ul li{ font-size:18px; color:#c12025; background:url(../img/xing.png) no-repeat center left; padding-left:28px; line-height:45px;}
.index_shzr_tit ul li span{ padding-left:17px; color:#333333; font-family:Arial, Helvetica, sans-serif;}
.index_shzr_tit ul li span b{color:#c12025; }
.index_shzr_main{ width:75%;min-height:700px; float:right;}

.index_shzr_list ul li{ width:27%;position:relative; float:left; margin-left:6%;}
.index_shzr_list ul li img{ width:100%;}
.index_shzr_list ul li span{ width:100%;display:block; position:absolute; bottom:0px; height:50px; line-height:50px; text-align:center;font-size:16px;background-color:rgba(0,0,0,0.6); color:#fff;}
.index_partner_tit{ padding-left:80px; padding-top:50px;}
.index_partner_tit h2{ font-size:30px; line-height:56px; border-bottom:1px solid #ececee; color:#e41a20; font-weight:bold; padding-bottom:10px;}

.swiper-container2{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1;}
.index_partner_list{ padding-top:25px;margin-left:80px;}
.index_partner_list .swiper-wrapper{ height:218px; }
.index_partner_list .swiper-slide{ text-align:center;}
.index_partner_list .swiper-slide img{ width:120px; height:120px;border-radius:100px; }
.index_partner_list .swiper-slide span{ display:block; font-size:16px; color:#686868; padding-top:10px;}
.index_partner_list .swiper-pagination-bullet{ cursor:pointer;}
.index_partner_list .swiper-pagination-bullet-active{ background:#d51b32;width:25px;height:8px;border-radius:100px;}
/*社会责任*/



/*底部*/
.foot_main{ padding-top:155px;}
.footer_contact_tit{ width:15%; float:left;background-color:rgba(34,70,125,0.7);min-height:306px;}
.footer_contact{ width:30%; float:left;background-color:rgba(27,27,27,0.7);min-height:306px;}
.footer_link{ width:15%; float:left;background-color:rgba(198,42,46,0.7);min-height:306px;}
.footer_map{ width:25%; float:left;background-color:rgba(27,27,27,0.7);min-height:306px;}
.footer_ewm{ width:15%; float:right;background-color:rgba(30,40,54,0.7);min-height:306px;}

.footer_contact_tit{ text-align:center; line-height:306px;}
.footer_contact_tit img{display:inline-block;vertical-align:middle;}

.footer_contact h2{color:#fff; font-size:30px; font-weight:bold; padding:35px 30px 0px 50px; text-align:left;}
.footer_contact ul{padding:10px 30px 0px 50px;}
.footer_contact ul li{ color:#fff; font-size:14px; line-height:32px;}
.footer_contact ul li i{ color:#fff;}

.footer_link h2{ font-size:16px; color:#fff; text-align:center; font-weight:bold; padding-top:35px;}
.footer_link h2 span{ display:block; font-family:Arial, Helvetica, sans-serif;}
.footer_link ul{ padding-top:20px;}
.footer_link ul li{ font-size:14px; line-height:30px; color:#fff; text-align:center;}

.footer_map{ height:306px; overflow:hidden;}
.footer_map img{ width:100%;}

.footer_ewm dl{ text-align:center; font-size:14px; color:#fff; padding-top:10px;}
.footer_ewm dl dt{ padding-top:0px;}

.foot_copyright{ text-align:center; font-size:14px; line-height:30px; color:#fff; padding-top:340px;}
.foot_copyright img{ vertical-align:middle;}
/*底部*/

/*全局弹窗样式Start*/
#globalAd{ width:670px;height:350px;padding-left:40px; padding-right:40px; background:#fff;border-radius:6px; font-family:"微软雅黑"; overflow:hidden;position:fixed;display:none;margin:0 auto;z-index:10001}
#globalAd h2 span{ padding-left:42px; vertical-align:middle;}
#globalAd .maskp1{ background:#fff; padding:20px; color:#666666; font-size:16px; line-height:22px;}
#globalAd .maskp1 p{ padding-top:12px; text-indent:2em;}
#globalAd .maskp1 p a{ color:#b41e23;}
.layer{width:100%; height:100%;  position:fixed; top:0px;left:0px;filter:alpha(opacity=50);opacity:0.5;background:#000;z-index:1000;display:none}
      
.closeIco{width:120px; margin-top:18px;height:42px;line-height:42px;position: absolute;left:41%;cursor:pointer; background:#b41e23; text-align:center; font-size:18px; color:#ffffff;border-radius:6px;}
/*全局弹窗样式End*/


/*关于我们*/
.ntb{display: table; table-layout: fixed; width: 100%; height: 100%;}
.ntd{display: table-cell; vertical-align: middle;}
.img_cut{background:no-repeat center center; background-size:cover; overflow:hidden; display:block; width:100%; height:auto;}
.banner_about{ position:relative;}
.banner_about .wp{ height:100%;}
.about_con1{ position:absolute; left:0px; top:0px; right:0px; bottom:0px; color:#fff;}
.about_con1 .text{ text-align:center; position:relative;}
.about_con1 .text .em{ font-size:80px; line-height:1; margin-bottom:20px; font-weight:bold;}
.about_con1 .text .h3{ font-size:48px; line-height:1; margin-bottom:20px;}
.about_con1 .text .p{ font-size:18px; line-height:1;}


.number_lsit{ padding:80px 18% 0 18%;}
.number_lsit li{ width:33.3333%; text-align:center; float:left;}
.number_lsit .pd{ width:236px; border:1px solid #fff; height:236px; border-radius:50%; margin:0 auto;}
.number_lsit .h3{ font-size:80px; line-height:1; margin-bottom:10px; padding-top:50px; font-weight:bold; }
.number_lsit .h3 span{ font-size:80px;font-family:Arial, Helvetica, sans-serif;}
.number_lsit .em{ font-size:16px;}



.about{ padding:20px 0;}
.about_con2{ background:#ffffff; margin-bottom:20px; position:relative;}
/*.about_con2 .img{ background:url(../img/about_img.jpg) repeat;float:left; width:38%; color:#fff; box-sizing:border-box; padding:80px; position:absolute; left:0px; top:0px; bottom:0px; text-align:center;}*/
.about_con2 .img{float:left; width:38%; color:#fff;position:absolute; left:0px; top:0px; bottom:0px; text-align:center;}
.about_con2 .img .h3{ font-size:60px; line-height:1; margin-bottom:15px; letter-spacing:-4px;}
.about_con2 .img .p{ font-size:18px; line-height:2;}
.about_con2 .text{ margin-left:38%; padding:40px 125px; background:#f2f2f2;}
.about_con2 .text .h3{ font-size:30px; color:#c02626; line-height:1; padding-bottom:36px; position:relative; margin-bottom:20px;}
.about_con2 .text .h3:after{content:'\20'; position:absolute; width:10px; height:2px; background:#323235; left:0px; bottom:0px;}
.about_con2 .text .p{ font-size:14px; line-height:30px; text-indent:2em;}
.about_con2 .text .p strong{ font-size:14px; font-weight:bold;}
.about_con2 .text .m{ padding-top:70px;}
.about_con2 .text .m a{ width:130px; height:48px; border:1px solid #dbdbdb; display:block; margin-right:20px; text-align:center; line-height:48px; color:#323235; font-size:14px; background:#fff;}
.about_con2 .text .m a:hover{ background:#e81215; color:#fff; border-color:#e81215;}
.about_con3{ margin-bottom:100px;}
.about_con3 li{ overflow:hidden; background:#f8f8f8;}
.about_con3 .img{ width:50%; float:right;}
.about_con3 .img img{ width:100%; height:auto; display:block;}
.about_con3 .text{ margin:0 50% 0 0; overflow:hidden; height:422px;}
.about_con3 .text .li{ width:50%; float:left; text-align:center; background:#ffffff; height:100%;}
.about_con3 .text .li:nth-child(even){ background:#f8f8f8;}
.about_con3 .pd{ padding:115px 34px 0 34px;}
.about_con3 .h3{ font-size:60px; line-height:1; margin-bottom:15px;}
.about_con3 .em{ font-size:18px; line-height:1; text-transform:uppercase; padding-bottom:37px; margin-bottom:25px; border-bottom:1px solid #49494b;}
.about_con3 .p{ font-size:14px; line-height:24px;}
.about_con3 li:nth-child(even) .img{ float:left;}
.about_con3 li:nth-child(even) .text{ margin:0 0 0 50%;}



.about_con4{ margin-bottom:70px; position:relative;}
.about_con4 .tit1{ text-align:center; }
.about_con4 .tit1 strong{font-size:36px; line-height:1; margin-bottom:25px; font-weight:normal; display:block;}
.about_con4 .tit1 em{ font-size:18px; color:#888888;}
.about_con4 .tit1 span{ color:#c02626;font-size:18px;}
.ibrand{ padding-top:40px;}
.ibrand ul{ border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb;}
.ibrand li{ float:left; width:16.666666666666668%;}
.ibrand .pd{ border-left:1px solid #dbdbdb; border-top:1px solid #dbdbdb; display:block; position:relative;}
.ibrand .img img{ width:100%; height:auto; display:block; background-size:cover;}
.ibrand .text{ position:absolute; left:0px; top:0px; right:0px; bottom:0px; text-align:center; line-height:158px; background:#e81215; color:#fff; font-size:18px; opacity:0;}
.ibrand .pd:hover{ box-sizing:border-box; background:#dbdbdb;}
.ibrand .pd:hover .text{ }
.ibrand .img img{
-webkit-transition: all 0.2s linear;

-moz-transition: all 0.2s linear;

-ms-transition: all 0.2s linear;

-o-transition: all 0.2s linear;

transition: all 0.2s linear;

}
.business .pd:hover .img img{transform: scale(1.1);}

.business .pd:hover .m{transform:translate(10px,0);}

.ibrand .pd:hover img{transform: scale(0.92,0.9);}

.ibrand .img img{

-webkit-filter: grayscale(100%); 

-moz-filter: grayscale(100%); 

-ms-filter: grayscale(100%); 

-o-filter: grayscale(100%); 

filter: grayscale(100%); 

filter: gray; 

opacity:1;

}
.ibrand .pd:hover .img img{

-webkit-filter: grayscale(0%); 

-moz-filter: grayscale(0%); 

-ms-filter: grayscale(0%); 

-o-filter: grayscale(0%); 

filter: grayscale(0%); 

filter: none;

opacity:1;

}



.about_con5 :focus{outline:none;}
.about_con5{ background:url(../img/about_con5.jpg) no-repeat top center; height:775px; background-size:cover; color:#333;}
.about_con5 .wpd{ padding:78px 0 0 0;}
.about_con5 .tit1{ text-align:center; }
.about_con5 .tit1 strong{font-size:36px; line-height:1; margin-bottom:25px; font-weight:normal; display:block;}
.standard{ padding-top:40px;}
.standard .single-item{ padding-bottom:60px;}
.standard .pd{ text-align:center; padding:10px 0; position:relative; }
.standard .h3{text-align:center;}
.standard .p{ font-size:16px; padding-top:10px;}
.standard .slick-dots{ position:absolute; margin-left:-15px; left:50%; bottom:0px;}
.standard .slick-dots li{ float:left; margin:0 6px;}
.standard .slick-dots li button{ display:block; border:none; padding:0px; width:12px; height:12px; border-radius:50%; text-indent:-99px; overflow:hidden; background:rgba(145,146,147,1); box-sizing:border-box; border:none;}
.standard .slick-dots li.slick-active button{ background:rgba(192,38,38,1); }

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,  .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,  .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
}
@media screen and (max-width: 1540px){
.slick-slide img {
width:90%;
}
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
button[aria-label="1 of 1"] {
	display:none !important;
}



.sAbout-section4 .body{position: relative; overflow: hidden; padding-top: 4.16666667% !important; padding-bottom: 4.16666667% !important; height: 550px;}
.sAbout-section4 .body .item{-webkit-box-sizing: border-box; box-sizing: border-box; width: 50%; color: #333333; margin-top: 50px;}
.sAbout-section4 .body .item .dt{ font-size:28px;}
.sAbout-section4 .body .item .dd{margin-top: 1em; line-height: 22px; min-height: 44px;}
.sAbout-section4 .body .item:nth-child(2n+1){float: left; padding-right: 244px; text-align: right;}
.sAbout-section4 .body .item:nth-child(2n+2){float: right; padding-left: 244px; text-align: left;}
.sAbout-section4 .body .center{position: absolute; left: 50%; top: 0; margin-top: 4.16666667%; margin-left: -162px; width: 324px; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.sAbout-section4 .body .center .pic{height: 0; padding-bottom: 100%; background-color: #f1f1f1; border-radius: 50%;}
.sAbout-section4 .body .center .pendulum{z-index: 9; position: absolute; left: 50%; top: 20%; width: 2px; height: 90%; background-color: #fff; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; overflow: visible; -webkit-animation-name: AniPendulum; animation-name: AniPendulum;}
.sAbout-section4 .body .center .pendulum .dot1,
.sAbout-section4 .body .center .pendulum .dot2{position: absolute; pointer-events: none; left: 50%; margin-left: -10px; width: 20px; height: 20px; border-radius: 10px;}
.sAbout-section4 .body .center .pendulum .dot1{top: -10px; background-color: #fff;}
.sAbout-section4 .body .center .pendulum .dot2{top: 105%; background-color: #ffdb60;}
.sAbout-section4 .body .center .pendulum,
.sAbout-section4 .body .center .pendulum:after{-webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-play-state: running; animation-play-state: running; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.sAbout-section4 .body .center .pendulum:after{content: " "; position: absolute; left: 0; bottom: 0; width: 100%; height: 11.11111111%; background-color: #000; -webkit-animation-name: heightChange; animation-name: heightChange;}
@-webkit-keyframes AniPendulum{0%, 100%{-webkit-transform: rotate(30deg); transform: rotate(30deg);} 50%{-webkit-transform: rotate(-30deg); transform: rotate(-30deg);}}
@keyframes AniPendulum{0%, 100%{-webkit-transform: rotate(30deg); transform: rotate(30deg);} 50%{-webkit-transform: rotate(-30deg); transform: rotate(-30deg);}}
.sAbout-section4 .body .center .AniPendulum{-webkit-animation-name: AniPendulum; animation-name: AniPendulum;}
@-webkit-keyframes heightChange{0%, 50%, 100%{height: 18.13586424%;} 25%, 75%{height: 11.11111111%;}}
@keyframes heightChange{0%, 50%, 100%{height: 18.13586424%;} 25%, 75%{height: 11.11111111%;}}
.sAbout-section4 .body .center .heightChange{-webkit-animation-name: heightChange; animation-name: heightChange;}
@media screen and (max-width: 1540px){.sAbout-section4 .body{height: 450px;} .sAbout-section4 .body .item{margin-top: 40px;} .sAbout-section4 .body .item:nth-child(2n+1){padding-right: 190px;} .sAbout-section4 .body .item:nth-child(2n+2){padding-left: 190px;} .sAbout-section4 .body .center{width: 280px; margin-left: -140px;} .sAbout-section4 .body .center .pendulum .dot1, .sAbout-section4 .body .center .pendulum .dot2{width: 16px; margin-left: -8px; height: 16px;}}

/*关于我们*/


/*服务领域*/
.server_about_bg{ height:752px; background:url(../img/server_aboutbg.jpg) no-repeat center;}
.server_about{ 
padding-top:200px;
padding-left:38%;
writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 
letter-spacing:1px;
}
.server_about p{ font-size:14px; line-height:32px; color:#333333; height:300px; }


.web-solution{ display: block;overflow: hidden;padding: 0 1%;margin: 100px 0;}
.web-solution dd{ display: block;float: left;width: 49.5%;overflow: hidden;position: relative;margin: 0 0 1% 0;}
.web-solution dd:nth-child(2n){ float: right; }
.web-solution dd img{ display: block;width: 100%;}
.web-solution dd .w-s-txt{ position: absolute;width: 90%;left: 5%;bottom: 4em;}
.web-solution dd .w-s-txt span{ display: block;float: left;width: 10%;height: 1px;background: #fff;margin: 22px 0 0 0;}
.web-solution dd .w-s-txt p{display: block;float: right;width: 88%;}
.web-solution dd .w-s-txt p strong{color: #fff;font-weight: bold;font-size: 28px; margin-bottom: 10px;display: block;height: 50px;line-height: 50px;}
.web-solution dd .w-s-txt p font{ display: block;width: 80%;color: #fff;font-size: 16px;letter-spacing: 2px;}
.web-solution dd a:hover img{
-webkit-filter: grayscale(1); /* Webkit */
         filter: gray; /* IE6-9 */  
         filter: grayscale(1); /* W3C */

}

.web-zd{ display: block;overflow: hidden;padding: 60px 0;border-top: 1px solid #eee; margin: 60px 0 0; }
.web-zd dl{ display: block;overflow: hidden;width: 100%;margin: 0 auto;}
.web-zd dl dd{display: block;float: left;width: 32%;background: #eee;margin: 0 2% 0 0;padding: 3em 5% 3em 2%;}
.web-zd dl dd:nth-child(1n){ background:#c02626;}
.web-zd dl dd:nth-child(2n){ background: #203f79;}
.web-zd dl dd:nth-child(3n){float:right; margin:0;    background: #8a7029;}
.web-zd dl dd span{ margin-top: 17px;display: block;float: left;width: 15%;height: 1px;background: #eee;}
.web-zd dl dd p{ display: block;float: right;width: 83%;overflow: hidden;}
.web-zd dl dd p font{ display: block;font-size: 17px;letter-spacing: 2px; color:#fff;     margin-bottom: 20px;}
.web-zd dl dd p strong{ display: block;font-size: 18px;letter-spacing: 2px;font-weight: bold; color:#fff;  }
.web-zd dl dd:nth-child(3n) p font,.web-zd dl dd:nth-child(3n) p strong{ color:#fff;}
.web-zd dl dd:nth-child(3n) span{ margin-top: 17px;display: block;float: left;width: 15%;height: 1px;background: #fff;}
.web-zd h4{ display: block;overflow: hidden;width: 100%;margin: 0 auto 3em;text-align: left;}
.web-zd h4 span,.web-cb h4 span{ display: block;font-size: 1.6em;letter-spacing: 2px;}
.web-zd h4 .line,.web-cb h4 .line{ display: block;overflow: hidden;margin: 20px 0;}
.web-zd h4 .line .l{    display: block;float: left;width: 8%;height: 1px;background: #ccc;margin: 20px 0 0 0;}
.web-zd h4 .line strong{     display: block;font-size: 2em;letter-spacing: 2px;line-height: 1.2em;width:81%;font-weight: normal;color: #666;float: right;margin: 0 10% 0 0;}
/*服务领域*/


/*服务领域详情*/
.p-s-yy-top{ padding: 120px 0;display: block;overflow: hidden;background: #eee; }
.p-s-yy-top dl{ display: block;overflow: hidden;width:50%;margin: 0 auto;}
.p-s-yy-top dl dd{ display: block;float: left;width: 10%;height: 1px;background: #666; margin: 16px 0 0 0; }
.p-s-yy-top dl dt{ display: block;float: right;width: 88%;overflow: hidden; margin: 0 0 0 0; }
.p-s-yy-top dl dt h3{  display: block;font-family: font2018;letter-spacing: 1px;font-size: 26px;margin-bottom: 30px; text-transform: uppercase;}
.p-s-yy-top dl dt h4{  display: block;font-family: font2018;letter-spacing: 2px;line-height: 28px;font-size: 17px;margin-bottom: 36px;}
.p-s-yy-top dl dt h4 p{line-height: 28px;font-size: 17px; text-indent:2em; padding-bottom:20px;}
.p-s-yy-top dl dt a{margin:0; width:20%;}
@media screen and (max-width: 1540px){
.p-s-yy-top dl dt h4{font-size: 14px;line-height: 26px;}
.p-s-yy-top dl dt h4 p{font-size: 14px;line-height: 26px;text-indent:2em;padding-bottom:20px;}
}
.team-news-a{display: block;height: 40px;padding-top: 1px;padding-right: 20px;padding-left: 20px;-webkit-box-flex: 0;-ms-flex: 0 auto;background:none;color: #c02626;font-size: 14px;line-height: 36px;text-align: center;width: 10%;margin: 0 auto;
border: 1px solid #c02626;position: relative;overflow: hidden;}
.team-news-a strong{font-size: 16px;margin-left: 10px; color:#c02626; position: relative; z-index: 2; transition:all .5s;}
.team-news-a font{position: relative;z-index: 2; font-size: 14px; display: inline-block; color:#c02626;}
.team-news-a #a-bg{ opacity: 0; background: #c02626;position: absolute;width: 100%;height: 100%;top: 0;left: -100%;z-index: 1; margin: 0; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;    display: block;}
.team-news-a:hover #a-bg{ opacity:1; left:0; }
.team-news-a:hover font,.team-news-a:hover .fa{ color:#fff; }

.p-s-yy-mk{display: block;overflow: hidden;}
.p-s-yy-mk dd{display: block;overflow: hidden;}
.p-s-yy-mk dd h3{ display: block;float: left;width: 50%; padding:3% 10% 0 5%; overflow: hidden;}
.p-s-yy-mk dd h3 span{display: block;font-family: font2018;letter-spacing: 1px;font-size: 26px;margin-bottom: 1em;}
.p-s-yy-mk dd h3 font{display: block;font-family: font2018;letter-spacing: 2px;font-size: 16px;margin-bottom:2em; color:#666; }
.p-s-yy-mk dd h4{display: block;}
.p-s-yy-mk dd h4 img{ display: block;float: right;width: 50%;}
.p-s-yy-mk dd:nth-child(2n){background: #856d3b;}
.p-s-yy-mk dd:nth-child(2n) img{ display: block;float: left;width: 50%;}
.p-s-yy-mk dd:nth-child(2n) h3{float: right;}
.p-s-yy-mk dd:nth-child(2n) h3 span{ color:#fff; }
.p-s-yy-mk dd:nth-child(2n) h3 font{ color:#fff; }
.p-s-yy-mk dd:nth-child(2n) h3 a:hover font{ color:#fff; }

@media screen and (max-width: 1540px){
.p-s-yy-mk dd h3{padding:2% 10% 0 5%;}
.p-s-yy-mk dd h3 span{ font-size:22px;margin-bottom:0.5em;}
.p-s-yy-mk dd h3 font{font-size:13px;}
}
/*服务领域详情*/



/*翻页*/
/*.pageListBox .pageList{margin-top: 3%;margin-bottom: 3%; position: relative; overflow: hidden; height: 38px; line-height: 36px; font-size: 0; text-align: center;}
.pageListBox .pageList ul{position: relative; float: none !important;}
.pageListBox .pageList ul,
.pageListBox .pageList ul li{display: inline-block; *display: inline; *zoom: 1; vertical-align: top;}
.pageListBox .pageList ul li{margin: 0 4px; font-size: 14px;}
.pageListBox .pageList ul .ctr a,
.pageListBox .pageList ul .start a,
.pageListBox .pageList ul .end a{font-weight: bold; font-size: 14px; font-family: "SimSun", "宋体" !important;}
.pageListBox .pageList a{display: block; border: #d8dce0 solid 1px; width: 36px; height: 36px; font-family: Arial, sans-serif, "Microsoft YaHei", "微软雅黑"; border-radius: 50%; color: #999; background-color: #fff; -webkit-transition: background 200ms, color 200ms; transition: background 200ms, color 200ms; font-size: 14px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04); cursor: pointer;}
.pageListBox .pageList a:hover,
.pageListBox .pageList a.selected{color: #fff; background-color: #203f79; border-color: #203f79;}
.pageListBox .pageList a:active{border-color: #fff !important;}*/
/*翻页*/

/*翻页*/
.pageListBox .pageList{padding-bottom: 3%;
max-width: 1500px;
width: 84%;
margin: 0 auto;}
.pageList ul{ height:50px; padding-top:15px;}
.pageList li{ list-style:none; float:left;padding:6px 16px; margin-right:6px; border:1px solid #ddd;}
.pageList li.thisclass{ background:#203f79; color:#fff; border:1px solid #203f79;}
.pageList li.thisclass a{ color:#fff;}
.pageList li a{ color:#333;}
.pageList li a:hover{ color:#000;}
.pageList li a:focus { outline: none; }
/*翻页*/

/*法律法规*/
.fl_wp{
    max-width: 1500px;
    width: 84%;
    margin: 0 auto;
}
.inner-hd {
    display: inline-block;
    margin-top: 70px;
    font-size: 0;
}
.inner-hd a{
    display: inline-block;
    padding: 10px 40px;
    font-size: 18px;
    color: #000;
    border: 1px solid #ddd;
    margin-right: -1px;
    cursor: pointer;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

.inner-hd i{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.inner-hd *{
    vertical-align: middle;
}
.inner-hd a:hover,
.inner-hd .on{
    background-color: #c02626;
    border-right-color: #c02626;
    color: #fff;
}

.news-list h3{
    font-size: 16px;
    max-height: 78px;
    overflow: hidden;
    padding: 14px 30px 6px 30px;
    line-height: 1.4;
}
.news-list a:hover{ color:#c02626;}
.news-box .news-list li,
.news-list .item{
    text-align: center;
    float: left;
    padding: 20px;
    width: 33.333333%;
}
.news-box .news-list li a,
.news-list .item a{
    display: block;
    border: 1px solid #e4e4e3
}
.img-ovh{
    overflow: hidden;
}
.news-list .slick-dots{
    bottom: -60px;
}
.news-list:before,
.news-list:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.news-list:after{
  clear: both;
}

.news-list{
  zoom: 1;
}
.news-list{
    margin: 0 -20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.news-list .img{
    padding-top: 69%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

.news-list a:hover .img{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1); 
       -ms-transform: scale(1.1); 
       -o-transform: scale(1.1); 
       transform: scale(1.1);
       transform-origin: 50% 50%;   
}
.news-list .pad{
    background-color: #fff;
}
.article-box .hd h6,
.news-list2 h6,
.news-list p{
    color: #aaa;
    font-size: 14px;
    padding-bottom: 14px;
    font-family: \5b8b\4f53;
}
.article-box .hd span,
.news-list2 h6 span,
.news-list p span{
    margin-left: 30px;
    padding-left: 30px;
    background: url(../img/eye.gif) no-repeat left 50%;
}


.news-list2{
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.news-list2 h3{
    font-size: 30px;
    color: #000;
}
.news-list2 h3 a{ font-size:30px;}
.news-list2 h3 a b{font-size:30px; font-weight:normal;}
.news-list2 h3 a:hover{ color:#c02626;}
.news-list2 li{
    padding: 54px 0 33px 0;
    border-top: 1px solid #ddd;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.news-list2 p{
    padding: 30px 0;
    line-height: 2.4;
}
.news-list2 li:hover{
    background-color: #ddd;
}

.news-list2 li:hover h6 span{
    background-image: url(../img/eye2.png);
    background-position: 1px 50%;
}

/*法律法规*/




/*联系我们*/
.pageContact{ width: 100%; padding: 0 ; margin:0.375rem auto;}
.pageContact .title{ width: 100%; text-align: center; font-size: 14px; color: #999;}
.pageContact .title p{ font-size: 46px; color: #333; margin-bottom: 10px;}
.pageContact .list{ width: 80%; margin: 60px auto;}
.pageContact .list dl{ float: left; width: 25%; padding: 0 4%;}
.pageContact .list dl dt{ width: 45px; height: 44px; margin: 0; transition: 400ms; -webkit-transition: 400ms;transition: 0.4s 0s; -webkit-transition: 0.4s 0s;}
.pageContact .list dl:nth-child(1) dt{ background: url(../img/contactIcon1.png) center center no-repeat;}
.pageContact .list dl:nth-child(2) dt{ background: url(../img/contactIcon2.png) center center no-repeat;}
.pageContact .list dl:nth-child(3) dt{ background: url(../img/contactIcon4.png) center center no-repeat;}
.pageContact .list dl:nth-child(4) dt{ background: url(../img/contactIcon0.png) center center no-repeat;height:130px;}
.pageContact .list dl dd{ width: 100%; text-align: left; margin: 0 auto; font-size: 14px; color: #666; line-height: 26px;}
.pageContact .list dl dd a{ color: #666;}
.pageContact .list dl dd a:hover{ color: #c02626;}
.pageContact .list dl dd p{ font-size: 20px; font-weight: bold; color: #000; margin: 20px auto 10px;}
.pageContact .list dl:hover dd,.pageContact .list dl:hover dd p{ color: #c02626;}
.pageContact .list dl:nth-child(1):hover dt{ background: url(../img/contactIcon1-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(2):hover dt{ background: url(../img/contactIcon2-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(3):hover dt{ background: url(../img/contactIcon4-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(4):hover dt{ background: url(../img/contactIcon0-1.png) center center no-repeat;}
.pageContact .list dl:hover dt{ opacity: 1;  transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
/* pageMap */
.pageMap{ width: 100%; height: 820px; background-color: #fff; position: relative; min-width: 1500px;}
.pageMap #mapall { height:640px; position: relative; z-index: 1; width: 100%;}
.pageMap .list{ width:80%; left: 50%; margin-left: -765px; bottom: 80px; position: absolute; z-index: 2; background-color: #fff; height: 200px; padding: 40px 0; -webkit-box-shadow:0 0 10px rgba(0,0,0,0.05); -moz-box-shadow:0 0 10px rgba(0,0,0,0.05); box-shadow:0 0 10px rgba(0,0,0,0.05);}
.pageMap .list dl{ float: left; width: 33.3%; height: 60px;  border-left: solid 1px #f5f5f5; padding: 20px 4.5%;}
.pageMap .list dl:first-child{ border-left: 0; }
.pageMap .list dl dt{ float: left; width:100%; line-height: 35px; font-size: 20px; color: #000; font-weight: bold; padding-left: 12%; background: url(../img/car.png) left center no-repeat;}
.pageMap .list dl dd{ float: left; width:100%; padding-left: 12%; margin-top: 8px; line-height: 26px; font-size: 14px; color: #333;}

/* pageForm */
.pageForm{ width: 100%; padding: 0 ; margin:0rem auto;}
.pageForm .title{ text-align: center;  width: 100%; text-align: center; font-size: 14px; color: #999; line-height: 26px;}
.pageForm .title p{ font-size: 32px; color: #333; font-weight: bold;  margin-bottom:20px; }
.pageForm .title span{ color: #c02727;}

.pageForm .list{ width:62%; margin:60px auto ; overflow:hidden;}
.pageForm .row{ width:100%; clear:both;  margin:0 0 30px 0;}
.pageForm .row .row_left{ width:50%; float:left; display:block; }
.pageForm .row .row_right{ width:50%; float:right; display:block; }
.pageForm label{ position:relative; display:block; }
.pageForm label span{ position:absolute; left:0; top:10px; font-size:14px; color:#666;}
.pageForm .txt{ border: 0; border-bottom:1px solid #eee; padding:40px 0; background:#fff;}
.pageForm .txt:focus{  border: 0; border-bottom:1px solid #c02727; padding:40px 0; background:#fff;}
.pageForm .txt.w1{ width:95%; height:20px; line-height:20px;}
.pageForm .txt.w2{ width:75rem; height:100px; line-height:20px;}
.pageForm .btn{ float:right; border:0; background:#c02727; border-radius:0; width:150px; height:50px; cursor:pointer; text-align:center; font-size:16px;  color:#fff;}
.pageForm .row .btn:hover{ background:#21282e; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease;}
.pageForm .row p.xin{ color:#21282e; line-height:50px; font-size:14px; float:left; color: #999;}
.pageForm .row p.xin span{ color:#ff4229;}

/* pageMore */
.pageMore{ width: 100%; padding: 3% 0; margin: auto; position: relative; background-color: #214079; color: #fff; text-align: center;}
.pageMore .p1{ font-size: 32px;}
.pageMore .p2{ font-size: 18px; margin: 0px 0 20px;}
.pageMore .p3 a{ width: 160px; height: 50px; margin: auto; font-size: 14px; padding-left: 30px; display: block; text-align: left; line-height: 50px; color: #333; background:#fff url(../img/more03.png) right 30px center no-repeat;}
.pageMore .p3 a:hover{ color: #c02727; background:#fff url(../img/more04.png) right 30px center no-repeat;}
/*联系我们*/


/*新闻中心*/
.sNews-hotnews{position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start; padding: 3.64583333% 0% 0;}
.sNews-hotnews:after{display: none;}
.sNews-hotnews .itemPackage{position: relative; overflow: hidden; float: left; width: 49%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.sNews-hotnews .itemPackage img{ width:100%;transition: all 0.6s;}
.sNews-hotnews .itemPackage a:hover img{ transform: scale(1.1);}
.sNews-hotnews .itemPackage:after{display: none;}
.sNews-hotnews .itemPackage:nth-child(2n+2){margin-left: 2%;}
.sNews-hotnews .itemPackage:nth-child(1n+3){margin-top: 2%;}
.sNews-hotnews .itemPackage:first-child .item{width: 100%;}
.sNews-hotnews .item{float: left; position: relative; overflow: hidden; width: 48%; height: auto;}
.sNews-hotnews .item:nth-child(2n+2){margin-left: 4%;}
.sNews-hotnews .item:nth-child(1n+3){margin-top: 2.25287356%;}
.sNews-hotnews .item .pic{height: 0; padding-bottom: 56.32183908%; background-color: #f1f1f1;}
.sNews-hotnews .item h3{z-index: 11; position: absolute; left: 0; bottom: 0; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 50px; line-height: 50px; padding: 0 10px;}


.index-news-list .item .border{position: absolute; background-color: #c02626;}
.border444 .border.b_t,
.index-news-list .item .border.b_t{left: 0%; right: 100%; top: -1px; height: 1px; -webkit-transition: all 340ms linear 50ms; transition: all 340ms linear 50ms;}
.border444 .border.b_r,
.index-news-list .item .border.b_r{top: 0%; bottom: 100%; right: -1px; width: 1px; -webkit-transition: all 340ms linear 50ms; transition: all 340ms linear 50ms;}
.border444 .border.b_b,
.index-news-list .item .border.b_b{left: 0%; right: 100%; bottom: -1px; height: 1px; -webkit-transition: all 340ms linear 50ms; transition: all 340ms linear 50ms;}
.border444 .border.b_l,
.index-news-list .item .border.b_l{top: 0%; bottom: 100%; left: -1px; width: 1px; -webkit-transition: all 340ms linear 50ms; transition: all 340ms linear 50ms;}
.border444:hover .b_t,
.index-news-list .item:hover .b_t{left: -1px; right: -1px; -webkit-transition: all 340ms linear 50ms; transition: all 340ms linear 50ms;}
.border444:hover .b_r,
.index-news-list .item:hover .b_r{top: -1px; bottom: -1px; -webkit-transition: all 340ms linear 50ms; transition: all 340ms linear 50ms;}
.border444:hover .b_b,
.index-news-list .item:hover .b_b{left: -1px; right: -1px; -webkit-transition: all 340ms linear 50ms; transition: all 340ms linear 50ms;}
.border444:hover .b_l,
.index-news-list .item:hover .b_l{top: -1px; bottom: -1px; -webkit-transition: all 340ms linear 50ms; transition: all 340ms linear 50ms;}

.index-news-list{ margin-top:3%; position: relative; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: start; align-content: flex-start;}
.index-news-list:after{display: none;}
.index-news-list .item{z-index: 1; position: relative; float: left; width: 49%; border: #e4e4e4 solid 1px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 22px 30px 42px 120px;}
.index-news-list .item:nth-child(1n+3){margin-top: 2%;}
.index-news-list .item:nth-child(2n+2){margin-left: 2%;}
.index-news-list .item h3{font-size: 18px; color: #333333; line-height: 22px;}
.index-news-list .item h3 a{ font-size:18px;}
.index-news-list .item h3 a b{ font-size:18px; font-weight:normal;}
.index-news-list .item h3 a:hover{ color:#c02626;}
.index-news-list .item p{margin-top: 8px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 44px; height: 44px; font-size: 14px; color: #999999;}
.index-news-list .item .time{position: absolute; left: 30px; top: 20px; color: #555; text-align: center;}
.index-news-list .item .time .d{font-size: 50px;}
.index-news-list .item .time .ym{margin-top: 8px; font-size: 15px;}
.index-news-list .item:hover{z-index: 9;}
/*新闻中心*/

.operation_box .swiper-button-prev,
.operation_box .swiper-button-next {
  background-color: #cacaca;
  transition: all .5s ease;
}
.operation_box .swiper-button-prev i,
.operation_box .swiper-button-next i {
  color: #ffffff;
}
.operation_box .swiper-pagination {
  width: 120px;
}
.operation_box .swiper-pagination span.on {
  color: #0d4486;
  font-size: 28px;
  font-weight: 700;
}
.ind_src_03 {
  background-color: #f5f5f5;
  position: relative;
}
.ind_src_03::before {
  content: '';
  display: block;
  height: 100%;
  width: 10%;
  background-color: #fbfbfb;
  top: 0;
  left: 13.4375%;
  position: absolute;
}
.ind_src_03::after {
  content: '';
  display: block;
  height: 100%;
  width: 10%;
  background-color: #fbfbfb;
  top: 0;
  left: 28.28125%;
  position: absolute;
}
.ind_src_03 .serve_title {
  text-align: center;
}
.ind_src_03 .pub_title::after,
.ind_src_03 .pub_title::before {
  left: 50%;
  margin-left: -34px;
}
.ind_src_03 > div {
  position: relative;
  z-index: 1;
}
.serve_det {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  text-align: center;
  transition: all .5s ease;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.serve_icon {
  color: #d2d9e3;
  line-height: 1;
}
.serve_icon i {
  font-size: .8rem;
}
.ser_title_l {
  color: #c1c7cd;
  line-height: 2;
}
.ser_info_l {
  color: #999999;
  line-height: 2;
  height: 120px;
}
.indicate_box {
  position: relative;
  text-align: center;
  font-size: 0;
  padding-bottom: 105px;
}
.indicate_box i {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #e8e8e8;
  transition: all .5s ease;
}
.indicate_box i span {
  width: 2px;
  height: 10px;
  background-color: #e8e8e8;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(30deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all .5s ease;
}
.serve_num {
  font-size: .56rem;
  line-height: .7;
  color: #e2e1e1;
  font-weight: 700;
}
.ser_info_box > div {
  float: left;
  margin-left: 10px;
  transition: all .5s;
  width: calc(( 50% - 30px ) / 3);
  position: relative;
}
.ser_info_box > div:first-child {
  margin-left: 0;
}
.ser_info_box > div.on {
  width: 50%;
}
.ser_info_box > div.on .serve_det {
  opacity: 0;
  pointer-events: none;
}
.ser_info_box > div.on .serve_con {
  display: block;
}
.ser_info_box > div.on .serve_hover > .fl a {
  pointer-events: all;
}
.serve_con {
  display: none;
  position: absolute;
  height: 100%;
  background-color: #0d4486;
  width: 100%;
  left: 0;
  top: 0;
}
.serve_con .serve_hover {
  height: 100%;
}
.serve_con .serve_hover > .fl {
  width: 41.25%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.serve_con .serve_hover > .fl > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  transition: all .5s ease;
}
.serve_con .serve_hover > .fl a {
  display: block;
  height: 100%;
  color: #ffffff;
  padding: 12% 5px 12% 12%;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.serve_con .serve_hover > .fl a .ser_det_title {
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 700;
}
.serve_con .serve_hover > .fl a .ser_det_info {
  line-height: 1.5;
  padding-bottom: .3rem;
  position: relative;
}
.serve_con .serve_hover > .fl a .ser_det_info::after {
  content: '';
  display: block;
  height: 2px;
  width: 1.5em;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.serve_con .serve_hover > .fl a .ser_bottom {
  position: absolute;
  width: 76%;
  left: 12%;
  bottom: 40px;
  line-height: 28px;
}
.serve_con .serve_hover > .fl a .ser_bottom .ser_num {
  font-weight: 700;
}
.serve_con .serve_hover > .fr {
  width: 58.75%;
  color: #ffffff;
  height: 100%;
}
.serve_con .serve_hover > .fr > div {
  padding: 0 12.76%;
  height: 100%;
}
.serve_con .serve_hover > .fr .serveList_det {
  font-size: 0;
  border-bottom: 1px solid #ffffff;
  height: 25%;
}
.serve_con .serve_hover > .fr .serveList_det:last-child {
  border-bottom: none;
}
.serve_con .serve_hover > .fr .serveList_det > div {
  display: inline-block;
  vertical-align: middle;
}
.serve_con .serve_hover > .fr .serveList_det > div:first-child {
  opacity: 0;
  height: 100%;
  width: 0;
}
.serve_con .serve_hover > .fr .serveList_det .ser_icon_bg {
  width: 31.61%;
  position: relative;
  margin-left: -4.348%;
}
.serve_con .serve_hover > .fr .serveList_det .ser_icon_bg img {
  display: block;
  width: 100%;
}
.serve_con .serve_hover > .fr .serveList_det .ser_icon_bg i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.serve_con .serve_hover > .fr .serveList_det .ser_data_box {
  width: 68.39%;
  padding-left: 10%;
}
.serve_con .serve_hover > .fr .serveList_det .ser_data_box .ser_title {
  line-height: 1;
  margin-bottom: .22rem;
}
.serve_con .serve_hover > .fr .serveList_det .ser_data_box .ser_data {
  line-height: .7;
}
.serve_con .serve_hover > .fr .serveList_det .ser_data_box .ser_data span {
  margin-right: .2rem;
  font-weight: 700;
}
@keyframes infiniteMove {
  0%,
  50%,
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  16% {
    transform: translate3d(5px, -5px, 0);
    -webkit-transform: translate3d(0, 5px, -5px);
  }
  32% {
    transform: translate3d(5px, 5px, 0);
    -webkit-transform: translate3d(5px, 5px, 0);
  }
  66% {
    transform: translate3d(-5px, -5px, 0);
    -webkit-transform: translate3d(-5px, -5px, 0);
  }
  82% {
    transform: translate3d(-5px, 5px, 0);
    -webkit-transform: translate3d(-5px, 5px, 0);
  }
}
/*插件*/
.slide {
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
}
.gallery {
  position: relative;
  z-index: 2;
}
.items {
  display: none;
}
.pag {
  padding: 10px 0;
  margin: 5px auto;
  position: relative;
}
.img-pags {
  position: static;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 68px;
}
.img-pags ul {
  margin: 0;
  width: 100%;
  min-height: 68px;
}
.img-pags li {
  margin: 0 5px 0 0;
  width: calc(600px/5 - 4px);
}
.img-pags li a {
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-pags li a img {
  opacity: .6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-pags li a span {
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
.img-pags li.active a,
.img-pags li a:hover {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.6);
}
.img-pags li.active a img,
.img-pags li a:hover img {
  opacity: 1;
}
.slide .prev {
  display: block;
  position: absolute;
  z-index: 15;
  bottom: 35px;
  right: 180px;
  text-decoration: none;
  border: 1px solid #DDD;
  padding: 7px 11px 6px;
  text-shadow: 0 1px 1px white;
  box-shadow: 0 1px 1px #fff;
  font: bold 11px Sans-Serif;
  white-space: nowrap;
  vertical-align: middle;
  color: #666;
  background: transparent;
  cursor: pointer;
  border-color: #ddd;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
  background: -o-linear-gradient(top, #ffffff, #e0e0e0);
  background: linear-gradient(top, #ffffff, #e0e0e0);
  -pie-background: linear-gradient(top, #ffffff, #e0e0e0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #ffffff;
}
.slide .prev:hover {
  color: #999999;
}
.slide .next {
  display: block;
  position: absolute;
  z-index: 15;
  bottom: 35px;
  right: 143px;
  text-decoration: none;
  border: 1px solid #DDD;
  padding: 7px 11px 6px;
  text-shadow: 0 1px 1px white;
  box-shadow: 0 1px 1px #fff;
  font: bold 11px Sans-Serif;
  white-space: nowrap;
  vertical-align: middle;
  color: #666;
  background: transparent;
  cursor: pointer;
  border-color: #ddd;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
  background: -o-linear-gradient(top, #ffffff, #e0e0e0);
  background: linear-gradient(top, #ffffff, #e0e0e0);
  -pie-background: linear-gradient(top, #ffffff, #e0e0e0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #ffffff;
}
.slide .next:hover {
  color: #999999;
}
.button1 {
  left: 0;
  top: 35px;
  display: block;
  position: absolute;
  z-index: 15;
  text-decoration: none;
  border: 1px solid #DDD;
  padding: 7px 11px 6px;
  text-shadow: 0 1px 1px white;
  box-shadow: 0 1px 1px #fff;
  font: bold 11px Sans-Serif;
  white-space: nowrap;
  vertical-align: middle;
  color: #666;
  background: transparent;
  cursor: pointer;
  border-color: #ddd;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
  background: -o-linear-gradient(top, #ffffff, #e0e0e0);
  background: linear-gradient(top, #ffffff, #e0e0e0);
  -pie-background: linear-gradient(top, #ffffff, #e0e0e0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #ffffff;
}
.button2 {
  left: 880px;
  top: 35px;
  display: block;
  position: absolute;
  z-index: 15;
  text-decoration: none;
  border: 1px solid #DDD;
  padding: 7px 11px 6px;
  text-shadow: 0 1px 1px white;
  box-shadow: 0 1px 1px #fff;
  font: bold 11px Sans-Serif;
  white-space: nowrap;
  vertical-align: middle;
  color: #666;
  background: transparent;
  cursor: pointer;
  border-color: #ddd;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
  background: -o-linear-gradient(top, #ffffff, #e0e0e0);
  background: linear-gradient(top, #ffffff, #e0e0e0);
  -pie-background: linear-gradient(top, #ffffff, #e0e0e0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #ffffff;
}
.slide .play {
  display: block;
  position: absolute;
  z-index: 15;
  position: absolute !important;
  bottom: 36px;
  right: 20px;
  z-index: 99;
  width: 23px;
  height: 15px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #DDD;
  padding: 6px 10px 5px;
  text-shadow: 0 1px 1px white;
  box-shadow: 0 1px 1px #fff;
  font: bold 11px Sans-Serif;
  white-space: nowrap;
  vertical-align: middle;
  color: #666;
  background: transparent;
  cursor: pointer;
  border-color: #ddd;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
  background: -o-linear-gradient(top, #ffffff, #e0e0e0);
  background: linear-gradient(top, #ffffff, #e0e0e0);
  -pie-background: linear-gradient(top, #ffffff, #e0e0e0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #ffffff;
}
.slide .play span {
  display: none;
}
.slide .play em {
  font-style: normal;
  display: block;
}
.slide .paused span {
  display: block;
}
.slide .paused em {
  display: none;
}
.slide .banner {
  width: 260px;
  overflow: hidden;
  position: absolute;
  top: 200px;
  color: #fff;
  right: 0px;
  z-index: 15;
  background: url(../images/png.png) left top repeat;
  padding: 0px;
  border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}
.slide .banner span {
  display: block;
  padding: 20px;
}
.progbar {
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
}
.numStatus {
  display: block;
  padding: 6px 10px 6px;
  position: absolute;
  z-index: 15;
  bottom: 30px;
  right: 75px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #DDD;
  text-shadow: 0 1px 1px white;
  box-shadow: 0 1px 1px #fff;
  font: bold 11px Sans-Serif;
  white-space: nowrap;
  vertical-align: middle;
  color: #666;
  background: transparent;
  cursor: pointer;
  border-color: #ddd;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background: -ms-linear-gradient(top, #ffffff, #e0e0e0);
  background: -o-linear-gradient(top, #ffffff, #e0e0e0);
  background: linear-gradient(top, #ffffff, #e0e0e0);
  -pie-background: linear-gradient(top, #ffffff, #e0e0e0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 0 3px #ffffff;
}
#pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 1008;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
}
#pop .con {
  position: relative;
  z-index: 10;
  width: 90vw;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#pop .con video {
  width: 100%;
}
#pop .con .p-close {
  position: absolute;
  bottom: 102%;
  right: 0;
  font-size: 24px;
}
#pop.on {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
#pop.on .con {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 1600px) {
  header .nav_case a {
    font-size: 16px;
  }
  header .nav_box_pc a {
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 1366px) {
  header .nav_box_pc a {
    padding: 0 2%;
  }
  .search_case span {
    padding-left: 10%;
  }
}
@media screen and (min-width: 1100px) {
  header .nav_box_pc a:hover::after,
  header .nav_box_pc > span:hover::after {
    width: 100%;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #0d4486 !important;
  }
  .swiper-pagination-bullet:hover {
    opacity: 1 !important;
  }
  .operation_box .swiper-button-prev:hover,
  .operation_box .swiper-button-next:hover {
    background-color: #0d4486;
  }
  .serve_det:hover .indicate_box i {
    transform: rotate(-90deg);
    background-color: #0d4486;
  }
  .serve_det:hover .indicate_box i span {
    opacity: 1;
    background-color: #0d4486;
  }
  .serve_con .serve_hover > .fl a:hover + div {
    transform: scale(1.1);
  }
}
