input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

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;
}

/*-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start:0px;*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

html,
body {
  width: 100%;
  font-weight: normal;
}

body {
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "Hiragino Sans GB", "Source Han Sans CN Normal", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  color: #1AC4FF;
}

.main-title {
  position: relative;
  width: 100%;
  background: #f1f1f1;
  margin: 0 auto;
}

.main-title .navbar-nav {
  position: relative;
  clear: both;
  width: 1160px;
  margin: 0 auto;
  height: 90px;
  z-index: 102;
  padding-left: 600px;
}

.main-title .main-logo {
  position: absolute;
  clear: both;
  width: 160px;
  float: left;
  height: 20px;
  top: 35px;
  left: 0px;
  background: url(../img/logo.png);
  background-size: 160px 20px;
}

.main-title .navar-nav-right {
  float: right;
}

.main-title .navar-nav-right .navbar-nav-li {
  display: inline-block;
  height: 90px;
  padding: 0 35px;
  line-height: 90px;
  font-size:18px;
}

.main-title .navar-nav-right .navbar-nav-li a.active:link {
  padding-bottom: 5px;
  color: #753AC9;
  border-bottom: 2px solid #753AC9;
}

.main-title .navar-nav-right .navbar-nav-li a.active:visited {
  color: #753AC9;
  border-bottom: 2px solid #753AC9;
}

.main-title .navar-nav-right .navbar-nav-li a:link {
  color: #101010;
}

.main-title .navar-nav-right .navbar-nav-li a:visited {
  color: #101010;
}

.main-title .navar-nav-right .navbar-nav-li a:hover {
  color: #753AC9;
}

.main-title .navar-nav-right .navbar-nav-li.is-hover:hover .hide-nav-con {
  display: block;
}

.main-title .navbar-nav li {
  height: 90px;
  float: right;
  font-size: 18px;
  padding-left: 5%;
  text-align: right;
  color: white;
  line-height: 90px;
}

.main-base {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #f1f1f1;
  color: #ffffff;
  text-align: center;

}

.main-base-con {
  width: 1160px;
  margin: 0 auto;
  font-size: 14px;
  color: #753AC9;
}

.main-base-text{
  color: #753AC9;
}
