/* reset CSS start-- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  border: none;
  background: transparent;
}

button,
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}

html {
  background-color: #f7f7f7;
  font-size: 12px;
}

body {
  width: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.layout {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}
.overHide{
  overflow: hidden;
}
/* reset CSS end-- */
/* common css start -- */
.unSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.tac {
  text-align: center;
}

.ml180 {
  margin-left: 180px;
}

.pdb50 {
  padding-bottom: 50px;
}

.mlr10 {
  margin-right: 10px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1
}

.flex-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.flex-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.main-nav {
  width: 1200px;
  position: absolute;
  top: 34px;
  font-size: 20px;
  color: #fff;
}

.main-nav .logo-nav {
  float: left;
  max-width: 150px;
  max-height: 150px;
}
.main-nav .right{
  float: right;
}
.main-nav li {
  position: relative;
  float: left;
  margin: 0 20px;
  cursor: pointer;
}

.main-nav li>a {
  color: #ffffff;
}

.main-nav li.active>a {
  color: #4595e6;
  font-weight: bold;
}

.main-nav li:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: -20px;
  background-color: #fff;
}

.main-nav li:last-child {
  border: 1px solid #fff;
  padding: 8px 12px;
  margin-top: -8px;
}

.main-nav li:last-child:after {
  display: none;
}

.main-nav li:nth-last-child(2):after {
  display: none;
}

.common-title {
  position: relative;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-left: 24px;
  color: rgba(51, 51, 51, 1);
  word-break: break-word;
}

.common-title::before {
  display: block;
  content: "";
  width: 8px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url("/themes/quick_start/public/assets/images/tLine.png") no-repeat top left;
}

.common-title>span {
  font-size: 28px;
  font-weight: 200;
  margin-left: 14px;
  color: rgba(51, 51, 51, 1);
}

/* common css end */

.banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.banner .title {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.banner .title-cn {
  font-size: 50px;
  font-weight: 500;
}

.banner .title-en {
  font-size: 24px;
  font-weight: 200;
  opacity: 0.4;
}

.banner .bg-banner {
  width: 100%;
  min-height: 500px;
}

/* footer */
.footer {
  margin-top: 70px;
  background-color: #fff;
  padding-top: 40px;
  overflow: hidden;
}

.footer .footer-logo {
  width: 168px;
  max-height: 168px;
  padding-top: 5px;
}

.footer .links>ul {
  float: left;
  margin: 0 30px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.footer .links>ul>li>a {
  text-align: center;
  color: #666;
}

.footer .links>ul>li:first-child {
  font-size: 18px;
  margin-bottom: 22px;
  color: #000;
  font-weight: bold;
}

.footer .qrcode-img {
  width: 100px;
  height: 100px;
}

.footer .layout.flex-col {
  height: 100%;
}

.footer .layout>.flex-row {
  width: 100%;
}

.footer .copy {
  padding: 20px 0 32px;
  width: 100%;
  color: #999;
  font-size: 12px;
  line-height: 2rem;
  border-top: 1px solid #f0f0f0;
}

/* 返回顶部按钮 */
.back-to-top {
  display: none;
  position: fixed;
  right: 70px;
  bottom: 100px;
  cursor: pointer;
  z-index: 11000;
}

.back-to-top>.back-img {
  width: 40px;
}
/*  */
.about-us{
  overflow: hidden;
}
.business{
  overflow: hidden;
}
.case{
  overflow: hidden;
}
.news{
  overflow: hidden;
}
.partners{
  overflow: hidden;
}

/* 分页器 */
.pagination>li{
  font-size: 18px;
}
.pagination>li>a,
.pagination>li>span{
  color: #4391db !important;
  background-color: #ffffff !important;
  border-color: #4391db !important;
}
.pagination>.active>span{
  color: #fff !important;
  background-color: #4391db !important;
}<!--耗时1753003861.92秒-->