@charset 'UTF-8';

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
button,
textarea,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:focus {
  outline: 0;
}

body {
  line-height: 1.5
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th {
  text-align: left
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline
}

:link,
:visited,
ins {
  text-decoration: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: sup;
  font-size: smaller;
}

/* Gobal css */
html {
  font-size: 625%;
  width: 100%;
  height: 100%;
}

body {
  font-family: apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-size: 16px;
  color: #111111;
  background: #F5F5F5;
  width: 100%;
  height: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-size: 16px;
}

a:hover {
  color: #1c2081;
  text-decoration: none;
}

a {
  color: #111111;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

/*clear float*/
.clearfix:after {
  font-size: 0;
  line-height: 0;
  content: "\020";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*animate*/
@-moz-keyframes barrotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes barrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes barrotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes selfrotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes selfrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes selfrotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-moz-keyframes icondown {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0
  }

  50% {
    -moz-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    opacity: 1
  }

  100% {
    -moz-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    opacity: 0
  }
}

@-webkit-keyframes icondown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0
  }

  50% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    opacity: 1
  }

  100% {
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    opacity: 0
  }
}

@keyframes icondown {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0
  }

  50% {
    -moz-transform: translate3d(0, 80%, 0);
    -ms-transform: translate3d(0, 80%, 0);
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    opacity: 1
  }

  100% {
    -moz-transform: translate3d(0, 150%, 0);
    -ms-transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    opacity: 0
  }
}

@-moz-keyframes playbtn {
  0% {
    -moz-transform: scale(0);
    transform: scale(0)
  }

  60% {
    -moz-transform: scale(1.1);
    transform: scale(1.1)
  }

  80% {
    -moz-transform: scale(0.9);
    transform: scale(0.9)
  }

  90% {
    -moz-transform: scale(1.05);
    transform: scale(1.05)
  }

  95% {
    -moz-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes playbtn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  80% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  90% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  95% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes playbtn {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  60% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  80% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
  }

  90% {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  95% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-moz-keyframes clouds {
  0% {
    -moz-transform: translate3d(0, -4%, 0);
    transform: translate3d(0, -4%, 0)
  }

  50% {
    -moz-transform: translate3d(0, 4%, 0);
    transform: translate3d(0, 4%, 0)
  }

  100% {
    -moz-transform: translate3d(0, -4%, 0);
    transform: translate3d(0, -4%, 0)
  }
}

@-webkit-keyframes clouds {
  0% {
    -webkit-transform: translate3d(0, -4%, 0);
    transform: translate3d(0, -4%, 0)
  }

  50% {
    -webkit-transform: translate3d(0, 4%, 0);
    transform: translate3d(0, 4%, 0)
  }

  100% {
    -webkit-transform: translate3d(0, -4%, 0);
    transform: translate3d(0, -4%, 0)
  }
}

@keyframes clouds {
  0% {
    -moz-transform: translate3d(0, -4%, 0);
    -ms-transform: translate3d(0, -4%, 0);
    -webkit-transform: translate3d(0, -4%, 0);
    transform: translate3d(0, -4%, 0)
  }

  50% {
    -moz-transform: translate3d(0, 4%, 0);
    -ms-transform: translate3d(0, 4%, 0);
    -webkit-transform: translate3d(0, 4%, 0);
    transform: translate3d(0, 4%, 0)
  }

  100% {
    -moz-transform: translate3d(0, -4%, 0);
    -ms-transform: translate3d(0, -4%, 0);
    -webkit-transform: translate3d(0, -4%, 0);
    transform: translate3d(0, -4%, 0)
  }
}

@-moz-keyframes rains {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 10000px 20000px
  }
}

@-webkit-keyframes rains {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 10000px 20000px
  }
}

@keyframes rains {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 10000px 20000px
  }
}

@-moz-keyframes snows {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 0 20000px
  }
}

@-webkit-keyframes snows {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 0 20000px
  }
}

@keyframes snows {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 0 20000px
  }
}

.down {
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  position: absolute;
  right: 5%;
  bottom: 10%;
  background: url(images/down.png) center center no-repeat;
  background-size: 60%;
  cursor: pointer;
  z-index: 777;
  -moz-animation: icondown 3s infinite;
  -webkit-animation: icondown 3s infinite;
  animation: icondown 3s infinite;
  -webkit-transition: all .7s ease-in-out .5s;
  -moz-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out .5s;
  -webkit-transform: translate(0, 70px);
  -moz-transform: translate(0, 70px);
  transform: translate(0, 70px);
  filter: alpha(Opacity=0);
  opacity: 0
}

.down.show {
  display: block;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  filter: alpha(opacity=100);
  opacity: 1;
}

/*font style*/
@font-face {
  font-family: 'beba';
  src: url("fonts/BEBAS.eot");
  src: url("fonts/BEBAS.eot") format("embedded-opentype"), url("fonts/BEBAS.woff") format("woff"), url("fonts/BEBAS.ttf") format("truetype"), url("fonts/BEBAS.svg#BEBAS") format("svg");
}

@font-face {
  font-family: 'avian';
  src: url('font/AvianRegular.eot');
  src: url('font/AvianRegular.eot?#iefix') format('embedded-opentype'),
    url('font/AvianRegular.woff') format('woff'),
    url('font/AvianRegular.ttf') format('truetype'),
    url('font/AvianRegular.svg#AvianRegular') format('svg');
}

@font-face {
  font-family: 'DisneyEnglish';
  src: url('fonts/DisneyEnglishTwo-Medium.otf');
}


.iconify {
  font-family: "iconify" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 4%;
  font-size: 28px;
  color: #1c2081;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 60px;
  border-radius: 100px;
}

/**common style**/
.container {
  position: relative;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1560px;
}

.no-scroll {
  overflow: hidden;
}

.commWidget {
  position: relative;
  width: 100%;
}

.commPadding {
  padding: 80px 0;
}

.bgWhite {
  background: #ffffff;
}

.bgGray {
  background: #f0f0f0;
}

.bgBlue {
  background: #1c2081;
}

.bgBluelight {
  background: #eff5fa;
}

.fWhite {
  color: #ffffff;
}

.fBlack {
  color: #121212;
}

.fGray {
  color: #999999;
}

.fOrg {
  color: #fe7619;
}

.fBeba {
  font-family: 'beba';
}

.fDisney {
  font-family: 'DisneyEnglish';
}

.fAvian {
  font-family: 'avian';
}

.list-style-two {
  margin-left: -10px;
  margin-right: -10px;
}

.list-style-two li {
  position: relative;
  float: left;
  padding: 10px;
  width: 50%;
}

.list-style-two li.all-long {
  width: 100%;
}

.list-style-three {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.list-style-three li {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 10px;
}

.list-style-four {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.list-style-four li {
  position: relative;
  float: left;
  width: 25%;
  padding: 10px;
}

.list-style-five {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.list-style-five li {
  position: relative;
  float: left;
  width: 20%;
  padding: 10px;
}

.list-style-six {
  margin-left: -10px;
  margin-right: -10px;
}

.list-style-six li {
  position: relative;
  float: left;
  width: 16.6666%;
  padding: 10px;
}

.list-space-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.list-space-20 li {
  padding: 20px;
}

.list-space-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.list-space-30 li {
  padding: 30px;
}

.commTxt {
  font-size: 16px;
  line-height: 1.71429;
  text-align: justify;
}

.commTxt p {
  margin: 0 0 15px;
}

.tcenter {
  text-align: center;
}

/*Layout style*/
body.offscreen .Str-header {
  margin-top: -70px;
}

body.drop .Str-header {
  margin-top: 0px;
}

#pgcontainer {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.Str-header {
  position: fixed;
  right: 0;
  top: 0;
  height: 70px;
  width: 100%;
  z-index: 1000;
  color: #fff;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.Str-header h1 {
  float: left;
  margin: 0;
}

.Str-header h1 a.logo {
  display: block;
  margin: 10px 0;
  width: 127px;
  height: 50px;
  text-indent: -8889px;
  background: url(/images/logo_3043x1080_w.png) no-repeat center;
  background-size: 127px 50px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.Str-header .lagBox {
  float: right;
}

.Str-header .lagBox .language,
.Str-header .lagBox .search {
  position: relative;
  float: right;
  padding: 10px 0;
}

.Str-header .lagBox a.top-icon {
  display: block;
  margin: 7px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
}

.Str-header .lagBox a.top-icon:hover {
  color: rgba(255, 255, 255, .64);
}

.Str-header .lagBox .search a.top-icon {
  font-size: 22px;
}

.Str-header .Str-menu {
  float: right;
}

.Str-header .Str-menu button {
  display: none;
}

.Str-header .Str-menu p {
  display: none;
}

.Str-header .Str-menu li {
  position: relative;
  float: left;
}

.Str-header .Str-menu li a {
  position: relative;
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
}

.Str-header .Str-menu li a:after {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.Str-header .Str-menu li:hover a:after {
  width: 25%;
}

.Str-header .Str-menu li:hover a {
  text-decoration: none;
  color: #fff;
}

.Str-header .Str-menu li.current a:after {
  width: 25%;
}

.Str-header .Str-menu li ul.sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -90px;
  width: 180px;
  background: #fff;
}

.Str-header .Str-menu li ul.sub-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
}

.Str-header .Str-menu li ul.sub-menu li:last-child {
  border: 0;
}

.Str-header .Str-menu li ul.sub-menu li a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: center;
}

.Str-header .Str-menu li ul.sub-menu li a:after {
  display: none;
}

.Str-header .Str-menu li ul.sub-menu li a:hover {
  color: #1c2081;
  background: #f5f5f5;
}

.Str-header .Str-menu li ul.sub-menu li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  margin-left: 0;
}

.Str-header .Str-menu li ul.sub-menu li ul li {
  border-bottom: 1px solid #005eb8;
}

.Str-header .Str-menu li ul.sub-menu li ul li a {
  display: block;
  padding: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  background: #005eb8;
}

.Str-header .Str-menu li ul.sub-menu li:hover ul {
  display: block;
}

.Str-header-scroll,
.Str-header-white {
  height: 70px;
  background: #fff;
  color: #111111;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, .12);
}

.Str-header-scroll h1 a.logo,
.Str-header-white h1 a.logo {
  display: block;
  width: 127px;
  height: 50px;
  background: url(/images/logo_3043x1080.png) no-repeat center;
  background-size: 127px 50px;
  text-indent: -8889px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.Str-header-scroll .Str-menu li a,
.Str-header-white .Str-menu li a {
  color: #111111;
}

.Str-header-scroll .Str-menu li:hover a,
.Str-header-white .Str-menu li:hover a {
  color: #1c2081;
}

.Str-header-scroll .Str-menu li:hover a:after,
.Str-header-white .Str-menu li:hover a:after {
  background: #1c2081;
}

.Str-header-scroll .Str-menu li.current a,
.Str-header-white .Str-menu li.current a {
  color: #1c2081;
}

.Str-header-scroll .Str-menu li.current a:after,
.Str-header-white .Str-menu li.current a:after {
  background: #1c2081;
}

.Str-header-scroll .Str-menu li ul.sub-menu,
.Str-header-white .Str-menu li ul.sub-menu {
  background: #1c2081;
}

.Str-header-scroll .Str-menu li ul.sub-menu:after,
.Str-header-white .Str-menu li ul.sub-menu:after {
  color: #1c2081;
}

.Str-header-scroll .Str-menu li ul.sub-menu li,
.Str-header-white .Str-menu li ul.sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.Str-header-scroll .Str-menu li ul.sub-menu li a,
.Str-header-white .Str-menu li ul.sub-menu li a {
  color: #fff;
}

.Str-header-scroll .Str-menu li ul.sub-menu li a:hover,
.Str-header-white .Str-menu li ul.sub-menu li a:hover {
  color: rgba(255, 255, 255, .64);
  background: #014099;
}

.Str-header-scroll .lagBox a.top-icon,
.Str-header-white .lagBox a.top-icon {
  color: #111;
}

.Str-header-scroll .lagBox a.top-icon:hover,
.Str-header-white .lagBox a.top-icon:hover {
  color: #1c2081;
}

.Str-mobile-menu {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 12px 0;
}

.Str-mobile-menu .menu-line {
  display: block;
  margin: 8px auto;
  width: 22px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.Str-header-scroll .Str-mobile-menu .menu-line,
.Str-header-white .Str-mobile-menu .menu-line {
  background: #111;
}

.Str-mobile-menu.active .menu-line:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.Str-mobile-menu.active .menu-line:last-child {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

.site-navbar {
  position: fixed;
  right: -240px;
  top: 0;
  width: 240px;
  height: 100%;
  padding: .2rem 0;
  background: #f5f5f5;
  box-shadow: 5px 0 12px rgba(0, 0, 0, .24) inset;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.openmenu .site-navbar {
  right: 0;
}

.openmenu .Str-header {
  right: 240px;
}

.openmenu #pgcontainer {
  margin-right: 240px;
  margin-left: -240px;
}

.site-navbar .menu-sitenav button {
  display: none;
}

.site-navbar .menu-sitenav p {
  display: none;
}

.site-navbar .menu-sitenav ul li a {
  border-bottom: #e9e9e9 1px solid;
  color: #111111;
  display: block;
  font-size: .15rem;
  padding: 0 .2rem;
  margin: 0 auto;
  height: .5rem;
  line-height: .5rem;
  width: 90%;
  box-sizing: border-box;
}

.site-navbar .menu-sitenav ul li.current a {
  font-weight: 600;
  color: #000;
}

.site-navbar .menu-sitenav ul li:last-child a {
  border-bottom: 0;
}

.site-navbar .menu-sitenav li.menu-item-has-children a {
  background: url(../images/arr_down.png) no-repeat 96% center;
  background-size: 13px auto;
}

.site-navbar .menu-sitenav li ul.sub-menu {
  display: none;
  width: 100%;
  background: #1c2081;
  overflow: hidden;
}

.site-navbar .menu-sitenav li ul.sub-menu li {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-navbar .menu-sitenav li ul.sub-menu li a {
  display: block;
  font-size: .14rem;
  color: #fff;
  height: .44rem;
  line-height: .44rem;
  border: 0;
  background: none;
}

.site-navbar .menu-sitenav li ul.sub-menu li a:hover {
  color: rgba(255, 255, 255, .7);
}

.site-navbar .menu-sitenav li ul.sub-menu li ul {
  display: none;
}

.Str-footer {
  position: relative;
  background: #1c2081;
  overflow: hidden;
}

.footer {
  padding: 40px 0 20px 0;
}

.foot-navbox {
  float: left;
  width: 70%;
}

.foot-wxcode {
  float: right;
}

.hotPhone {
  text-align: right;
  color: #fff;
}

.hotPhone p {
  font-size: 14px;
  font-weight: 600;
}

.hotPhone h3 {
  font-size: 34px;
  font-family: DINAlternate-Bold, DINAlternate, Arial;
}

.footer-link {
  float: left;
  margin-right: 60px;
}

.footer-link dt {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px;
}

.footer-link dd a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, .7);
}

.footer-link dd a:hover {
  text-decoration: underline;
  color: #fff;
}

.code {
  width: 144px;
  text-align: center;
  font-size: 14px;
  float: right;
  color: rgba(255, 255, 255, .7)
}

.code img {
  display: block;
  width: 144px;
  margin: 0 auto 10px;
}

.statement {
  padding: 0;
  font-size: 13px;
  color: #fff;
}

.statement .container {
  position: relative;
}

.foot-line {
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding-top: 20px;
  padding-bottom: 20px;
}

.statement p {
  overflow: hidden;
  line-height: 2;
}

.statement p span {
  float: left;
  width: auto;
}

.statement label {
  display: inline-block;
  margin-right: 15px;
  color: rgba(255, 255, 255, .6);
}

.statement p a {
  display: inline-block;
  color: rgba(255, 255, 255, .8);
  margin-right: 15px;
}

.statement p a:hover {
  color: rgba(255, 255, 255, 1);
}

.foot-logo {
  float: right;
}

.foot-logo img {
  display: block;
  height: 50px;
}

/*index*/
.Str-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.home-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  background-position: center;
  background-size: 100% auto;
  overflow: hidden;
}

.gradient-overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 95, 184, 1);
  background: -moz-linear-gradient(left, rgba(0, 95, 184, 1) 0%, rgba(0, 95, 184, 0.57) 40%, rgba(0, 95, 184, 0) 80%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 95, 184, 1)), color-stop(40%, rgba(0, 95, 184, 0.57)), color-stop(80%, rgba(0, 95, 184, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 95, 184, 1) 0%, rgba(0, 95, 184, 0.57) 40%, rgba(0, 95, 184, 0) 80%);
  background: -o-linear-gradient(left, rgba(0, 95, 184, 1) 0%, rgba(0, 95, 184, 0.57) 40%, rgba(0, 95, 184, 0) 80%);
  background: -ms-linear-gradient(left, rgba(0, 95, 184, 1) 0%, rgba(0, 95, 184, 0.57) 40%, rgba(0, 95, 184, 0) 80%);
  background: linear-gradient(to right, rgba(0, 95, 184, 1) 0%, rgba(0, 95, 184, 0.57) 40%, rgba(0, 95, 184, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005fb8', endColorstr='#005fb8', GradientType=1);
}

.gradient-overlay-none {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.home-gradient-overlay {
  background: linear-gradient(to bottom, rgba(28, 32, 129, .6) 10%, rgba(28, 32, 129, .3) 40%, rgba(28, 32, 129, 0) 100%);
}

.home-gradient-overlay2 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, 0) 100%);
}

.home-gradient-overlay3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, .5) 60%, rgba(0, 0, 0, .1) 100%);
}

.home-gradient-overlay4 {
  background: linear-gradient(to bottom, rgba(10, 12, 45, .6) 20%, rgba(10, 12, 45, .6) 60%, rgba(10, 12, 45, .6) 100%);
}

.showSlogan {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.show-slogan {
  width: 100%;
}

.show-slogan.tleft {
  text-align: left;
}

.show-slogan.tright {
  text-align: right;
}

.show-slogan h2 {
  font-size: 68px;
  line-height: 1.2;
  font-weight: 400;
}

.show-slogan h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 6px;
}

.show-slogan h4 {
  font-size: 48px;
  line-height: 1.5;
}

.show-slogan h5 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 40px;
}

.show-slogan h6 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}

.home-btn {
  margin-top: 5%;
}

.homeLink {
  position: relative;
  display: inline-block;
  text-align: left;
  height: 40px;
  font-size: 14px;
  padding: 0 40px 0 20px;
  overflow: hidden;
  border-radius: 100px;
  line-height: 40px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.homeLink:after {
  content: '\e650';
  font-family: 'iconify';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: 0px;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.homeLink:hover {
  padding-right: 60px;
  color: #111;
  background: #fff;
}

.homeLink2 {
  position: relative;
  display: inline-block;
  text-align: left;
  height: 44px;
  font-size: 14px;
  padding-left: 28px;
  padding-right: 38px;
  overflow: hidden;
  border-radius: 100px;
  line-height: 44px;
  overflow: hidden;
  color: #333;
  border: 1px solid #333;
  transition: all 0.3s ease-in-out;
}

.homeLink2:after {
  content: '\e650';
  font-family: 'iconify';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: 0px;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.homeLink2:hover {
  padding-right: 68px;
  color: #fff;
  background: #1c2081;
  border-color: #1c2081;
}



.index-title {
  margin: 0 0 60px;
  text-align: center;
}

.index-title.tleft {
  text-align: left;
}

.index-title h3 {
  margin: 0;
  font-size: 34px;
  line-height: 2;
  font-weight: 600;
}

.index-title h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  opacity: .65;
  font-weight: normal;
}

.Home-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Home-swiper .swiper-wrapper {
  transition-delay: .3s;
}

.Home-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.Home-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.Home-swiper .swiper-slide video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  overflow: hidden;
}

.Home-swiper .swiper-button-next,
.Home-swiper .swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.Home-swiper .swiper-button-next:after,
.Home-swiper .swiper-container-rtl .swiper-button-prev:after {
  font-size: 22px;
}

.Home-swiper .swiper-button-prev,
.Home-swiper .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 40px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.Home-swiper .swiper-button-prev:after,
.Home-swiper .swiper-container-rtl .swiper-button-next:after {
  font-size: 22px;
}

.Home-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.Home-swiper .swiper-pagination-custom,
.Home-swiper .swiper-pagination-fraction {
  bottom: 40px;
  left: 40px;
  width: auto;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

.Home-swiper .swiper-pagination-fraction span.swiper-pagination-current {
  font-size: 30px;
  font-weight: 600;
}

.Home-swiper .swiper-pagination-bullet {
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 1);
}

.Home-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
}

.Home-swiper .swiper-horizontal>.swiper-pagination-bullets,
.Home-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.Home-swiper .swiper-pagination-custom,
.Home-swiper .swiper-pagination-fraction {
  bottom: 20px;
}

.Home-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.Home-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.Home-swiper .swiper-slide .show-slogan h3 {
  transform: translateY(-180px);
  opacity: 0;
  transition: all .4s;
}

.Home-swiper .ani-slide .show-slogan h3 {
  transform: translateY(0);
  opacity: 1;
}

.Home-swiper .swiper-slide .show-slogan h2 {
  transform: translateY(-80px);
  opacity: 0;
  transition: all .4s;
}

.Home-swiper .ani-slide .show-slogan h2 {
  transform: translateY(0);
  opacity: 1;
}

.Home-swiper .swiper-slide .show-slogan .home-btn {
  transform: translateY(200px);
  opacity: 0;
  transition: all .4s;
}

.Home-swiper .ani-slide .show-slogan .home-btn {
  transform: translateY(0);
  opacity: 1;
}

.Str-products {
  padding: 10px 0;
}

.home-productbox {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 74%;
  background: url(images/hpro_bg.jpg) no-repeat center;
  background-size: cover;
}

.home-productbox dl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-productbox dl dt {
  float: left;
  width: 50%;
  text-align: left;
}

.home-productbox dl dt h3 {
  font-size: 44px;
  color: #111;
  margin: 0;
  font-weight: 600;
  letter-spacing: 4px;
}

.home-productbox dl dt p {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.home-productbox dl dd {
  margin-left: 50%;
  padding: 0;
}

.home-productbox dl dd img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transform: scale(.9);
  transition: all 0.3s ease-in-out;
}

.home-productbox:hover dl dd img {
  transform: scale(1);
}

.Ins-swiper {
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden;
}

.Ins-swiper .swiper-slide {
  width: 100%;
}

.Ins-swiper .swiper-pagination-bullets,
.Ins-swiper .swiper-pagination-custom,
.Ins-swiper .swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

.Ins-swiper .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  display: inline-block;
  background: #000;
  opacity: .1;
}

.Ins-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1c2081;
}

.Ins-swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.Ins-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.insApp .swiper-button-next,
.insApp .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  top: 56%;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, .5);
  font-weight: 600;
}

.insApp .swiper-button-next:after,
.insApp .swiper-container-rtl .swiper-button-prev:after {
  font-size: 30px;
}

.insApp .swiper-button-prev,
.insApp .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  top: 56%;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, .5);
  font-weight: 600;
}

.insApp .swiper-button-prev:after,
.insApp .swiper-container-rtl .swiper-button-next:after {
  font-size: 30px;
}

.insLink {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 130%;
  overflow: hidden;
}

.insLink img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}

.insLink:hover img {
  transform: scale(1.2);
}

.insLink .txtInfor {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5%;
  width: 100%;
  color: #fff;
}

.insLink .txtInfor h3 {
  font-size: 28px;
  font-weight: normal;
}

.insLink .txtInfor p {
  font-size: 16px;
  line-height: 22px;
  min-height: 66px;
}

.insLink .txtInfor span {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  transition: all 0.4s;
}

.insLink .txtInfor span:after {
  content: '\e650';
  font-family: 'iconify';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: 0px;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.insLink:hover .txtInfor span {
  padding-right: 34px;
}

.insLink.insLinkshort {
  padding-top: 100%;
}

.Duty-swiper {
  width: 100%;
  overflow: hidden;
}

.Duty-swiper .swiper-slide {
  width: 100%;
}

.Duty-swiper .swiper-button-next,
.Duty-swiper .swiper-container-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}

.Duty-swiper .swiper-button-next:after,
.Duty-swiper .swiper-container-rtl .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}

.Duty-swiper .swiper-button-prev,
.Duty-swiper .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 40px;
}

.Duty-swiper .swiper-button-prev:after,
.Duty-swiper .swiper-container-rtl .swiper-button-next:after {
  font-size: 24px;
  color: #fff;
}


.dutyLink {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 48%;
  overflow: hidden;
}

.dutyLink img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .4s;
}

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

.dutyLink .txtInfor {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5%;
  width: 100%;
  color: #fff;
}

.dutyLink .txtInfor:after {
  content: '';
  width: 4px;
  height: 60px;
  background: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.dutyLink .txtInfor h3 {
  margin: 0 0 0 40px;
  font-weight: normal;
}

.dutyLink .txtInfor h3 label {
  display: block;
  line-height: 40px;
  font-size: 28px;
}

.dutyLink .txtInfor h3 span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding-right: 20px;
  transition: all .4s;
  opacity: .7;
}

.dutyLink .txtInfor h3 span:after {
  content: '\e650';
  font-family: 'iconify';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: 0px;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.dutyLink:hover .txtInfor span {
  padding-right: 40px;
}

.data-list {
  width: 100%;
  margin: 40px auto;
  text-align: center;
  overflow: hidden;
}

.data-list span:after {
  content: '';
  width: 1px;
  height: 70%;
  background: #ddd;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.data-list span:last-child:after {
  display: none;
}

.data-list span {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  font-size: 16px;
  color: #666;
}

.data-list span em {
  display: block;
  font-style: normal;
}

.data-list span label {
  position: relative;
  font-size: 68px;
  font-weight: 100;
  font-family: 'beba', arial;
  color: #1c2081;
}

.data-list span label:after {
  content: "+";
  font-size: 34px;
  font-weight: 100;
  position: absolute;
  right: -50px;
  top: -20px;
}

.data-list span:last-child label:after {
  content: '';
}

.citys-list {
  overflow: hidden;
}

.city-box {
  float: left;
  width: 14.2857%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.city-box img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.city-box .city-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 72, 133, .34);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.city-box .city-txt h3 {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}

.city-box .city-txt p {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.city-box .city-txt .ctxt {
  display: none;
  font-size: 16px;
  padding: 5% 16%;
  text-align: left;
}

.city-box:hover img {
  transform: scale(1.2);
}

.city-box:hover .city-txt {
  background: rgba(28, 32, 129, .8);
}

.city-box:hover .city-txt .ctit {
  display: none;
}

.city-box:hover .city-txt .ctxt {
  display: block;
}

.index-news {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.news-hotspot {
  width: 65%;
  margin-right: 2%;
  background: #f9fafc;
}

.news-dynamic {
  width: 31%;
  margin-left: 2%;
  background: #f9fafc;
}

.news-hotspot a {
  display: block;
}

.newsimg {
  position: relative;
  width: 100%;
  padding-top: 54%;
  overflow: hidden;
}

.newsimg img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.newsbox {
  background-color: #F9FAFC;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  padding: 20px 30px;
}

.newsbox dt {
  padding-right: 30px;
  text-align: center;
  margin-top: 4px;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.7;
}

.newsbox dt span {
  display: block;
  font-size: 50px;
  line-height: .8;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.newsbox dd h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}

.newsbox dd p {
  transition: .5s ease-in-out;
  font-size: 14px;
  line-height: 1.7;
  color: #787878;
}

.newsList {
  display: block;
  padding: 30px;
  border-bottom: 1px solid #eee;
}

.newsList p {
  font-size: 14px;
  line-height: 25px;
  color: #999;
}

.newsList h3 {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsList:last-child {
  border: 0;
}

.news-hotspot a:hover .newsimg img {
  transform: scale(1.1);
}

.news-hotspot a:hover .newsbox dd h3 {
  color: #1c2081;
}

/*Subpage*/
.Str-banner {
  position: relative;
  height: 34vw;
  min-height: 560px;
  background-color: #000;
  overflow: hidden;
}

.Str-banner .show-slogan {
  padding-right: 50%;
}

.sort-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sortTxt a {
  display: block;
  padding: 20px;
  font-size: 16px;
  color: #787878;
  text-align: center;
  position: relative;
}

.sortTxt.current a {
  color: #1c2081;
}

.sortTxt.current a:after {
  content: '';
  width: 50%;
  height: 2px;
  background: #1c2081;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.about-warp {
  background: #fff;
  padding: 5%;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

.about-warp p {
  margin: 0 0 15px;
}

.about-img img {
  display: block;
  width: 100%;
}

.about-warp.bgBlue {
  background: #1c2081;
  color: #fff;
}

.history-ul {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.history-ul:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.history-ul:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 40px;
  background: #ccc;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.history-ul li {
  padding: 0;
  overflow: hidden;
}

.history-ul li.arr {
  width: 30px;
  height: 15px;
  background: url(images/arr_down_g.png) no-repeat center;
  background-size: 30px 15px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.hisbox {
  width: 45%;
  text-align: right;
}

.hisbox h3 {
  font-size: 50px;
  color: #267fb6;
  margin: 0;
  position: relative;
  font-weight: normal;
}

.hisbox h3 span {
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
  font-weight: normal;
  margin-left: 5px;
}

.hisbox h3:after {
  content: '';
  width: 10%;
  height: 1px;
  background: #ccc;
  position: absolute;
  right: -11%;
  top: 50%;
  transform: translate(0, -50%);
}

.hisbox h3:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #ccc;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
}

.hisbox h4 {
  font-size: 34px;
  color: #222;
  margin: 0 0 10px;
}

.hisbox p {
  font-size: 16px;
  line-height: 1.7;
}

.hisbox.his-right {
  float: right;
  text-align: left;
}

.hisbox.his-right h3:after {
  content: '';
  width: 10%;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: -11%;
  top: 50%;
  transform: translate(0, -50%);
}

.hisbox.his-right h3:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #ccc;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(0, -50%);
}

.base-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.base-item {
  margin-bottom: 30px;
  width: calc((100% - 30px)/2);
  background: #fff;
}

.item-pic {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.item-txt {
  padding: 5%;
  background: #fff;
  color: #111;
  transition: all .4s;
}

.item-txt h3 {
  font-size: 24px;
}

.item-txt p {
  font-size: 16px;
  color: #787878;
  line-height: 1.7;
}

.culture-txt {
  background: #fff;
  padding: 80px;
  text-align: center;
}

.culture-txt h3 {
  font-size: 24px;
}

.culture-txt p {
  font-size: 16px;
  color: #787878;
  line-height: 1.7;
}

.culture-img {
  position: relative;
  width: 100%;
  padding-top: 56%;
  background: #fff;
}

.culture-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.honor-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.honorBox {
  margin-bottom: 20px;
  margin-right: 20px;
  width: calc((100% - 40px)/3);
  padding: 3px;
  border: 2px solid #ccc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.honorBox:nth-child(3n) {
  margin-right: 0;
}

.honorBox:after {
  content: '';
  border: 1px solid #ccc;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}

.honorBox:before {
  content: '';
  width: 144px;
  height: 30px;
  background: url(images/ca_bg.png) no-repeat center;
  background-size: 144px;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}

.honorBox span {
  display: block;
  padding: 40px 3% 6%;
  font-size: 16px;
  color: #333;
  text-align: center;
  position: relative;
}

.news-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.news-box {
  display: block;
  margin-bottom: 30px;
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  background: #fff;
  transition: all .4s;
}

.news-box:nth-child(3n) {
  margin-right: 0px;
}

.newsImg {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.newsImg img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .4s;
}

.newsTxt {
  background: #fff;
  padding: 3% 5%;
  transition: all .4s;
}

.newsTxt h3 {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  margin: 0 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsTxt p {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #787878;
  transition: all .4s;
}

.newsTxt span {
  margin-top: 10%;
  display: inline-block;
  font-family: 'beba';
  font-weight: 300;
  font-size: 16px;
  color: #787878;
}

.news-box:hover .newsImg img {
  transform: scale(1.1);
}

.news-box:hover .newsTxt {
  background: #1c2081;
  color: #fff;
}

.news-box:hover .newsTxt p,
.news-box:hover .newsTxt span {
  color: rgba(255, 255, 255, .7);
}

.news-box:hover .newsTxt span {
  color: rgba(255, 255, 255, .7);
}

.contact-infor {
  margin: 10%;
  padding-left: 80px;
  padding-top: 4px;
  position: relative;
}

/* 选中<span class=iconify> */

.contact-infor span.iconify {
  position: absolute;
  left: 0;
  top: 4%;
  font-size: 28px;
  color: #1c2081;
  width: 64px;
  height: 64px;
  border: 2px solid #1c2081;
  text-align: center;
  line-height: 60px;
  border-radius: 100px;
}

.contact-infor h4 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}

.contact-infor p {
  height: 60px;
}

.contact-infor p.fone {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-infor p.ftwo {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.companMap {
  height: 650px;
}

#allmap {
  width: 100%;
  height: 100%;
}

.support-phone {
  padding: 0 0 40px;
  text-align: center;
}

.supportIcon {
  margin: 0 auto 20px;
  display: block;
  width: 120px;
  height: 120px;
  background: #005eb8;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  line-height: 120px;
  font-size: 70px;
}

.support-phone h4 {
  margin: 0;
  font-size: 20px;
}

.support-phone h3 {
  margin: 0 0 10px;
  font-size: 50px;
  font-family: Arial;
}

.support-phone p {
  color: #787878;
}

.comm-input {
  background: #f8f8f8;
  border: 0;
  border-bottom: 2px solid #f8f8f8;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, STHeiti, 'Microsoft YaHei', Arial, Verdana, sans-serif;
}

.comm-input:focus {
  border-bottom: 2px solid #005eb8;
  color: #000;
}

.comm-select {
  border: 0;
  border-bottom: 2px solid #f8f8f8;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  background: none;
  background: url(../images/arr_down.png) #f8f8f8 no-repeat 98% center;
  background-size: 18px;
  -webkit-appearance: none;
  appearance: none;
}

.comm-select:focus {
  border-bottom: 2px solid #005eb8;
  color: #000;
}

.confirmBtn {
  display: block;
  background: #1c2081;
  color: #fff;
  line-height: 50px;
  width: 30%;
  min-width: 200px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  border-radius: 500px;
}

.confirmBtn:hover {
  background: #005eb8;
  color: #fff;
}

.form-box .confirmBtn {
  margin-top: 5%;
}

.top-warm {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 2%;
}

.top-warm .warmbox:first-child {
  margin-right: 2%;
}

.warm-pic {
  width: 65%;
  padding-top: 32%;
  position: relative;
  overflow: hidden;
}

.warm-pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .4s;
}

.warm-txt {
  width: 33%;
  padding: 5%;
  background: #fff;
  color: #111;
  transition: all .4s;
}

.warm-txt h2 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  font-family: arial;
}

.warm-txt h3 {
  font-size: 24px;
}

.warm-txt p {
  font-size: 16px;
}

.warm-txt span {
  margin-top: 10%;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  transition: all .4s;
}

.warm-txt span:after {
  content: '\e650';
  font-family: 'iconify';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: 0px;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.top-warm:hover .warm-pic img {
  transform: scale(1.1);
}

.top-warm:hover .warm-txt {
  background: #1c2081;
  color: #fff;
}

.top-warm:hover .warm-txt span {
  padding-right: 30px;
}

.warm-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.warm-box {
  display: block;
  margin-bottom: 30px;
  width: calc((100% - 60px)/3);
  margin-right: 30px;
  background: #fff;
}

.warm-box:nth-child(3n) {
  margin-right: 0px;
}

.warmImg {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.warmImg img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .4s;
}

.warmTxt {
  background: #fff;
  padding: 3% 5%;
  transition: all .4s;
}

.warmTxt h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 10px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.warmTxt p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #787878;
  transition: all .4s;
}

.warmTxt span {
  margin-top: 10%;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  transition: all .4s;
  font-size: 14px;
  color: #787878;
  transition: all .4s;
}

.warmTxt span:after {
  content: '\e650';
  font-family: 'iconify';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: 0px;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.warm-box:hover .warmImg img {
  transform: scale(1.1);
}

.warm-box:hover .warmTxt {
  background: #1c2081;
  color: #fff;
}

.warm-box:hover .warmTxt p,
.warm-box:hover .warmTxt span {
  color: rgba(255, 255, 255, .7);
}

.warm-box:hover .warmTxt span {
  padding-right: 30px;
}

.top-warm:nth-child(1) .warm-pic {
  order: 1;
}

.top-warm:nth-child(1) .warm-txt {
  order: 2;
}

.top-warm:nth-child(2) .warm-pic {
  order: 2;
}

.top-warm:nth-child(2) .warm-txt {
  order: 1;
}

.invest-warp p {
  line-height: 2;
  font-size: 18px;
  color: #333;
}

.talent-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tb-img {
  width: 50%;
  padding-top: 40%;
  position: relative;
}

.tb-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .4s;
}

.tb-txt {
  width: 50%;
  background: #fff;
  padding: 8%;
}

.tb-txt h3 {
  font-size: 50px;
  line-height: 1;
  margin: 0;
  font-family: arial;
}

.tb-txt h4 {
  font-size: 24px;
}

.gift-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.giftbox {
  width: 20%;
  padding: 3% 1%;
  font-size: 16px;
  color: #787878;
  line-height: 1.7;
  text-align: center;
}

.giftbox img {
  display: block;
  width: 65%;
  max-width: 80px;
  margin: 0 auto 15px
}

.jobs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jobs-box {
  width: calc((100% - 30px)/2);
  background: #fff;
  padding: 8% 5%;
  text-align: left;
  margin-bottom: 30px;
}

.jobs-1 {
  background: url(images/jobs_bg_1.jpg) no-repeat center bottom;
  background-size: cover;
}

.jobs-2 {
  background: url(images/jobs_bg_2.jpg) no-repeat center bottom;
  background-size: cover;
}


.jobTxt h3 {
  font-size: 34px;
}

.jobTxt p {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  color: #333;
  margin: 0 0 30px;
}

.Str-page {
  padding-top: 70px
}

.Str-page .container {
  position: static
}

.articleMain {
  margin: 0 auto;
  width: 768px;
  padding: 40px;
}

.article-title {
  margin: 0 0 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.article-title h2 {
  font-size: 34px;
  color: #111111;
}

.article-title p {
  font-size: 15px;
  color: #999;
}

.article-title p label {
  display: inline-block;
  margin-right: 20px;
}

.article-con {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
}

.article-con p {
  margin: 0 0 20px;
  text-align: justify;
}

.article-con p span {
  color: #999;
  font-size: 14px;
}

.article-con h2 {
  font-size: 34px;
}

.article-con h3 {
  font-size: 24px;
}

.article-con h4 {
  font-size: 22px;
}

.article-con h5 {
  font-size: 20px;
}

.article-con h6 {
  font-size: 18px;
}

.article-con img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}

/*product*/
.pro-list {
  width: 100%;
  margin: 0 auto;
}

.pro-box {
  background: #fff;
  margin: 0 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pro-img {
  width: 40%;
  padding: 0;
}

.pro-img img {
  display: block;
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
}

.pro-txt {
  width: 60%;
  padding: 5%;
  position: relative;
}

.pro-txt h4 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}

.pro-txt h3 {
  font-size: 34px;
  margin: 0 0 20px;
}

.pro-txt p {
  font-size: 16px;
  line-height: 1.7;
  color: #787878;
}

.pro-txt span {
  margin-top: 40px;
  display: inline-block;
  border: 1px solid #999;
  padding: 10px 30px 10px 20px;
  border-radius: 100px;
  transition: all .4s;
  font-size: 14px;
  transition: all .4s;
  position: relative;
}

.pro-txt span:after {
  content: '\e650';
  font-family: 'iconify';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: 0px;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.pro-box:hover .pro-txt span {
  border: 1px solid #1c2081;
  background: #1c2081;
  color: #fff;
  padding-right: 50px;
}


.Str-product {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.Str-product img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.product-slogan {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.product-slogan.tcenter {
  text-align: center;
}

.product-slogan h2 {
  font-size: 50px;
  font-weight: 600;
}

.product-slogan h4 {
  font-size: 34px;
  font-weight: 300;
  margin: 0;
}

.product-slogan h3 {
  font-size: 44px;
  font-weight: 400;
}

.product-slogan h5 {
  font-size: 34px;
  font-weight: 400;
}

.product-slogan p {
  font-size: 16px;
  line-height: 1.7;
}

.pro-txt-left {
  width: 45%;
}

.pro-txt-right {
  width: 45%;
  margin-left: 55%;
}

.product-feature {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.pf-box {
  padding: 15px;
  width: 20%;
  text-align: center;
}

.pf-box.six {
  width: 16.6666%;
}

.pf-box img {
  display: block;
  width: 90px;
  height: 90px;
  border: 1px solid #000;
  padding: 15px;
  border-radius: 100px;
  margin: 0 auto 15px;
}

.pf-box h3 {
  font-size: 16px;
  margin: 0 0 5px;
}

.pf-box h4 {
  font-size: 16px;
  font-weight: normal;
}

.pf-box sub {
  font-weight: normal;
  vertical-align: bottom;
  font-size: 14px;
  display: inline-block;
}

.pf-box p {
  font-size: 14px;
  opacity: .7;
}

.product-detail {
  position: relative;
  width: 100%;
  padding-top: 46.875%;
}

.robot-a200-1 {
  background: url(../uploads/product-a200-1.jpg) no-repeat;
  background-size: cover;
}

.robot-a200-2 {
  background: url(../uploads/product-a200-2.jpg) no-repeat;
  background-size: cover;
}

.robot-a200-3 {
  background: url(../uploads/product-a200-3.jpg) no-repeat;
  background-size: cover;
}

.robot-z100-1 {
  background: url(../uploads/product-z100-1.jpg) #001e36 no-repeat center bottom;
  background-size: 100%;
}

.robot-z100-2 {
  background: url(../uploads/product-z100-2.jpg) #dfe0e2 no-repeat center top;
  background-size: cover;
}

.robot-z100-3 {
  background: url(../uploads/product-z100-3.jpg) #000308 no-repeat center top;
  background-size: cover;
}

.robot-80d-1 {
  background: url(../uploads/product-80d-1.jpg) #0e0d0b no-repeat center bottom;
  background-size: 100%;
}

.robot-80d-2 {
  background: url(../uploads/product-80d-2.jpg) #efefef no-repeat center bottom;
  background-size: cover;
}

.robot-80d-3 {
  background: url(../uploads/product-80d-3.jpg) #231512 no-repeat center bottom;
  background-size: cover;
}

.robot-si100-1 {
  background: url(../uploads/product-si100-1.jpg) no-repeat;
  background-size: cover;
}

.robot-si100-2 {
  background: url(../uploads/product-si100-2.jpg) no-repeat;
  background-size: cover;
}

.robot-si100-3 {
  background: url(../uploads/product-si100-3.jpg) no-repeat;
  background-size: cover;
}

.robot-si100-4 {
  background: url(../uploads/product-si100-4.jpg) no-repeat;
  background-size: cover;
}

.robot-q1000 {
  background: url(../uploads/product-q1000.jpg) no-repeat center;
  background-size: cover;
}

.robot-q1000-1 {
  background: url(../uploads/product-q1000-1.jpg) #010101 no-repeat right center;
  background-size: cover;
}

.robot-q1000-2 {
  background: url(../uploads/product-q1000-2.jpg) #efefef no-repeat center;
  background-size: cover;
}

.robot-q1000-3 {
  background: url(../uploads/product-q1000-3.jpg) #010101 no-repeat right center;
  background-size: cover;
}

.robot-m100-1 {
  background: url(../uploads/product-m100-1.jpg) #001f33 no-repeat center bottom;
  background-size: 100%;
}

.robot-m100-2 {
  background: url(../uploads/product-m100-2.jpg) #f2f2f4 no-repeat center;
  background-size: cover;
}

.robot-m100-3 {
  background: url(../uploads/product-m100-3.jpg) #001c31 no-repeat center;
  background-size: cover;
}

.robot-m100-4 {
  background: url(../uploads/product-m100-4.jpg) #f2f2f4 no-repeat center;
  background-size: cover;
}

.robot-m100-5 {
  background: url(../uploads/product-m100-5.jpg) #001c31 no-repeat center;
  background-size: cover;
}


.product-detail-img img {
  display: block;
  width: 100%;
  height: auto;
}

.ptxt-two {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pTxt {
  width: 35%;
}

.shoimgbox {
  position: relative;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
}

.shoimgbox img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .3s;
}

.shoimgbox:hover img {
  transform: scale(1.2)
}

.canshu-box h3 {
  font-size: 48px;
  font-weight: 500;
  margin: 0 0 10px;
}

.canshu-box h3 span {
  font-size: 34px;
}

.canshu-box h5 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 10px;
}

.canshu-box h5 span {
  font-size: 24px;
}

.canshu-box p {
  font-size: 16px;
}

.img-txt-style {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.div-img {
  width: 50%;
  padding-top: 35%;
  position: relative;
  overflow: hidden;
}

.div-img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all .4s;
}

.div-txt {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


/*wp page*/
.pagination {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.pagination h2 {
  display: none;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 1px 0 0;
  padding: 6px 12px;
}

.pagination span.current {
  background: #1c2081;
  color: #fff !important;
}

.pagination a.page-numbers {
  background: #eeeeee;
  color: #666666;
}


.Str-404 {
  width: 100%;
  height: 100%;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.Str-404 h1 {
  margin: 0;
  font-size: 180px;
  line-height: 1.5;
  font-weight: 300;
}

.Str-404 h2 {
  font-size: 60px;
  line-height: 1.5;
}

.Str-404 h3 {
  font-size: 24px;
  line-height: 2;
  margin: 0 0 40px;
}

.sitemap {
  overflow: hidden;
}

.sitemap dl {
  margin: 0 40px 40px;
  float: left;
}

.sitemap dt h3 {
  font-size: 16px;
}

.sitemap dd {
  font-size: 14px;
  line-height: 30px;
}

.sitemap dd b {
  display: block;
  margin: 0;
}

.sitemap dd p {
  line-height: 30px;
}

/*new add 0808*/
.list-v100-two {
  overflow: hidden;
  margin: 5% 0;
}

.list-v100-two li {
  float: left;
  padding: 20px 0;
  width: 50%;
  overflow: hidden;
}

.list-v100-two li.v100box img {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  padding: 10px;
  border: 2px solid #757575;
  box-sizing: border-box;
  border-radius: 100px;
}

.list-v100-two li.v100box span {
  display: block;
  margin-left: 64px;
  font-size: 15px;
  line-height: 54px;
}

.robot-v100-1 {
  background: url(../uploads/product-v100-1.jpg) no-repeat;
  background-size: cover;
}

.robot-v100-2 {
  background: url(../uploads/product-v100-2.jpg) no-repeat;
  background-size: cover;
}

.robot-v100-3 {
  background: url(../uploads/product-v100-3.jpg) no-repeat;
  background-size: cover;
}

.robot-v100-4 {
  background: url(../uploads/product-v100-4.jpg) no-repeat;
  background-size: cover;
}

/*20221025*/
.comm-div-txt {
  text-align: left;
  padding-right: 15%;
  color: #1c2081;
}

.spec-box {
  width: 100%;
}

.spec-box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1c2081;
}

.spec-box p {
  font-size: 16px;
}

.ul-style-two {
  overflow: hidden;
  margin-right: -1px;
  margin-left: -1px;
}

.ul-style-two li {
  float: left;
  width: 50%;
  padding: 1px;
}

.ul-style-two li span {
  display: block;
  padding: 10px 30px;
  font-size: 18px;
  color: #1c2081;
  font-weight: 600;
}

.pro-box2 {
  margin: 0 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pro-img2 {
  width: 20%;
  padding: 0;
}

.pro-img2 img {
  display: block;
  max-width: 100%;
  max-height: 300px;
  margin: 0 auto;
}

.pro-txt2 {
  width: 70%;
  padding: 5%;
  position: relative;
}

.pro-txt2 h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.pro-txt2 p {
  font-size: 16px;
  line-height: 1.7;
  color: #787878;
}

.comm-img {
  text-align: center;
}

.comm-img img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
}

/*20230324*/
.tongdian {
  padding: 40px;
  text-align: center;
  background: #fff;
}

.tongdian img {
  display: block;
  margin: 0 auto 20px;
  width: 110px;
  height: auto;
}

.tongdian h3 {
  font-size: 24px;
  color: #333;
}

.tongdian p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  min-height: 72px;
}

.tongdian.td-value {
  background: #1c2081;
}

.tongdian.td-value h3 {
  color: #fff;
}

.tongdian.td-value p {
  color: #fff;
}

.youshi {
  padding: 40px;
  background: #fff;
  overflow: hidden;
}

.youshi dt {
  float: left;
  width: 140px;
}

.youshi dt img {
  display: block;
  width: 110px;
  height: auto;
}

.youshi dd {
  margin-left: 140px;
}

.youshi dd h3 {
  font-size: 24px;
  color: #333;
}

.youshi dd p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  min-height: 48px;
}

.bgSemicon {
  background: url(images/bg_semicon.jpg) no-repeat left center;
  background-size: cover;
}

.bgAdd {
  background: url(images/bg_add.jpg) no-repeat left center;
  background-size: cover;
}