@import url(../font/iconfont.css);
@import url(../font1/iconfont.css);
/*reset*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
img,
ul,
li,
dl,
dd,
dt,
table,
a,
span,
div,
input,
dl,
dt {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li,
dl,
dt {
  list-style: none;
}
caption,
th {
  text-align: left;
}
img {
  vertical-align: top;
}
.img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
a,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}
input {
  outline: none;
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 11px;
  margin: 0;
}
html,
body {
  height: 100%;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.hidden,
.appshow {
  display: none;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trans {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/*page*/
body {
  width: 100%;
  margin: 0 auto;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0.45833333rem;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
}
.iconfont {
  vertical-align: middle;
  font-family: "iconfont" !important;
}
html {
 /* overflow: hidden;*/
/*  overflow-x: auto;*/
}
.borderBtm {
  border-bottom: 0.05405405rem solid #d4d4d4;
}
.borderBtmMain {
  border-bottom: 0.05405405rem solid #ec6b00;
}
.hover {
  color: #ec6b00;
  text-decoration: underline;
}
.imghover {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.httitle {
  font-size: 0.75rem;
  line-height: 2.35416667rem;
  text-align: center;
}
.morebtnBlock {
  color: #fff;
  font-size: 16px;
  background: #ec6b00;
  height: 50px;
  margin-top: 4px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.returnBtn {
  color: #fff;
  background: #ec6b00;
  height: 50px;
  line-height: 50px;
  width: 120px;
  font-size: 16px;
  margin: 31px auto 87px;
  display: block;
  text-align: center;
}
.swiper-container {
  z-index: 0;
}
.headerbar {
  width: 100%;
}
@media (max-width: 992px) {
  .tutorsearch {
    height: 2.5rem;
    padding-top: 1.04166667rem;
    font-size: 0.375rem;
  }
  .tutorsearch .searchbox {
    width: 80%;
    height: 0.83333333rem;
    line-height: 0.83333333rem;
    margin: 0 auto;
  }
  .tutorsearch .searchbox label {
    display: none;
    position: relative;
    float: left;
  }
  .tutorsearch .searchbox label::before {
    content: '';
    position: absolute;
    top: 0.10416667rem;
    left: -0.83333333rem;
    width: 0.64583333rem;
    height: 0.64583333rem;
    background: cyan url(../images/search-t.jpg) no-repeat;
    background-size: contain;
  }
  .tutorsearch .searchbox input[type=text] {
    float: left;
    width: 80%;
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 5px;
  }
  .tutorsearch .searchbox input[type=button] {
    float: left;
    width: 20%;
    height: 40px;
    background-color: #ec6b00;
    cursor: pointer;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .tutorsearch {
    height: 2.5rem;
    padding-top: 1.04166667rem;
    font-size: 0.375rem;
  }
  .tutorsearch .searchbox {
    width: 10.41666667rem;
    height: 0.83333333rem;
    line-height: 0.83333333rem;
    margin: 0 auto;
  }
  .tutorsearch .searchbox label {
    position: relative;
    float: left;
  }
  .tutorsearch .searchbox label::before {
    content: '';
    position: absolute;
    top: 0.10416667rem;
    left: -0.83333333rem;
    width: 0.64583333rem;
    height: 0.64583333rem;
    background: cyan url(../images/search-t.jpg) no-repeat;
    background-size: contain;
  }
  .tutorsearch .searchbox input[type=text] {
    float: left;
    width: 5.41666667rem;
    height: 0.83333333rem;
    border: 1px solid #ccc;
    padding-left: 5px;
  }
  .tutorsearch .searchbox input[type=button] {
    float: left;
    width: 2.29166667rem;
    height: 0.83333333rem;
    background-color: #ec6b00;
    cursor: pointer;
    color: #fff;
  }
}
.topbar {
  height: 1.04166667rem;
  background-color: #000;
  font-size: 0.375rem;
  color: #fff;
}
.topbar .home {
  line-height: 1.04166667rem;
  display: block;
  float: left;
  margin-left: 1.45833333rem;
  padding-left: 0.66666667rem;
  background: url('../images/home.png') no-repeat left center;
  color: #fff;
  font-size: 0.375rem;
  background-size: 0.5rem 0.39583333rem;
}
.topbar .searchbox {
  margin-top: 10px;
  margin-left: 0.5rem;
  float: left;
  overflow: hidden;
}
.topbar .searchbox input {
  border-radius: 0.16666667rem 0 0 0.16666667rem;
  width: 3.75rem;
  height: 0.66666667rem;
  background-color: rgba(255, 255, 255, 0.3);
  float: left;
  box-sizing: border-box;
  padding-left: 0.25rem;
  font-size: 0.375rem;
  color: #fff;
}
.topbar .searchbox input::-webkit-input-placeholder {
  font-size: 12px;
}
.topbar .searchbox input:-moz-placeholder {
  font-size: 12px;
}
.topbar .searchbox input::-moz-placeholder {
  font-size: 12px;
}
.topbar .searchbox input:-ms-input-placeholder {
  font-size: 12px;
}
.topbar .searchbox .search {
  display: block;
  width: 0.95833333rem;
  height: 0.66666667rem;
  float: left;
  background: url('../images/search.png') no-repeat center center;
  background-color: #dadada;
  background-size: 0.39583333rem 0.39583333rem;
  outline: none;
  border: none;
  border-radius: 0 0.16666667rem 0.16666667rem 0;
}
.topbar .yingxing {
  float: right;
  margin-right: 1.45833333rem;
  line-height: 34px;
}
.topbar .yingxing:hover {
  color: #ec6b00;
}
.header {
  background: #212020;
  position: relative;
  z-index: 999;
  height: 3.375rem;
  width: 100%;
  border-bottom: 0.08333333rem solid #ec6b00;
  padding-top: 0.66666667rem;
  top: 0;
  left: 0;
  *zoom: 1;
}
.header:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.header .logo {
  display: inline-block;
  float: left;
  width: 5.375rem;
  margin: 0.39583333rem 0 0 1.45833333rem;
  font-size: 0;
  line-height: 0;
  height: 1.35416667rem;
  background: url("../images/logo_03.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.header .menu {
  padding-right: 0.58333333rem;
  color: #fff;
  line-height: 1.08333333rem;
  float: right;
}
.header .menu .menu-list {
  float: left;
  position: relative;
  margin-right: 1.22916667rem;
}
.header .menu .menu-list:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1.60416667rem;
  background: #909090;
  right: 0.02083333rem;
  top: 0.27083333rem;
}
.header .menu .menu-list:last-child {
  margin-right: 0;
}
.header .menu .menu-list:last-child:after {
  display: none;
}
.header .menu .menu-list h2 {
  float: left;
  display: inline-block;
  font-size: 0.45833333rem;
  line-height: 2.14583333rem;
  margin-right: 1.10416667rem;
}
.header .menu .menu-list h2 i {
  font-size: 0.52083333rem;
  color: #ec6b00;
  margin-right: 0.1875rem;
}
.header .menu .menu-list .nav {
  font-size: 0.375rem;
  width: 5.1875rem;
  display: inline-block;
  float: left;
}
.header .menu .menu-list .nav span {
  cursor: pointer;
}
.header .menu .menu-list .nav .nav-list {
  line-height: 1.08333333rem;
  height: 1.08333333rem;
  width: 2.33333333rem;
  display: inline-block;
  position: relative;
}
.header .menu .menu-list .nav .nav-list:hover {
  text-decoration: underline;
  color: #ec6b00;
}
.header .menu .menu-list .nav .sub-nav {
  display: none;
  white-space: nowrap;
  position: absolute;
  left: -0.08333333rem;
  top: 1.08333333rem;
  background-color: #000;
  padding: 0 0.45833333rem;
  z-index: 3;
  border-radius: 0.125rem;
}
.header .menu .menu-list .nav .sub-nav li {
  margin: 0;
  display: inline-block;
  padding: 0.25rem 0;
}
.header .menu .menu-list .nav .sub-nav li a {
  padding: 0 0.29166667rem;
  font-size: 0.29166667rem;
  color: #fff;
}
.header .menu .menu-list .nav .sub-nav li a:hover {
  color: #ec6b00;
}
.header .menu .menu-list .nav .sub-nav li a {
  border-right: 0.04166667rem solid #9A9A9A;
}
.header .menu .menu-list .nav .sub-nav li:last-of-type a {
  border-right: none;
}
.header .menu .menu-list .nav .sub-nav .corner-sign {
  position: absolute;
  top: -0.52083333rem;
  left: 0.41666667rem;
  width: 0;
  height: 0;
  border-bottom: 0.33333333rem solid #000;
  border-left: 0.29166667rem solid transparent;
  border-right: 0.29166667rem solid transparent;
  border-top: 0.29166667rem solid transparent;
}
.header .menu .menu-list .nav .sub-nav:nth-of-type(2) {
  top: 2.20833333rem;
}
.header .menu .menu-list .nav2 {
  width: 10.29166667rem;
}
.header .menu .menu-list:nth-of-type(3) .sub-nav {
  left: -2.5rem;
}
.header .menu .menu-list:nth-of-type(3) .sub-nav .corner-sign {
  left: 2.70833333rem;
}
.header .menu .menu-list:nth-of-type(2) .sub-nav li:nth-of-type(3) a {
  border-right: 0.04166667rem solid #9A9A9A;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header .nav .nav-list {
    width: 5em !important;
  }
}
.isFixed {
top: 0; left: 0px;
  position: fixed;
  z-index: 99999;
  width: 100%;
}
.footer {
  background: #212020;
  padding: 0.77083333rem 0 0.64583333rem;
  font-size: 12px;
  line-height: 22px;
  color: #b2b2b2;
}
.footer .wcon {
  padding: 0 1rem;
}
.footer i {
  font-style: normal;
}
.footer .footerlink {
  min-height: 3.85416667rem;
  box-sizing: content-box;
  *zoom: 1;
  position: relative;
  border-bottom: 1px solid #383737;
  padding-bottom: 0.52083333rem;
  margin-bottom: 0.6875rem;
}
.footer .footerlink:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.footer .footerlink ul {
  margin-right: 6.52083333rem;
  position: relative;
}
.footer .footerlink ul:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0.27083333rem;
  background: #383737;
  width: 1px;
  height: 3.72916667rem;
  bottom: 0.60416667rem;
}
.footer .footerlink ul li {
  float: left;
  width: 20%;
}
.footer .footerlink ul li h2 {
  line-height: 0.83333333rem;
  font-size: 0.33333333rem;
  color: #fff;
}
.footer .footerlink ul li a {
  display: block;
}
.footer .footerlink ul li a:hover {
  color: #ec6b00;
  text-decoration: underline;
}
.footer .footerlink .code {
  position: absolute;
  right: 0;
  width: 3.64583333rem;
  height: 3.85416667rem;
  top: 0.27083333rem;
}
.footer .footerlink .code img {
  height: 3.125rem;
  display: block;
  margin: 0 auto;
}
.footer .footerlink .code span {
  margin-top: 0.1875rem;
  color: #fff;
  text-align: center;
  display: block;
}
@media all and (max-width: 991px) {
  .appshow {
    display: block;
  }
  .apphide {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .footer {
    padding: 37px 0 31px;
    font-size: 14px;
    line-height: 22px;
  }
  .footer .footerlink {
    min-height: 185px;
    padding-bottom: 25px;
    margin-bottom: 33px;
  }
  .footer .footerlink ul {
    margin-right: 313px;
  }
  .footer .footerlink ul:after {
    top: 13px;
    height: 179px;
    bottom: 29px;
  }
  .footer .footerlink ul li {
    width: 19%;
  }
  .footer .footerlink ul li h2 {
    line-height: 40px;
    font-size: 16px;
  }
  .footer .footerlink .code {
    width: 175px;
    height: 185px;
    top: 13px;
  }
  .footer .footerlink .code img {
    height: 150px;
  }
  .footer .footerlink .code span {
    margin-top: 9px;
  }
}
.banner {
  position: relative;
  height: 16.66666667rem;
  width: 100%;
  margin-top: 4.41666667rem;
}
.banner h2 {
  position: absolute;
  height: 2.0625rem;
  top: 6.08333333rem;
  left: 50%;
  margin-left: -12.5rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  background: #bcbcbc;
  border-radius: 0;
  width: 0.25rem;
  height: 0.25rem;
  transform: rotate(45deg);
  margin: 0 0.20833333rem !important;
}
.banner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
.banner .swiper-pagination-bullet-active {
  background: #ec6b00;
}
.banner .item {
  height: 100%;
}
.banner img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
}
.box-hot {
  overflow: hidden;
  *zoom: 1;
  height: 55px;
  line-height: 55px;
  position: relative;
}
.box-hot:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-hot h2 {
  position: absolute;
  font-size: 14px;
  padding-left: 23px;
  display: inline-block;
  margin-right: 22px;
}
.box-hot h2 i {
  font-size: 24px;
  color: #ec6b00;
  margin-right: 10px;
}
.box-hot .box-hotlist {
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  position: relative;
  left: 0;
  margin-left: 100px;
  width: 100%;
}
.box-hot .box-hotlist .str_wrap {
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.box-hot .box-hotlist .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.box-hot .box-hotlist .str_move_clone {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
}
.box-hot .box-hotlist .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.box-hot .box-hotlist .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.box-hot .box-hotlist .str_vertical .str_move,
.box-hot .box-hotlist .str_down .str_move {
  white-space: normal;
  width: 100%;
}
.box-hot .box-hotlist .str_static .str_move,
.box-hot .box-hotlist .no_drag .str_move,
.box-hot .box-hotlist .noStop .str_move {
  cursor: inherit;
}
.box-hot .box-hotlist .str_wrap img {
  max-width: none !important;
}
.box-hot .box-hotlist .box-hotlistscroll {
  margin: 0 auto;
}
.box-hot .box-hotlist a {
  font-size: 12px;
  width: 441px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 36px;
  position: relative;
  background: url("../images/dot_13.png") no-repeat left center;
}
.box-hot .box-hotlist a .t {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 320px;
  padding-left: 13px;
  display: block;
  float: left;
}
.box-hot .box-hotlist a .time {
  color: #999999;
  float: right;
}
@media all and (min-width: 1200px) {
  .wcon {
    max-width: 1200px;
    margin: 0 auto;
  }
  .notice {
    position: relative;
  }
  .box-hot {
    height: 85px;
    line-height: 85px;
  }
  .box-hot h2 {
    font-size: 18px;
  }
  .box-hot h2 i {
    font-size: 38px;
  }
  .box-hot .box-hotlist {
    margin-left: 130px;
    height: 85px;
    line-height: 85px;
    width: 1067px;
  }
  .box-hot .box-hotlist a {
    font-size: 14px;
  }
}
.sybackimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
.box-book {
  position: relative;
  background: url("../images/hsybj_08.jpg") no-repeat;
  height: 12.875rem;
  padding: 2.27083333rem 0 2.04166667rem;
}
.box-book h2 {
  position: absolute;
  width: 5.70833333rem;
  height: 8.5625rem;
  box-sizing: content-box;
  left: 0;
}
.box-book h2 img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
}
.box-book .con {
  height: 8.5625rem;
  font-size: 0.39583333rem;
}
.box-book .box-bookSwiper {
  font-size: 0.39583333rem;
  color: #fff;
  height: 8.5625rem;
  margin-left: 5.70833333rem;
}
.box-book .box-bookSwiper .sylogo1,
.box-book .box-bookSwiper .swiper-slide:nth-child(6n+1) {
  background: #087773;
}
.box-book .box-bookSwiper .sylogo2,
.box-book .box-bookSwiper .swiper-slide:nth-child(6n+2) {
  background: #43676f;
}
.box-book .box-bookSwiper .sylogo3,
.box-book .box-bookSwiper .swiper-slide:nth-child(6n+3) {
  background: #ad2a47;
}
.box-book .box-bookSwiper .sylogo4,
.box-book .box-bookSwiper .swiper-slide:nth-child(6n+4) {
  background: #971f76;
}
.box-book .box-bookSwiper .sylogo5,
.box-book .box-bookSwiper .swiper-slide:nth-child(6n+5) {
  background: #d6740c;
}
.box-book .box-bookSwiper .sylogo6,
.box-book .box-bookSwiper .swiper-slide:nth-child(6n+6) {
  background: #d2b65f;
}
.box-book .box-bookSwiper .swiper-slide {
  text-align: center;
  width: 5.70833333rem;
  padding-top: 0.8125rem;
  box-shadow: 0.08333333rem 0.08333333rem 0.10416667rem rgba(95, 95, 95, 0.24);
}
.box-book .box-bookSwiper .swiper-slide p {
  text-align: center;
  line-height: 0.6875rem;
  padding: 0 0.5rem;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}
.box-book .box-bookSwiper i {
  display: block;
  width: 3.375rem;
  margin: 0 auto 0.70833333rem;
  height: 3.375rem;
  border-radius: 50%;
  box-shadow: 0.08333333rem 0.08333333rem 0.10416667rem rgba(26, 54, 27, 0.24);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-image: url(../images/logo1.png);
  background-size: 65% auto;
}
.box-book a:hover i {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.box-used {
  padding-bottom: 1.91666667rem;
}
.box-used .title {
  font-size: 0.75rem;
  line-height: 2.35416667rem;
  text-align: center;
  padding: 0.66666667rem 0 0.04166667rem;
}
.box-used .box-usedSwiper {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.box-used .swiper-slide {
  width: 5.0625rem;
  margin-bottom: -1px;
}
.box-used .swiper-slide:after {
  position: absolute;
  content: '';
  width: 0.1875rem;
  height: 0.1875rem;
  background: #ec6b00;
  right: -0.08333333rem;
  top: 50%;
  transform: rotate(45deg);
  margin: -0.10416667rem 0 0 0;
  z-index: 2;
}
.box-used .swiper-slide:last-child:after {
  display: none;
}
.box-used a[class*="iconused"] {
  width: 100%;
  display: block;
  padding-top: 0.29166667rem;
  box-sizing: border-box;
  height: 5.3125rem;
  text-align: center;
  background: url("../images/hline.png") repeat-x bottom;
  position: relative;
}
.box-used a[class*="iconused"]:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: url("../images/sline.png") repeat-y;
  top: 0;
}
.box-used .swiper-slide:last-child a[class*="iconused"]:after {
  background: none;
}
.box-used span {
  line-height: 0.8125rem;
  font-size: 0.625rem;
}
.box-used i {
  display: block;
  width: 2.45833333rem;
  margin: 0 auto 0.66666667rem;
  height: 2.45833333rem;
}
.box-used .iconused-01 i {
  background: url("../images/hicon.png") no-repeat 0rem 0rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-02 i {
  background: url("../images/hicon.png") no-repeat 0rem -2.45833333rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-03 i {
  background: url("../images/hicon.png") no-repeat 0rem -4.8125rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-04 i {
  background: url("../images/hicon.png") no-repeat 0rem -7.375rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-05 i {
  background: url("../images/hicon.png") no-repeat 0rem -9.83333333rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-06 i {
  background: url("../images/hicon.png") no-repeat 0rem -12.29166667rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-07 i {
  background: url("../images/hicon.png") no-repeat 0rem -14.75rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-08 i {
  background: url("../images/hicon.png") no-repeat 0rem -17.20833333rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-09 i {
  background: url("../images/hicon.png") no-repeat 0rem -19.66666667rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-10 i {
  background: url("../images/hicon.png") no-repeat 0rem -22.125rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-11 i {
  background: url("../images/hicon.png") no-repeat 0rem -24.58333333rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-12 i {
  background: url("../images/hicon.png") no-repeat 0rem -27.04166667rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-13 i {
  background: url("../images/hicon.png") no-repeat 0rem -29.5rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-14 i {
  background: url("../images/hicon.png") no-repeat 0rem -31.95833333rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-15 i {
  background: url("../images/hicon.png") no-repeat 0rem -34.41666667rem;
  background-size: 2.45833333rem auto;
}
.box-used .iconused-16 i {
  background: url("../images/hicon.png") no-repeat 0rem -36.875rem;
  background-size: 2.45833333rem auto;
}
.box-used a:hover i {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.box-dynamic {
  background: #eeeeee;
  padding: 0.6875rem 0 1rem;
  *zoom: 1;
}
.box-dynamic .title {
  font-size: 0.75rem;
  line-height: 2.35416667rem;
  text-align: center;
}
.box-dynamic .swiper-container {
  padding-bottom: 1.25rem;
}
.box-dynamic div[class*="col"] {
  height: 12.5rem;
  float: left;
}
.box-dynamic div[class*="col"].col1 {
  width: 10.20833333rem;
}
.box-dynamic div[class*="col"].col2 {
  width: 6.66666667rem;
}
.box-dynamic div[class*="col"].col3 {
  width: 8.8125rem;
}
.box-dynamic div[class*="col"] a {
  height: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
.box-dynamic div[class*="col"] a.bj {
  background: #333333;
}
.box-dynamic div[class*="col"] img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
}
.box-dynamic div[class*="col"] .mask:after,
.box-dynamic div[class*="col"] .word {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-dynamic div[class*="col"] .mask:after {
  content: '';
  background: rgba(51, 51, 51, 0.6);
}
.box-dynamic div[class*="col"] .word {
  z-index: 3;
  color: #fff;
  font-size: 0.29166667rem;
  line-height: 0.52083333rem;
  padding: 0.52083333rem 0.64583333rem 0 0.64583333rem;
}
.box-dynamic div[class*="col"] .word h3 {
  font-size: 0.33333333rem;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-dynamic div[class*="col"] .word p {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-dynamic div[class*="col"] .word .line {
  height: 0.64583333rem;
  position: relative;
}
.box-dynamic div[class*="col"] .word .line:after {
  content: '';
  width: 0.625rem;
  height: 0.08333333rem;
  background: #fff;
  position: absolute;
  top: 0.35416667rem;
  left: 0;
}
.box-dynamic div[class*="col"] i {
  background: url("../images/jiantou.png") no-repeat;
  background-size: 100% auto;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  bottom: 0.72916667rem;
  left: 0.66666667rem;
}
.box-dynamic div[class*="col"] .word2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.25rem;
  color: #fff;
  height: 2.75rem;
  background: rgba(236, 107, 0, 0.8);
  padding: 0.1875rem 0.64583333rem 0.89583333rem;
}
.box-dynamic div[class*="col"] .word2 .t {
  font-size: 0.33333333rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 0.1875rem;
}
.box-dynamic div[class*="col"] .word2 p {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 21px;
  height: 42px;
}
.box-dynamic div[class*="col"] .word2 i {
  background: url("../images/jiantou.png") no-repeat 0 -0.625rem;
  bottom: 0.16666667rem;
  background-size: 100% auto;
}
.box-dynamic div[class*="col"] .tit {
  display: block;
  height: 1.16666667rem;
  line-height: 1.16666667rem;
  font-size: 0.33333333rem;
  background: rgba(236, 107, 0, 0.8);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.box-dynamic div[class*="col"] a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.box-dynamic:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-dynamic .morebtn {
  text-align: center;
  width: 5.70833333rem;
  padding-top: 0.8125rem;
  box-shadow: 0.08333333rem 0.08333333rem 0.10416667rem rgba(95, 95, 95, 0.24);
}
.box-dynamic .morebtn p {
  text-align: center;
  line-height: 0.6875rem;
  padding: 0 0.5rem;
  font-size: 0.45833333rem;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #fff;
}
.nbanner {
  margin-top: 3.9rem;
  width: 100%;
  height: 7.27083333rem;
}
.nbanner h2 {
  color: #fff;
  padding-top: 2.45833333rem;
  line-height: 0.8125rem;
  text-transform: uppercase;
  font-size: 0.5rem;
}
.nbanner h2 strong {
  font-size: 0.79166667rem;
  line-height: 1.20833333rem;
  display: block;
  font-weight: normal;
}
.nbanner.clubbanner {
  background: url("../images/cluebanner_02.jpg") no-repeat;
  background-size: cover;
}
.nbanner.sybanner {
  background: url("../images/sybanner_02.jpg") no-repeat;
  background-size: cover;
}
.nbanner.sybanner h2 {
  color: #ec6b00;
}
.nbanner.zygybanner {
  background: url("../images/zygybanner_02.jpg") no-repeat;
  background-size: cover;
}
.nbanner.unionbanner {
  background: url("../images/uninbanner_02.jpg") no-repeat;
  background-size: cover;
}
.nbanner.honorbanner {
  background: url("../images/honorbanner_02.jpg") no-repeat;
  background-size: cover;
}
.nbanner.honorbanner h2 {
  color: #ec6b00;
}
.p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 11px;
  color: #666;
}
.breaknav {
  background: #f2f2f2;
  height: 71px;
  text-align: center;
  *zoom: 1;
}
.breaknav:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.breaknav a {
  font-size: 16px;
  padding: 0 70px;
  margin: 0 14px;
  line-height: 71px;
  display: inline-block;
}
.breaknav a:hover {
  color: #ec6b00;
}
.breaknav a.cur {
  color: #fff;
  background: #ec6b00;
}
.breaknav .breaknavScroll {
  padding: 0 25px;
}
.breaknav .breaknavScroll a {
  width: auto;
  padding: 0 44px;
  margin: 0 4px;
}
.breaknav .breaknavScroll .swiper-button-prev,
.breaknav .breaknavScroll .swiper-button-next {
  width: 25px;
  height: 71px;
  background: #e0e0e0;
  top: 0;
  opacity: 1;
  margin-top: 0;
}
.breaknav .breaknavScroll .swiper-button-prev:after,
.breaknav .breaknavScroll .swiper-button-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 26px;
  width: 25px;
  height: 25px;
  background: url("../images/icon.png") no-repeat 0px 0px;
}
.breaknav .breaknavScroll .swiper-button-prev {
  left: 0;
}
.breaknav .breaknavScroll .swiper-button-next {
  right: 0;
}
.breaknav .breaknavScroll .swiper-button-next:after {
  background: url("../images/icon.png") no-repeat -25px 0px;
}
.vol a {
  padding: 0 40px;
}
.studentnav a {
  padding: 0 68px;
}
.box-brief {
  padding: 55px 0;
}
.box-brief .tit {
  font-weight: bolder;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 31px;
}
.box-brief h3 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 11px;
  color: #333333;
  font-weight: bold;
}
.box-brief .block {
  margin-bottom: 60px;
}
.box-brief p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 11px;
  color: #666;
}
.box-brief .colorM {
  color: #ec6b00;
}
.box-brief img {
  margin: 45px 0 56px;
  width: 100%;
}
.box-clubstyle {
  padding: 39px 0 15px;
}
.box-clubstyle .tit {
  font-size: 30px;
  line-height: 31px;
  margin-bottom: 20px;
}
.box-clubstyle .tit i {
  margin-right: 10px;
  float: left;
  width: 33px;
  height: 31px;
  display: inline-block;
  background: url("../images/fengcai.png") no-repeat 0px 0px;
  background-size: 100%;
}
.box-clubstyle .tit i.icon-st {
  background: url("../images/fengcai.png") no-repeat 0px 0px;
  background-size: 100%;
}
.box-clubstyle .tit i.icon-ty {
  background: url("../images/fengcai.png") no-repeat 0px -69px;
  background-size: 100%;
}
.box-clubstyle .tit i.icon-wh {
  background: url("../images/fengcai.png") no-repeat 0px -138px;
  background-size: 100%;
}
.box-clubstyle .tit i.icon-xs {
  background: url("../images/fengcai.png") no-repeat 0px -207px;
  background-size: 100%;
}
.box-clubstyle .tit i.icon-gy {
  background: url("../images/fengcai.png") no-repeat 0px -276px;
  background-size: 100%;
}
.box-clubstyle .tit i.icon-other {
  background: url("../images/fengcai.png") no-repeat 0px -345px;
  background-size: 100%;
}
.box-clubstyle .cor1 {
  color: #008fa7;
}
.box-clubstyle .cor2 {
  color: #ec6b00;
}
.box-clubstyle .cor3 {
  color: #008000;
}
.box-clubstyle .cor4 {
  color: #0066ff;
}
.box-clubstyle .cor5 {
  color: #cca5d7;
}
.box-clubstyle .cor6 {
  color: #ffa500;
}
.box-clubstyle .cor7 {
  color: #33cc66;
}
.ul-picwbox {
  *zoom: 1;
  margin-left: -30px;
}
.ul-picwbox:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.ul-picwbox li {
  width: 380px;
  margin-left: 30px;
  border: 1px solid #e9e9e9;
  margin-bottom: 40px;
  float: left;
}
.ul-picwbox li .word {
  padding: 19px 24px 43px;
}
.ul-picwbox li .word h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-picwbox li .word p {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 72px;
  color: #666666;
  font-size: 14px;
}
.ul-picwbox li .pic {
  display: block;
  height: 213px;
  overflow: hidden;
}
.ul-picwbox li img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
}
.ul-picwbox li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.ul-picwbox li a:hover {
  background: #ec6b00;
  color: #fff;
}
.ul-picwbox li a:hover .word p {
  color: #fff;
}
.ul-picwbox li a:hover:after {
  width: 382px;
  height: 213px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(236, 107, 0, 0.7);
}
.ul-picwbox li a:hover:before {
  content: url("../images/plus_03.png");
  position: absolute;
  left: 50%;
  top: 78px;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  z-index: 2;
}
.box-clubNews {
  padding: 60px 0 129px;
}
.box-clubNewsInfo {
margin-top: 20px;
  padding: 49px 0 84px;
}
.box-clubNewsInfo .tit {
  text-align: center;
  padding-bottom: 27px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 37px;
}
.box-clubNewsInfo .tit h2 {
  font-size: 38px;
  line-height: 47px;
  margin-bottom: 14px;
}
.box-clubNewsInfo .tit span {
  color: #999999;
  font-size: 16px;
}
.box-clubNewsInfo .word {
  padding: 0 144px;
}
.box-clubNewsInfo .word p {
  /*font-size: 14px;
  line-height: 21px;
  margin-bottom: 11px;
  color: #666;
  margin-bottom: 34px;*/
}
.box-clubNewsInfo .word img {
 /* display: block;*/
 /* margin-bottom: 56px;*/
  max-width:100%;
  height:auto!important;
 /* margin:auto;*/
}
.box-clubNewsInfo .word * {
  max-width: 100%;
 /* height: auto !important;*/
}
.box-clubNewsInfo .word em {
    font-style: italic;
}
.newNav {
  *zoom: 1;
  padding: 0 27px;
  background: #f2f2f2;
  height: 68px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.newNav:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.newNav a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 40%;
  color: #666666;
  float: left;
  height: 68px;
  line-height: 68px;
  font-size: 14px;
}
.newNav a.next {
  color: #ec6b00;
  float: right;
  text-align: right;
}
.box-sybrief {
  padding: 45px 0 100px;
}
.box-sybrief .tit {
  font-size: 30px;
  line-height: 60px;
}
.box-sybrief .pic {
  margin-bottom: 27px;
  position: relative;
  height: 500px;
}
.box-sybrief .pic img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.box-sybrief .pic .w {
  color: #fff;
  position: absolute;
  left: 50px;
  top: 50px;
  bottom: 50px;
  background: rgba(0, 0, 0, 0.5);
  padding: 37px 41px 0 30px;
  width: 494px;
}
.box-sybrief .pic .w strong {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 19px;
  position: relative;
  margin-bottom: 36px;
  font-weight: normal;
  margin-bottom: 33px;
  display: block;
}
.box-sybrief .pic .w strong span {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.box-sybrief .pic .w strong:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 42px;
  height: 4px;
  background: #ec6b00;
}
.box-sybrief .pic .w p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}
.box-sybrief .word img {
  margin: 0 0 101px 101px;
  max-width: 500px;
}
.box-sybrief .word p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 11px;
  color: #666;
  line-height: 24px;
  margin-bottom: 9px;
}
.box-xzjy {
  padding: 60px 0 215px;
}
.box-xzjy dl {
  *zoom: 1;
}
.box-xzjy dl:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-xzjy dl dt {
  width: 447px;
  float: left;
  padding-top: 28px;
  position: relative;
}
.box-xzjy dl dt:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 422px;
  height: 441px;
  border: 8px solid #ec6b00;
  content: '';
  box-sizing: border-box;
}
.box-xzjy dl dt img {
  width: 418px;
  float: right;
  height: 384px;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 2;
}
.box-xzjy dl dd {
  width: 686px;
  float: right;
  padding-top: 24px;
}
.box-xzjy dl dd .tit {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 19px;
  position: relative;
  margin-bottom: 36px;
  display: inline-block;
}
.box-xzjy dl dd .tit span {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.box-xzjy dl dd .tit:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 42px;
  height: 4px;
  background: #ec6b00;
}
.box-xzjy dl dd p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 11px;
  color: #666;
}
.box-sybgs {
  padding: 60px 0 89px;
}
.box-sybgs dl {
  background: #f6f6f6;
  margin-bottom: 20px;
  *zoom: 1;
  height: 240px;
  overflow: hidden;
}
.box-sybgs dl:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-sybgs dl dt {
  float: left;
  width: 200px;
  height: 240px;
  margin-right: 30px;
}
.box-sybgs dl dt img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.box-sybgs dl dd {
  padding: 26px 17px 0 0;
}
.box-sybgs dl dd .tit {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 19px;
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 17px;
  margin-bottom: 16px;
}
.box-sybgs dl dd .tit span {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.box-sybgs dl dd .tit:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 42px;
  height: 4px;
  background: #ec6b00;
}
.box-sybgs dl dd .tit:after {
  width: 31px;
  height: 2px;
}
.box-sybgs dl dd p {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 21px;
  height: 105px;
}
.box-daoshiani {
  padding: 0px 0 73px;
}
.box-daoshiani .mix {
  display: inline-block;
  position: relative;
  visibility: hidden;
}
.box-daoshiani .mix:before {
  content: '';
  display: inline-block;
}
.box-daoshiani .mixitup-ready .mix {
  visibility: visible;
}
.box-daoshiani .items {
  *zoom: 1;
  margin-left: -10px;
  position: relative;
}
.box-daoshiani .items:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-daoshiani .items .item {
  margin: 0 0 10px 0px;
  cursor: pointer;
  width: 292px;
  height: 230px;
  position: static;
}
.box-daoshiani .items .item > a {
  display: inline-block;
  width: 100%;
  height: 230px;
  position: relative;
}
.box-daoshiani .items .item > a img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.box-daoshiani .items .item > a:hover:after {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}
.box-daoshiani .items .item > a span {
  position: absolute;
  color: #fff;
  text-align: center;
  display: none;
  width: 100%;
  font-size: 18px;
  line-height: 38px;
  z-index: 2;
}
.box-daoshiani .items .item > a span i {
  background: url("../images/icon.png") no-repeat -58px 0px;
  display: block;
  width: 34px;
  height: 34px;
  margin: 68px auto 0;
}
.box-daoshiani .items .item > a:hover span {
  display: inline-block;
}
.box-daoshiani .items .item.itemcur {
  height: 626px;
}
.box-daoshiani .items .iteminfo {
  clear: left;
  *zoom: 1;
  width: 1114px;
  position: absolute;
  left: 0;
  padding: 40px 0 40px 98px;
}
.box-daoshiani .items .iteminfo:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-daoshiani .items .iteminfo i {
  position: absolute;
  top: -12.08333333rem;
}
.box-daoshiani .items .iteminfo dt {
  float: left;
  margin-right: 42px;
}
.box-daoshiani .items .iteminfo dt img {
  width: 444px;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  height: 326px;
}
.box-daoshiani .items .iteminfo dd {
  padding-top: 27px;
}
.box-daoshiani .items .iteminfo dd .tit {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 18px;
}
.box-daoshiani .items .iteminfo dd .tit span {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
  display: block;
}
.box-daoshiani .items .iteminfo dd p {
  line-height: 24px;
}
@media (max-width: 750px) {
  .box-daoshiani .items .iteminfo i {
    top: -280px;
  }
}
.breaknav3Scroll {
  text-align: center;
  margin-bottom: 40px;
  line-height: 35px;
  height: 35px;
  color: #666666;
  font-size: 16px;
  padding: 0 150px;
}
.breaknav3Scroll span {
  padding: 0 5px;
  display: inline-block;
  width: auto;
  margin: 0 15px;
  cursor: pointer;
}
.breaknav3Scroll span:hover {
  color: #ec6b00;
}
.breaknav3Scroll span.cur {
  border-bottom: 2px solid #ec6b00;
}
.page {
  text-align: center;
  display: table;
  margin: 73px auto 0;
}
.page a {
  border: 1px solid #999999;
  margin-left: -1px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 8px 16px 9px;
  float: left;
}
.page a.cur {
  background: #ec6b00;
  color: #fff;
}
.page a:hover {
  color: #ec6b00;
}
/*风采*/
.box-mien {
  padding: 60px 0;
}
.box-mien .box-mienScroll img {
  width: 100%;
}
.box-mien .box-mienScroll .swiper-button-prev,
.box-mien .box-mienScroll .swiper-button-next {
  width: 46px;
  height: 84px;
  background: rgba(33, 32, 32, 0.5);
  opacity: 1;
  margin-top: -0.85416667rem;
}
.box-mien .box-mienScroll .swiper-button-prev:after,
.box-mien .box-mienScroll .swiper-button-next:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 46px;
  height: 84px;
  background: url("../images/icon.png") no-repeat 0px -78px;
}
.box-mien .box-mienScroll .swiper-button-prev {
  left: 1.66666667rem;
}
.box-mien .box-mienScroll .swiper-button-next {
  right: 1.66666667rem;
}
.box-mien .box-mienScroll .swiper-button-next:after {
  background: url("../images/icon.png") no-repeat -54px -78px;
}
/*杂志*/
.box-magazine {
  padding: 49px 0 60px;
}
.box-magazine .box-magazineUl {
  margin-right: -36px;
  *zoom: 1;
}
.box-magazine .box-magazineUl:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-magazine .box-magazineUl li {
  cursor: pointer;
  float: left;
  width: 412px;
  text-align: center;
  margin-bottom: 54px;
  position: relative;
}
.box-magazine .box-magazineUl li .pic {
/*  float: left;*/
}
.box-magazine .box-magazineUl li .pic img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  margin-bottom: 36px;
  width: 248px;
  height: 351px;
}
.box-magazine .box-magazineUl li .pic span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.box-magazine .box-magazineUl li a.btn {
  color: #666;
  font-size: 16px;
  border: 1px solid #999999;
  line-height: 36px;
  padding: 0 14px;
  display: inline-block;
  border-radius: 5px;
 /* position: absolute;
  right: 35px;
  top: 285px;*/
}
.box-magazine .box-magazineUl li:hover img {
  box-shadow: 0 0 10px rgba(93, 93, 93, 0.29);
}
.box-magazine .box-magazineUl li:hover a.btn {
  background: #ec6b00;
  color: #fff;
  border-color: #ec6b00;
}
/*下载*/
.box-Downlist {
  padding: 16px 0 99px;
}
.box-Downlist .box-DownlistUl {
  padding-bottom: 18px;
}
.box-Downlist .box-DownlistUl li {
  height: 130px;
  border-bottom: 1px solid #cccccc;
  line-height: 130px;
  overflow: hidden;
}
.box-Downlist .box-DownlistUl li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 32px;
}
.box-Downlist .box-DownlistUl li a h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 20px;
  float: left;
  width: 60%;
  margin-right: 25px;
}
.box-Downlist .box-DownlistUl li a span {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  line-height: 130px;
  float: left;
}
.box-Downlist .box-DownlistUl li a span i {
  font-style: normal;
}
.box-Downlist .box-DownlistUl li a:after {
  content: '';
  position: absolute;
  right: 30px;
  top: 40px;
  width: 50px;
  height: 50px;
  background: url("../images/icon.png") no-repeat -50px -163px;
}
.box-Downlist .box-DownlistUl li a:hover {
  color: #fff;
  background: #ec6b00;
}
.box-Downlist .box-DownlistUl li a:hover span {
  color: #fff;
}
.box-Downlist .box-DownlistUl li a:hover:after {
  background: url("../images/icon.png") no-repeat 0px -163px;
}
.box-review {
  padding: 60px 0 106px;
}
.box-review .content {
  *zoom: 1;
}
.box-review .content:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-review .box-reviewdl {
  height: 310px;
  padding: 20px 0;
  background: #f6f6f6;
  margin-left: 170px;
  margin-bottom: 40px;
  position: relative;
}
.box-review .box-reviewdl dt {
  position: absolute;
  left: -170px;
  top: 20px;
  bottom: 20px;
  width: 543px;
}
.box-review .box-reviewdl dt img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.box-review .box-reviewdl dd {
  padding: 16px 18px 0 402px;
}
.box-review .box-reviewdl dd .time {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 19px;
}
.box-review .box-reviewdl dd h3 {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 10px;
}
.box-review .box-reviewdl dd p {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 21px;
  height: 63px;
  font-size: 14px;
  margin-bottom: 25px;
}
.box-review .box-reviewdl dd a.btn {
  font-size: 14px;
  border: 1px solid #333333;
  line-height: 30px;
  display: inline-block;
  padding: 0 21px;
}
.box-review .box-reviewdl:hover {
  background: #ec6b00;
  color: #fff !important;
}
.box-review .box-reviewdl:hover span,
.box-review .box-reviewdl:hover h3,
.box-review .box-reviewdl:hover p,
.box-review .box-reviewdl:hover a {
  color: #fff !important;
}
.box-review .box-reviewdl:hover a.btn {
  border: 1px solid #fff;
}
.box-review .box-reviewdl.box-reviewdlR {
  margin-right: 170px;
  margin-left: 0;
}
.box-review .box-reviewdl.box-reviewdlR dt {
  left: initial;
  right: -170px;
}
.box-review .box-reviewdl.box-reviewdlR dd {
  padding: 16px 402px 0 18px;
}
.box-involve {
  padding: 40px 0 81px;
}
.box-involve ul {
  margin-left: -20px;
  *zoom: 1;
}
.box-involve ul:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-involve ul li {
  height: 220px;
  float: left;
  cursor: pointer;
  width: 590px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  border-bottom: 3px solid #ec6b00;
  padding: 30px;
}
.box-involve ul li h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.box-involve ul li span {
  display: block;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
}
.box-involve ul li span i {
  background: url("../images/icon.png") no-repeat 0px -213px;
  display: inline-block;
  width: 20px;
  height: 36px;
  vertical-align: middle;
}
.box-involve ul li span i.time {
  background: url("../images/icon.png") no-repeat -30px -213px;
}
.box-involve ul li span i.addr {
  background: url("../images/icon.png") no-repeat -62px -213px;
}
.box-involve ul li:hover {
  box-shadow: 0 0 6px rgba(93, 93, 93, 0.19);
}
.box-involve ul li:hover h3 {
  color: #ec6b00;
}
.box-notice {
  padding: 60px 0 137px;
}
.box-notice .box-noticeUl {
  *zoom: 1;
  margin-left: -29px;
}
.box-notice .box-noticeUl:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-notice .box-noticeUl li {
  width: 380px;
  padding: 125px 28px 0 28px;
  height: 391px;
  border: 1px solid #e6e6e6;
  float: left;
  margin-bottom: 30px;
  margin-left: 29px;
  position: relative;
  overflow: hidden;
}
.box-notice .box-noticeUl li h2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 29px;
  height: 58px;
  font-size: 20px;
  margin-bottom: 29px;
}
.box-notice .box-noticeUl li h2:hover {
  color: #ec6b00;
}
.box-notice .box-noticeUl li p {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 24px;
  height: 120px;
  color: #666666;
}
.box-notice .box-noticeUl li p:hover {
  color: #ec6b00;
}
.box-notice .box-noticeUl li .time {
  display: block;
  position: absolute;
  left: 29px;
  top: -1px;
  width: 85px;
  height: 90px;
  line-height: 22px;
  padding-top: 20px;
  background: #ec6b00;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.box-notice .box-noticeUl li .time strong {
  line-height: 27px;
  font-size: 24px;
  font-weight: normal;
  display: block;
}
.box-notice .box-noticeUl li .ahover {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  background: #ec6b00;
}
.box-notice .box-noticeUl li .ahover img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  height: 214px;
  width: 100%;
}
.box-notice .box-noticeUl li .ahover h3 {
  padding: 66px 36px 0;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 23px;
  height: 46px;
  color: #fff;
  box-sizing: content-box;
}
.box-notice .box-noticeUl li:hover {
  box-shadow: 0 0 10px rgba(93, 93, 93, 0.29);
}
.box-contact {
  padding: 45px 0 90px;
}
.box-contact h3 {
  line-height: 29px;
  font-size: 20px;
  margin-bottom: 16px;
}
.box-contact h3 .R {
  float: right;
  line-height: 25px;
  font-size: 16px;
}
.box-contact h3 .R .icon-emil {
  background: url("../images/icon.png") no-repeat 0px -249px;
  margin-right: 9px;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.box-contact h3 .R span {
  color: #ec6b00;
}
.box-contact .table {
  margin-bottom: 13px;
  border: 1px solid #cccccc;
  line-height: 22px;
}
.box-contact .table .item {
  width: 100%;
  display: table;
  font-size: 16px;
  color: #666666;
}
.box-contact .table .item:nth-child(2n+1) {
  background: #f2f2f2;
}
.box-contact .table .item.itemtit {
  font-size: 20px;
  color: #fff;
  background: #ec6b00;
}
.box-contact .table .item.itemtit span {
  border-right: 1px solid #f6b580;
}
.box-contact .table .item span {
  display: table-cell;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
}
.box-contact .table .item .s1 {
  width: 183px;
}
.box-contact .table .item .s2 {
  width: 198px;
}
.box-contact .table .item .s3 {
  width: 198px;
}
.box-contact .table .item .s4 {
  width: 282px;
}
.box-honor {
  padding: 60px 0 80px;
}
.box-honor .box-honorUl {
  *zoom: 1;
  margin-left: -33px;
}
.box-honor .box-honorUl:after {
  height: 0rem;
  overflow: hidden;
  display: block;
  content: "\0020";
  clear: both;
}
.box-honor .box-honorUl li {
  margin-left: 33px;
  width: 378px;
  background: #f2f2f2;
  text-align: center;
  float: left;
  height: 390px;
  margin-bottom: 30px;
  padding: 30px;
}
.box-honor .box-honorUl li .pic {
  margin-bottom: 25px;
  height: 253px;
}
.box-honor .box-honorUl li .pic img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
}
.box-honor .box-honorUl li h2 {
  font-size: 16px;
  line-height: 25px;
}
@media all and (max-width: 1236px) {
  .box-magazine .box-magazineUl {
    margin-right: 0;
  }
  .box-magazine .box-magazineUl li {
    width: 33%;
    height: 418px;
  }
  .box-magazine .box-magazineUl li:after {
    *zoom: 1;
  }
  .box-magazine .box-magazineUl li:after:after {
    height: 0rem;
    overflow: hidden;
    display: block;
    content: "\0020";
    clear: both;
  }
}
@media all and (max-width: 1220px) {
  .box-dynamic h3,
  .box-dynamic .t {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .box-dynamic p {
    font-size: 12px !important;
    font-weight: lighter;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 14px;
    height: 42px;
  }
  .box-dynamic i:before {
    transform: scale(0.8);
    left: 14% !important;
  }
  .box-dynamic .word2 {
    height: auto !important;
  }
  .box-used .box-usedSwiper {
    margin-left: 0;
    margin-right: 0;
  }
  .wcon {
    padding: 0 20px;
  }
  .notice {
    position: relative;
  }
  .breaknav a {
    width: 25%;
    width: 24%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .vol a {
    width: 15.66%;
  }
  .studentnav a {
    width: 25%;
    width: 19%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .medianav a {
    width: 48%;
  }
  .nbanner {
   margin-top: 3.9rem;
    height: 250px;
  }
  .nbanner h2 {
    margin-left: 10%;
    font-size: 20px;
    line-height: 30px;
  }
  .nbanner h2 strong {
    font-size: 30px;
    line-height: 50px;
  }
  .ul-picwbox {
    margin-left: -2%;
  }
  .ul-picwbox li {
    width: 31.3%;
    margin-left: 2%;
  }
  .box-xzjy dl dt {
    width: 37%;
  }
  .box-xzjy dl dt:before {
    width: 90%;
    height: 441px;
    border: 8px solid #ec6b00;
  }
  .box-xzjy dl dt img {
    width: 90%;
    height: 384px;
  }
  .box-xzjy dl dd {
    width: 57%;
  }
  .box-daoshiani .items {
    margin-left: -1%;
  }
  .box-daoshiani .items .item {
    margin: 0 0 10px 1%;
    width: 23%;
    height: 230px;
  }
  .box-daoshiani .items .iteminfo {
    padding: 40px 0;
    width: 90%;
    left: 5%;
  }
  .breaknav3Scroll {
    padding: 0 10px;
  }
  .box-mienScroll .swiper-button-prev,
  .box-mienScroll .swiper-button-next {
    transform: scale(0.8);
  }
  .box-magazine .box-magazineUl li .pic {
    margin-right: 120px;
  }
  .box-magazine .box-magazineUl li .pic img {
    width: 100%;
    height: auto;
  }
  .box-magazine .box-magazineUl li .pic span {
    font-size: 16px;
  }
  .box-magazine .box-magazineUl li a.btn {
    right: 10px;
    top: 50%;
  }
  .box-notice .box-noticeUl {
    margin-left: -1%;
  }
  .box-notice .box-noticeUl li {
    width: 32.3%;
    margin-left: 1%;
  }
  .box-contact .table .item {
    font-size: 14px;
  }
  .box-contact .table .item.itemtit {
    font-size: 16px;
  }
  .box-contact .table .item .s1,
  .box-contact .table .item .s2,
  .box-contact .table .item .s3 {
    width: 150px;
  }
  .box-contact .table .item .s4 {
    width: 182px;
  }
  .box-involve ul {
    margin-left: -2%;
  }
  .box-involve ul li {
    width: 48%;
    margin-left: 2%;
  }
  .box-honor .box-honorUl {
    margin-left: -2%;
  }
  .box-honor .box-honorUl li {
    margin-left: 2%;
    width: 31%;
  }
}
@media all and (max-width: 991px) {
  .logo {
    transform: scale(1.3);
  }
  .appmenuBtn {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    color: #ec6b00;
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .box-dynamic p {
    display: none !important;
  }
  .box-book {
    height: 270px;
    padding: 30px 0;
  }
  .box-book .con,
  .box-book .box-bookSwiper,
  .box-book h2 {
    height: 210px;
  }
  .box-book .box-bookSwiper {
    margin-left: 140px;
  }
  .box-book .box-bookSwiper .swiper-slide {
    padding-top: 20px;
    width: 140px;
  }
  .box-book .box-bookSwiper .swiper-slide p {
    line-height: 19px;
    font-size: 0.45833333rem;
  }
  .box-book .box-bookSwiper i {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
  }
  .appmenuBtn {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    color: #ec6b00;
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .box-dynamic p {
    display: none !important;
  }
  .box-book {
    height: 270px;
    padding: 30px 0;
  }
  .box-book .con,
  .box-book .box-bookSwiper,
  .box-book h2 {
    height: 210px;
  }
  .box-book .box-bookSwiper {
    margin-left: 140px;
  }
  .box-book .box-bookSwiper .swiper-slide {
    padding-top: 20px;
    width: 140px;
  }
  .box-book .box-bookSwiper .swiper-slide p {
    line-height: 19px;
  }
  .box-book .box-bookSwiper i {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
  }
  .box-book h2 {
    width: 140px;
  }
  .nbanner {
    height: 200px;
  }
  .nbanner h2 {
    margin-left: 10%;
    font-size: 18px;
    line-height: 24px;
  }
  .nbanner h2 strong {
    font-size: 26px;
    line-height: 40px;
  }
  .breaknav {
    height: 50px;
  }
  .breaknav .wcon {
    padding: 0;
  }
  .breaknav a {
    line-height: 50px;
    font-size: 14px;
  }
  .breaknav .breaknavScroll {
    padding: 0 25px;
  }
  .breaknav .breaknavScroll a {
    padding: 0 30px;
  }
  .breaknav .breaknavScroll .swiper-button-prev,
  .breaknav .breaknavScroll .swiper-button-next {
    height: 50px;
  }
  .breaknav .breaknavScroll .swiper-button-prev:after,
  .breaknav .breaknavScroll .swiper-button-next:after {
    top: 15px;
  }
  .box-clubstyle .tit {
    font-size: 22px;
    line-height: 31px;
  }
  .box-clubstyle .tit i {
    transform: scale(0.8);
  }
  .ul-picwbox li .word h3 {
    font-size: 16px;
  }
  .ul-picwbox li .pic {
    height: 143px;
  }
  .ul-picwbox li a:hover:after {
    height: 143px;
  }
  .ul-picwbox li a:hover:before {
    top: 50px;
    transform: scale(0.8);
  }
  .box-clubNewsInfo .word {
    padding: 0 70px;
  }
  .box-sybrief .word img {
    margin: 0 0 50px 50px;
  }
  .box-xzjy dl dt {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
  .box-xzjy dl dt:before {
    display: none;
  }
  .box-xzjy dl dt img {
    width: 90%;
    height: auto;
    float: none;
  }
  .box-xzjy dl dd {
    width: 100%;
  }
  .box-mien .box-mienScroll .swiper-button-prev,
  .box-mien .box-mienScroll .swiper-button-next {
    margin-top: -35px;
  }
  .box-mien .box-mienScroll img {
    object-fit: cover;
    overflow: hidden;
    height: 100%;
    height: 300px;
  }
  .box-magazine .box-magazineUl li {
    height: auto;
  }
  .box-magazine .box-magazineUl li .pic {
    float: none;
    margin-right: 0;
    width: 90%;
    margin-left: 5%;
  }
  .box-magazine .box-magazineUl li .pic img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .box-magazine .box-magazineUl li .pic span {
    font-size: 14px;
    line-height: 21px;
  }
  .box-magazine .box-magazineUl li a.btn {
    font-size: 12px;
    line-height: 21px;
    position: relative;
    margin-top: 20px;
    top: 0;
    left: 0;
    right: 0;
  }
  .box-Downlist .box-DownlistUl li {
    height: 80px;
    line-height: 80px;
  }
  .box-Downlist .box-DownlistUl li a {
    padding: 0 13px 0 15px;
  }
  .box-Downlist .box-DownlistUl li a h3 {
    font-size: 16px;
    width: 70%;
    margin-right: 25px;
  }
  .box-Downlist .box-DownlistUl li a span {
    font-size: 14px;
    line-height: 80px;
  }
  .box-Downlist .box-DownlistUl li a:after {
    transform: scale(0.7);
    right: 20px;
    top: 15px;
  }
  .box-contact .table .item {
    font-size: 14px;
  }
  .box-contact .table .item.itemtit {
    font-size: 16px;
  }
  .box-contact .table .item .s1,
  .box-contact .table .item .s2,
  .box-contact .table .item .s3 {
    width: 130px;
  }
  .box-contact .table .item .s4 {
    width: 182px;
  }
  .box-honor .box-honorUl li {
    height: auto;
    padding: 10px 10px 30px;
  }
  .box-honor .box-honorUl li .pic {
    height: auto;
  }
}
.appmenu {
  z-index: 999999;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 3.375rem;
  transform: translateX(100%);
  transition: all .5s ease;
  width: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.appmenu h2 {
  height: 5.08108108rem;
  line-height: 5.08108108rem;
  font-size: 1.62162162rem;
  border-bottom: 0.05405405rem solid #ec6b00;
}
.appmenu h2 i {
  color: #ec6b00;
  margin: 0 0.54054054rem 0 1.08108108rem;
  font-size: 1.62162162rem;
}
.appmenu .nav {
  padding: 0 3.13513514rem;
}
.appmenu .nav .title {
  display: block;
  height: 4.75675676rem;
  line-height: 4.75675676rem;
  padding-left: 1.18918919rem;
  position: relative;
  border-bottom: 0.05405405rem solid #d4d4d4;
}
.appmenu .nav .title::after {
  content: '';
  width: 1.08108108rem;
  height: 1.08108108rem;
  position: absolute;
  right: 1.08108108rem;
  top: 1.72972973rem;
  background: url('../images/up-d_03.png') no-repeat center center;
}
.appmenu .nav .title.on {
  background-color: #ec6b00;
  color: #fff;
}
.appmenu .nav .title.on::after {
  background: url('../images/up-d_06.png') no-repeat center center;
}
.appmenu .nav .title a {
  display: block;
}
.appmenu .nav .subnav {
  display: none;
  background-color: #f5f5f5;
  border-bottom: 0.05405405rem solid #d4d4d4;
}
.appmenu .nav .subnav a {
  display: block;
  padding-left: 1.2972973rem;
  height: 2.7027027rem;
  line-height: 2.7027027rem;
  color: #878787;
  font-size: 12px;
}
.appmenu .part2 {
  border-top: 1px solid #ec6b00;
}
.appmenu .part1 li:last-of-type h3,
.appmenu .part2 li:last-of-type h3 {
  border-bottom: none;
}
@media (max-width: 768px) {
  .appmenu {
    top: 44px;
  }
}
@media (min-width: 991px) {
  .appmenu {
    display: none;
  }
}
.active {
  transform: translateX(0);
  display: block;
}
@media all and (max-width: 768px) {
  .wcon {
    padding: 0 10px;
  }
  p {
    font-size: 12px;
  }
  .box-used .title,
  .box-dynamic .title {
    font-size: 20px;
    line-height: 80px;
  }
  .topbar {
    font-size: 12px;
    height: 34px;
  }
  .topbar .yingxing {
    line-height: 34px;
  }
  .topbar .yingxing:hover {
    color: #ec6b00;
  }
  .topbar .home {
    line-height: 34px;
    font-size: 12px;
    background-size: 10px 9px;
    padding-left: 12px;
  }
  .topbar .searchbox {
    padding-top: 2px;
    margin-left: 10px;
    float: left;
    overflow: hidden;
  }
  .topbar .searchbox input {
    border-radius: 2px 0 0 2px;
    width: 70px;
    height: 12px;
    line-height: 12px;
    background-color: rgba(255, 255, 255, 0.3);
    float: left;
    box-sizing: border-box;
    padding-left: 2px;
    font-size: 10px;
    color: #fff;
  }
  .topbar .searchbox input::-webkit-input-placeholder {
    font-size: 5px;
  }
  .topbar .searchbox input:-moz-placeholder {
    font-size: 5px;
  }
  .topbar .searchbox input::-moz-placeholder {
    font-size: 5px;
  }
  .topbar .searchbox input:-ms-input-placeholder {
    font-size: 5px;
  }
  .topbar .searchbox .search {
    width: 18px;
    height: 12px;
    float: left;
    background: url('../images/search.png') no-repeat center center;
    background-color: #dadada;
    background-size: 9px 9px;
    outline: none;
    border: none;
    border-radius: 0 2px 2px 0;
  }
  .header {
    height: 44px;
  }
  .header .appmenuBtn {
    height: 44px;
    line-height: 44px;
  }
  .header .logo {
    height: 25px;
    width: 81px;
    margin-top: 5px;
    margin-left: 30px;
  }
  .banner {
    margin-top: 64px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    margin: 0 4px !important;
    height: 8px;
  }
  .banner h2 {
    height: 2.8rem;
  }
  .footer .footerlink ul {
    display: none;
  }
  .footer .footerlink .code {
    padding: 10px 0;
    position: relative;
    width: 100%;
    height: auto;
  }
  .footer .footerlink .code img {
    height: 80px;
    margin-bottom: 10px;
  }
  .footer .footer-bot {
    position: relative;
    padding-bottom: 20px;
  }
  .footer .footer-bot .fr {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .footer .footer-bot i {
    display: block;
    text-align: center;
  }
  .box-hot h2 {
    padding-left: 0;
  }
  .box-hot .box-hotlist {
    margin-left: 78px;
  }
  .box-used a {
    height: 100px !important;
    width: 100px !important;
  }
  .box-used i {
    transform: scale(1.8);
    position: relative;
    top: 10px;
  }
  .box-used span {
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    left: 0;
  }
  .box-used .swiper-slide {
    width: 100px;
  }
  .box-used .swiper-slide:after {
    width: 6px;
    height: 6px;
    right: 0;
    margin: -3px -3px 0 0;
  }
  .box-book .box-bookSwiper {
    font-size: 12px;
    color: #fff;
  }
  .box-dynamic div[class*="col"] {
    height: 250px;
  }
  .box-dynamic div[class*="col"] .tit {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .box-dynamic div[class*="col"] img {
    width: 100%;
  }
  .box-dynamic div[class*="col"] i {
    width: 12px;
    height: 12px;
    bottom: 10px;
  }
  .box-dynamic div[class*="col"] .word2 {
    padding-bottom: 20px;
  }
  .box-dynamic div[class*="col"] .word2 i {
    background: url(../images/jiantou.png) no-repeat 0 -12px;
    background-size: 100% auto;
  }
  .box-dynamic div[class*="col"].col1 {
    width: 50%;
  }
  .box-dynamic div[class*="col"].col2 {
    width: 25%;
  }
  .box-dynamic div[class*="col"].col3 {
    width: 75%;
  }
  .nbanner {
    height: 150px;
    margin-top: 64px;
  }
  .nbanner h2 {
    margin-left: 10%;
    font-size: 16px;
    line-height: 20px;
  }
  .nbanner h2 strong {
    font-size: 22px;
    line-height: 35px;
  }
  .breaknav {
    height: 50px;
  }
  .breaknav a {
    line-height: 50px;
    font-size: 14px;
    float: left;
  }
  .breaknav .breaknavScroll a {
    padding: 0 10px;
  }
  .ul-picwbox {
    margin-left: 0;
  }
  .ul-picwbox li {
    width: 100%;
    margin-left: 0;
  }
  .ul-picwbox li .word h3 {
    font-size: 16px;
  }
  .ul-picwbox li .pic {
    height: 180px;
  }
  .ul-picwbox li a:hover:after {
    height: 180px;
  }
  .ul-picwbox li a:hover:before {
    top: 70px;
    transform: scale(0.8);
  }
  .box-clubNewsInfo .tit h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .box-clubNewsInfo .word {
    padding: 0 20px;
  }
  .newNav {
    padding: 10px;
    height: auto;
  }
  .newNav a {
    width: 100%;
    height: auto;
    line-height: 40px;
    font-size: 12px;
  }
  .newNav a.next {
    text-align: left;
  }
  .box-sybrief .pic .w {
    width: 90%;
    top: 20px;
    bottom: 20px;
    left: 5%;
    right: 5%;
  }
  .box-sybrief .word img {
    object-fit: cover;
    overflow: hidden;
    height: 100%;
    height: 150px;
    margin: 0 0 10px;
    width: 100%;
  }
  .box-sybrief .tit {
    font-size: 22px;
  }
  .box-xzjy {
    padding: 40px 0 100px;
  }
  .box-daoshiani .items {
    margin-left: 0;
  }
  .box-daoshiani .items .item {
    margin: 0 1% 10px;
    width: 46%;
    height: auto;
  }
  .box-daoshiani .items .item span {
    font-size: 16px;
  }
  .box-daoshiani .items .item span i {
    margin: 28px auto 0;
    transform: scale(0.8);
  }
  .box-daoshiani .items .item.itemcur {
    height: 483px;
  }
  .box-daoshiani .items .iteminfo {
    padding: 40px 0;
    width: 90%;
    left: 5%;
  }
  .box-daoshiani .items .iteminfo dt {
    margin-right: 0;
    margin-bottom: 10px;
    max-height: 310px;
    float: initial;
  }
  .box-daoshiani .items .iteminfo dt img {
    display: none;
  }
  .box-daoshiani .items .iteminfo dd {
    padding-top: 0;
  }
  .breaknav3Scroll span {
    margin: 0 5px;
  }
  .page {
    margin: 53px auto 0;
  }
  .page a {
    border: none;
    margin-left: 0;
    font-size: 14px;
    padding: 8px 10px 9px;
  }
  .page a.cur {
    background: none;
    color: #ec6b00;
    text-decoration: underline;
  }
  .page a:hover {
    color: #ec6b00;
  }
  .box-Downlist .box-DownlistUl li {
    height: 50px;
    line-height: 50px;
  }
  .box-Downlist .box-DownlistUl li a {
    padding: 0 3px 0 5px;
  }
  .box-Downlist .box-DownlistUl li a h3 {
    font-size: 14px;
    width: 60%;
    margin-right: 5px;
  }
  .box-Downlist .box-DownlistUl li a span {
    font-size: 12px;
    line-height: 50px;
    float: right;
    margin-right: 40px;
  }
  .box-Downlist .box-DownlistUl li a span i {
    display: none;
  }
  .box-Downlist .box-DownlistUl li a:after {
    transform: scale(0.5);
    right: -10px;
    top: 0px;
  }
  .box-review .box-reviewdl,
  .box-review .box-reviewdl.box-reviewdlR {
    height: auto;
    margin: 0 0 40px 0;
  }
  .box-review .box-reviewdl dt,
  .box-review .box-reviewdl.box-reviewdlR dt {
    position: relative;
    margin-top: -40px;
    top: 0;
    left: 5%;
    width: 90%;
    right: 0;
  }
  .box-review .box-reviewdl dd,
  .box-review .box-reviewdl.box-reviewdlR dd {
    padding: 16px 18px;
  }
  .box-notice .box-noticeUl {
    margin-left: 0;
  }
  .box-notice .box-noticeUl li {
    width: 100%;
    margin-left: 0;
  }
  .box-notice .box-noticeUl li .ahover {
    display: none;
  }
  .box-contact h3 {
    font-size: 16px;
  }
  .box-contact h3 .R {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .box-contact .table {
    border: none;
  }
  .box-contact .table .item {
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px;
  }
  .box-contact .table .item.itemtit {
    display: none;
  }
  .box-contact .table .item span {
    padding: 5px 0;
    display: inline-block;
    box-sizing: border-box;
  }
  .box-contact .table .item .s1,
  .box-contact .table .item .s2,
  .box-contact .table .item .s3,
  .box-contact .table .item .s4,
  .box-contact .table .item .s5 {
    width: auto;
    margin-right: 10px;
    text-align: left;
    font-size: 12px;
  }
  .box-contact .table .item .s1 {
    color: #333;
    font-size: 14px;
  }
  .box-contact .table .item .s4,
  .box-contact .table .item .s5 {
    display: block;
    padding-left: 30px;
    position: relative;
  }
  .box-contact .table .item .s4:after,
  .box-contact .table .item .s5:after {
    vertical-align: middle;
    font-family: "iconfont" !important;
    content: '\e734';
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
  }
  .box-contact .table .item .s5:after {
    content: '\e638';
  }
  .box-involve ul {
    margin-left: 0%;
  }
  .box-involve ul li {
    width: 100%;
    margin-left: 0%;
  }
  .box-honor .box-honorUl {
    margin-left: 0;
  }
  .box-honor .box-honorUl li {
    height: auto;
    width: 90%;
    margin: 0 auto 20px;
    float: initial;
    padding: 10px 10px 30px;
  }
  .box-honor .box-honorUl li .pic {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 320px) {
  .breaknav a {
    font-size: 12px;
  }
  .page a {
    padding: 8px 7px 9px;
  }
}
.overbg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 666;
  display: none;
}
.m {
  width: 960px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.m .closeBtn {
  z-index: 999;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0.41666667rem;
}
.m .closeBtn:after {
  vertical-align: middle;
  font-family: "iconfont" !important;
  content: '\e967';
  font-size: 30px;
}
.m .videobox {
  width: 100%;
}
@media (max-width: 930px) {
  .m {
    width: 100%;
    height: auto;
    background-color: #000;
  }
}
.box-brief .tit {
  margin-bottom: 26px;
}
.box-brief .imgBox img {
  margin: 0;
  margin-bottom: 18px;
}
.box-brief .police-con {
  margin-bottom: 56px;
}
.box-brief .police-con p {
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}
.box-brief .question {
  margin-bottom: 6px;
}
.box-brief .margin0 {
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #D6D6D6;
}
.box-brief .margin0 .blockBox {
  margin-bottom: 0;
  position: relative;
}
.box-brief .margin0 .blockBox p {
  width: 90%;
  color: #333;
}
.box-brief .margin0 .blockBox span {
  position: absolute;
  background: url("../images/arrow2.png") no-repeat center;
  top: 50%;
  right: 2%;
  padding: 10px;
  cursor: pointer;
}
.box-brief .margin0 .blockBox .isRotate {
  background: url(../images/arrow1.png) no-repeat center;
  display: inline-block;
}
.box-brief .margin0 .noneBox {
  margin-right: 4%;
  margin-top: 10px;
  display: none;
  color: #808080;
}
@media (max-width: 990px) {
  input:focus,
  textarea:focus {
    font-size: 14px !important;
  }
}
.messageArea .msgTitle {
  margin-top: 1.16666667rem;
}
.messageArea form {
  padding-left: 20px;
  margin-bottom: 0 !important;
}
.messageArea form input {
  padding-left: 10px;
  height: 38px;
  width: 368px;
  border: 1px solid #DCDCDC;
  color: #333;
  font-size: 14px;
}
.messageArea form textarea {
  width: 930px;
  height: 234px;
  padding-left: 0.41666667rem;
  border-color: #DCDCDC;
  resize: none;
  outline: none;
  color: #333;
  font-size: 14px;
}
@media (max-width: 768px) {
  .messageArea form input {
    border-radius: 0 !important;
    width: 60%;
    height: 30px;
  }
}
@media (max-width: 990px) {
  .messageArea form textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
    width: 80%;
    height: 100px;
  }
}
.messageArea form .msgBtn {
  padding-top: 46px;
}
.messageArea form .msgBtn input {
  color: #fff;
  padding: 10px 38px;
  width: auto;
  height: auto;
  margin-right: 24px;
  background-color: #666;
  border: none;
}
.messageArea form .msgBtn input:nth-of-type(1) {
  background-color: #EE7816;
}
@media (max-width: 768px) {
  .messageArea form .msgBtn {
    padding-top: 26px;
  }
  .messageArea form .msgBtn input {
    border-radius: 0 !important;
    padding: 8px 30px;
    margin-right: 24px;
  }
}
.messageArea .inputBox {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  position: relative;
}
.messageArea .inputBox i {
  font-style: normal;
  position: absolute;
  top: 2px;
  left: -14px;
  color: #EE7816;
}
.messageArea .inputBox span {
  font-size: 14px;
}
.contBox {
  padding-top: 42px;
}
.contBox h2 {
  font-size: 20px;
  padding-bottom: 24px;
}
.contBox ul li {
  border-bottom: 1px solid #f2f2f2;
}
.contBox ul li h3 {
  color: #ec6b00;
}
.contBox ul li span {
  color: #5D5D5D;
}
.contBox ul li span .phone {
  background: url(../images/tel.png) no-repeat center;
  padding-left: 10px;
}
.contBox ul li span .e-mail {
  background: url(../images/mail.png) no-repeat center;
  padding-left: 10px;
}
.contBox ul li span .fax {
  background: url(../images/fax.png) no-repeat center;
  padding-left: 10px;
}
.videoCon li {
  border: none;
}
.videoCon li .words {
  padding: 18px 0 0;
  text-align: center;
}
.videoCon li .words h2 {
  font-size: 14px;
  color: #333;
}
.videoCon .videoBox {
  height: 316px;
  margin: 0;
  position: relative;
}
.videoCon .videoBox img {
  width: 100%;
  height: 100%;
}
.videoCon .videoBox .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.videoCon .videoBox .playBtn:after {
  vertical-align: middle;
  font-family: "iconfont" !important;
  content: '\e624';
  font-size: 30px;
  color: #fff;
}
.advise {
  padding-bottom: 2.08333333rem;
  padding-top: 1.04166667rem;
  font-size: 0.33333333rem;
}
.ppArmed h2,
.affairbanner h2 {
  color: #000;
}
.hide {
  display: none;
}
.footer-abs {
  position: relative;
  left: 0;
}
.iconfont.icon-tuan {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url('../images/tuan.png') no-repeat center;
  background-size: 35px 35px;
}
.search-box {
  margin-top: 4.41666667rem;
  height: 2.39583333rem;
  background-color: #f2f2f2;
}
.search-box .search-wrap {
  padding-top: 0.625rem;
}
.search-box .search-wrap input {
  width: 13.54166667rem;
  height: 1.25rem;
  border: none;
  background-color: #fff;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}
.search-box .search-wrap .search-btn {
  width: 2.02083333rem;
  height: 1.25rem;
  background: url('../images/search_03.png') no-repeat center center;
  background-size: 0.4375rem 0.4375rem;
  border: none;
  outline: none;
  background-color: #ec6b00;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .search-box {
    margin-top: 64px;
    height: 45px;
    background-color: #f2f2f2;
  }
  .search-box .search-wrap {
    padding-top: 10px;
  }
  .search-box .search-wrap input {
    width: 254px;
    height: 24px;
    border: none;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .search-box .search-wrap .search-btn {
    width: 38px;
    height: 24px;
    background: url('../images/search_03.png') no-repeat center center;
    background-size: 10px 10px;
    border: none;
    outline: none;
    background-color: #ec6b00;
    cursor: pointer;
  }
}
.result {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #fff;
}
.result li {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.result li h3 {
  margin: 30px 0 24px 0;
  line-height: 20px;
  font-size: 20px;
}
.result li .content {
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.result li .content img {
  float: left;
  width: 200px;
  height: 150px;
  margin-right: 30px;
  margin-top: -8px;
}
.result li .content p {
  font-size: 14px;
  line-height: 24px;
}
.result li .content .date {
  display: block;
  margin-top: 10px;
}
a.cur {
  color: #ec6b00;
  text-decoration: underline;
}
