@charset "UTF-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  font-family: "Microsoft YaHei, PingFangSC-Regular, sans-serif";
  background-color: #F6FAFD;
  min-height: 800px;
  font-size: 13px;
  color: #333;
}

html,
body,
div,
a,
p,
span,
img,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
label,
input,
textarea,
button,
caption,
strong,
em,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
}

ol,
ul,
li {
  list-style: none;
}

img,
input {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a:hover,
a:link,
a {
  text-decoration: none;
  color: #333;
  text-align: center;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

input[type=text],
input[type=password] {
  width: 100px;
  height: 27px;
  font-family: "Arial Negreta", "Arial";
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-decoration: none;
  text-align: left;
  border-color: transparent;
  outline-style: none;
  color: #999;
}

input[type=password]::-webkit-input-safebox-button {
  display: none;
  /*去掉搜狗浏览器密码软盘*/
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*# sourceMappingURL=base.css.map */

/* 导航栏 */
.navigation {
  width: 100%;
  min-width: 1280px;
  height: 80px;
  position: relative;
  top: 0;
  background-color: #fff;
  z-index: 999;
}

.navigation .navigation-child {
  width: 1280px;
  min-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

/* 导航栏logo */
.navigation .navigation-child .navigation-logo {
  width: 170px;
  height: 52px;
  line-height: 80px;
  float: left;
  margin-top: 14px;
  background: url(../images/logo.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  margin-left: 20px;
}

.navigation .navigation-child .navigation-menu {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
  height: 40px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 20px;
}

.navigation .navigation-child .navigation-menu li {
  display: inline-block;
  margin-left: 35px;
  cursor: pointer;
}

.navigation .navigation-child .navigation-menu li:hover {
  color: #54C6EB;
  border-bottom: 5px solid;
}

.navigation .navigation-child .navigation-menu .navigation-menu-selected {
  color: #54C6EB;
  border-bottom: 5px solid;
}

.icon {
  display: inline-block;
  background-size: 496px 404px;
}

.icon-tutelage_title {
  background-image: url(../images/homeSprite.png);
  background-position: -315px -113px;
  width: 7px;
  height: 18px;
}

.icon-apply_icon {
  background-image: url(../images/homeSprite.png);
  background-position: 0 -226px;
  width: 180px;
  height: 45px;
}