.uniBase {
  /*背景-边框*/
  /*居中&上下左右内外边距*/
  /*定位*/
  /*C3特效*/
  /*行数*/
  /*a元素样式*/
  /*字体相关*/
  /*倒三角小图标*/
  /* h - 第二块： logo和搜索框 */
  /*导航*/
  /*下拉菜单*/
  /*如使用浙师大系统，.nav-menu-ul在部署的时候不需要-需谨慎*/
  /* banner 轮播图 */
  /*轮播主div*/
  /*轮播图片*/
  /*尾部*/
}
.uniBase .lf {
  float: left;
}
.uniBase .rig {
  float: right;
}
.uniBase .li-inlineblock,
.uniBase .div-inlineblock,
.uniBase .select-input,
.uniBase .sicbg {
  letter-spacing: -10px;
}
.uniBase .li-inlineblock > li,
.uniBase .div-inlineblock > div,
.uniBase .select-input > input,
.uniBase .sicbg > div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.uniBase .pi {
  cursor: pointer;
}
.uniBase .main a:hover {
  color: #c40f22;
}
.uniBase body,
.uniBase html {
  height: 100%;
  width: 100%;
  color: #4c4c4c;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
.uniBase body {
  background-color: #ffffff;
}
.uniBase a {
  text-decoration: none;
  color: #4c4c4c;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
.uniBase input::-webkit-input-placeholder {
  color: #ebebeb;
  font-size: 14px;
  font-weight: normal;
}
.uniBase input::-moz-input-placeholder {
  color: #ebebeb;
  font-size: 14px;
  font-weight: normal;
}
.uniBase input::-ms-input-placeholder {
  color: #ebebeb;
  font-size: 14px;
  font-weight: normal;
}
.uniBase body,
.uniBase html,
.uniBase div,
.uniBase ul,
.uniBase li,
.uniBase h1,
.uniBase h2,
.uniBase h3,
.uniBase h4,
.uniBase h5,
.uniBase h6,
.uniBase img,
.uniBase p {
  margin: 0;
  padding: 0;
}
.uniBase img {
  vertical-align: top;
  border: none;
}
.uniBase li {
  list-style-type: none;
}
.uniBase .li-inlineblock,
.uniBase .div-inlineblock,
.uniBase .select-input {
  letter-spacing: -10px;
}
.uniBase .li-inlineblock > li,
.uniBase .div-inlineblock > div,
.uniBase .select-input > input {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.uniBase .lf {
  float: left;
}
.uniBase .rig {
  float: right;
}
.uniBase .none,
.uniBase .p-none {
  display: none;
}
.uniBase .main,
.uniBase .header,
.uniBase .banner,
.uniBase .section,
.uniBase .footer {
  width: 100%;
}
.uniBase .h-in2 {
  margin: 0 auto;
  width: 1200px;
}
.uniBase .header {
  height: auto;
  width: 100%;
}
.uniBase .h-in2 {
  height: 100px;
}
.uniBase .logo {
  height: 100%;
  width: 21.66666667%;
}
.uniBase .logo img {
  height: 72px;
  margin-top: 1rem;
}
.uniBase .nav {
  height: 100%;
  width: 68.33333333%;
}
.uniBase .nav-ul > li {
  text-align: center;
  width: 10%;
  height: 96px;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  border-top: 4px solid transparent;
}
.uniBase .nav-ul > li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
  line-height: 96px;
}
.uniBase .nav-ul > li:hover,
.uniBase .nav-ul .navcu {
  background-color: #c40f22;
  border-color: #f5c392;
}
.uniBase .nav-ul > li:hover a,
.uniBase .nav-ul .navcu a {
  color: #FFFFFF;
}
.uniBase .nav-menu {
  position: absolute;
  z-index: 3;
  width: 100% !important;
  left: 0;
  top: 100%;
  border: none  !important;
}
.uniBase .nav-menu-ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
  -ms-transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
  transition: all 0.8s cubic-bezier(0.7, 0, 0.1, 1);
}
.uniBase .nav-menu li {
  overflow: hidden;
  word-wrap: nowrap;
  background-color: #c40f22;
}
.uniBase .nav-menu a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #FFFFFF;
}
.uniBase .nav .nav-menu a:hover {
  background-color: #ebebeb;
  color: #c40f22;
}
.uniBase .banner {
  width: 100%;
  height: 400px;
}
.uniBase .tabBox {
  width: 100%;
  position: relative;
  height: 400px;
}
.uniBase .tabBox .bd ul {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
.uniBase .tabBox .bd li {
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 400px;
}
.uniBase .tabBox .bd img {
  width: 100%;
  height: 100%;
}
.uniBase .tabBox .hd ul {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 14px;
  bottom: 30px;
}
.uniBase .tabBox .hd ul li {
  cursor: pointer;
  margin: 0 9px;
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.uniBase .tabBox .hd ul .on {
  background-color: #f5c392;
}
.uniBase .footer {
  background-color: #c40f22;
}
.uniBase .footer a:hover {
  color: #e9e9e9;
}
.uniBase .f-top,
.uniBase .f-bottom {
  width: 100%;
  color: #ffffff;
}
.uniBase .f-top a,
.uniBase .f-bottom a {
  color: #ffffff;
}
.uniBase .f-top {
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  padding: 32px 0;
  line-height: 56px;
  font-size: 1.286rem;
}
.uniBase .f-top i {
  display: inline-block;
  height: 56px;
  width: 56px;
  vertical-align: top;
  margin-right: 35px;
  cursor: pointer;
}
.uniBase .f-top li:nth-child(1) {
  height: auto;
  width: 27%;
  background: url("../img/icon2.png") no-repeat left 0;
}
.uniBase .f-top li:nth-child(2) {
  height: auto;
  width: 40.66666667%;
  background: url("../img/icon2.png") no-repeat left -57px;
}
.uniBase .f-top li:nth-child(3) {
  height: auto;
  width: 18.33333333%;
  background: url("../img/icon2.png") no-repeat left -114px;
}
.uniBase .f-top li:nth-child(4) {
  height: auto;
  width: 14%;
  background: url("../img/icon2.png") no-repeat left -171px;
}
.uniBase .f-top i {
  position: relative;
}
.uniBase .f-top i div {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: -130px;
  left: -30px;
  border: 5px solid #dddddd;
  height: 100px;
  width: 100px;
}
.uniBase .f-top i div img {
  height: 100%;
  width: 100%;
}
.uniBase .f-top i:hover div {
  opacity: 1;
  z-index: 999;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.uniBase .f-bottom {
  background-color: #ac0618;
  text-align: center;
  padding: 10px 0;
  line-height: 20px;
  color: #ffffff;
}
/***********************		响应式		**********************/
/*G电脑屏幕*/
@media screen and (max-width: 1200px) {
  .uniBase .banner,
  .uniBase .sin2bg,
  .uniBase .footer {
    width: 1200px;
  }
}
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  .uniBase .banner,
  .uniBase .sin2bg,
  .uniBase .footer {
    width: 100%;
  }
  .uniBase .h-in2,
  .uniBase .f-top {
    width: 100%;
  }
  .uniBase .nav,
  .uniBase .m-none {
    display: none;
  }
  .uniBase .p-none {
    display: block;
  }
  .uniBase .h-in2 {
    height: 5rem;
    background-color: #c40f22;
  }
  .uniBase .h-in2 .logo {
    width: auto;
  }
  .uniBase .h-in2 .logo img {
    margin-top: 0.955rem;
    margin-left: 0.893rem;
    height: 3.143rem;
  }
  .uniBase .han {
    height: 25px;
    width: 25px;
    margin-top: 1.75rem;
    margin-right: 2rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMARn9igClLTMuEA+7TMpCFGW42gvkAAABaSURBVCjPrc7LDoAgDETRwUIRxAf//7MuNKlYAgs4+5lczBUp2OXPBoqgXEdIuW5tbOC80bzDEMfmg+WNdMErqeruRuKletjFUl3Yt7JAHKq6vwEH+zgpYqobVxMLl4MbNGQAAAAASUVORK5CYII=) no-repeat center center;
  }
  .uniBase .han > a {
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: top;
  }
  .uniBase .banner,
  .uniBase .banner .tabBox,
  .uniBase .banner .tabBox .bd ul,
  .uniBase .banner .tabBox .bd li {
    height: 200px;
  }
  .uniBase .banner .tabBox .hd ul {
    bottom: 1rem;
  }
  .uniBase .banner .tabBox .hd li {
    height: 10px;
    width: 10px;
  }
  .uniBase .m-footer {
    padding: 20px 0;
    background-color: #c40f22;
    color: #ffffff;
    font-size: 0.857rem;
    line-height: 0.857rem;
  }
  .uniBase .m-footer a {
    color: #ffffff;
    font-size: 0.857rem;
    line-height: 0.857rem;
  }
  .uniBase .m-footer ul {
    width: 92%;
    margin: 0 auto;
  }
  .uniBase .m-footer .mf1,
  .uniBase .m-footer .mf2 {
    height: auto;
    width: 17.39130435%;
    margin-right: 4.34782609%;
  }
  .uniBase .m-footer .mf1 img,
  .uniBase .m-footer .mf2 img {
    width: 100%;
  }
  .uniBase .m-footer .mf1 div,
  .uniBase .m-footer .mf2 div {
    margin-bottom: 0.714rem;
  }
  .uniBase .m-footer .mf1 p,
  .uniBase .m-footer .mf2 p {
    line-height: 1.571rem;
    text-align: center;
    font-size: 0.857rem;
  }
  .uniBase .m-footer .mf2 {
    margin-right: 7.24637681%;
  }
  .uniBase .m-footer .mf3 {
    height: auto;
    width: 53.62318841%;
  }
  .uniBase .m-footer .mf3 p:not(:last-child) {
    margin-bottom: 0.571rem;
  }
}
