@charset "utf-8";
.clear {
  clear: both;
}
html,
body {
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: arial, "STA", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
body {
  _height: 100%;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  *zoom: 1;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-size: 100%;
  font-family: "STA";
  font-weight: normal;
}

iframe,
frame,
fieldset,
img {
  border: 0 none;
}
img {
  vertical-align: top;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
input,
textarea,
button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="radio"] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  resize: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
th {
  font-weight: normal;
}
em,
cite,
address,
i {
  font-style: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
body,
input,
select,
button,
textarea {
}
body {
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div {
  -webkit-tab-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited,
a:active,
a {
  text-decoration: none;
}
a:hover {
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: auto;
  text-decoration: none;
}
a {
  blr: expression(this.onFocus=this.blur());
}
a * {
  *cursor: pointer;
}
:focus {
  outline: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}

/*公共部分*/
.w90 {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
  height: auto;
}
.w80 {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  height: auto;
}
body.body-page-bks {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
.td-space {
  padding: 100px 0;
}
.t-space {
  padding-top: 100px;
}
.d-space {
  padding-bottom: 100px;
}
.margin-t {
  margin-top: 65px;
}
.txt-c {
  width: 100%;
  height: auto;
}
.txt-c p {
  font-size: 16px;
  color: #000;
}
.title {
  width: 100%;
  height: auto;
}
.title h3 {
  color: #123265;
  font-size: 66px;
}
.title h3 span {
  color: #cf2b1e;
}
.title h1 {
  font-size: 66px;
}
.title2 {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(116, 167, 218, 0.2);
}
.view {
  margin-top: 20px;
  z-index: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  color: #ffffff;
  background: #123265;
  border: 1px solid #74a7da;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 30px;
  position: relative;
}
.view:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background: url(../img/a027.png) center no-repeat;
  background-size: cover;
}

.tip {
  font-size: 24px;
  padding-left: 20px;
  position: relative;
  font-family: "STA";
  color: #cf2b1e;
}
.tip:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #cf2b1e;
  top: calc(50% - 4px);
}

@media only screen and (max-width: 1680px) {
  .td-space {
    padding: 85px 0;
  }
  .t-space {
    padding-top: 85px;
  }
  .d-space {
    padding-bottom: 85px;
  }
  .margin-t {
    margin-top: 60px;
  }
  .title h3 {
    font-size: 60px;
  }
  .title h1 {
    font-size: 60px;
  }
  .tip {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  .td-space {
    padding: 75px 0;
  }
  .t-space {
    padding-top: 75px;
  }
  .d-space {
    padding-bottom: 75px;
  }
  .margin-t {
    margin-top: 55px;
  }
  .txt-c p {
    font-size: 15px;
  }
  .view {
    font-size: 15px;
  }
  .title h3 {
    font-size: 55px;
  }
  .title h1 {
    font-size: 55px;
  }
  .tip {
    font-size: 20px;
  }
  .title2 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .td-space {
    padding: 65px 0;
  }
  .t-space {
    padding-top: 65px;
  }
  .d-space {
    padding-bottom: 65px;
  }
  .margin-t {
    margin-top: 45px;
  }
  .title h3 {
    font-size: 50px;
  }
  .title h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .w80 {
    width: 90%;
  }
  .td-space {
    padding: 60px 0;
  }
  .t-space {
    padding-top: 60px;
  }
  .d-space {
    padding-bottom: 60px;
  }
  .margin-t {
    margin-top: 40px;
  }
  .txt-c p {
    font-size: 14px;
  }
  .view {
    font-size: 14px;
    padding: 8px 25px;
  }
  .title h3 {
    font-size: 40px;
  }
  .title h1 {
    font-size: 40px;
  }
  .tip {
    font-size: 18px;
  }
}

@media only screen and (max-width: 720px) {
  .td-space {
    padding: 55px 0;
  }
  .t-space {
    padding-top: 55px;
  }
  .d-space {
    padding-bottom: 55px;
  }
  .margin-t {
    margin-top: 35px;
  }
  .title h3 {
    font-size: 32px;
  }
  .title h1 {
    font-size: 25px;
  }
  .title2 {
    padding-bottom: 20px;
  }
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 9999;
}
.header .logo {
  float: left;
  width: 280px;
  margin-top: 15px;
  height: auto;
  display: block;
}
.header .logo .img2 {
  display: none;
}
.header .menu {
  width: calc(100% - 280px);
  height: auto;
  float: right;
}
.header .menu ul {
  font-size: 0;
  width: calc(100% - 90px);
  height: auto;
  float: left;
  text-align: right;
}
.header .menu ul > li {
  transition: all 0.5s ease;
  position: relative;
  text-transform: uppercase;
  line-height: 90px;
  font-weight: bolder;
  font-size: 16px;
  display: inline-block;
  margin-right: 2%;
}
.header .menu ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.header .menu ul li.subtwo > a {
  padding-right: 20px;
}
.header .menu ul li.subtwo > a:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 7.5px);
  background: url(../img/a017.png) center no-repeat;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
}
.header .menu ul li:hover:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 3px;
  background: #cf2b1e;
  position: absolute;
}
.header .menu ul li.cut:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 3px;
  background: #cf2b1e;
  position: absolute;
}

.header .menu .lang {
  cursor: pointer;
  color: #ffffff;
  position: relative;
  line-height: 90px;
  float: left;
  width: 90px;
  text-align: center;
}
.header .menu .lang .lang-show {
  display: none;
  position: absolute;
  top: 80%;
  right: calc(50% - 50px);
  width: 100px;
  text-align: center;
  background: #123265;
}
.header .menu .lang .lang-show a {
  color: #fff;
  line-height: 35px;
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header .menu .lang .lang-show a:last-child {
  border-bottom: none;
}
.header .menu .lang .lang-show a:hover {
  background: #cf2b1e;
}
.header .menu .lang:hover .lang-show {
  display: block;
}
.header .menu .lang span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.header .menu .lang span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 7.5px);
  background: url(../img/a017.png) center no-repeat;
  background-size: cover;
}
.header .menu ul li.subtwo .downs {
  display: none;
  width: 100%;
  padding: 110px 5% 0% 5%;
  z-index: -1;
  background: url(../img/b001.jpg) center no-repeat;
  background-size: cover;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-bottom: 8px solid #cf2b1e;
}
.header .menu ul li.subtwo .downs a {
  max-width: auto;
}
.header .menu ul li.subtwo .downs:before {
  position: absolute;
  top: 108px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(59, 133, 198, 0.25);
}
.header .menu ul li.subtwo:hover .downs {
  display: block;
}
.header .menu ul li.subtwo .downs .list {
  font-size: 0;
  text-align: left;
  float: left;
  padding: 45px 5% 0 5%;
  width: 70%;
  line-height: 30px;
  height: auto;
}
.header .menu ul li.subtwo .downs .list .list-c {
  padding-right: 1%;
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
}
.header .menu ul li.subtwo .downs .list .list-c .ico {
  width: 60px;
  height: auto;
}
.header .menu ul li.subtwo .downs .list .list-c h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  color: #74a7da;
}
.header .menu ul li.subtwo .downs .list .list-c h6 a {
  color: #74a7da;
}
.header .menu ul li.subtwo .downs .list .list-c .con {
  width: 100%;
  height: auto;
}
.header .menu ul li.subtwo .downs .list .list-c .con a {
  font-size: 16px;
  text-transform: capitalize;
  color: #74a7da;
  display: block;
}
.header .menu ul li.subtwo .downs .list .list-c .con a:hover {
  color: #cf2b1e;
}
.header .menu ul li.subtwo .downs .list .list-c h6 a:hover {
  color: #cf2b1e;
}
.header .menu ul li.subtwo .downs .glass-list {
  padding: 45px 5%;
  text-align: center;
  width: 30%;
  float: right;
  height: auto;
}
.header .menu ul li.subtwo .downs .glass-list .listcon {
  display: none;
  width: 100%;
  height: auto;
}
.header .menu ul li.subtwo .downs .glass-list .listcon .pic {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.header .menu ul li.subtwo .downs .glass-list .listcon .pic .bg {
  position: absolute;
  width: 200px;
  height: 200px;
  display: block;
  z-index: -1;
  top: calc(50% - 100px);
  border-radius: 100%;
  background: #ffffff;
  left: calc(50% - 100px);
}
.header .menu ul li.subtwo .downs .glass-list .listcon h3 {
  vertical-align: middle;
  width: 100%;
  color: #74a7da;
  font-size: 30px;
  margin-top: 25px;
}
.header .menu ul li.subtwo .downs .glass-list .listcon h3 i {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 25px;
  height: auto;
}
.header .menu ul li.subtwo .downs .glass-list .listcon h3 i .img2 {
  display: none;
}
.header .menu ul li.subtwo .downs .glass-list .listcon:hover h3 {
  color: #cf2b1e;
}
.header .menu ul li.subtwo .downs .glass-list .listcon:hover h3 i .img1 {
  display: none;
}
.header .menu ul li.subtwo .downs .glass-list .listcon:hover h3 i .img2 {
  display: block;
}
.header .menu ul li.subtwo .downs .list .news-sort {
  padding: 5% 0 5% 55%;
  width: 100%;
  height: auto;
}
.header .menu ul li.subtwo .downs .list .news-sort h6 {
  font-size: 24px;
  display: block;
  text-align: right;
  margin-right: 5%;
  color: #74a7da;
  margin-bottom: 20px;
}
.header .menu ul li.subtwo .downs .list .news-sort h6 a {
  color: #74a7da;
}
.header .menu ul li.subtwo .downs .list .news-sort h6 a:hover {
  color: #cf2b1e;
}
.header .menu ul li.subtwo .downs .pic-list {
  padding: 45px 5%;
  width: 30%;
  height: auto;
  float: right;
}
.header .menu ul li.subtwo .downs .pic-list .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.header .menu ul li.subtwo .downs:after {
  content: "";
  width: 1px;
  height: calc(100% - 108px);
  position: absolute;
  bottom: 0;
  right: 30%;
  background: rgba(59, 133, 1998, 0.25);
}
.header .menu ul li.subtwo .downs .pic-list img {
  -webkit-animation: rotate2 3s 1s infinite;
  animation: rotate2 3s 1s infinite;
  animation-name: rotate2;
}
@keyframes rotate2 {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.header .menu ul li.subtwo .downs .glass-list .listcon .pic {
  -webkit-animation: rotate1 6s 1s infinite;
  animation: rotate1 6s 1s infinite;
  animation-name: rotate1;
}
@keyframes rotate1 {
  0% {
    transform: rotateY(360deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}

.header2 {
  background: #ffffff;
  top: 0;
  z-index: 9999;
}
.header3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header2 .logo .img1 {
  display: none;
}
.header2 .logo .img2 {
  display: block;
}
.header2 .menu ul li a {
  color: #123265;
}
.header2 .menu ul li.subtwo > a:after {
  background: url(../img/a017ss.png) center no-repeat;
  background-size: cover;
}
.header2 .menu ul li.subtwo .downs {
  padding: 0px 5% 0% 5%;
  top: 90px;
}
.header2 .menu ul li.subtwo .downs:before {
  display: none;
}
.header2 .menu ul li.subtwo .downs:after {
  height: 100%;
}
.header2 .menu .lang span {
  color: #123265;
}
.header2 .menu .lang span:after {
  background: url(../img/a017ss.png) center no-repeat;
  background-size: cover;
}

.mb-nav {
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #133670;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 999;
}
.mb-nav .logo {
  display: block;
  width: 140px;
  height: auto;
}
.mb-nav .logo .img2 {
  display: none;
}
.mb-nav .toggle {
  width: 25px;
  position: absolute;
  right: 5%;
  top: 25px;
  background: #74a7da;
  height: 2px;
  vertical-align: middle;
  margin-top: 12px;
}
.mb-nav .toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  top: -7px;
  height: 2px;
  background: #74a7da;
}
.mb-nav .toggle:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  top: -14px;
  height: 2px;
  background: #74a7da;
}
.mb-nav .mbmenu {
  display: none;
  width: 100%;
  height: auto;
  max-height: calc(100% - 60px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: -1;
  position: fixed;
  top: 60px;
  left: 0;
  padding-bottom: 5%;
  background: url(../img/b001.jpg) center no-repeat;
  background-size: cover;
  border-bottom: 3px solid #cf2b1e;
}
.mb-nav .mbmenu ul {
  width: 100%;
  height: auto;
  padding: 0 5%;
}
.mb-nav .mbmenu ul li {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 0.5px solid rgba(0, 0, 0, 0.05);
}
.mb-nav .mbmenu ul li:last-child {
  border-bottom: none;
}
.mb-nav .mbmenu ul li:first-child {
  border-top: none;
}
.mb-nav .mbmenu ul li a {
  color: #74a7da;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 14px;
}
.mb-nav .mbmenu ul li.twonav {
  padding-right: 30px;
}
.mb-nav .mbmenu ul li.twonav:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/a017s.png) center no-repeat;
  background-size: cover;
}
.mb-nav .mbmenu ul li.twonav .downs {
  display: none;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
.mb-nav .mbmenu ul li.twonav .downs a {
  text-transform: capitalize;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mb-nav .mbmenu ul li.twonav .downs a:last-child {
  border-bottom: none;
}
.mb-nav .mbmenu ul li.twonav.cut .downs {
  display: block;
}
@media only screen and (max-width: 1680px) {
  .header .logo {
    width: 250px;
  }
  .header .menu {
    width: calc(100% - 250px);
  }
  .header .menu ul li.subtwo .downs .list .list-c .ico {
    width: 55px;
  }
  .header .menu ul li.subtwo .downs .list .list-c h6 {
    font-size: 22px;
  }
  .header .menu ul li.subtwo .downs .list .list-c .con a {
    font-size: 16px;
  }
  .header .menu ul li.subtwo .downs .list .news-sort h6 {
    font-size: 22px;
  }
  .header .menu ul li.subtwo .downs .glass-list .listcon h3 {
    font-size: 28px;
  }
  .header .menu ul li.subtwo .downs .glass-list .listcon h3 i {
    width: 26px;
  }
  .header .menu ul li.subtwo .downs .glass-list .listcon .pic .bg {
    width: 180px;
    height: 180px;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
  }
}
@media only screen and (max-width: 1440px) {
  .header .logo {
    width: 200px;
  }
  .header .menu {
    width: calc(100% - 200px);
  }
  .header .menu ul li {
    font-size: 15px;
  }
  .header .menu ul {
    width: calc(100% - 70px);
  }
  .header .menu .lang {
    width: 70px;
    font-size: 15px;
  }
  .header .menu ul li.subtwo .downs .list .list-c {
    padding-right: 1%;
  }
  .header .menu ul li.subtwo .downs .list .list-c .ico {
    width: 50px;
  }
  .header .menu ul li.subtwo .downs .list .list-c h6 {
    font-size: 20px;
  }
  .header .menu ul li.subtwo .downs .list .list-c .con a {
    font-size: 15px;
  }
  .header .menu ul li.subtwo .downs .list .news-sort h6 {
    font-size: 20px;
  }
  .header .menu ul li.subtwo .downs .glass-list .listcon .pic .bg {
    width: 150px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
  }
  .header .menu ul li.subtwo .downs .glass-list .listcon h3 {
    font-size: 24px;
  }
  .header .menu ul li.subtwo .downs .glass-list .listcon h3 i {
    width: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .header .logo {
    width: 160px;
  }
  .header .menu {
    width: calc(100% - 160px);
  }
  .header .menu ul li {
    font-size: 14px;
  }
  .header .menu ul li > a {
    line-height: 1;
    text-align: center;
    vertical-align: middle;
  }
  .header .menu ul {
    width: calc(100% - 50px);
  }
  .header .menu .lang {
    width: 50px;
    font-size: 14px;
  }
  .header .menu ul li.subtwo .downs .list .list-c .ico {
    width: 45px;
  }
  .header .menu ul li.subtwo .downs .list .list-c h6 {
    font-size: 18px;
  }
  .header .menu ul li.subtwo .downs .list .list-c .con a {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .header .menu ul li.subtwo .downs .list .news-sort h6 {
    font-size: 18px;
  }
  .header .menu ul li.subtwo .downs .glass-list .listcon h3 {
    font-size: 20px;
  }
  .header .menu ul li.subtwo .downs .glass-list .listcon .pic .bg {
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
  }

  .header .menu ul li.subtwo .downs .glass-list .listcon h3 i {
    width: 20px;
  }
}

@media only screen and (max-width: 1150px) {
  .header .menu ul li {
    font-size: 13px;
  }
  .header .menu ul li > a {
    max-width: 90px;
  }
  .header .menu .lang {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  .mb-nav {
    display: block;
  }
}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .scroll {
  width: 40px;
  height: auto;
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 2;
  display: block;
  cursor: pointer;
  border-radius: 100%;
  -webkit-animation: rotate 3.5s 0.1s infinite;
  animation: rotate 1.8s 0.2s infinite;
  animation-name: rotate;
}
@keyframes rotate {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.banner .banner-js .swiper-slide {
  transition: all 0.5s ease;
}
.banner .banner-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.banner .banner-js .pic {
  width: 100%;
  z-index: 1;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .banner-js .pic .bk {
  -webkit-animation: rotate11 8s 1.1s infinite;
  animation: rotate11 8s 1.2s infinite;
  animation-name: rotate11;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes rotate11 {
  0% {
    transform: translateX(-150px);
    opacity: 1;
    transition-delay: 1s;
  }
  50% {
    transform: translateX(200px);
    opacity: 0.2;
    transition-delay: 1s;
  }
  100% {
    transform: translateX(-150px);
    opacity: 1;
    transition-delay: 1s;
  }
}

.banner .banner-js .pic .con {
  width: 100%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner .banner-js .pic .con h5 {
  color: #ffffff;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-family: "STA";
  font-size: 66px;
}
.banner .banner-js .pic .con h5 span {
  color: #cf2b1e;
}
.banner .banner-js .pic .con h5:first-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.banner .banner-js .pic .con h5 i {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #fff;
  width: 100%;
  display: block;
}
.banner .banner-js .pic .con .cont {
  width: 100%;
  height: auto;
  padding-right: 55%;
}
.banner .banner-js .pic .con .cont .txt {
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 24px;
}

.banner .banner-js .swiper-slide-active .pic {
  transition: 4s linear;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.banner .banner-js .swiper-slide-active .pic .bk .con {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  right: 0;
  transition: all 0.8s ease;
  transition-delay: 0.1s;
  transition: 1s linear;
}
.banner .banner-js .swiper-button-next {
  background-image: url();
  right: 0px;
  left: auto;
  width: 50%;
  height: 100%;
  z-index: 33;
}
.banner .banner-js .swiper-button-prev {
  background-image: url();
  left: 0px;
  width: 50%;
  right: auto;
  height: 100%;
  z-index: 33;
}
.banner .banner-js .swiper-button-next:hover,
.banner .banner-js .swiper-button-prev:hover {
  cursor: url(../img/cursor-drag.png) 40 40, move;
  z-index: 33;
}

@media only screen and (max-width: 1680px) {
  .banner .banner-js .pic .con h5 {
    font-size: 60px;
  }
  .banner .banner-js .pic .con .cont {
    padding-right: 50%;
  }
  .banner .banner-js .pic .con .cont .txt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner .banner-js .pic .con h5 {
    font-size: 55px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .banner .banner-js .pic .con .cont {
    padding-right: 45%;
  }
  .banner .banner-js .pic .con .cont .txt {
    font-size: 20px;
  }
  .banner .banner-js .pic .con h5 i {
    height: 4px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner .banner-js .pic .con h5 {
    font-size: 50px;
  }
  .banner .banner-js .pic .con .cont {
    padding-right: 35%;
  }
  .banner .banner-js .pic .con .cont .txt {
    font-size: 18px;
  }
  .banner .scroll {
    width: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .banner-js .pic .con h5 {
    font-size: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .banner .banner-js .pic .con .cont {
    padding-right: 25%;
  }
  .banner .banner-js .pic .con .cont .txt {
    font-size: 16px;
  }
  .banner .scroll {
    width: 30px;
  }
  .banner .banner-js .pic .con h5 i {
    height: 3px;
  }
}
@media only screen and (max-width: 720px) {
  .banner .banner-js .pic .con h5 {
    font-size: 33px;
  }
  .banner .banner-js .pic .con .cont {
    padding-right: 5%;
  }
}

.glass {
  border-bottom: 10px solid #cf2b1e;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.glass .glass-sort {
  width: 100%;
  height: auto;
  font-size: 0;
  text-align: center;
}
.glass .glass-sort li {
  font-size: 48px;
  margin-right: 2%;
  font-family: "STA";
  display: inline-block;
  vertical-align: top;
}
.glass .glass-sort li a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.glass .glass-sort li i {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  margin-left: 10px;
  width: 36px;
  height: auto;
}
.glass .glass-sort li.cut a {
  color: #cf2b1e;
}
.glass .glass-sort li.cut i {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.glass .glass-sort li:hover a {
  color: #cf2b1e;
}
.glass .glass-sort li:hover i {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.glass .glass-c {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
}
.glass .glass-c .pic {
  margin: 0 auto;
  display: none;
  width: 35%;
  max-width: 350px;
  height: auto;
  position: relative;
  z-index: 0;
}
.glass .glass-c .pic img {
  -webkit-animation: ratate 3.5s 0.1s infinite;
  animation: ratate 1.8s 0.2s infinite;
  animation-name: ratate;
}
.glass .glass-c .pic .bg {
  background: #ffffff;
  position: absolute;
  z-index: -1;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  top: calc(50% - 120px);
  left: calc(50% - 120px);
}
@keyframes ratate {
  0% {
    transform: scale(1.15);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.15);
    opacity: 0.9;
  }
}

@media only screen and (max-width: 1680px) {
  .glass .glass-sort li {
    font-size: 45px;
  }
  .glass .glass-sort li i {
    width: 34px;
  }
  .glass .glass-c .pic .bg {
    width: 220px;
    height: 220px;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
  }
}
@media only screen and (max-width: 1440px) {
  .glass .glass-sort li {
    font-size: 40px;
  }
  .glass .glass-sort li i {
    width: 32px;
  }
  .glass .glass-c .pic .bg {
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
  }
}
@media only screen and (max-width: 1280px) {
  .glass .glass-sort li {
    font-size: 33px;
  }
  .glass .glass-sort li i {
    width: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .glass .glass-sort li {
    font-size: 26px;
  }
  .glass .glass-sort li i {
    width: 28px;
    margin-left: 5px;
  }
  .glass .glass-c .pic .bg {
    width: 180px;
    height: 180px;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
  }
}
@media only screen and (max-width: 720px) {
  .glass .glass-c .pic {
    width: 70%;
  }
  .glass .glass-c {
    margin-bottom: 25px;
  }
  .glass .glass-sort li {
    font-size: 20px;
    margin-right: 25px;
  }
  .glass .glass-sort li i {
    width: 20px;
  }
  .glass .glass-c .pic .bg {
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
  }
}

.in-pro {
  width: 100%;
  height: auto;
  background: #eaf0f6;
  position: relative;
  z-index: 0;
}
.in-pro-l {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}
.in-pro-l #in-pro-js1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.in-pro-l #in-pro-js1 .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.in-pro-l #in-pro-js1 .pic .bks {
  width: 100%;
  padding: 100px 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(7, 20, 43, 0.15);
}
.in-pro-l #in-pro-js1 .pic .bks .line {
  width: 100%;
  height: 5px;
  background: #ffffff;
  display: block;
}
.in-pro-l #in-pro-js1 .pic .bks .sort {
  margin: 15% 0 35px 0;
  width: 100%;
  height: auto;
  font-family: "STA";
  color: #ffffff;
  font-size: 24px;
}
.in-pro-l #in-pro-js1 .pic .bks .sort i {
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  vertical-align: middle;
}
.in-pro-l #in-pro-js1 .pic .bks .txt {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 48px;
  color: #ffffff;
  font-family: "STA";
}
.in-pro-l #in-pro-js1 .pic .bks .more {
  margin-top: 45px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
}
.in-pro-r {
  width: 50%;
  float: right;
  height: auto;
  padding-left: 5%;
  z-index: 2;
}
.in-pro-r #in-pro-js2 {
  padding-right: 25%;
  width: 100%;
  height: auto;
}
.in-pro-r #in-pro-js2 .pro-c {
  text-align: center;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 5% 10%;
}
.in-pro-r #in-pro-js2 .pro-c .pic {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.in-pro-r #in-pro-js2 .pro-c h3 {
  font-size: 30px;
  color: #07265b;
}
.in-pro-r #in-pro-js2 .pro-c .txt-c {
  width: 100%;
  height: auto;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in-pro-r #in-pro-js2 .pro-c .txt-c p {
  color: #000000;
}

.in-pro-r #in-pro-js2 {
  cursor: url(../img/cursor-drag.png) 40 40, move;
  transition: all 0.5s ease;
}

.in-pro-l .swiper-button-next {
  background-image: url(../img/a014.png);
  right: -60px;
  left: auto;
}
.in-pro-l .swiper-button-prev {
  background-image: url(../img/a015.png);
  right: 0px;
  left: auto;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
}
.in-pro-l .swiper-button-next,
.in-pro-l .swiper-button-prev {
  position: absolute;
  top: 75%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 22;
  cursor: pointer;
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cf2b1e;
}

@media only screen and (max-width: 1680px) {
  .in-pro-l #in-pro-js1 .pic .bks .txt {
    font-size: 45px;
  }
  .in-pro-r #in-pro-js2 .pro-c h3 {
    font-size: 28px;
  }
  .in-pro-l #in-pro-js1 .pic .bks {
    padding: 85px 10%;
  }
  .in-pro-l #in-pro-js1 .pic .bks .sort {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  .in-pro-l #in-pro-js1 .pic .bks .txt {
    font-size: 40px;
  }
  .in-pro-r #in-pro-js2 .pro-c h3 {
    font-size: 26px;
  }
  .in-pro-l #in-pro-js1 .pic .bks {
    padding: 75px 10%;
  }

  .in-pro-l .swiper-button-next {
    right: -50px;
  }
  .in-pro-l .swiper-button-next,
  .in-pro-l .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 50px 50px;
  }
  .in-pro-l #in-pro-js1 .pic .bks .more {
    font-size: 15px;
  }
  .in-pro-l #in-pro-js1 .pic .bks .sort {
    font-size: 20px;
  }
  .in-pro-l #in-pro-js1 .pic .bks .line {
    height: 4px;
  }
  .in-pro-l #in-pro-js1 .pic .bks .sort i {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .in-pro-l #in-pro-js1 .pic .bks .txt {
    font-size: 35px;
  }
  .in-pro-r #in-pro-js2 .pro-c h3 {
    font-size: 24px;
  }
  .in-pro-l .swiper-button-next {
    right: -45px;
  }
  .in-pro-l #in-pro-js1 .pic .bks {
    padding: 65px 10%;
  }
  .in-pro-l .swiper-button-next,
  .in-pro-l .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    background-size: 45px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .in-pro-l #in-pro-js1 .pic .bks .txt {
    font-size: 30px;
  }
  .in-pro-r #in-pro-js2 .pro-c h3 {
    font-size: 22px;
  }
  .in-pro-l .swiper-button-next {
    right: -40px;
  }
  .in-pro-l #in-pro-js1 .pic .bks {
    padding: 60px 5%;
  }
  .in-pro-l .swiper-button-next,
  .in-pro-l .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 40px 40px;
  }
  .in-pro-l #in-pro-js1 .pic .bks .more {
    font-size: 14px;
  }
  .in-pro-l #in-pro-js1 .pic .bks .sort {
    font-size: 18px;
  }
  .in-pro-l #in-pro-js1 .pic .bks .line {
    height: 3px;
  }
  .in-pro-l #in-pro-js1 .pic .bks .sort i {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 720px) {
  .in-pro-l #in-pro-js1 .pic .bks .txt {
    font-size: 25px;
  }
  .in-pro-r #in-pro-js2 .pro-c h3 {
    font-size: 20px;
  }
  .in-pro {
    z-index: 11;
  }
  .in-pro-l {
    width: 100%;
    height: 400px;
    position: static;
    position: relative;
    z-index: 0;
  }
  .in-pro-r {
    width: 100%;
    height: auto;
    padding: 0 0% 55px 5%;
    margin-top: -18%;
    z-index: 22;
  }
  .in-pro-l .swiper-button-next {
    right: 5%;
  }
  .in-pro-l #in-pro-js1 .pic .bks {
    padding: 55px 5% 65px 5%;
  }

  .in-pro-r #in-pro-js2 .pro-c {
    padding: 25px 10%;
  }
  .in-pro-l .swiper-button-prev {
    right: calc(5% + 30px);
  }
  .in-pro-l .swiper-button-next,
  .in-pro-l .swiper-button-prev {
    top: 60%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px 30px;
  }
}

.multiple {
  width: 100%;
  height: auto;
}
.multiple ul {
  width: 100%;
  height: auto;
  font-size: 0;
}
.multiple ul li {
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  vertical-align: top;
  background-position: center;
  background-color: #123265;
  display: inline-block;
  width: calc(65% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.multiple ul li:nth-child(2n) {
  margin-right: 0;
}
.multiple ul li .bks {
  display: block;
  height: 520px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.multiple ul li:nth-child(2),
.multiple ul li:nth-child(3) {
  width: calc(35% - 10px);
}
.multiple ul li .ico {
  width: 70px;
  height: auto;
  margin-bottom: 25px;
}
.multiple ul li .con {
  width: 100%;
  height: auto;
  padding: 5% 60px;
}
.multiple ul li h3 {
  color: #ffffff;
  font-size: 36px;
  font-family: "STA";
  font-weight: normal;
  margin-bottom: 15px;
}
.multiple ul li .con .txt-c {
  width: 100%;
  height: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.multiple ul li .con .txt-c p {
  color: #ffffff;
}
.multiple ul li .con .more {
  font-size: 16px;
  display: block;
  margin-top: 25px;
  text-transform: uppercase;
  font-family: arial;
  font-weight: bold;
  color: #ffffff;
}
.multiple ul li .con {
  position: absolute;
  bottom: 5%;
}
.multiple ul li:hover .bks {
  background-color: #123265;
}
.multiple ul li:last-child:hover .bks {
  background-color: rgba(0, 0, 0, 0);
}
.multiple ul li .in-news {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.multiple ul li .in-news .in-news-js {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.multiple ul li .in-news .in-news-js .bks-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-position: center;
}
.multiple ul li .in-news .in-news-js .bks-pic:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.multiple ul li .in-news .in-news-js a {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  height: auto;
  display: block;
  padding: 5% 60px;
  z-index: 3;
}
.multiple ul li .in-news .in-news-js a .date {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
  font-family: "STA";
}
.multiple ul li .in-news .in-news-js a h3 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiple ul li .in-news .in-news-js a .txt-c {
  width: 100%;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.multiple ul li .in-news .in-news-js a .txt-c p {
  color: #ffffff;
}

.multiple ul li .in-news .swiper-button-next {
  background-image: url(../img/a014.png);
  right: 5%;
  left: auto;
}
.multiple ul li .in-news .swiper-button-prev {
  background-image: url(../img/a015.png);
  right: calc(5% + 80px);
  left: auto;
}
.multiple ul li .in-news .swiper-button-next,
.multiple ul li .in-news .swiper-button-prev {
  position: absolute;
  top: 8%;
  width: 60px;
  height: 60px;
  margin-top: -0px;
  z-index: 10;
  cursor: pointer;
  background-size: 60px 60px;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center;
  background-repeat: no-repeat;
}
.multiple ul li .in-news .swiper-button-next:hover,
.multiple ul li .in-news .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1680px) {
  .multiple ul li h3 {
    font-size: 34px;
  }
  .multiple ul li .ico {
    width: 60px;
  }
  .multiple ul li .bks {
    height: 480px;
  }
  .multiple ul li .con {
    padding: 5% 50px;
  }
  .multiple ul li .in-news .in-news-js a {
    padding: 5% 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .multiple ul li h3 {
    font-size: 30px;
  }
  .multiple ul li .ico {
    width: 55px;
  }
  .multiple ul li .bks {
    height: 450px;
  }
  .multiple ul li .con {
    padding: 5% 45px;
  }
  .multiple ul li .in-news .in-news-js a {
    padding: 5% 45px;
  }
  .multiple ul li .con .more {
    font-size: 15px;
  }
  .multiple ul li .con .txt-c {
    height: 135px;
  }
  .multiple ul li .in-news .in-news-js a .txt-c {
    height: 68px;
  }
  .multiple ul li .in-news .swiper-button-next,
  .multiple ul li .in-news .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .multiple ul li .in-news .swiper-button-prev {
    right: calc(5% + 70px);
  }
}
@media only screen and (max-width: 1280px) {
  .multiple ul li h3 {
    font-size: 28px;
  }
  .multiple ul li .ico {
    width: 50px;
  }
  .multiple ul li .bks {
    height: 400px;
  }
  .multiple ul li .con {
    padding: 5% 35px;
  }
  .multiple ul li .in-news .in-news-js a {
    padding: 5% 35px;
  }
  .multiple ul li .con .txt-c {
    -webkit-line-clamp: 3;
    height: 68px;
  }
  .multiple ul li .in-news .in-news-js a .txt-c {
    height: 68px;
  }
  .multiple ul li {
    width: calc(65% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .multiple ul li:nth-child(2),
  .multiple ul li:nth-child(3) {
    width: calc(35% - 7.5px);
  }

  .multiple ul li .in-news .swiper-button-next,
  .multiple ul li .in-news .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
  }
  .multiple ul li .in-news .swiper-button-prev {
    right: calc(5% + 65px);
  }
}
@media only screen and (max-width: 1024px) {
  .multiple ul li h3 {
    font-size: 26px;
  }
  .multiple ul li .ico {
    width: 50px;
  }
  .multiple ul li .bks {
    height: 350px;
  }
  .multiple ul li .con {
    padding: 5% 30px;
  }
  .multiple ul li .in-news .in-news-js a {
    padding: 5% 30px;
  }
  .multiple ul li {
    width: calc(65% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .multiple ul li:nth-child(2),
  .multiple ul li:nth-child(3) {
    width: calc(35% - 5px);
  }
  .multiple ul li .con .more {
    font-size: 14px;
  }
  .multiple ul li .con .txt-c {
    height: 63px;
  }
  .multiple ul li .in-news .in-news-js a .txt-c {
    height: 63px;
  }

  .multiple ul li .in-news .swiper-button-next,
  .multiple ul li .in-news .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
  }
  .multiple ul li .in-news .swiper-button-prev {
    right: calc(5% + 55px);
  }
}
@media only screen and (max-width: 720px) {
  .multiple ul li h3 {
    font-size: 24px;
  }
  .multiple ul li .ico {
    width: 40px;
  }
  .multiple ul li .bks {
    height: 300px;
  }
  .multiple ul li .con {
    padding: 5% 20px;
  }
  .multiple ul li .in-news .in-news-js a {
    padding: 5% 20px;
  }
  .multiple ul li {
    width: 100%;
  }
  .multiple ul li:nth-child(2),
  .multiple ul li:nth-child(3) {
    width: 100%;
  }
  .multiple ul li:nth-child(2) .bks,
  .multiple ul li:nth-child(3) .bks {
    height: 200px;
  }
  .multiple ul li .in-news .in-news-js a {
    padding: 30px;
  }
}

.footer {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  background: #123265;
  z-index: 0;
}
.footer .bks {
  width: 35%;
  top: 0;
  left: 0;
  height: auto;
  z-index: -1;
  position: absolute;
}
.footer .foot-d {
  padding: 15px 0;
  background: #02183e;
  width: 100%;
  height: auto;
}
.footer .foot-d .pcy {
  width: 80%;
  line-height: 28px;
  font-size: 16px;
  color: #3c85c6;
  float: left;
}
.footer .foot-d .pcy a {
  color: #3c85c6;
}
.footer .foot-d .pcy span {
  margin-right: 8px;
}
.footer .foot-d .share {
  font-size: 0;
  width: 20%;
  text-align: right;
  float: right;
}
.footer .foot-d .share a {
  display: inline-block;
  height: 28px;
  width: auto;
  margin-left: 10px;
}
.footer .foot-d .share a img {
  display: block;
  height: 28px;
  width: auto;
}
.footer .form {
  padding: 45px 0 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  width: 100%;
  height: auto;
}
.footer .form h6 {
  color: #ffffff;
  font-size: 48px;
  width: 35%;
  float: left;
  font-family: "STA";
}
.footer .form h6 span {
  color: #cf2b1e;
}
.footer .form form {
  margin-top: 35px;
  width: 50%;
  max-width: 550px;
  float: right;
  height: auto;
  position: relative;
}
.footer .form form .c1 {
  color: rgba(7, 38, 91, 0.2);
  font-size: 16px;
  font-family: arial;
  font-weight: bolder;
  background: #ffffff;
  width: 100%;
  display: block;
  line-height: 20px;
  padding: 10px;
  border: none;
}
.footer .form form .send {
  font-size: 16px;
  font-weight: bolder;
  text-transform: capitalize;
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  width: 100px;
  line-height: 20px;
  padding: 10px;
  background: #cf2b1e;
  color: #ffffff;
}
.footer .form form .c1::-webkit-input-placeholder {
  color: rgba(7, 38, 91, 0.2);
  text-transform: capitalize;
  font-family: arial;
}
.footer .form form .c1::-moz-placeholder {
  color: rgba(7, 38, 91, 0.2);
  text-transform: capitalize;
  font-family: arial;
}
.footer .form form .c1::-ms-input-placeholder {
  color: rgba(7, 38, 91, 0.2);
  text-transform: capitalize;
  font-family: arial;
}
.footer .foot-c {
  width: 100%;
  height: auto;
  padding: 45px 0;
}
.footer .foot-c .infor {
  width: 40%;
  float: left;
}
.footer .foot-c .mail {
  width: 45%;
  float: right;
  text-align: right;
}
.footer .foot-c .mail .ico {
  width: 100%;
  font-size: 0;
}
.footer .foot-c .mail .ico .ewm {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 120px;
  height: auto;
  margin-left: 15px;
}
.footer .foot-c .mail .ico .ewm img {
  display: block;
  height: auto;
  width: 100%;
}
.footer .foot-c .mail .ico .ewm p {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.footer .foot-c .mail a {
  display: block;
  font-size: 48px;
  color: #ffffff;
  font-family: arial;
  font-weight: bolder;
}
.footer .foot-c .infor {
  width: 55%;
  /* max-width: 420px; */
  float: left;
}
.footer .foot-c .infor .code {
  color: #3c85c6;
  font-size: 25px;
  font-weight: bold;
  margin-top: 40px;
}
.footer .foot-c .infor .code span {
  font-size: 38px;
}
.footer .foot-c .infor .webgroup {
  padding-top: 10px;
  width: 340px;
  max-width: 100%;
  height: auto;
  position: relative;
}
.footer .foot-c .infor .webgroup span {
  width: 100%;
  color: #3c85c6;
  background: rgba(255, 255, 255, 0.15);
  display: block;
  line-height: 20px;
  padding: 10px;
  position: relative;
}
.footer .foot-c .infor .webgroup span:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  border-top: 8px solid #cf2b1e;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
}
.footer .foot-c .infor .webgroup .webgroup-show {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: none;
  width: 100%;
  padding: 0 15px;
  height: auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #ffffff;
}
.footer .foot-c .infor .webgroup .webgroup-show a {
  display: block;
  color: #123265;
  font-weight: bold;
  line-height: 40px;
}
.footer .foot-c .infor .webgroup .webgroup-show:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25%;
  border-top: 8px solid #ffffff;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
}
.footer .foot-c .infor .webgroup .webgroup-show a:hover {
  color: #cf2b1e;
}
.footer .foot-c .infor .webgroup:hover .webgroup-show {
  display: block;
}

@media only screen and (max-width: 1680px) {
  .footer .form h6 {
    font-size: 45px;
  }
  .footer .form form {
    margin-top: 30px;
  }
  .footer .foot-c .infor .code {
    font-size: 23px;
  }
  .footer .foot-c .infor .code span {
    font-size: 38px;
  }
  .footer .foot-c .mail a {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1440px) {
  .footer .form h6 {
    font-size: 40px;
  }
  .footer .form form {
    margin-top: 25px;
  }
  .footer .foot-c .infor .code {
    font-size: 25px;
  }
  .footer .foot-c .infor .code span {
    font-size: 40px;
  }
  .footer .foot-c .mail a {
    font-size: 40px;
  }
  .footer .foot-c .mail .ico .ewm {
    width: 110px;
  }
  .footer .form form .c1 {
    font-size: 15px;
  }
  .footer .form form .send {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer .form h6 {
    font-size: 35px;
  }
  .footer .form form {
    margin-top: 20px;
  }
  .footer .foot-c .infor .code {
    font-size: 20px;
  }
  .footer .foot-c .infor .code span {
    font-size: 35px;
  }
  .footer .foot-c .mail a {
    font-size: 35px;
  }
  .footer .foot-c .mail .ico .ewm {
    width: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .form h6 {
    font-size: 30px;
  }
  .footer .form form {
    margin-top: 15px;
  }
  .footer .foot-c .infor .code {
    font-size: 16px;
  }
  .footer .foot-c .infor .code span {
    font-size: 30px;
  }
  .footer .foot-c .mail a {
    font-size: 28px;
  }
  .footer .foot-c .mail .ico .ewm {
    margin: 0 10px;
  }
  .footer .foot-d .pcy {
    font-size: 15px;
  }
  .footer .foot-d .pcy {
    width: 100%;
    height: auto;
  }
  .footer .foot-d .share {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 10px;
  }
  .footer .foot-d .share a {
    margin-left: 0;
    margin-right: 10px;
    height: 25px;
  }
  .footer .foot-d .share a img {
    height: 25px;
  }
  .footer .form form .c1 {
    font-size: 14px;
  }
  .footer .form form .send {
    font-size: 14px;
  }
}
@media only screen and (max-width: 720px) {
  .footer .foot-d .pcy {
    font-size: 14px;
  }
  .footer .form h6 {
    font-size: 25px;
    width: 100%;
  }
  .footer .form form {
    width: 100%;
  }
  .footer .foot-c .infor {
    width: 100%;
  }
  .footer .foot-c .infor .webgroup span {
    padding: 8px;
  }
  .footer .foot-c .infor .code {
    font-size: 14px;
  }
  .footer .foot-c .infor .code span {
    font-size: 25px;
  }
  .footer .foot-c .mail {
    text-align: left;
    width: 100%;
    margin-top: 35px;
  }
  .footer .foot-c .mail a {
    display: inline-block;
    font-size: 22px;
  }
  .footer .foot-c .mail .ico {
    text-align: center;
  }
  .footer .foot-d .pcy {
    width: 100%;
    height: auto;
  }
  .footer .foot-d .share {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 10px;
  }
  .footer .foot-d .share a {
    margin-left: 0;
    margin-right: 10px;
    height: 25px;
  }
  .footer .foot-d .share a img {
    height: 25px;
  }
  .footer .foot-c {
    padding: 25px 0;
  }
}

.in-banner {
  width: 100%;
  height: auto;
}
.in-banner .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.in-banner .pic > img {
  display: block;
  width: 100%;
  height: auto;
}
.in-banner .pic .bks {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.in-banner .pic .con {
  top: 35%;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}
.in-banner .pic .bks img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.in-banner .pic .con .ico {
  width: 50px;
  height: auto;
  margin: 0 auto;
}
.in-banner .pic .con h2 {
  color: #ffffff;
  font-size: 66px;
  margin-top: 20px;
}

@media only screen and (max-width: 1680px) {
  .in-banner .pic .con h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1440px) {
  .in-banner .pic .con .ico {
    width: 45px;
  }
  .in-banner .pic .con h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1280px) {
  .in-banner .pic .con .ico {
    width: 40px;
  }
  .in-banner .pic .con h2 {
    font-size: 50px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .in-banner .pic .con .ico {
    width: 35px;
  }
  .in-banner .pic .con h2 {
    font-size: 40px;
  }
  .in-banner .pic > img {
    display: none;
  }
  .in-banner .pic {
    height: 300px;
  }
  .in-banner {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 720px) {
  .in-banner .pic .con h2 {
    font-size: 35px;
  }
  .in-banner .pic .con {
    top: 28%;
  }
}

.hotnews {
  width: 100%;
  height: auto;
  background: #f6f8fb;
}
.hotnews .hotnews-top {
  position: relative;
  width: 100%;
  height: auto;
}
.hotnews .hotnews-c {
  padding-left: calc(50% - 650px);
}
.hotnews .hotnews-c .hotnews-js {
  width: 100%;
  height: auto;
  padding-right: 40%;
}
.hotnews .hotnews-c .hotnews-js a {
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hotnews .hotnews-c .hotnews-js a .bks {
  padding: 5% 30% 5% 5%;
  width: 100%;
  height: auto;
  background: rgba(15, 40, 83, 0.15);
}
.hotnews .hotnews-c .hotnews-js a .bks .line {
  display: block;
  width: 100%;
  height: 5px;
  background: #ffffff;
}
.hotnews .hotnews-c .hotnews-js a .bks .date {
  margin-top: 35px;
  position: relative;
  font-size: 24px;
  font-family: "STA";
  padding-left: 20px;
  color: #ffffff;
}
.hotnews .hotnews-c .hotnews-js a .bks .date:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffffff;
  top: calc(50% - 4px);
}
.hotnews .hotnews-c .hotnews-js a .bks h3 {
  margin-top: 18%;
  height: 79px;
  color: #ffffff;
  font-size: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hotnews .hotnews-c .hotnews-js a .bks .more {
  position: relative;
  font-weight: bold;
  text-transform: capitalize;
  color: #cf2b1e;
  font-size: 18px;
  font-family: arial;
  display: block;
  margin-top: 10px;
}
.hotnews .hotnews-c .hotnews-js a:hover .bks .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: url(../img/a016.png) center no-repeat;
  background-size: cover;
}
.hotnews .hotnews-c .hotnews-js a:hover .bks .more {
  padding-left: 25px;
}
.hotnews .hotnews-top .swiper-button-next {
  background-image: url(../img/a024.png);
  right: 0px;
  left: auto;
}
.hotnews .hotnews-top .swiper-button-prev {
  background-image: url(../img/a025.png);
  right: 60px;
  left: auto;
}
.hotnews .hotnews-top .swiper-button-next,
.hotnews .hotnews-top .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.news {
  text-align: center;
  width: 100%;
  height: auto;
}
.news .title {
  text-align: center;
}
.news .news-sort {
  margin-top: 35px;
  width: 100%;
  height: auto;
}
.news .news-sort a {
  margin-right: 2%;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-size: 24px;
  color: #000;
  font-family: "STA";
}
.news .news-sort a.cut:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #cf2b1e;
  top: calc(50% - 4px);
}
.news .news-sort a.cut {
  color: #cf2b1e;
}
.news .news-sort a:hover:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #cf2b1e;
  top: calc(50% - 4px);
}
.news .news-sort a:hover {
  color: #cf2b1e;
}

.news .news-list {
  margin-top: 45px;
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 0;
}
.news .news-list li {
  transition: all 0.5s ease;
  z-index: 0;
  position: relative;
  width: calc(33.3% - 18px);
  margin-right: 27px;
  margin-bottom: 27px;
  background: #eef2f5;
  display: inline-block;
  vertical-align: top;
}
.news .news-list li:nth-child(3n) {
  margin-right: 0;
}
.news .news-list li:hover {
  background: #123265;
}
.news .news-list li a {
  display: block;
  padding: 8% 6%;
}
.news .news-list li .bks {
  display: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news .news-list li .date {
  font-family: "STA";
  font-size: 24px;
  color: #ffffff;
  padding-left: 15px;
  color: #123265;
  position: relative;
}
.news .news-list li .date:before {
  content: "";
  position: absolute;
  background: #123265;
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
}
.news .news-list li .pic {
  display: none;
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news .news-list li .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 50, 101, 0.15);
}
.news .news-list li h3 {
  font-size: 30px;
  margin-top: 30%;
  margin-bottom: 15px;
  width: 100%;
  color: #000;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-list li .txt-c {
  width: 100%;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news .news-list li .txt-c p {
  color: #000;
}
.news .news-list li .more {
  position: relative;
  font-weight: bold;
  text-transform: capitalize;
  color: #cf2b1e;
  font-size: 18px;
  font-family: arial;
  display: block;
  margin-top: 25px;
}
.news .news-list li:hover .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: url(../img/a016.png) center no-repeat;
  background-size: cover;
}
.news .news-list li:hover .more {
  padding-left: 30px;
}
.news .news-list li:hover .bks {
  display: block;
}
.news .news-list li:hover .pic {
  display: block;
}
.news .news-list li:hover {
  background: #123265;
}
.news .news-list li:hover h3 {
  color: #ffffff;
}
.news .news-list li:hover .txt-c p {
  color: #ffffff;
}
.news .news-list li:hover .date {
  color: #ffffff;
}
.news .news-list li:hover .date:before {
  background: #ffffff;
}

@media only screen and (max-width: 1680px) {
  .hotnews .hotnews-c .hotnews-js a .bks h3 {
    font-size: 34px;
    height: 74px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks .date {
    font-size: 22px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks {
    padding: 5% 25% 5% 5%;
  }
  .news .news-sort a {
    font-size: 22px;
  }
  .news .news-list li .date {
    font-size: 22px;
  }
  .news .news-list li h3 {
    font-size: 28px;
    height: 61px;
  }
}
@media only screen and (max-width: 1625px) {
  .hotnews .hotnews-c {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .hotnews .hotnews-c .hotnews-js a .bks h3 {
    font-size: 30px;
    height: 66px;
  }
  .hotnews .hotnews-top .swiper-button-prev {
    right: 55px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks .more {
    font-size: 15px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks .date {
    font-size: 20px;
    margin-top: 30px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks {
    padding: 5% 20% 5% 5%;
  }
  .hotnews .hotnews-c .hotnews-js a .bks .line {
    height: 4px;
  }
  .hotnews .hotnews-top .swiper-button-next,
  .hotnews .hotnews-top .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    background-size: 35px 35px;
  }
  .news .news-sort a {
    font-size: 20px;
  }
  .news .news-list li .date {
    font-size: 20px;
  }
  .news .news-list li h3 {
    font-size: 26px;
    height: 57px;
  }
  .news .news-list li .txt-c {
    height: 67px;
  }
  .news .news-list li .more {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .hotnews .hotnews-c .hotnews-js a .bks h3 {
    font-size: 28px;
    height: 61px;
  }
}
@media only screen and (max-width: 1024px) {
  .hotnews .hotnews-c {
    padding-left: 5%;
  }
  .hotnews .hotnews-c .hotnews-js a .bks .line {
    height: 3px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks {
    padding: 5% 15% 5% 5%;
  }
  .hotnews .hotnews-c .hotnews-js a .bks .more {
    font-size: 14px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks .date {
    font-size: 18px;
    margin-top: 25px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks h3 {
    font-size: 26px;
    margin-top: 25%;
    height: 57px;
  }
  .news .news-list li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .news .news-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .news .news-list li:nth-child(2n) {
    margin-right: 0;
  }
  .hotnews .hotnews-top .swiper-button-prev {
    right: 45px;
  }
  .hotnews .hotnews-top .swiper-button-next,
  .hotnews .hotnews-top .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px 30px;
  }
  .news .news-sort a {
    font-size: 18px;
  }
  .news .news-list li .date {
    font-size: 18px;
  }
  .news .news-list li h3 {
    font-size: 24px;
    height: 52px;
  }
  .news .news-list li .txt-c {
    height: 63px;
  }
  .news .news-list li .more {
    font-size: 15px;
  }
}
@media only screen and (max-width: 720px) {
  .hotnews .hotnews-c .hotnews-js a .bks .date {
    margin-top: 20px;
  }
  .hotnews .hotnews-c .hotnews-js a .bks {
    padding: 35px 5%;
  }
  .hotnews .hotnews-c .hotnews-js a .bks h3 {
    font-size: 24px;
    height: 52px;
  }
  .hotnews .hotnews-c .hotnews-js {
    padding-right: 10%;
  }
  .news .news-list li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .news .news-list li:nth-child(3n) {
    margin-right: 0px;
  }
  .news .news-list li:nth-child(2n) {
    margin-right: 0;
  }
  .news .news-list li h3 {
    font-size: 22px;
    height: 48px;
    margin-top: 65px;
  }
  .news .news-list li .txt-c {
    height: 63px;
  }
  .news .news-list {
    margin-top: 35px;
  }
}

.special {
  position: relative;
  z-index: 777;
  margin-top: -10%;
  width: 100%;
  height: auto;
  padding-left: calc(50% - 650px);
}
.special .spacial-c {
  border-bottom: 5px solid #cf2b1e;
  padding: 5% 10% 5% 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.special .spacial-c .news-d-top {
  width: 100%;
  overflow: hidden;
  width: 100%;
  height: auto;
  height: auto;
  padding-top: 45px;
  border-top: 1px solid rgba(60, 133, 198, 0.2);
  margin-top: 45px;
}
.special .spacial-c .date {
  color: #cf2b1e;
  padding-left: 15px;
  position: relative;
  font-size: 24px;
  font-family: "STA";
}
.special .spacial-c .date:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #cf2b1e;
  top: calc(50% - 4px);
}
.special .spacial-c .title {
  color: #ffffff;
  margin-top: 25px;
}
.special .spacial-c .news-d-top .tv {
  font-size: 18px;
  color: #ffffff;
  float: left;
  width: calc(100% - 150px);
}
.special .spacial-c .news-d-top .tv span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
.special .spacial-c .news-d-top .return {
  float: right;
  display: inline-block;
  max-width: 150px;
  padding: 10px 30px;
  font-weight: bolder;
  color: #ffffff;
  background: #cf2b1e;
  text-transform: uppercase;
}

.news-d {
  width: 100%;
  height: auto;
}
.news-d .keyword {
  width: 100%;
  height: auto;
  font-size: 0;
  font-weight: bolder;
  padding: 35px 0;
}
.news-d .keyword span {
  font-size: 18px;
  color: #123265;
  display: inline-block;
  vertical-align: middle;
}
.news-d .keyword a {
  color: #123265;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.news-d .keyword a:hover {
  background: #cf2b1e;
  color: #ffffff;
}

.news-d .pn {
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(18, 50, 101, 0.1);
  border-bottom: 1px solid rgba(18, 50, 101, 0.1);
}
.news-d .pn .pn-c {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden;
}
.news-d .pn .pn-c:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(18, 50, 101, 0.1);
}
.news-d .pn .pn-c a {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 45px 0;
}
.news-d .pn .pn-c a:first-child {
  padding-right: 5%;
}
.news-d .pn .pn-c a:last-child {
  padding-left: 5%;
}
.news-d .pn .pn-c a span {
  display: block;
  padding-left: 15px;
  position: relative;
  font-size: 24px;
  font-family: "STA";
  color: #123265;
}
.news-d .pn .pn-c a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: #123265;
}
.news-d .pn .pn-c a h6 {
  font-size: 36px;
  color: #123265;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-d .pn .pn-c a:hover span {
  color: #cf2b1e;
}
.news-d .pn .pn-c a:hover h6 {
  color: #cf2b1e;
}
.news-d .pn .pn-c a:hover span:before {
  background: #cf2b1e;
}

@media only screen and (max-width: 1680px) {
  .special .spacial-c .date {
    font-size: 22px;
  }
  .special .spacial-c .news-d-top .tv {
    font-size: 16px;
  }
  .news-d .pn .pn-c a span {
    font-size: 22px;
  }
  .news-d .pn .pn-c a h6 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1625px) {
  .special {
    padding-left: 10%;
  }
  .special .spacial-c {
    padding: 5% 10% 5% 5%;
  }
}
@media only screen and (max-width: 1440px) {
  .special .spacial-c .date {
    font-size: 20px;
  }
  .news-d .keyword span {
    font-size: 16px;
  }
  .news-d .keyword a {
    font-size: 16px;
  }
  .special .spacial-c .news-d-top .tv {
    font-size: 15px;
  }
  .special .spacial-c .news-d-top .return {
    font-size: 15px;
  }
  .special .spacial-c .news-d-top {
    padding-top: 35px;
    margin-top: 35px;
  }
  .news-d .pn .pn-c a span {
    font-size: 20px;
  }
  .news-d .pn .pn-c a h6 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .special .spacial-c .news-d-top {
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .special {
    padding-left: 5%;
  }
  .special .spacial-c {
    padding: 5% 5% 5% 5%;
  }
  .special .spacial-c .title {
    margin-top: 15px;
  }
  .special .spacial-c .date {
    font-size: 18px;
  }
  .news-d .keyword span {
    font-size: 15px;
  }
  .news-d .keyword a {
    font-size: 15px;
    padding: 8px 15px;
  }
  .special .spacial-c .news-d-top .tv {
    font-size: 14px;
    width: 100%;
  }
  .special .spacial-c .news-d-top .return {
    font-size: 14px;
    padding: 8px 20px;
    float: left;
    margin-top: 15px;
  }
  .news-d .pn .pn-c a span {
    font-size: 18px;
  }
  .news-d .pn .pn-c a h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 720px) {
  .special {
    margin-top: -15%;
  }
  .special .spacial-c {
    padding: 35px 5%;
  }
  .news-d .keyword a {
    font-size: 14px;
    padding: 6px 12px;
  }
  .news-d .pn .pn-c a h6 {
    font-size: 20px;
  }
  .news-d .pn .pn-c a {
    width: 100%;
    display: block;
    padding: 35px 0;
  }
  .news-d .pn .pn-c a:last-child {
    padding-left: 0;
    padding-top: 0;
  }
  .news-d .pn .pn-c a:first-child {
    padding-right: 0;
  }
  .news-d .pn .pn-c:before {
    display: none;
  }
}

.cform {
  width: 100%;
  height: auto;
}
.cform .cform-l {
  width: 50%;
  padding-right: 5%;
  float: left;
}
.cform .cform-l .tip {
  width: 100%;
  color: #ffffff;
}
.cform .cform-l .tip:before {
  background: #ffffff;
}
.cform .cform-l .title h1 {
  color: #ffffff;
}
.cform .form {
  width: 50%;
  float: right;
  height: auto;
}
.cform .form form {
  display: block;
  width: 100%;
  height: auto;
}
.cform .form form .c1 {
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  font-family: arial;
  line-height: 20px;
  padding: 15px 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #74a7da;
}
.cform .form form .yzm {
  width: 100%;
  height: auto;
  position: relative;
}
.cform .form form .yzm .yzmpic {
  width: 90px;
  height: 35px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 5px;
}
.cform .form form .c1::-webkit-input-placeholder {
  color: #74a7da;
  text-transform: capitalize;
  font-family: arial;
}
.cform .form form .c1::-moz-placeholder {
  color: #74a7da;
  text-transform: capitalize;
  font-family: arial;
}
.cform .form form .c1::-ms-input-placeholder {
  color: #74a7da;
  text-transform: capitalize;
  font-family: arial;
}
.cform .form form .send {
  margin-top: 20px;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-family: arial;
  background: #cf2b1e;
  color: #ffffff;
  text-transform: capitalize;
  border: none;
  line-height: 20px;
  padding: 15px 0;
}

.contact {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid rgba(18, 50, 101, 0.1);
}
.contact .bks {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 25%;
  z-index: -1;
}
.contact .cont-infor {
  width: 100%;
  height: auto;
  font-size: 100px;
  color: #cf2b1e;
  margin-top: 45px;
  font-family: arial;
  font-weight: bold;
}
.contact .cont-infor .tel {
  text-align: left;
}
.contact .cont-infor .mail {
  text-align: right;
}
.infor-box {
  width: 100%;
  height: auto;
}
.infor-box .infor-list-top {
  width: 100%;
  height: auto;
  position: relative;
}
.infor-box .infor-list-c {
  padding: 0 calc(50% - 650px);
}
.infor-box .infor-list-c .infor-js {
  width: 70%;
  height: auto;
}
.infor-box .infor-list-c .infor-js .li {
  width: 100%;
  height: auto;
  padding: 35px 5%;
  z-index: 0;
  border-bottom: 5px solid #eaf0f6;
  background: #eaf0f6;
  z-index: 0;
  position: relative;
}

.infor-box .infor-list-c .infor-js .li .con {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.infor-box .infor-list-c .infor-js .li .con a {
  color: #112d59;
  text-decoration: underline;
  padding: 6% 0;
  word-break: break-all;
}

.infor-box .infor-list-c .infor-js .li .bks {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
}
.infor-box .infor-list-c .infor-js .li h6 {
  color: #123265;
  font-size: 30px;
  margin-bottom: 6%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(18, 50, 101, 0.1);
}

.infor-box .infor-list-c .infor-js .li .con p {
  font-size: 17px;
  margin-top: 5px;
  color: #000000;
}
.infor-box .infor-list-c .infor-js .li:hover {
  background: #123265;
  border-bottom: 5px solid #cf2b1e;
}
.infor-box .infor-list-c .infor-js .li:hover .bks {
  display: block;
}
.infor-box .infor-list-c .infor-js .li:hover h6 {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.infor-box .infor-list-c .infor-js .li:hover a {
  color: #ffffff;
}

.infor-box .infor-list-c .infor-js .li:hover p {
  color: #ffffff;
}

.infor-box .infor-list-top .swiper-button-next {
  background-image: url(../img/a024.png);
  right: 0px;
  left: auto;
}
.infor-box .infor-list-top .swiper-button-prev {
  background-image: url(../img/a025.png);
  right: 60px;
  left: auto;
}
.infor-box .infor-list-top .swiper-button-next,
.infor-box .infor-list-top .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1680px) {
  .contact .cont-infor {
    font-size: 90px;
  }
  .infor-box .infor-list-c .infor-js .li h6 {
    font-size: 28px;
  }
  .infor-box .infor-list-c .infor-js .li .con p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1625px) {
  .infor-box .infor-list-c {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .contact .cont-infor {
    font-size: 80px;
  }
  .cform .form form .c1 {
    padding: 10px 0;
    font-size: 15px;
  }
  .cform .form form .send {
    font-size: 15px;
  }
  .infor-box .infor-list-c .infor-js .li h6 {
    font-size: 26px;
  }
  .infor-box .infor-list-c .infor-js .li .con p {
    font-size: 15px;
  }

  .infor-box .infor-list-top .swiper-button-prev {
    right: 55px;
  }
  .infor-box .infor-list-top .swiper-button-next,
  .infor-box .infor-list-top .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    background-size: 35px 35px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact .cont-infor {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .infor-box .infor-list-c {
    padding: 0 5%;
  }
  .contact .cont-infor {
    font-size: 50px;
  }
  .infor-box .infor-list-c .infor-js .li h6 {
    font-size: 24px;
  }
  .infor-box .infor-list-c .infor-js .li .con p {
    font-size: 14px;
  }

  .infor-box .infor-list-c .infor-js {
    width: 100%;
  }

  .infor-box .infor-list-top .swiper-button-prev {
    right: 45px;
  }
  .infor-box .infor-list-top .swiper-button-next,
  .infor-box .infor-list-top .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px 30px;
  }
}
@media only screen and (max-width: 720px) {
  .cform .cform-l {
    width: 100%;
  }
  .cform .form {
    width: 100%;
    margin-top: 35px;
  }
  .cform .form form .c1 {
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .contact .cont-infor {
    font-size: 28px;
  }
  .contact .bks {
    width: 55%;
  }
  .cform .form form .send {
    padding: 10px 0;
    font-size: 14px;
  }
  .cform .form form .yzm .yzmpic {
    width: 80px;
    height: 30px;
  }
  .infor-box .infor-list-c .infor-js {
    padding: 0;
  }
  .infor-box .infor-list-c .infor-js .li {
    padding: 25px 5%;
  }
  .infor-box .infor-list-c .infor-js .li h6 {
    font-size: 20px;
  }
}

.envir {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.envir .bks {
  width: 45%;
  height: auto;
  position: absolute;
  z-index: -1;
  left: 5%;
  top: 6%;
}
.envir .envir-c {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.envir .summy {
  width: 35%;
  float: left;
  height: auto;
}
.summy p {
  font-size: 24px;
  color: #123265;
  font-weight: bolder;
}
.envir .txt-c {
  width: 65%;
  height: auto;
  float: right;
  padding-left: 10%;
}

.envir .envir-video {
  position: relative;
  height: 780px;
  width: 100%;
  position: relative;
  margin-top: 65px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.envir .yourDiv {
  position: absolute;
  width: 100%;
  top: 0%;
  background: rgba(0, 13, 33, 0.25);
  left: 0;
  height: 100%;
  z-index: 66;
  display: flex;
  justify-content: center;
  align-items: center;
}
.envir .video1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.envir .envir-video .bks2 {
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.envir .envir-video .bks2 .content {
  width: 60%;
  height: auto;
  float: left;
  padding-right: 10%;
}
.envir .envir-video .bks2 .content .play {
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 65px;
  text-align: center;
  background: #cf2b1e;
  display: block;
  z-index: 22;
}
.envir .envir-video .bks2 .content .play img {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.envir .envir-video .bks2 .content .play:before {
  animation: scale 2s infinite;
  z-index: 1;
  content: "";
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  border: 1px solid #cf2b1e;
  position: absolute;
  top: -9px;
  left: -9px;
  background: none;
  border-radius: 100%;
}
.envir .envir-video .bks2 .content .play:after {
  animation: scale2 2s infinite;
  position: absolute;
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  top: -7px;
  left: -7px;
  border: 3px solid #cf2b1e;
  border-radius: 100%;
  content: "";
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.envir .envir-video .bks2 .content .tip {
  padding-left: 0;
  color: #ffffff;
}
.envir .envir-video .bks2 .content .tip:before {
  display: none;
}
.envir .envir-video .bks2 .content h3 {
  color: #ffffff;
  font-size: 48px;
  margin-top: 15px;
}
.envir .envir-video .bks2 ul {
  width: 40%;
  float: right;
  text-align: center;
  font-size: 0;
  margin-top: 7.5%;
}
.envir .envir-video .bks2 ul li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 2%;
}
.envir .envir-video .bks2 ul li .ico {
  margin: 0 auto;
  width: 70px;
  height: auto;
}
.envir .envir-video .bks2 ul li h6 {
  font-size: 72px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: arial;
  font-weight: bold;
}
.envir .envir-video .bks2 ul li p {
  font-family: "STA";
  font-size: 16px;
  color: #ffffff;
}

.employer {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  background: #e7eaef;
}
.employer .bg1 {
  width: 80%;
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: -2;
  height: auto;
}
.employer .bg2 {
  width: 35%;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: -1;
}
.employer .summy {
  width: 40%;
  height: auto;
}

.clients {
  width: 100%;
  height: auto;
  background: #e7eaef;
}
.clients .clients-box {
  margin-bottom: -5%;
  width: 100%;
  height: auto;
  padding-left: calc(50% - 650px);
}
.clients .clients-box .clients-c {
  padding: 10% 5% 8% 5%;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #cf2b1e;
  z-index: 0;
}

.item {
  font-size: 24px;
  position: absolute;
  width: 90%;
  left: 5%;
  font-family: "STA";
  top: 5%;
  color: #ffffff;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
}
.clients .clients-box .clients-c .pic {
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center;
}
.clients .clients-box .clients-c .con {
  padding: 50px 5% 0 0;
  width: 55%;
  height: auto;
}
.clients .clients-box .clients-c .con .title h3 {
  color: #fff;
  padding-right: 10%;
}
.clients .clients-box .clients-c .con .summy {
  margin-top: 45px;
}
.clients .clients-box .clients-c .con .summy p {
  color: #ffffff;
}
.clients .coop-con {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.clients .coop-con .txt-c {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 5%;
}
.clients .coop-con .txt-c p {
  padding-right: 5%;
  width: 50%;
  height: auto;
  color: #ffffff;
  float: left;
}
.clients .coop-con .txt-c p:nth-child(2n) {
  padding-left: 5%;
}
.clients .coop-con ul {
  width: 100%;
  height: auto;
  font-size: 0;
}
.clients .coop-con ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.3%;
  padding: 0 8%;
}
.clients .coop-con ul li h6 {
  color: #74a7da;
  font-size: 24px;
  margin-top: 20px;
}
.clients .coop-con ul li .ico {
  width: 80px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1680px) {
  .summy p {
    font-size: 22px;
  }
  .item {
    font-size: 22px;
  }
  .clients .coop-con ul li h6 {
    font-size: 22px;
  }
  .clients .coop-con ul li .ico {
    width: 75px;
  }
  .envir .envir-video .bks2 ul li .ico {
    width: 65px;
  }
  .envir .envir-video .bks2 ul li h6 {
    font-size: 66px;
  }
  .envir .envir-video .bks2 .content h3 {
    font-size: 45px;
  }
  .envir .envir-video .bks2 .content .play {
    width: 70px;
    height: 70px;
  }
  .envir .video-container {
    height: 660px;
  }
}
@media only screen and (max-width: 1625px) {
  .clients .clients-box {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .summy p {
    font-size: 20px;
  }
  .item {
    font-size: 20px;
  }
  .clients .coop-con ul li h6 {
    font-size: 20px;
  }
  .clients .coop-con ul li .ico {
    width: 70px;
  }
  .envir .envir-video .bks2 ul li .ico {
    width: 60px;
  }
  .envir .envir-video .bks2 ul li h6 {
    font-size: 60px;
  }
  .envir .envir-video .bks2 .content h3 {
    font-size: 40px;
  }
  .envir .envir-video .bks2 ul li p {
    font-size: 15px;
  }
  .envir .envir-video .bks2 .content .play {
    width: 60px;
    height: 60px;
  }
  .envir .video-container {
    height: 600px;
  }
}
@media only screen and (max-width: 1280px) {
  .clients .coop-con ul li .ico {
    width: 65px;
  }
  .envir .envir-video .bks2 ul li .ico {
    width: 55px;
  }
  .envir .envir-video .bks2 ul li h6 {
    font-size: 55px;
  }
  .envir .envir-video .bks2 .content h3 {
    font-size: 35px;
  }
  .envir .video-container {
    height: 550px;
  }
  .envir .envir-video .bks2 .content .play {
    width: 55px;
    height: 55px;
  }
  .envir .envir-video {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 1024px) {
  .clients .clients-box {
    padding-left: 5%;
  }
  .summy p {
    font-size: 18px;
  }
  .item {
    font-size: 18px;
  }
  .clients .coop-con ul li h6 {
    font-size: 18px;
  }
  .clients .coop-con ul li .ico {
    width: 60px;
  }
  .envir .envir-video .bks2 ul li .ico {
    width: 50px;
  }
  .envir .envir-video .bks2 ul li h6 {
    font-size: 50px;
  }
  .envir .envir-video .bks2 .content h3 {
    font-size: 30px;
  }
  .envir .envir-video .bks2 ul li p {
    font-size: 14px;
  }
  .envir .envir-video .bks2 .content .play {
    margin-bottom: 40px;
    width: 45px;
    height: 45px;
  }
  .envir .envir-video .bks2 .content .play img {
    width: 15px;
    height: 15px;
    display: inline-block;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
  }
  .envir .video-container {
    height: 500px;
  }
  .envir .envir-video {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 720px) {
  .clients {
    padding-top: 0;
  }
  .clients .clients-box .clients-c {
    padding: 8% 0 0 0;
  }
  .summy p {
    font-size: 16px;
  }
  .clients .clients-box .clients-c .con .summy {
    margin-top: 25px;
  }
  .clients .clients-box .clients-c .con {
    padding: 80px 5% 35px 5%;
    width: 100%;
  }
  .clients .clients-box .clients-c .pic {
    width: 100%;
    position: static;
    height: 250px;
  }
  .clients .coop-con ul li .ico {
    width: 45px;
  }
  .clients .clients-box .clients-c .con .title h3 {
    padding-right: 0;
  }
  .clients .coop-con ul li h6 {
    font-size: 14px;
    margin-top: 10px;
  }
  .envir .envir-video .bks2 ul li {
    text-align: left;
  }
  .envir .envir-video .bks2 ul li .ico {
    width: 30px;
    margin: 0 0;
  }
  .envir .envir-video .bks2 ul li h6 {
    font-size: 35px;
    margin-top: 10px;
    line-height: 1;
  }
  .envir .envir-video .bks2 .content h3 {
    font-size: 25px;
  }
  .envir .summy {
    width: 100%;
    height: auto;
    float: none;
  }
  .envir .txt-c {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 25px;
    padding-left: 0;
  }
  .employer .summy {
    width: 100%;
  }
  .clients .clients-box {
    margin-bottom: -25%;
  }
  .clients .coop-con {
    padding-top: 30%;
  }
  .clients .coop-con .txt-c p {
    width: 100%;
    padding-right: 0;
  }
  .clients .coop-con .txt-c p:nth-child(2n) {
    padding-left: 0;
  }
  .envir .envir-video .bks2 .content {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .envir .envir-video .bks2 ul {
    width: 100%;
    height: auto;
  }
  .clients .coop-con ul li {
    padding: 0 1%;
  }
  .envir .envir-video .bks2 .bks2-c {
    padding: 0;
  }
  .envir .bks {
    width: 90%;
  }
  .employer .bg1 {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .employer .bg2 {
    width: 80%;
    right: 0;
  }
  .envir .video-container {
    height: 430px;
  }
  .envir .envir-video .bks2 .content .play {
    margin-left: 5px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
  }
  .envir .envir-video .bks2 .content .play img {
    width: 15px;
    height: 15px;
    display: inline-block;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
  }
}

.equipment {
  width: 100%;
  height: auto;
}
.equipment .equ-c {
  padding-bottom: 35px;
  width: 100%;
  height: auto;
  position: relative;
}
.equipment .equ-c .data {
  width: 40%;
  float: left;
}
.equipment .equ-c .data h6 {
  line-height: 1;
  font-family: arial;
  font-size: 56px;
  font-weight: bold;
  color: #cf2b1e;
}
.equipment .equ-c .data h6 span {
  margin-top: 10px;
  font-size: 160px;
}
.equipment .equ-c .data p {
  font-family: "STA";
  color: #000;
  font-size: 24px;
}

.equipment .equ-c .data p sup {
  font-size: 12px;
}

.equipment .equ-c .txt-c {
  width: 60%;
  padding-left: 15%;
  float: right;
}
.equipment .equip-pic {
  width: 100%;
  padding-left: calc(50% - 650px);
}
.equipment .equip-pic .equip-pic-js {
  width: 100%;
  height: auto;
  padding-right: 15%;
  cursor: url(../img/cursor-drag.png) 40 40, move;
  transition: all 0.5s ease;
}

.equipment .equ-c .swiper-button-next {
  background-image: url("../img/a014.png");
  right: auto;
  left: 70px;
}
.equipment .equ-c .swiper-button-prev {
  background-image: url("../img/a015.png");
  right: auto;
  left: 0;
  opacity: 0.8;
}
.equipment .equ-c .swiper-button-next,
.equipment .equ-c .swiper-button-prev {
  position: absolute;
  top: 95%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-size: 60px 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(207, 43, 30);
}

@media only screen and (max-width: 1680px) {
  .equipment .equ-c .data h6 {
    font-size: 50px;
  }
  .equipment .equ-c .data h6 span {
    font-size: 140px;
  }
  .equipment .equ-c .data p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1625px) {
  .equipment .equip-pic {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .equipment .equ-c .data h6 {
    font-size: 45px;
  }
  .equipment .equ-c .data h6 span {
    font-size: 120px;
  }
  .equipment .equ-c .swiper-button-next {
    left: 60px;
  }
  .equipment .equ-c .swiper-button-next,
  .equipment .equ-c .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 50px 50px;
  }
  .equipment .equ-c .data p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .equipment .equ-c .data h6 {
    font-size: 40px;
  }
  .equipment .equ-c .data h6 span {
    font-size: 100px;
  }

  .equipment .equ-c .swiper-button-next {
    left: 55px;
  }
  .equipment .equ-c .swiper-button-next,
  .equipment .equ-c .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    background-size: 45px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .equipment .equip-pic {
    padding-left: 5%;
  }
  .equipment .equ-c .data h6 {
    font-size: 35px;
  }
  .equipment .equ-c .data h6 span {
    font-size: 80px;
  }
  .equipment .equ-c .data p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 720px) {
  .equipment .equ-c .data {
    width: 100%;
  }
  .equipment .equ-c .data h6 {
    font-size: 25px;
  }
  .equipment .equ-c .data h6 span {
    font-size: 60px;
  }
  .equipment .equ-c .txt-c {
    width: 100%;
    padding-left: 0;
    margin: 25px 0;
  }
  .equipment .equip-pic .equip-pic-js {
    padding-right: 15%;
  }
  .equipment .equ-c {
    padding-bottom: 60px;
  }
  .equipment .equ-c .data p {
    font-size: 16px;
  }
  .equipment .equ-c .swiper-button-next {
    left: 40px;
  }
  .equipment .equ-c .swiper-button-next,
  .equipment .equ-c .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px 30px;
  }
}

.quality {
  width: 100%;
  height: auto;
}
.quality .bks {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}
.quality .title2 h3 {
  color: #ffffff;
}
.quality .title2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.quality .qual-c {
  width: 100%;
  height: auto;
  padding-bottom: calc(10% + 45px);
  position: relative;
}
.quality .qual-c .txt-c {
  width: 60%;
  padding-left: 5%;
  float: right;
}
.quality .qual-c .txt-c p {
  color: #ffffff;
}

.quality .qual-c .stand-top {
  padding-bottom: 70px;
  width: 40%;
  bottom: auto;
  top: 30%;
  left: 0;
  position: absolute;
}
.quality .qual-c .stand-top h6 {
  color: #ffffff;
  font-size: 48px;
}
.quality .qual-c .stand-top .swiper-button-next {
  background-image: url("../img/a014.png");
  right: auto;
  left: 70px;
}
.quality .qual-c .stand-top .swiper-button-prev {
  background-image: url("../img/a015.png");
  right: auto;
  left: 0;
  opacity: 0.8;
}
.quality .qual-c .stand-top .swiper-button-next,
.quality .qual-c .stand-top .swiper-button-prev {
  position: absolute;
  top: 100%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-size: 60px 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(207, 43, 30);
}

.quality .qual-box {
  padding-right: 30px;
  width: 100%;
  height: auto;
  margin-top: -5%;
  padding-left: calc(50% - 650px);
}
.quality .qual-box .qual-box-js {
  cursor: url(../img/cursor-drag.png) 40 40, move;
  transition: all 0.5s ease;
  width: 100%;
  height: auto;
}
.quality .qual-box .qual-box-js .qual-list {
  padding: 8%;
  width: 100%;
  height: auto;
  background: #eef2f5;
}
.quality .qual-box .qual-box-js .qual-list h6 {
  font-size: 24px;
  font-family: arial;
  color: #123265;
  font-weight: bold;
  height: 108px;
}
.quality .qual-box .qual-box-js .qual-list .con-d {
  width: 100%;
  margin-top: 30%;
  font-size: 0;
  padding-top: 25px;
  border-top: 1px solid rgba(19, 54, 109, 0.1);
}
.quality .qual-box .qual-box-js .qual-list .con-d .num {
  color: #cf2b1e;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.quality .qual-box .qual-box-js .qual-list .con-d .icoms {
  color: #123265;
  font-size: 16px;
  text-align: right;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 1680px) {
  .quality .qual-c .stand-top h6 {
    font-size: 45px;
  }
  .quality .qual-box .qual-box-js .qual-list h6 {
    font-size: 22px;
  }
  .quality .qual-box .qual-box-js .qual-list .con-d .num {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1625px) {
  .quality .qual-box {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .quality .qual-c .stand-top h6 {
    font-size: 40px;
  }
  .quality .qual-box .qual-box-js .qual-list h6 {
    font-size: 20px;
  }
  .quality .qual-box .qual-box-js .qual-list .con-d .num {
    font-size: 65px;
  }
  .quality .qual-box .qual-box-js .qual-list .con-d .icoms {
    font-size: 15px;
  }
  .quality .qual-c .stand-top .swiper-button-next {
    left: 60px;
  }
  .quality .qual-c .stand-top .swiper-button-next,
  .quality .qual-c .stand-top .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 50px 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .quality .qual-c .stand-top h6 {
    font-size: 35px;
  }
  .quality .qual-box .qual-box-js .qual-list h6 {
    font-size: 18px;
  }
  .quality .qual-box .qual-box-js .qual-list .con-d .num {
    font-size: 60px;
  }
  .quality .qual-c .stand-top .swiper-button-next {
    left: 55px;
  }
  .quality .qual-c .stand-top .swiper-button-next,
  .quality .qual-c .stand-top .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    background-size: 45px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .quality .qual-box {
    padding-left: 5%;
  }
  .quality .qual-c .stand-top h6 {
    font-size: 30px;
  }
  .quality .qual-box .qual-box-js .qual-list h6 {
    font-size: 16px;
    height: 96px;
  }
  .quality .qual-box .qual-box-js .qual-list .con-d .num {
    font-size: 55px;
  }
  .quality .qual-box .qual-box-js .qual-list .con-d .icoms {
    font-size: 14px;
  }
  .quality .qual-c .stand-top .swiper-button-next {
    left: 50px;
  }
  .quality .qual-c .stand-top .swiper-button-next,
  .quality .qual-c .stand-top .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 40px 40px;
  }
}
@media only screen and (max-width: 720px) {
  .quality .qual-c {
    padding-bottom: calc(25% + 65px);
  }
  .quality .qual-box {
    margin-top: calc(-5% - 65px);
  }
  .quality .qual-c .stand-top h6 {
    font-size: 25px;
  }
  .quality .qual-c .txt-c {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .quality .qual-c .stand-top {
    position: static;
    width: 100%;
    position: relative;
    margin-top: 35px;
    padding-bottom: 40px;
  }
  .quality .qual-box {
    padding-right: 0;
  }
  .quality .qual-box .qual-box-js {
    padding-right: 15%;
  }
  .quality .qual-box .qual-box-js .qual-list .con-d .num {
    font-size: 45px;
  }
  .quality .qual-box .qual-box-js .qual-list .con-d {
    margin-top: 20%;
  }
  .quality .qual-c .stand-top .swiper-button-next {
    left: 40px;
  }
  .quality .qual-c .stand-top .swiper-button-next,
  .quality .qual-c .stand-top .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px 30px;
  }
}

.chain {
  width: 100%;
  height: auto;
  position: relative;
}
.chain .bgico {
  width: 25%;
  position: absolute;
  z-index: -1;
  left: -5%;
  top: -5%;
}
.chain .chain-top {
  width: 100%;
  height: auto;
}
.chain .chain-top .title h3 i {
  width: 110px;
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
}
.chain .chain-top .title h3 i img {
  display: block;
  width: 100%;
  height: auto;
}
.chain .chain-top .txt-c {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 55px;
}
.chain .chain-top .txt-c p {
  font-weight: bolder;
  padding-right: 5%;
  width: 50%;
  float: left;
  height: auto;
}
.chain .chain-top .txt-c p:nth-child(2n) {
  padding-left: 5%;
  padding-right: 0;
}

.chain .chain-c {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.chain .chain-c ul {
  width: 35%;
  height: auto;
  font-size: 0;
  float: right;
}
.chain .chain-c ul li {
  transition: all 0.5s ease;
  width: 50%;
  background: #123265;
  padding: 35px;
  position: relative;
  height: 410px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.chain .chain-c ul li .ico {
  width: 100px;
  height: auto;
}
.chain .chain-c ul li .ico img {
  width: 100%;
  display: block;
  height: auto;
}
.chain .chain-c ul li .ico .img2 {
  display: none;
}
.chain .chain-c ul li .con {
  position: absolute;
  bottom: 35px;
  left: 0;
  padding: 0 35px;
}
.chain .chain-c ul li .con h6 {
  color: #74a7da;
  font-size: 24px;
}
.chain .chain-c ul li .con .txt-c {
  display: none;
  margin-top: 20px;
}
.chain .chain-c ul li:hover {
  background: #cf2b1e;
}
.chain .chain-c ul li:hover .ico .img1 {
  display: none;
}
.chain .chain-c ul li:hover .ico .img2 {
  display: block;
}
.chain .chain-c ul li:hover .con .txt-c {
  display: block;
}
.chain .chain-c ul li:hover .con .txt-c p {
  color: #ffffff;
}
.chain .chain-c ul li:hover h6 {
  color: #ffffff;
}
.chain .chain-c .chain-video {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.chain .chain-c .yourDiv {
  position: absolute;
  width: 100%;
  top: 0%;
  background: rgba(0, 13, 33, 0.25);
  left: 0;
  height: 100%;
  z-index: 66;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chain .chain-c .video1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
.chain .chain-c .chain-video .bks2 {
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.chain .chain-c .chain-video .bks2 .content {
  width: 100%;
  height: auto;
  padding: 0 8.5%;
}
.chain .chain-c .chain-video .bks2 .content .play {
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 65px;
  text-align: center;
  background: #cf2b1e;
  display: block;
  z-index: 22;
}
.chain .chain-c .chain-video .bks2 .content .play img {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.chain .chain-c .chain-video .bks2 .content .play:before {
  animation: scale 2s infinite;
  z-index: 1;
  content: "";
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  border: 1px solid #cf2b1e;
  position: absolute;
  top: -9px;
  left: -9px;
  background: none;
  border-radius: 100%;
}
.chain .chain-c .chain-video .bks2 .content .play:after {
  animation: scale2 2s infinite;
  position: absolute;
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  top: -7px;
  left: -7px;
  border: 3px solid #cf2b1e;
  border-radius: 100%;
  content: "";
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.chain .chain-c .chain-video .bks2 .content .tip {
  padding-left: 0;
  color: #ffffff;
}
.chain .chain-c .chain-video .bks2 .content .tip:before {
  display: none;
}
.chain .chain-c .chain-video .bks2 .content h3 {
  color: #ffffff;
  font-size: 48px;
  margin-top: 15px;
}

@media only screen and (max-width: 1680px) {
  .chain .chain-top .title h3 i {
    width: 90px;
  }
  .chain .chain-c .chain-video .bks2 .content h3 {
    font-size: 45px;
  }
  .chain .chain-c ul li {
    height: 380px;
    padding: 30px;
  }
  .chain .chain-c ul li .ico {
    width: 90px;
  }
  .chain .chain-c ul li .con h6 {
    font-size: 22px;
  }
  .chain .chain-c ul li .con .txt-c {
    margin-top: 15px;
  }
  .chain .chain-c .chain-video .bks2 .content .play {
    width: 70px;
    height: 70px;
  }
  .chain .chain-c ul li .con {
    padding: 0 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .chain .chain-top .title h3 i {
    width: 80px;
  }
  .chain .chain-c .chain-video .bks2 .content h3 {
    font-size: 40px;
  }
  .chain .chain-c ul li {
    height: 360px;
    padding: 25px;
  }
  .chain .chain-c ul li .ico {
    width: 80px;
  }
  .chain .chain-c ul li .con h6 {
    font-size: 20px;
  }
  .chain .chain-c ul li .con .txt-c {
    margin-top: 15px;
  }
  .chain .chain-c .chain-video .bks2 .content .play {
    width: 60px;
    height: 60px;
  }
  .chain .chain-c ul li .con {
    padding: 0 25px;
    bottom: 25px;
  }
  .chain .chain-top .txt-c {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .chain .chain-c .chain-video .bks2 .content h3 {
    font-size: 35px;
  }
  .chain .chain-top .title h3 i {
    width: 70px;
  }
  .chain .chain-c .chain-video .bks2 .content .play {
    width: 55px;
    height: 55px;
  }
  .chain .chain-c ul {
    width: 40%;
  }
  .chain .chain-c .chain-video {
    width: 60%;
  }
  .chain .chain-c ul li {
    height: 300px;
    padding: 20px;
  }
  .chain .chain-c ul li .ico {
    width: 60px;
  }
  .chain .chain-c ul li .con h6 {
    font-size: 18px;
  }
  .chain .chain-c ul li .con .txt-c {
    margin-top: 15px;
  }
  .chain .chain-c ul li .con .txt-c p {
    font-size: 14px;
  }
  .chain .chain-c ul li .con {
    padding: 0 20px;
    bottom: 20px;
  }
  .chain .chain-top .txt-c {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .chain .chain-top .title h3 i {
    width: 60px;
  }
  .chain .chain-c .chain-video .bks2 .content h3 {
    font-size: 30px;
  }
  .chain .chain-top .txt-c p {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .chain .chain-top .txt-c p:nth-child(2n) {
    padding: 0;
  }
  .chain .chain-c .chain-video .bks2 .content {
    padding: 0 0%;
  }
  .chain .chain-c .chain-video .bks2 .content .play {
    margin-bottom: 40px;
    width: 45px;
    height: 45px;
  }
  .chain .chain-c .chain-video .bks2 .content .play img {
    width: 15px;
    height: 15px;
    top: calc(50% - 7.5px);
    left: calc(50% - 7.5px);
  }

  .chain .chain-c .chain-video {
    width: 60%;
  }
  .chain .chain-c ul li {
    height: 280px;
    padding: 20px 10px;
  }
  .chain .chain-c ul li .ico {
    width: 50px;
  }
  .chain .chain-c ul li .con h6 {
    font-size: 16px;
  }
  .chain .chain-c ul li .con .txt-c {
    margin-top: 10px;
  }
  .chain .chain-c ul li .con .txt-c p {
    font-size: 12px;
  }
  .chain .chain-c ul li .con {
    padding: 0 10px;
    bottom: 20px;
  }
  .chain .chain-top .txt-c p {
    font-weight: normal;
  }
  .chain .chain-top .txt-c {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 720px) {
  .chain .chain-c .chain-video {
    width: 100%;
    height: 350px;
    position: static;
    position: relative;
  }
  .chain .chain-c .chain-video .bks2 .content h3 {
    font-size: 25px;
  }
  .chain .chain-top .title h3 i {
    width: 50px;
  }
  .chain .chain-c ul {
    width: 100%;
    float: none;
  }
  .chain .chain-c ul li {
    height: 200px;
    padding: 20px 10px;
  }
  .chain .chain-c ul li .ico {
    width: 40px;
  }
  .chain .chain-c .chain-video .bks2 .content .play {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-bottom: 30px;
  }
  .chain .chain-top .txt-c {
    padding-bottom: 35px;
  }
}

.service {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.service .service-c1 {
  width: 100%;
  height: auto;
}
.service .bg {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 60%;
  width: 45%;
  height: auto;
  z-index: -3;
}
.service .ser-top {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.service .ser-top .title {
  width: 50%;
  height: auto;
  float: left;
}
.service .ser-top .title h3 span {
  display: block;
}
.service .ser-top .txt-c {
  width: 50%;
  float: right;
  height: auto;
}

.service .break {
  z-index: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 5%;
}
.service .break .break-l {
  width: 50%;
  float: left;
  background: #cf2b1e;
  color: #ffffff;
  padding: 5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.service .break .break-pic {
  width: 50%;
  top: 0;
  right: 0;
  position: absolute;
  height: 90%;
  background-size: cover;
  background-repeat: no-repeat;
}
.service .break .break-l .summy p {
  font-size: 18px;
  color: #ffffff;
}
.service .break .break-l .txt-c {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.service .break .break-l .txt-c p {
  color: #ffffff;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.service .break .break-l .txt-c p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 6px;
  background: #ffffff;
}
.service .break .break-l .mail {
  width: 100%;
  margin-top: 20px;
  font-size: 36px;
  font-family: arial;
  font-weight: bold;
  color: #ffffff;
}
.service .break .break-l .mail i {
  width: 50px;
  vertical-align: middle;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.service .break .break-l .mail a {
  color: #ffffff;
}

.service .service-c2 {
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
}
.service .bks {
  width: 100%;
  position: absolute;
  left: 0;
  height: 60%;
  top: auto;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service .service-c2 ul {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0;
}
.service .service-c2 ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.service .service-c2 ul li .ico {
  width: 80px;
  height: auto;
  margin: 0 auto;
}
.service .service-c2 ul li h6 {
  color: #74a7da;
  font-size: 24px;
  margin-top: 10px;
}
.service .service-c2 .txt {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: "STA";
  height: auto;
  margin-top: 5%;
  font-size: 36px;
  color: #74a7da;
}
.service .service-c2 .view {
  background: #cf2b1e;
  border: none;
}
.service .service-c2 .view:before {
  content: "";
  background: url(../img/a027s.png) center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1680px) {
  .service .break .break-l .mail {
    font-size: 34px;
  }
  .service .break .break-l .mail i {
    width: 45px;
  }
  .service .service-c2 ul li .ico {
    width: 75px;
  }
  .service .service-c2 ul li h6 {
    font-size: 22px;
  }
  .service .service-c2 .txt {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1440px) {
  .service .break .break-l .mail {
    font-size: 30px;
  }
  .service .break .break-l .mail i {
    width: 45px;
  }
  .service .break .break-l .summy p {
    font-size: 16px;
  }
  .service .service-c2 ul li .ico {
    width: 70px;
  }
  .service .service-c2 ul li h6 {
    font-size: 20px;
  }
  .service .service-c2 .txt {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .service .break .break-l .mail {
    font-size: 26px;
  }
  .service .break .break-l .mail i {
    width: 40px;
  }
  .service .break .break-l {
    width: 60%;
  }
  .service .break .break-pic {
    width: 40%;
  }
  .service .ser-top .txt-c {
    padding-left: 5%;
  }
  .service .service-c2 ul li .ico {
    width: 65px;
  }
  .service .service-c2 ul li h6 {
    font-size: 18px;
  }
  .service .service-c2 .txt {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .service .break .break-l .mail {
    font-size: 24px;
  }
  .service .break .break-l .mail i {
    width: 35px;
  }
  .service .break .break-l .summy p {
    font-size: 15px;
  }
  .service .break {
    padding-top: 0;
  }
  .service .ser-top .title {
    width: 100%;
  }
  .service .break .break-l {
    width: 100%;
    float: none;
  }
  .service .break .break-pic {
    width: 100%;
    position: static;
    height: 200px;
  }
  .service .ser-top .txt-c {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service .service-c2 ul li .ico {
    width: 55px;
  }
  .service .service-c2 ul li h6 {
    font-size: 16px;
  }
  .service .service-c2 .txt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 720px) {
  .service .break .break-l .mail {
    font-size: 20px;
  }
  .service .break .break-l .mail i {
    width: 30px;
  }
  .service .service-c2 ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .service .service-c2 ul li .ico {
    width: 45px;
  }
  .service .service-c2 ul li h6 {
    font-size: 14px;
  }
  .service .service-c2 .txt {
    width: 100%;
  }
  .service .service-c2 .txt {
    font-size: 18px;
  }
  .service .bg {
    width: 100%;
    bottom: auto;
    top: 10%;
  }
}

.download {
  width: 100%;
  height: auto;
}
.download .download-top {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.download .download-top .title {
  width: 50%;
  float: left;
}
.download .download-top .txt-c {
  width: 50%;
  height: auto;
  float: right;
}
.download .download-list {
  width: 100%;
  height: auto;
  font-size: 0;
}
.download .download-list li {
  width: calc(33.3% - 20px);
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.download .download-list li:nth-child(3n) {
  margin-right: 0px;
}
.download .download-list li .bks {
  height: 510px;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.download .download-list li .bks .con {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
  padding: 0 5%;
}
.download .download-list li .bks .con .ico {
  width: 60px;
  height: auto;
  margin: 0 auto;
}
.download .download-list li .bks .con h6 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 20px;
}

@media only screen and (max-width: 1680px) {
  .download .download-list li {
    width: calc(33.3% - 15px);
    margin-right: 22.5px;
  }
  .download .download-list li .bks .con h6 {
    font-size-adjust: 22px;
  }
  .download .download-list li .bks {
    height: 480px;
  }
}
@media only screen and (max-width: 1440px) {
  .download .download-list li {
    width: calc(33.3% - 10px);
    margin-right: 15px;
  }
  .download .download-list li .bks .con .ico {
    width: 55px;
  }
  .download .download-list li .bks .con h6 {
    font-size: 20px;
  }
  .download .download-list li .bks {
    height: 440px;
  }
}
@media only screen and (max-width: 1280px) {
  .download .download-list li .bks .con .ico {
    width: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .download .download-list li .bks .con .ico {
    width: 45px;
  }
  .download .download-list li .bks .con h6 {
    font-size: 18px;
  }
  .download .download-list li .bks {
    height: 400px;
  }
}
@media only screen and (max-width: 720px) {
  .download .download-top .title {
    width: 100%;
  }
  .download .download-top .txt-c {
    width: 100%;
    margin-top: 20px;
  }
  .download .download-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .download .download-list li .bks .con .ico {
    width: 40px;
  }
  .download .download-list li .bks .con h6 {
    font-size: 18px;
  }
  .download .download-list li .bks {
    height: 150px;
  }
}

.about {
  width: 100%;
  height: auto;
}
.about .ab {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.about .ab .map {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}
.about .ab .map img {
  display: block;
  width: 100%;
  height: auto;
}
.about .ab ul {
  margin-top: 5%;
  width: 100%;
  height: auto;
  font-size: 0;
}
.about .ab ul li {
  width: auto;
  padding: 0 2.5%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.about .ab ul li p {
  font-size: 24px;
  color: #000000;
  font-family: "STA";
}
.about .ab ul li h6 {
  font-size: 100px;
  color: #cf2b1e;
  font-family: arial;
  font-weight: bold;
}
.about .ab ul li h6 i {
  font-size: 48px;
}
.about .ab ul li .xiaobiao {
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.about .company-box {
  width: 100%;
  height: auto;
  padding-left: calc(50% - 650px);
  margin-bottom: -8%;
}
.about .company-box .company-c {
  padding: 5% 5% 5% 5%;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #cf2b1e;
  z-index: 0;
}
.about .company-box .company-c .pic {
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center;
}
.about .company-box .company-c .con {
  padding: 50px 5% 0 0;
  width: 55%;
  height: auto;
}
.about .company-box .company-c .con .title h3 {
  color: #fff;
  padding-right: 10%;
}
.about .company-box .company-c .con .txt-c {
  width: 100%;
  height: auto;
  margin-top: 45px;
}
.about .company-box .company-c .con .txt-c p {
  color: #ffffff;
}
.about .profile {
  width: 100%;
  height: auto;
  padding-top: 8%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about .profile .txt-c {
  width: 100%;
  height: auto;
}
.about .profile .txt-c p {
  color: #ffffff;
}

@media only screen and (max-width: 1680px) {
  .about .ab ul li p {
    font-size: 20px;
  }
  .about .ab ul li h6 {
    font-size: 85px;
  }
  .about .ab ul li h6 i {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1625px) {
  .about .company-box {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .about .ab ul li {
    padding: 0 1.5%;
  }
  .about .ab ul li p {
    font-size: 18px;
  }
  .about .ab ul li h6 {
    font-size: 80px;
  }
  .about .ab ul li h6 i {
    font-size: 40px;
  }
  .about .ab ul li .xiaobiao {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .about .ab ul li {
    padding: 0 1.5%;
  }
  .about .ab ul li p {
    font-size: 16px;
  }
  .about .ab ul li h6 {
    font-size: 70px;
  }
  .about .ab ul li h6 i {
    font-size: 35px;
  }
  .about .ab ul li .xiaobiao {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .about .company-box {
    padding-left: 5%;
  }
  .about .ab ul li {
    padding: 0 0.5%;
  }
  .about .ab ul li p {
    font-size: 14px;
  }
  .about .ab ul li h6 {
    font-size: 60px;
  }
  .about .ab ul li h6 i {
    font-size: 30px;
  }
  .about .ab ul li .xiaobiao {
    font-size: 26px;
  }
  .about .company-box .company-c .con {
    padding: 80px 5% 0 0;
  }
}
@media only screen and (max-width: 720px) {
  .about .ab ul li {
    padding: 0 0%;
    text-align: center;
    width: 50%;
    margin-bottom: 15px;
  }
  .about .ab ul li p {
    font-size: 12px;
  }
  .about .ab ul li h6 {
    font-size: 40px;
  }
  .about .ab ul li h6 i {
    font-size: 25px;
  }
  .about .ab ul li .xiaobiao {
    font-size: 20px;
  }
  .about .ab ul {
    padding-bottom: 0;
  }

  .about .company-box .company-c .con {
    width: 100%;
    padding: 90px 5% 5% 5%;
  }
  .about .company-box .company-c .pic {
    width: 100%;
    height: 250px;
    position: static;
  }
  .about .company-box .company-c {
    padding: 5% 0 0 0;
  }
  .about .company-box {
    margin-bottom: -45%;
  }
  .about .profile {
    padding-top: 45%;
  }
}

.business {
  background: #eaf0f6;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.business .business-l {
  z-index: 22;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.business .business-l .bks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 50, 101, 0.2);
}
.business .business-l .bks .con {
  width: 100%;
  position: absolute;
  padding: 5% 15%;
  left: 0;
  top: 5%;
}
.business .business-l .bks .con .line {
  display: block;
  margin-bottom: 15%;
  width: 100%;
  height: 5px;
  background: #ffffff;
}
.business .business-l .bks .con .tip {
  color: #ffffff;
}
.business .business-l .bks .con .tip:before {
  background: #ffffff;
}
.business .business-l .bks .con h3 {
  margin-top: 20px;
  font-size: 48px;
  color: #ffffff;
}

.business .business-list {
  width: 50%;
  padding: 5% 0 5% 8%;
  height: auto;
  float: right;
}
.business .business-list .business-js {
  width: 100%;
  height: auto;
  padding-right: 35%;
}
.business .business-list .business-js a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.business .business-list .business-js .pic {
  width: 100%;
  height: auto;
}
.business .business-list .business-js .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.business .business-list .business-js h3 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  position: absolute;
  padding: 0 5%;
  bottom: 5%;
  left: 0;
  width: 100%;
}

.business .business-list .business-js a {
  cursor: url(../img/cursor-drag.png) 40 40, move;
  transition: all 0.5s ease;
}
.business .business-l .swiper-button-next {
  background-image: url(../img/a014.png);
  right: -60px;
  left: auto;
}
.business .business-l .swiper-button-prev {
  background-image: url(../img/a015.png);
  right: 0px;
  left: auto;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
}
.business .business-l .swiper-button-next,
.business .business-l .swiper-button-prev {
  position: absolute;
  top: 75%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cf2b1e;
}

@media only screen and (max-width: 1680px) {
  .business .business-l .bks .con h3 {
    font-size: 45px;
  }
  .business .business-list .business-js h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 1440px) {
  .business .business-l .bks .con h3 {
    font-size: 40px;
  }
  .business .business-l .swiper-button-next {
    right: -50px;
  }
  .business .business-l .swiper-button-next,
  .business .business-l .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 50px 50px;
  }
  .business .business-list .business-js h3 {
    font-size: 30px;
  }
  .business .business-list .business-js {
    padding-right: 30%;
  }
  .business .business-l .bks .con .line {
    height: 4px;
  }
}
@media only screen and (max-width: 1280px) {
  .business .business-l .bks .con h3 {
    font-size: 35px;
  }
  .business .business-l .swiper-button-next {
    right: -45px;
  }
  .business .business-l .swiper-button-next,
  .business .business-l .swiper-button-prev {
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    background-size: 45px 45px;
  }
  .business .business-list .business-js h3 {
    font-size: 28px;
  }
  .business .business-list .business-js {
    padding-right: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .business .business-l .bks .con {
    padding: 8% 5%;
  }
  .business .business-list {
    padding: 8% 0 8% 8%;
  }
  .business .business-l .bks .con h3 {
    font-size: 30px;
  }
  .business .business-l .swiper-button-next {
    right: -40px;
  }
  .business .business-l .swiper-button-next,
  .business .business-l .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: 40px 40px;
  }
  .business .business-list .business-js h3 {
    font-size: 24px;
  }
  .business .business-list .business-js {
    padding-right: 15%;
  }
  .business .business-l .bks .con .line {
    height: 3px;
  }
}
@media only screen and (max-width: 720px) {
  .business .business-l .bks .con h3 {
    font-size: 25px;
  }
  .business .business-l .swiper-button-next {
    right: 5%;
  }
  .business .business-l .swiper-button-prev {
    right: calc(5% + 30px);
  }
  .business .business-l .swiper-button-next,
  .business .business-l .swiper-button-prev {
    top: 65%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px 30px;
  }
  .business .business-list .business-js h3 {
    font-size: 20px;
  }
  .business .business-list .business-js {
    padding-right: 25%;
  }
  .business {
    z-index: 22;
    padding-bottom: 55px;
  }
  .business .business-l {
    width: 100%;
    height: auto;
    position: static;
    position: relative;
    z-index: 0;
  }
  .business .business-l .bks {
    position: static;
    padding: 10% 0 35% 0;
  }
  .business .business-l .bks .con {
    position: static;
    padding: 5%;
  }
  .business .business-list {
    width: 100%;
    height: auto;
    margin-top: -15%;
    padding: 0 0 0 5%;
    z-index: 11;
  }
}

.vision {
  width: 100%;
  height: auto;
}
.vision .title {
  text-align: center;
}
.vision ul {
  width: 100%;
  height: auto;
  font-size: 0;
}
.vision ul li {
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  vertical-align: top;
  background-position: center;
  background-color: #123265;
  display: inline-block;
  width: calc(65% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.vision ul li:nth-child(2n) {
  margin-right: 0;
}
.vision ul li .bks {
  display: block;
  background-color: rgba(18, 50, 101, 0.2);
  height: 520px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vision ul li:nth-child(2),
.vision ul li:nth-child(3) {
  width: calc(35% - 10px);
}
.vision ul li .ico {
  width: 80px;
  height: auto;
  margin-bottom: 25px;
}
.vision ul li .ico .img2 {
  display: none;
}
.vision ul li .con {
  width: 100%;
  height: auto;
  padding: 5% 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vision ul li h3 {
  color: #ffffff;
  font-size: 36px;
  font-family: "STA";
  font-weight: normal;
  margin-bottom: 15px;
}
.vision ul li .con .txt-c {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.vision ul li .con .txt-c p {
  color: #ffffff;
}
.vision ul li .con .more {
  font-size: 16px;
  display: block;
  margin-top: 25px;
  text-transform: uppercase;
  font-family: arial;
  font-weight: bold;
  color: #ffffff;
}
.vision ul li .con {
  position: absolute;
  bottom: 5%;
}
.vision ul li:hover .bks {
  background-color: #123265;
}
.vision ul li:hover h3 {
  color: #74a7da;
}
.vision ul li:hover .txt-c p {
  color: #74a7da;
}
.vision ul li:hover .ico .img1 {
  display: none;
}
.vision ul li:hover .ico .img2 {
  display: block;
}

@media only screen and (max-width: 1680px) {
  .vision ul li h3 {
    font-size: 34px;
  }
  .vision ul li .ico {
    width: 60px;
  }
  .vision ul li .bks {
    height: 480px;
  }
  .vision ul li .con {
    padding: 5% 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .vision ul li h3 {
    font-size: 30px;
  }
  .vision ul li .ico {
    width: 55px;
  }
  .vision ul li .bks {
    height: 450px;
  }
  .vision ul li .con {
    padding: 5% 45px;
  }
  .vision ul li .con .more {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .vision ul li h3 {
    font-size: 28px;
  }
  .vision ul li .ico {
    width: 50px;
  }
  .vision ul li .bks {
    height: 400px;
  }
  .vision ul li .con {
    padding: 5% 35px;
  }
  .vision ul li {
    width: calc(65% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .vision ul li:nth-child(2),
  .vision ul li:nth-child(3) {
    width: calc(35% - 7.5px);
  }
}
@media only screen and (max-width: 1024px) {
  .vision ul li h3 {
    font-size: 26px;
  }
  .vision ul li .ico {
    width: 50px;
  }
  .vision ul li .bks {
    height: 350px;
  }
  .vision ul li .con {
    padding: 5% 30px;
  }
  .vision ul li {
    width: calc(65% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .vision ul li:nth-child(2),
  .vision ul li:nth-child(3) {
    width: calc(35% - 5px);
  }
  .vision ul li .con .more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 720px) {
  .vision ul li h3 {
    font-size: 24px;
  }
  .vision ul li .ico {
    width: 40px;
  }
  .vision ul li .bks {
    height: 300px;
  }
  .vision ul li .con {
    padding: 5% 20px;
  }
  .vision ul li {
    width: 100%;
  }
  .vision ul li:nth-child(2),
  .vision ul li:nth-child(3) {
    width: 100%;
  }
  .vision ul li:nth-child(2) .bks,
  .vision ul li:nth-child(3) .bks {
    height: 200px;
  }
}

.product {
  width: 100%;
  height: auto;
  border-bottom: 10px solid #cf2b1e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product .product-c {
  width: 100%;
}
.product .product-c .recompic-box {
  width: 100%;
  height: auto;
}
.product .product-c .recompic {
  width: 50%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}
.product .product-c .recompic .bg {
  width: 230px;
  height: 230px;
  position: absolute;
  z-index: -1;
  left: calc(50% - 115px);
  top: calc(50% - 115px);
  background: #ffffff;
  border-radius: 100%;
}
.product .product-c ul.onesub {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.product .product-c .onesub li {
  font-size: 48px;
  margin-right: 3%;
  color: #fff;
  font-family: "STA";
  display: inline-block;
  vertical-align: top;
}
.product .product-c .onesub li a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.product .product-c .onesub li i {
  margin-left: 10px;
  width: 30px;
  display: inline-block;
  display: none;
  height: auto;
  vertical-align: middle;
}
.product .product-c .onesub li.cut i {
  display: inline-block;
}
.product .product-c .onesub li.cut a {
  color: #cf2b1e;
}
.product .product-c .onesub li:hover i {
  display: inline-block;
}
.product .product-c .onesub li:hover a {
  color: #cf2b1e;
}

.prt {
  width: 100%;
  text-align: center;
  background-color: #f5f8fc;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.prt .prt-sort {
  width: 100%;
  text-align: left;
  font-size: 0;
}
.prt .prt-sort a {
  margin-right: 2%;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-size: 24px;
  color: #000;
  font-family: "STA";
}
.prt .prt-sort a.cut:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #cf2b1e;
  top: calc(50% - 4px);
}
.prt .prt-sort a.cut {
  color: #cf2b1e;
}
.prt .prt-sort a:hover:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  background: #cf2b1e;
  top: calc(50% - 4px);
}
.prt .prt-sort a:hover {
  color: #cf2b1e;
}
.prt ul {
  width: 100%;
  height: auto;
  font-size: 0;
}
.prt ul li {
  transition: all 0.3s ease-in-out;
  z-index: 1;
  margin-bottom: 50px;
  padding: 10% 5% 5% 5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #eaf0f6;
  width: calc(50% - 25px);
  margin-right: 50px;
  height: auto;
}
.prt ul li:nth-child(2n) {
  margin-right: 0;
}
.prt ul li .more {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 60px;
  height: 60px;
  background: #cf2b1e;
  display: block;
}
.prt ul li .pic {
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.prt ul li .pic .bg {
  width: ;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 120px);
  z-index: -1;
}
.prt ul li .con {
  text-align: left;
  width: 100%;
  padding-right: 25%;
  margin-top: 10px;
}
.prt ul li .con h3 {
  color: #123265;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prt ul li .con .txt-c {
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.prt ul li .apply {
  border-radius: 100%;
  overflow: hidden;
  width: 0%;
  height: 00%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 22;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.prt ul li .apply .bks {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 10%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(18, 50, 101, 0.3);
}
.prt ul li .apply .bks .line {
  width: 100%;
  height: 5px;
  display: block;
  background: #ffffff;
}
.prt ul li .apply .bks h3 {
  font-size: 24px;
  color: #ffffff;
  padding-left: 15px;
  position: relative;
  margin-top: 15%;
}
.prt ul li .apply .bks h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffffff;
  top: calc(50% - 4px);
}
.prt ul li .apply .bks .txt {
  font-family: "STA";
  color: #fff;
  line-height: 1;
  margin-top: 20px;
  width: 100%;
  height: auto;
  font-size: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prt ul li .apply .bks .still {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 0 10%;
}
.prt ul li:hover .apply {
  height: 100%;
  width: 100%;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1680px) {
  .product .product-c .onesub li {
    font-size: 45px;
  }
  .prt .prt-sort a {
    font-size: 22px;
  }
  .prt ul li .con h3 {
    font-size: 28px;
  }
  .prt ul li .apply .bks h3 {
    font-size: 22px;
  }
  .prt ul li .apply .bks .still {
    font-size: 16px;
  }
  .prt ul li .apply .bks .txt {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1440px) {
  .product .product-c .onesub li {
    font-size: 40px;
  }
  .product .product-c .onesub li i {
    width: 25px;
  }
  .product .product-c .recompic .bg {
    width: 220px;
    height: 220px;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
  }
  .prt .prt-sort a {
    font-size: 20px;
  }
  .prt ul li .pic .bg {
    width: 220px;
    height: 220px;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
  }
  .prt ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .prt ul li .more {
    width: 50px;
    height: 50px;
  }
  .prt ul li .con h3 {
    font-size: 26px;
  }
  .prt ul li .apply .bks h3 {
    font-size: 20px;
  }
  .prt ul li .apply .bks .still {
    font-size: 15px;
  }
  .prt ul li .apply .bks .txt {
    font-size: 40px;
  }
  .prt ul li .apply .bks .line {
    height: 4px;
  }
}
@media only screen and (max-width: 1280px) {
  .product .product-c .onesub li {
    font-size: 35px;
  }
  .product .product-c .recompic .bg {
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
  }
  .prt ul li .pic .bg {
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
  }
  .prt ul li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .prt ul li .more {
    width: 45px;
    height: 45px;
  }
  .prt ul li .con h3 {
    font-size: 24px;
  }
  .prt ul li .apply .bks .txt {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .product .product-c .onesub li {
    font-size: 30px;
  }
  .product .product-c .recompic {
    width: 70%;
  }
  .product .product-c .recompic .bg {
    width: 190px;
    height: 190px;
    top: calc(50% - 95px);
    left: calc(50% - 95px);
  }
  .product .product-c .onesub li i {
    width: 20px;
  }
  .prt .prt-sort a {
    font-size: 18px;
  }
  .prt ul li .pic .bg {
    width: 190px;
    height: 190px;
    top: calc(50% - 95px);
    left: calc(50% - 95px);
  }
  .prt ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .prt ul li .more {
    width: 40px;
    height: 40px;
  }
  .prt ul li .con h3 {
    font-size: 22px;
  }
  .prt ul li .apply .bks h3 {
    font-size: 18px;
  }
  .prt ul li .apply .bks .still {
    font-size: 14px;
  }
  .prt ul li .apply .bks .txt {
    font-size: 30px;
  }
  .prt ul li .apply .bks .line {
    height: 3px;
  }
}
@media only screen and (max-width: 720px) {
  .product .product-c .recompic {
    width: 60%;
  }
  .product .product-c .recompic .bg {
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
  }
  .product .product-c .onesub li {
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .product .product-c .onesub li i {
    width: 15px;
    margin-left: 5px;
  }
  .prt .prt-sort a {
    font-size: 16px;
  }
  .prt ul li .pic .bg {
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
  }
  .prt ul li {
    width: 100%;
  }
  .prt ul li .more {
    width: 30px;
    height: 30px;
  }
  .prt ul li .con h3 {
    font-size: 20px;
  }
  .prt ul li .apply .bks .txt {
    font-size: 25px;
  }
}

.deatail-box {
  width: 100%;
  height: auto;
  background-color: #f5f8fc;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.pro-d-box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.pro-d-box .pro-d {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 18%;
}
.pro-d-box .pro-d .pro-dl {
  width: 50%;
  max-width: 350px;
  z-index: 0;
  float: left;
  position: relative;
  height: auto;
}
.pro-d-box .pro-d .pro-dl img {
  display: block;
}
.pro-d-box .pro-d .pro-dl .bg {
  border-radius: 100%;
  background: #ffffff;
  width: 240px;
  height: 240px;
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 120px);
  z-index: -1;
}
.pro-d-box .pro-d .pro-dr {
  width: 50%;
  float: right;
  height: auto;
}
.pro-d-box .pro-d .pro-dr .tip {
  color: #ffffff;
  width: 100%;
  height: auto;
}
.pro-d-box .pro-d .pro-dr .tip:before {
  background: #ffffff;
}
.pro-d-box .pro-d .pro-dr .title {
  margin-top: 20px;
}
.pro-d-box .pro-d .pro-dr .title h1 {
  color: #ffffff;
}
.pro-d-box .pro-d .pro-dr .txt-c {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.pro-d-box .pro-d .pro-dr .txt-c p {
  color: #ffffff;
}

.pro-d-box .pro-d .pro-dr .tl {
  margin: 35px 0 25px 0;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
  border: 2px solid #ffffff;
}
.pro-d-box .pro-d .pro-dr .tl p {
  color: #ffffff;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  padding: 30px 5%;
  text-align: center;
}
.pro-d-box .pro-d .pro-dr .tl:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #ffffff;
  position: absolute;
}

.pro-d-box .pro-d .pro-dr .view {
  width: 100%;
  background: #cf2b1e;
  border: none;
  text-align: center;
}
.pro-d-box .pro-d .pro-dr .view:before {
  background: url(../img/a027s.png) center no-repeat;
}

@media only screen and (max-width: 1024px) {
  .pro-d-box .pro-d .pro-dr .tl p {
    padding: 25px 3%;
    font-size: 15px;
  }
}
@media only screen and (max-width: 720px) {
  .pro-d-box .pro-d .pro-dr .tl {
    margin: 25px 0 20px 0;
  }
  .pro-d-box .pro-d .pro-dr .tl p {
    padding: 25px 10px;
    font-size: 12px;
  }
  .pro-d-box .pro-d .pro-dl {
    width: 100%;
    height: auto;
  }
  .pro-d-box .pro-d .pro-dr {
    width: 100%;
    height: auto;
  }
}

.used {
  width: 100%;
  padding-left: calc(50% - 650px);
  height: auto;
}
.used .used-c {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -20%;
  position: relative;
}
.used .used-c .item {
  width: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  color: #ffffff;
}
.used .used-c .item:before {
  background: #ffffff;
}
.used .used-c .used-js {
  width: 100%;
  height: auto;
}
.used .used-c .used-js .used-con {
  width: 100%;
  position: relative;
}
.used .used-c .used-js .used-con .pic {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.used .used-c .used-js .used-con .bks {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 25, 64, 0.1);
}
.used .used-c .con {
  display: none;
  width: 41%;
  padding: 13% 0;
}
.used .used-c .con h3 {
  color: #ffffff;
}
.used .used-c .swiper-button-prev {
  background-image: url(../img/a015s.png);
  left: 5%;
  right: auto;
}
.used .used-c .swiper-button-next {
  background-image: url(../img/a014s.png);
  left: calc(5% + 70px);
  right: auto;
}
.used .used-c .swiper-button-next,
.used .used-c .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 8%;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

@media only screen and (max-width: 1680px) {
}
@media only screen and (max-width: 1625px) {
  .used {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .used .used-c .swiper-button-next {
    left: calc(5% + 60px);
  }
  .used .used-c .swiper-button-next,
  .used .used-c .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .used .used-c .swiper-button-next {
    left: calc(5% + 55px);
  }
  .used .used-c .swiper-button-next,
  .used .used-c .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
  }
  .used .used-c .con {
    padding: 8% 0;
    width: 45%;
  }
  .used .used-c .used-js .used-con .pic {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .used {
    padding-left: 5%;
  }
  .used .used-c .swiper-button-next {
    left: calc(5% + 50px);
  }
  .used .used-c .swiper-button-next,
  .used .used-c .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .used .used-c .con {
    padding: 8% 0;
    width: 50%;
  }
  .used .used-c .used-js .used-con .pic {
    width: 100%;
  }
}

@media only screen and (max-width: 720px) {
  .used .used-c .swiper-button-next {
    left: calc(5% + 40px);
  }
  .used .used-c .swiper-button-next,
  .used .used-c .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    bottom: calc(5% + 250px);
  }
  .used .used-c .con {
    padding: 15% 5% calc(15% + 60px) 5%;
    width: 100%;
  }
  .used .used-c .used-js .used-con {
    padding: 0 0 0 0;
  }
  .used .used-c .used-js .used-con .pic {
    width: 100%;
    position: static;
    height: auto;
    position: relative;
  }
}

.detial-box {
  width: 100%;
  height: auto;
  background: #f5f8fc;
}
.detail-box2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.detail-box2 .detail-bg {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/b039.jpg) center no-repeat #f5f8fc;
  background-size: cover;
}

.detail {
  width: 100%;
  height: auto;
}
.detail .content {
  width: 100%;
  height: auto;
}

.detail .content .txt-c p img {
  width: 100%;
  height: auto;
}
.detail .content .txt-c {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.detail .content .txt-c .title {
  float: left;
  width: 50%;
}
.detail .content .txt-c p {
  float: right;
  width: 50%;
}
.detail .content .list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 45px 0;
  border-top: 1px solid rgba(18, 50, 101, 0.1);
}
.detail .content .list .title {
  width: 50%;
  height: auto;
  float: left;
}
.detail .content .list .txt-c {
  width: 50%;
  height: auto;
  float: right;
}
.detail .content .list .txt-c li {
  list-style-type: inherit !important;
}
.detail .content .list .txt-c li p {
  position: relative;
  padding-left: 15px;
}
.detail .content .list .txt-c p {
  position: relative;
  padding-left: 15px;
}
.detail .content .list .txt-c li p:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  top: 6px;
}
.detail .content .list .txt-c p:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  width: 6px;
  height: 6px;
  background: #000;
  top: 6px;
}
.detail .content .list .txt-c li > p {
  width: 100% !important;
}
.detail .content .list > .txt-c > p {
  width: 100% !important;
}

.recom-pro {
  width: 100%;
  height: auto;
}
.recom-pro .summy {
  width: 100%;
  padding-left: 50%;
  height: auto;
}
.recom-pro .recom-pro-box {
  padding-left: calc(50% - 650px);
}
.recom-pro .recom-pro-box .recom-pro-js {
  width: 100%;
  height: auto;
  padding-right: 20%;
}
.recom-pro .recom-pro-box .recom-pro-js .li {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  padding: 10% 5% 5% 5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #eaf0f6;
  height: auto;
}
.recom-pro .recom-pro-box .recom-pro-js .li .more {
  z-index: 3;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 60px;
  height: 60px;
  background: #cf2b1e;
  display: block;
}
.recom-pro .recom-pro-box .recom-pro-js .li .pic {
  width: 75%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.recom-pro .recom-pro-box .recom-pro-js .li .pic .bg {
  width: ;
  display: block;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 120px);
  z-index: -1;
}
.recom-pro .recom-pro-box .recom-pro-js .li .con {
  text-align: left;
  width: 100%;
  padding-right: 25%;
  margin-top: 10px;
}
.recom-pro .recom-pro-box .recom-pro-js .li .con h3 {
  color: #123265;
  font-size: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recom-pro .recom-pro-box .recom-pro-js .li .con .txt-c {
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recom-pro .recom-pro-box .recom-pro-js .li .apply {
  border-radius: 100%;
  overflow: hidden;
  width: 0%;
  height: 00%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 22;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.recom-pro .recom-pro-box .recom-pro-js .li .apply .bks {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 10%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(18, 50, 101, 0.3);
}
.recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .line {
  width: 100%;
  height: 5px;
  display: block;
  background: #ffffff;
}
.recom-pro .recom-pro-box .recom-pro-js .li .apply .bks h3 {
  font-size: 24px;
  color: #ffffff;
  padding-left: 15px;
  position: relative;
  margin-top: 15%;
}
.recom-pro .recom-pro-box .recom-pro-js .li .apply .bks h3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ffffff;
  top: calc(50% - 4px);
}
.recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .txt {
  font-family: "STA";
  color: #fff;
  line-height: 1;
  margin-top: 20px;
  width: 100%;
  height: auto;
  font-size: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .still {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 0 10%;
}
.recom-pro .recom-pro-box .recom-pro-js .li:hover .apply {
  height: 100%;
  width: 100%;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
.recom-pro .recom-pro-box .recom-pro-js a {
  cursor: url(../img/cursor-drag.png) 40 40, move;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 1680px) {
  .recom-pro .recom-pro-box .recom-pro-js .li .con h3 {
    font-size: 28px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks h3 {
    font-size: 22px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .still {
    font-size: 16px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .txt {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1625px) {
  .recom-pro .recom-pro-box {
    padding-left: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .recom-pro .recom-pro-box .recom-pro-js .li .pic .bg {
    width: 220px;
    height: 220px;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .more {
    width: 50px;
    height: 50px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .con h3 {
    font-size: 26px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks h3 {
    font-size: 20px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .still {
    font-size: 15px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .txt {
    font-size: 40px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .line {
    height: 4px;
  }
}
@media only screen and (max-width: 1280px) {
  .recom-pro .recom-pro-box .recom-pro-js .li .pic .bg {
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
  }

  .recom-pro .recom-pro-box .recom-pro-js .li .more {
    width: 45px;
    height: 45px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .con h3 {
    font-size: 24px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .txt {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .recom-pro .recom-pro-box {
    padding-left: 5%;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .pic .bg {
    width: 190px;
    height: 190px;
    top: calc(50% - 95px);
    left: calc(50% - 95px);
  }

  .recom-pro .recom-pro-box .recom-pro-js .li .more {
    width: 40px;
    height: 40px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .con h3 {
    font-size: 22px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks h3 {
    font-size: 18px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .still {
    font-size: 14px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .txt {
    font-size: 30px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .line {
    height: 3px;
  }
}
@media only screen and (max-width: 720px) {
  .recom-pro .recom-pro-box .recom-pro-js .li .pic .bg {
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
  }
  .recom-pro .summy {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .more {
    width: 30px;
    height: 30px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .con h3 {
    font-size: 20px;
  }
  .recom-pro .recom-pro-box .recom-pro-js .li .apply .bks .txt {
    font-size: 25px;
  }
  .detail .content .list {
    padding: 35px 0;
  }
  .detail .content .list .title {
    width: 100%;
  }
  .detail .content .list .txt-c {
    width: 100%;
    margin-top: 20px;
  }

  .detail .content .txt-c {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .detail .content .txt-c .title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .detail .content .txt-c p {
    float: right;
    width: 100%;
  }
}

.he_loading.on .he_imgj1 {
  opacity: 0;
}

.he_loading .he_imgj2 {
  width: auto;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: inherit;
}

.he_inbo {
  overflow: hidden;
}

.he_inbo.on {
  overflow: inherit;
}

.he_loading.on1 {
  /* transition: transform 1s cubic-bezier(1, .01, 0, .04), opacity 1.5s ease-in;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%) matrix(45, 0, 0, 45, 0, 0); */

  transition: transform 1.8s cubic-bezier(1, 0.01, 0, 0.04),
    opacity 2s ease-in 0.8s;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) matrix(45, 0, 0, 45, 0, 0);
  opacity: 0;
}
