.lf {
  float: left;
}
.rig {
  float: right;
}
.li-inlineblock,
.div-inlineblock,
.select-input,
.sicbg {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input,
.sicbg > div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
/*背景-边框*/
/*居中&上下左右内外边距*/
/*定位*/
/*C3特效*/
/*行数*/
/*a元素样式*/
/*字体相关*/
/*倒三角小图标*/
.pi {
  cursor: pointer;
}
.main a:hover {
  color: #098e2c;
}
body,
html {
  height: 100%;
  width: 100%;
  color: #333333;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
a {
  text-decoration: none;
  color: #333333;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
input::-webkit-input-placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
input::-moz-input-placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
input::-ms-input-placeholder {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
body,
html,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
  border: none;
}
li {
  list-style-type: none;
}
.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,
.header,
.banner,
.section,
.footer {
  width: 100%;
}
.h-in1,
.h-in2,
.nav-in,
.footer {
  margin: 0 auto;
  width: 1358px;
}
.header {
  height: auto;
  width: 100%;
}
/* h - 第二块： logo和搜索框 */
.h-in2 {
  height: 110px;
}
.logo img {
  height: 60px;
  margin-top: 27px;
}
.select {
  margin-top: 6px;
}
.select-input input {
  display: inline-block;
  outline: none;
  border: none;
  height: 36px;
  padding: 0;
}
.select-input .sinput {
  width: 38%;
  padding: 0 10px 0 20px;
  font-size: 14px;
  font-weight: bold;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
}
.select-input .sinputClick {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.85) url("../img/select.png") no-repeat center center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.hi2-ul {
  margin-top: 45px;
}
.hi2-ul li {
  display: inline-block;
  color: #999999;
}
.hi2-ul li a {
  color: #999999;
  padding: 0 3.5px;
}
/*导航*/
.nav {
  background-color: #098e2c;
}
.nav-inner {
  width: 1040px;
  display: inline-block;
  vertical-align: top;
}
.nav-ul > li {
  text-align: center;
  width:7.6%;
  height: 48px;
  -webkit-transition: all 0.2s linear;

  transition: all 0.2s linear;
  position: relative;
}
.nav-ul > li:not(:last-child):after {
  content: '/';
  position: absolute;
  top: 14px;
  right: 2.5px;
  height: 14px;
  width: 1px;
  color: #098e2c;
}
.nav-ul > li > a {
  color: #FFFFFF;
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
  line-height: 48px;
}
.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;
  -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);
}
.nav-menu li {
  overflow: hidden;
  word-wrap: nowrap;
  background-color: #098e2c;
}
.nav-menu a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #FFFFFF;
}
.nav .nav-menu a:hover {
  background-color: #ebebeb;
  color: #098e2c;
}
/* banner 轮播图 */
.banner {
  width: 100%;
  height: auto;
}
/*轮播主div*/
/*轮播图片*/
.tabBox {
  width: 100%;
  position: relative;
  height: auto;
}
.tabBox .bd ul {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.tabBox .bd li {
  width: 100%;
 
  height: auto;
}
.tabBox .bd img {
  width:100%;
  height: 470px;
}
.tabBox .hd ul {
  position: absolute;
 
  z-index: 2;
 
  padding: 0 10px;
  height: 16px;
  bottom: 10px;
}
.tabBox .hd ul li {
  cursor: pointer;
  z-index: 2;
  margin: 0 10px;
  background-color: #fff;
  width: 35px;
  height: 4.5px;
  border-radius: 3px;
}
.tabBox .hd ul .on {
  background-color: #fed644;
}
.banner .text {
  position: absolute;
  height: 100%;

    left: 20px;
    top: 250px;
  z-index: 1;
  padding-left: 10%;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
   
}
.banner .text .textfade {
  width: 200%;
}
.banner .text .barrow {
  margin-bottom: 20px;
}
.banner .text .barrow span {
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline-block;
  height: 33px;
  width: 33px;
  vertical-align: top;
  border: 1px solid #ffefb6;
  color: #ffefb6;
  line-height: 33px;
  margin-right: 20px;
  text-align: center;
}
.banner .text .barrow span:hover {
  cursor: pointer;
  background-color: #ffefb6;
  color: #098e2c;
}
.banner .text h1 {
  height: auto;
  width: 48.43592331%;
}
.banner .text h1 a {
  font-size: 24px;
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
  line-height: 34px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
      background: rgba(0,0,0,.5);
  padding: 20px;
}
.banner .text h1 a:hover {
  color: #fed644;
}
.banner .text p {
  height: 69px;
  width: 46.41775984%;
  color: #ffefb6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 23px;
  margin: 20px 0 30px 0;
}
.banner .text .bmore {
  height: 40px;
  width: 120px;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-align: center;
  border: 1px solid #ffefb6;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.banner .text .bmore a {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
  color: #ffefb6;
  line-height: 40px;
}
.banner .text .bmore:hover {
  background-color: #ffefb6;
}
.banner .text .bmore:hover a {
  color: #098e2c;
}
/*尾部*/
.f-bg {
  background-color: #098e2c;
  padding: 40px 0;
}
.footer {
  color: #fff;
  line-height: 27px;
}
.footer a {
  color: #fff;
  line-height: 27px;
}
.footer .f-lf {
  height: 100%;
  width: 48.33333333%;
}
.footer .f-lf .flf-logo {
  margin-bottom: 22px;
}
.footer .f-rig {
  height: 100%;
  width: 50.83333333%;
}
.footer .f-rig li a {
  line-height: 31px;
}
.footer .f-rig li a:hover{
 color: #fff;
}
.footer .f-rig li h3 {
  line-height: 48px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  margin-bottom: 14px;
}
.footer .f-rig li h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 20px;
  background-color:#fff;
}
.footer .f-rig li:first-child {
  height: 100%;
  width: 36.06557377%;
}
.footer .f-rig li:nth-child(2) {
  height: 100%;
  width: 27.86885246%;
}
.footer .f-rig li:nth-child(3) {
  height: 100%;
  width: 27.86885246%;
}
/***********************		响应式		**********************/
/*G电脑屏幕*/
@media screen and (max-width: 1200px) {
  /*根据最长宽度设置*/
}
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  body {
    background-color: #FFFFFF;
  }
  .m-none,
  .nav,
  .hi2-ul,
  .barrow,
  .bdp,
  .f-rig,
  .flf-logo {
    display: none !important;
  }
  .p-none {
    display: block !important;
  }
  .h-in1,
  .h-in2,
  .nav-in,
  .footer,
  .si1Banner {
    width: 100%;
  }
  .h-in2 {
    height: 65px;
  }
  .logo img {
    height: 28px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .han {
    height: 17px;
    width: 20px;
    margin-top: 1.75rem;
    margin-right: 2rem;
    background: url("../img/han.png") no-repeat center center;
  }
  .han > a {
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: top;
  }
  .tabBox .bd img {
    height: 200px;
    width: 100%;
  }
  .banner .text {
    width: auto;
    padding: 15% 0 0 5%;
    display: none !important;
  }
  .banner .text h1 {
    width: 70%;
    margin-bottom: 10px;
  }
  .banner .text h1 a {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .banner .text .bmore {
    height: 22px;
    width: 70px;
  }
  .banner .text .bmore a {
    font-size: 10px;
    line-height: 22px;
  }
  .f-bg {
    padding: 20px 0;
  }
  .footer .mid-f-lf {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
  .footer .mid-f-lf a {
    font-size: 12px;
  }
}
/*# sourceMappingURL=base.css.map */