.pi {
  cursor: pointer;
}
body,
html,
div,
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,
audsio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
input::-webkit-input-placeholder {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: normal;
}
input::-moz-input-placeholder {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: normal;
}
input::-ms-input-placeholder {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: normal;
}
.li-inlineblock,
.div-inlineblock,
.select-input {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.lf {
  float: left;
}
.rig {
  float: right;
}
.none,
.p-none {
  display: none !important;
}
.main a:hover {
 
}
body,
html {
  width: 100%;
  height: 100%;
  color: #4c4c4c;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
a {
  text-decoration: none;
  color: #4c4c4c;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
.main,
.header,
.banner,
.section,
.footer {
  width: 100%;
}
.h-in1,
.h-in2,
.nav-inner {
  margin: 0 auto;
  width: 1200px;
}
.header {
  width: 100%;
  height: auto;
}
/* h - 第二块： logo和搜索框 */
.h-in2 {
  height: 125px;
}
.logo img {
  /* height: 70px;
  margin-top: 27.5px; */
}
.select {
  margin-top: 15px;
}
.select ul {
  text-align: right;
  color: #666666;
}
.select ul li {
  margin: 0 5px;
  line-height: 50px;
}
.select ul li a {
  color: #666666;
}
.select-input input {
  display: inline-block;
  outline: none;
  border: none;
  height: 28px;
  padding: 0;
}
.select-input .sinput {
  width: 200px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ff9000;
}
.select-input .sinputClick {
  cursor: pointer;
  width: 40px;
  height: 30px;
  background: #ff9000 url("../img/select.png") no-repeat center center;
}
/*导航*/
.nav {
  background: #005bac;
}
.nav-ul > li {
  text-align: center;
  width: 12.5%;
  height: 55px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  position: relative;
}
.nav-ul > li:not(:last-child):after {
  content: '/';
  position: absolute;
  top: 17px;
  right: -3.5px;
  height: 14px;
  width: 7px;
  color: rgba(255, 255, 255, 0.36);
}
.nav-ul > li > a {
  color: #FFFFFF;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  line-height: 55px;
}
.nav-ul > li:hover a {
  color: #FFFFFF;
}
/*下拉菜单*/
.nav-menu {
  position: absolute;
  z-index: 3;
  width: 100% !important;
  left: 0;
  top: 100%;
  border: none  !important;
}
/*如使用浙师大系统，.nav-menu-ul在部署的时候不需要-需谨慎*/
.nav-menu-ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  -o-transition: all 0.4s cubic-bezier(0.7, 0, 0.1, 1);
}
.nav-menu li {
  overflow: hidden;
  word-wrap: nowrap;
  background-color: #005bac;
}
.nav-menu a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #FFFFFF;
}
.nav .nav-menu a:hover {
  background-color: #ebebeb;
  color: #005bac;
}
/* banner 轮播图 */
.banner {
  width: 100%;
  max-height: 500px;
}
.banner .tabBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 500px;
}
.banner .tabBox .bd ul {
  width: 100%;
  overflow: hidden;
  max-height: 500px;
}
.banner .tabBox .bd li {
  width: 100%;
  overflow: hidden;
  text-align: center;
  max-height: 500px;
}
.banner .tabBox .bd img {
  width: 100%;
}
.banner .tabBox .hd ul {
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -75px;
  height: 20px;
  bottom: 20px;
}
.banner .tabBox .hd ul li {
  cursor: pointer;
  margin: 0 8px;
  background-color: transparent;
  border: 2px solid #ffffff;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.banner .tabBox .hd ul .on {
  position: relative;
  background-color: #ffffff;
}
.banner .tabBox .hd ul .on:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #005bac;
}
/*尾部*/
.footer {
  padding: 37px 0;
  background-color: #444444;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
}
.footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer a:hover {
  color: #ffffff;
}
/*响应式*/
/*电脑屏幕*/
@media screen and (max-width: 1200px) {
  .main,
  .h-in1,
  .h-in2,
  .nav-inner {
    width: 100%;
  }
}
/*平板屏幕*/
/*手机屏幕*/
@media screen and (max-width: 768px) {
  body {
    background: #ffffff;
  }
  .select,
  .nav,
  .m-none {
    display: none;
  }
  .p-none {
    display: block !important;
  }
  /*logo和导航*/
  .h-in2 {
    height: auto;
    position: relative;
  }
  .logo {
    display: inline-block;
    width: 69.33333333%;
    height: 100%;
    vertical-align: top;
    float: none;
    margin-left: 3.33333333%;
  }
  .logo img {
  
    width: 100%;
    height: auto;
  }
  .mob-nav {
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .mob-nav .page {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 8px;
  }
  .mob-nav .han {
    width: 24px;
    height: 20px;
    background: transparent url('../img/han.png') no-repeat center center;
  }
  .mob-nav .han a {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  /*轮播*/
  .banner .tabBox .hd ul {
    margin: 0;
    bottom: 1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner .tabBox .hd ul li {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
  .banner .tabBox .hd ul .on:before {
    width: 7px;
    height: 7px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*尾部*/
  .mfooter {
    padding: 20px 0;
    background-color: #444444;
    text-align: center;
    line-height: 22px;
  }
  .mfooter .logo2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3a3a3a;
  }
  .mfooter p {
    color: #989898;
    font-size: 12px;
  }
  .mfooter p a {
    color: #989898;
    font-size: 12px;
  }
}
