@charset "utf-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont,
    "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans",
    "Hiragino Sans GB", sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
audio,
canvas,
progress,
video {
  display: block;
  vertical-align: baseline;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  color: #222;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #13439b;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  display: block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  border: none;
  border-top: 2px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
  border: none;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: ".";
}
.l {
  float: left;
}
.r {
  float: right;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.bor {
  border: 1px dashed #999;
}
.poab {
  position: absolute;
}
.pore {
  position: relative;
}
.texto {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgInline {
  display: inline-block !important;
  vertical-align: middle;
}
.imgMargin {
  margin: 0 auto;
}
.imgW100 {
  width: 100%;
}

.text-r {
  text-align: right;
}
.text-m {
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 100;
}
.text-up {
  text-transform: uppercase;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}

.trans {
  transition: all 0.5s;
}
.trans-mask {
  display: block;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.trans-mask img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.trans-mask:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-mask .pic {
  overflow: hidden;
}
.bg-mask .pic a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.bg-mask:hover .pic a {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bg-mask .pic .a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.bg-mask:hover .pic .a {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wp {
  width: 92%;
  margin: 0 auto;
  max-width: 1400px;
}

.greybg {
  background: #f2f2f2;
}
.textup {
  text-transform: uppercase;
}
.co-main {
  color: #0662d4;
}
.co-fff {
  color: #fff !important;
}
.fixdbody {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.m-show {
  display: none;
}
.filter-page {
  filter: blur(5px);
}
.homec {
  position: relative;
}
.homec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 39.8%;
  background: url(../images/cleft.jpg) no-repeat center;
  background-size: 100% 100%;
  z-index: 0;
}
.homec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60.2%;
  background: url(../images/cright.jpg) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.homec .more {
  position: absolute;
  left: 6vw;
  bottom: 11.4vh;
}
.homec .more a {
  position: relative;
  width: 200px;
  height: 50px;
  border: 1px solid #a6c4f0;
  text-align: center;
  line-height: 40px;
  color: #4d89e1;
  display: block;
  background: #fff;
}
.homec .more a span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.homec .more a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -6px;
  top: -6px;
  border: 1px solid #4d89e1;
  z-index: 2;
}
.homec .more a:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  left: 88%;
  top: 22px;
  background: #4d89e1;
  z-index: 2;
}

.homec .aright {
  width: 60.2%;
  height: 100vh;
}
.homec .aright .item {
  width: 33.333%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  padding-top: 10%;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
.homec .aright .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
}
.homec .aright .item:hover {
  background: rgba(168, 35, 40, 0.78);
}
.homec .aright .item:nth-child(2) {
  border: 1px solid #ddd;
  border-top: 0;
  border-bottom: 0;
}
.homec .aright .item .i {
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  width: 104px;
  height: 104px;
}
.homec .aright .item .i:after {
  width: 104px;
  height: 104px;
  background: url(../images/ccir.png) no-repeat center;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  animation: roted 50s linear infinite;
  opacity: 0;
  transition: 0.3s;
  background-size: 100% 100%;
}
.homec .aright .item .i img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  width: 58px;
  height: 58px;
}
.homec .aright .item:hover .i img {
  transform: scale(0.8);
}
.homec .aright .item:hover .i:after {
  opacity: 1;
}
@keyframes roted {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}

.homec .more a:after {
  transition: 0.3s 0.1s;
}
.homec .more {
  transition: 0.3s;
}
.homec .more:hover {
  letter-spacing: 0.1em;
}
.homec .more:hover a:after {
  width: 100px;
}

.homec .aright .item .tc {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.homec .aright .item h4 {
  font-size: 30px;
  margin-left: 10px;
}
.homec .aright .item .tc p {
  max-height: 400px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s 0.1s;
}
.homec .aright .item .tcc {
  margin-left: 6.5vw;
  transition: 0.3s;
}
.homec .aright .item:hover .tcc {
  margin-left: 8vw;
}
.homec .aright .item:hover .tcc p {
  opacity: 1;
  visibility: inherit;
}

@media screen and (min-width: 1921px) {
  .homec .aright .item .tcc {
    margin-left: 7.2vw;
    transition: 0.3s;
  }
  .homec .aright .item:hover .tcc {
    margin-left: 8.5vw;
  }
}

.homec .aright .item:hover {
  padding-top: 15%;
}
/*.homec .aright .item .tcc{position: absolute;left: 50%;transform: translateX(-50%);height: 50vh;top:0;}*/
.homec .aleft {
  width: 29.5vw;
  padding-left: 6vw;
}
.homec .aleft img {
  transform: translateX(3vw);
}
.homec .aleft .t {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.homec .aleft .t0 {
  font-size: 60px;
  color: #13439b;
  margin-bottom: 20px;
}
.homec .aleft .t1 {
  font-weight: 100;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.homec .aleft .t2 {
  font-weight: 100;
  font-size: 44px;
}
.homec .aleft .t2 b {
  color: #8239b9;
}

@media screen and (max-width: 1630px) {
  .homec .aright .item .tcc {
    margin-left: 5.8vw;
  }
  .homec .aright .item:hover .tcc {
    margin-left: 7.5vw;
  }
}
@media screen and (max-width: 1440px) {
  .homec .aright .item .tcc {
    margin-left: 5.2vw;
  }
  .homec .aright .item:hover .tcc {
    margin-left: 7vw;
  }
}
@media screen and (max-width: 1366px) {
  .homec .more {
    bottom: 10vh;
  }
  .homec .aright .item .tc p {
    max-height: 300px;
  }
  .homec .aright .item .tcc {
    margin-left: 3.5vw;
  }
  .homec .aright .item:hover .tcc {
    margin-left: 6.5vw;
  }
  .homec .aleft .t0 {
    font-size: 40px;
  }
  .homec .aleft .t1 {
    font-size: 16px;
  }
  .homec .aleft .t2 {
    font-size: 30px;
  }
  .homec .aleft img {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1279px) {
  .homec::before {
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 45vh;
  }
  .homec::after {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 55vh;
    background: url(../images/bright1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .homec .more {
    bottom: 0;
  }
  .homec .aleft {
    margin: 0 auto;
    padding-left: 0;
    width: 50%;
  }
  .homec .aleft img {
    max-height: 30vh;
  }
  .homec .aright {
    width: 100%;
    height: 43vh;
    background: url(../images/cright.jpg) no-repeat center;
    background-size: 100% 100%;
  }
  .homec .aright .item .tc p {
    display: none;
  }
  .homec .aright .item .tcc {
    margin-left: 12vw;
  }
  .homec .aright .item:hover .tcc {
    margin-left: 12vw;
  }
  .homec .aright .item h4 {
    margin: 0 auto;
  }
  .homec .aright .item .tcc {
    margin: 0 auto;
    width: 35px;
  }
  .homec .aright .item .tc {
    writing-mode: inherit;
    writing-mode: inherit;
  }
  .homec .aright .item:hover .tcc {
    margin-left: auto;
  }

  .homec .aleft {
    width: 90%;
  }
  .homec .aleft .t0 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .homec .aleft .t1 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .homec .wpc {
    flex-direction: column;
    height: 100vh;
  }
  .homec .more {
    position: static;
    margin-bottom: 20px;
  }

  .homec .aright {
    height: auto;
    flex: 1;
  }
  .homec .aright .item .i img {
    height: 40px;
    width: 40px;
  }
  .homec .aright .item .i {
    margin-bottom: 10px;
    width: 84px;
    height: 84px;
  }
  .homec .aright .item .i:after {
    width: 84px;
    height: 84px;
  }
  .homec .aright .item h4 {
    font-size: 20px;
  }
  .homec .aright .item .tcc {
    margin: 0 auto;
    width: 25px;
  }
  .homec .aright .item {
    padding-top: 5%;
  }
  .homec .aright .item:hover {
    padding-top: 10%;
  }
}
@media screen and (max-width: 360px) {
  .homec::before {
    height: 50vh;
  }
  .homec::after {
    height: 50vh;
  }
  .homec .aleft img {
    max-height: 35vh;
  }
}
/*ie11 css hack*/
@media all and (-ms-high-contrast: none) {
  .homec .aleft {
    width: 35.8%;
    padding-right: 4%;
  }
}