body {
  width: 100%;
  background: #f6f6ed;
  position: relative;
}

body #header {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 10;
  background-color: #f6f6ed;
}

body #header .headTop {
  width: 100%;
  background-color: #f6f6ed;
}

body #header .headTop>div {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  padding-top: 14px;
}

body #header .headTop .header-top {
  height: 42px;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

body #header .headTop .header-top a img {
  width: 176px;
  height: 42px;
}

body #header .headTop .header-top>img:nth-of-type(1) {
  width: 176px;
  height: 42px;
}

body #header .headTop .header-top .svg-logo {
  width: 531px;
  height: 130px;
  border: 0;
  background-image: url(../images/svg-logo.svg);
}

body #header .headTop .header-top>img:nth-of-type(2) {
  width: 300px;
}

body #header .headTop .header-top i,
body #header .headTop .header-top span {
  position: relative;
  top: 0;
}

body #header .headTop .header-top i {
  display: block;
  position: relative;
  width: 1px;
  height: 30px;
  background-color: #000;
  top: -3px;
  margin-left: 18px;
  margin-right: -28px;
}

body #header .headTop .header-top span {
  color: #000;
  font-size: 22px;
  top: -12px;
  display: inline-block;
}

body #header .headTop #headerIcon {
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

body #header .headTop #headerIcon input {
  -webkit-appearance: none;
  width: 110px;
  height: 24px;
  border: 1px solid #959592;
  position: absolute;
  left: -166px;
  top: -2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 30px;
  outline: none;
  list-style-type: none;
}

body #header .headTop #headerIcon button {
  float: left;
  margin-right: 10px;
  background: none;
  border-style: none;
  cursor: pointer;
  color: #959592;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 17px;
  list-style-type: none;
  margin-top: 0px;
  outline: none;
}

body #header .headTop #headerIcon .search-btn {
  position: absolute;
  top: -1px;
  left: -44px;
}

body #header .headTop #headerIcon i {
  color: #000;
  font-size: 25px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  /* Firefox 4 */
  -webkit-transition: color 0.4s;
  /* Safari 和 Chrome */
  -o-transition: color 0.4s;
  /* Opera */
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

body #header .headTop #headerIcon .icon-wechat {
  top: -3px;
}

body #header .headTop #headerIcon .icon-weibo {
  top: -2px;
  font-size: 26px;
}

body #header .headTop #headerIcon i:hover {
  color: #c3433a;
}

body #header .headTop #headerIcon>img {
  position: absolute;
  width: 82px;
  height: 82px;
  top: 35px;
  right: 0px;
  border: 1px solid #c3433a;
  display: none;
  max-width: none;
}

body #header .header-bottom {
  width: 100%;
  height: 40px;
  background: rgba(208, 60, 42, 0.9);
  /* position: absolute;
  top: 70px;
  left: 0; */
}

body #header .header-bottom>div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

body #header .header-bottom .headerUl {
  width: 1200px;
  margin: 0 auto;
}

body #header .header-bottom .headerUl>li {
  -webkit-transition: border-bottom 0.3s;
  -moz-transition: border-bottom 0.3s;
  -ms-transition: border-bottom 0.3s;
  -o-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  float: left;
  margin-right: 50px;
  position: relative;
  padding: 0 10px;
}

body #header .header-bottom .headerUl>li:last-child {
  margin-right: 0;
}

body #header .header-bottom .headerUl>li>a {
  display: block;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  position: relative;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  letter-spacing: 1px;
}

body #header .header-bottom .headerUl>li>a i {
  display: inline-block;
  width: 10px;
}

body #header .header-bottom .headerUl>li>a:hover {
  color: #ecf55c;
}

body #header .header-bottom .headerUl>li>i {
  color: rgba(192, 58, 42, 0.9);
  font-size: 18px;
  position: absolute;
  top: 42px;
  left: 30px;
  display: none;
}

body #header .header-bottom .headerUl>li>ul {
  width: 95px;
  background-color: rgba(192, 58, 42, 0.9);
  position: absolute;
  top: 56px;
  left: -9px;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
}

body #header .header-bottom .headerUl>li>ul li {
  text-align: center;
  width: 100%;
  padding: 7px 0;
  position: relative;
}

body #header .header-bottom .headerUl>li>ul li a {
  font-size: 14px;
  color: #fff;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}

body #header .header-bottom .headerUl>li>ul li:hover a {
  color: #ecf55c;
}

body #header .header-bottom .headerUl>li>ul li:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: #ecf55c;
  transition: all .3s ease;
}

body #header .header-bottom .headerUl>li>ul li:hover:before {
  width: 100%;
  left: 0;
  right: 0;
}

body #header .header-bottom .login {
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

body #header .header-bottom .login>a:hover i,
body #header .header-bottom .login>a:hover span {
  color: #fef15c;
}

body #header .header-bottom .login i,
body #header .header-bottom .login span {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  color: #fff;
}

body .swiper-container-top {
  width: 100%;
  overflow: hidden;
  position: relative;
}

body .swiper-container-top .swiper-slide img {
  width: 100%;
  height: 400px;
}

body .swiper-container-top .swiper-button-next::after,
body .swiper-container-top .swiper-button-prev::after {
  content: '';
  display: none;
}

body .swiper-container-top .swiper-button-next i,
body .swiper-container-top .swiper-button-prev i {
  transition: transform .3s;
  -webkit-transition: transform .3s;
  color: #231815;
  font-size: 30px;
}

body .swiper-container-top .swiper-button-next i:hover,
body .swiper-container-top .swiper-button-prev i:hover {
  transform: scale(1.2);
}

body .swiper-container-top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c3433a;
}

body .crumbs {
  display: inline-block;
  padding-right: 50px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}

body .crumbs li {
  float: left;
  font-size: 12px;
  color: #333;
}

body .crumbs li>a {
  color: #333;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 12px;
}

body .crumbs li>a:hover {
  color: #c3433a;
}

body .crumbs li:last-child {
  color: #c3433a;
}

body .crumbs .gang {
  padding: 0 3px;
}

body .title {
  width: 100%;
  height: 100px;
}

body .title>div {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}

body .title>div h3 {
  width: 300px;
  height: 50px;
  font-size: 24px;
  color: #231815;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #c3433a;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

body .page {
  width: 533px;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 60px;
  overflow: hidden;
}

body .page li {
  height: 20px;
  font-size: 14px;
  float: left;
  color: #231815;
  padding: 0 5px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

body .page li a {
  display: inline-block;
  font-size: 14px;
  color: #231815;
  padding: 0 3px;
  height: 15px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

body .page li input {
  width: 25px;
  height: 13px;
  outline: none;
  background-color: #fff;
  margin: 0 3px;
  margin-top: -2px;
  font-size: 14px;
  border: 1px solid #231815;
}

body .page li button {
  border: none;
  outline: none;
  background-color: transparent;
  color: #231815;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  line-height: 15px;
}

body .page .liClick a {
  color: #c3433a;
}

body .page li:hover {
  color: #c3433a;
}

body .page li:hover a,
body .page li:hover button {
  color: #c3433a;
}

body .page li:nth-child(1):hover,
body .page li:nth-child(8):hover,
body .page li:nth-child(11):hover {
  color: #c3433a;
}

body .backlr img:first-child {
  position: absolute;
  left: 0;
  top: 425px;
  width: 237px;
  height: 1103px;
  z-index: -1;
}

body .backlr img:last-child {
  position: absolute;
  right: 0;
  top: 425px;
  width: 213px;
  height: 1103px;
  z-index: -1;
}

body .headBack {
  width: 100%;
}

body .headBack img {
  width: 100%;
  height: 400px;
  display: block;
}

body .index {
  width: 100%;
  min-width: 1200px;
  margin-bottom: 10px;
  overflow: hidden;
}

body .index .activeBottom {
  width: 1200px;
  margin: 70px auto 0;
}

body .index .activeBottom>img {
  width: 525px;
  height: 350px;
  float: left;
  box-shadow: -22px -22px 2px #e0dfd7;
  margin-left: 22px;
}

body .index .activeBottom>div {
  width: 610px;
  float: right;
}

body .index .activeBottom>div .activeHeader {
  width: 100%;
  padding: 0 75px;
}

body .index .activeBottom>div .activeHeader i {
  display: inline-block;
  background-color: #c3433a;
  width: 140px;
  height: 2px;
  position: relative;
  top: -6px;
}

body .index .activeBottom>div .activeHeader span {
  line-height: 22px;
  font-size: 22px;
  margin: 0 40px;
}

body .index .activeBottom>div .activeContent {
  position: relative;
  margin-top: 20px;
  height: 300px;
  font-size: 14px;
  color: #231815;
  text-indent: 2em;
  line-height: 30px;
}

body .index .activeBottom>div .activeContent p {
  font-size: 14px;
  color: #231815;
  text-indent: 2em;
  line-height: 30px;
}

body .index .activeBottom>div .activeContent>div {
  width: 270px;
  height: 45px;
  border-right: 2px solid #c3433a;
  border-bottom: 2px solid #c3433a;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  padding-right: 10px;
}

body .index .activeBottom>div .activeContent>div a {
  font-size: 14px;
  color: #231815;
  line-height: 45px;
}

body .index .activeBottom>div .activeContent>div a:hover {
  color: #c3433a;
}

body .index .news {
  clear: both;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

body .index .news .newsLeft {
  /* width: 50%; */
  /* float: left; */
  width: fit-content;
  overflow: hidden;
  margin-top: 60px;
}

body .index .news .newsLeft .teach {
  /* width: 580px; */
  width: 680px;
  overflow: hidden;
  border-bottom: 2px solid #231815;
  margin-bottom: 24px;
}

body .index .news .newsLeft .teach h3 {
  color: #231815;
  font-size: 18px;
  margin-bottom: 10px;
  float: left;
  font-weight: normal;
}

body .index .news .newsLeft .teach a {
  color: #231815;
  font-size: 16px;
  float: right;
  margin-top: 5px;
  position: relative;
}

body .index .news .newsLeft .teach a:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 1px;
  background: #c3433a;
  transition: all .3s ease;
}

body .index .news .newsLeft .teach a:hover {
  color: #c3433a;
}

body .index .news .newsLeft .teach a:hover:before {
  width: 100%;
  left: 0;
}

body .index .news .newsLeft .imgLeft {
  /* width: 580px; */
  width: 680px;
  overflow: hidden;
}

body .index .news .newsLeft .imgLeft>div {
  border: 2px solid #231815;
  padding: 0;
  margin-right: 20px;
  float: left;
}

body .index .news .newsLeft .imgLeft .swiper-container-news img {
  /* width: 140px;
  height: 186px; */
  width: 100%;
  display: block;
}

.swiper-container-news {
  /* width: 162px; */
  width: 262px;
  overflow: hidden;
  position: relative;
}

.swiper-pagination-bullet-active {
  background: #c3433a !important;
}

body .index .news .newsLeft .imgLeft ul {
  width: 395px;
  float: left;
}

body .index .news .newsLeft .imgLeft.imgLeft-tzgg ul {
  width: 100%;
}

body .index .news .newsLeft .imgLeft ul li {
  margin-bottom: 12px;
  height: 20px;
}

body .index .news .newsLeft .imgLeft ul li:last-child {
  margin-bottom: 0;
}

body .index .news .newsLeft .imgLeft ul li a span {
  position: relative;
}

body .index .news .newsLeft .imgLeft ul li a span:first-child {
  color: #231815;
  font-size: 13px;
  float: left;
}

body .index .news .newsLeft .imgLeft ul li a span:last-child {
  color: #231815;
  font-size: 13px;
  float: right;
}

body .index .news .newsLeft .imgLeft ul li a span:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #c3433a;
  transition: all .3s ease;
}

body .index .news .newsLeft .imgLeft ul li:hover a span {
  color: #c3433a;
}

body .index .news .newsLeft .imgLeft ul li:hover a span:before {
  width: 100%;
  left: 0;
}

body .index .news .newsLeft:nth-child(2) .teach {
  width: 460px;
}

body .index .news .newsLeft:nth-child(2) .imgLeft {
  width: 460px;
}

body .index .teachList {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 60px;
}

body .index .teachList .teach {
  overflow: hidden;
  margin-bottom: 0px;
}

body .index .teachList .teach h3 {
  color: #231815;
  font-size: 18px;
  margin-bottom: 10px;
  float: left;
  font-weight: normal;
}

body .index .teachList .serve {
  position: relative;
}

body .index .teachList .serve .serveList li {
  width: 262px !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 50px;
  float: left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-box-shadow: 0 0 15px rgba(224, 224, 216, 0.6);
  -moz-box-shadow: 0 0 15px rgba(224, 224, 216, 0.6);
  box-shadow: 0 0 15px rgba(224, 224, 216, 0.6);
}

body .index .teachList .serve .serveList li a {
  position: relative;
  display: block;
  width: 262px;
}

body .index .teachList .serve .serveList li a div {
  position: relative;
  width: 100%;
}

body .index .teachList .serve .serveList li a div::after {
  content: '';
  transition: background .3s;
  -webkit-transition: background .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(115, 60, 18, 0.3);
}

body .index .teachList .serve .serveList li a img {
  width: 100%;
  display: block;
}

body .index .teachList .serve .serveList li a dl {
  text-align: center;
  padding: 15px 0;
}

body .index .teachList .serve .serveList li a dl dd {
  color: #231815;
  letter-spacing: 2px;
  font-size: 20px;
}

body .index .teachList .serve .serveList li a dl dd>img {
  width: auto;
  height: auto;
}

body .index .teachList .serve .serveList li a dl dd:nth-of-type(2) {
  font-size: 16px;
  margin: 4px 0 1px;
}

body .index .teachList .serve .serveList li a dl dd:nth-of-type(3) {
  font-size: 12px;
  color: #c3433a;
}

body .index .teachList .serve .serveList li a:hover .a_filter {
  top: 0;
}

body .index .teachList .serve .serveList li a:hover div::after {
  content: '';
  background: rgba(115, 60, 18, 0);
}

body .index .teachList .serve .serveList li:hover {
  -webkit-box-shadow: 0 0 15px rgba(208, 60, 42, 0.3);
  -moz-box-shadow: 0 0 15px rgba(208, 60, 42, 0.3);
  box-shadow: 0 0 15px rgba(208, 60, 42, 0.3);
}

body .index .teachList .serve .newList-viewport {
  height: 300px;
  padding: 15px 10px;
}

body .index .teachList .serve .newList-direction-nav li {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 46px;
}

body .index .teachList .serve .newList-direction-nav li a {
  display: block;
}

body .index .teachList .serve .newList-direction-nav li a i {
  font-size: 30px;
  color: #fff;
}

body .index .teachList .serve .newList-direction-nav li:hover {
  background: rgba(187, 34, 30, 0.5);
}

body .index .teachList .serve .newList-direction-nav .newList-nav-prev {
  left: 10px;
}

body .index .teachList .serve .newList-direction-nav .newList-nav-next {
  right: 0;
}

body .index .teachList .serve .newList-direction-nav {
  display: none;
}

body .download {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 50px;
}

body .download .crumbs {
  margin-left: -20px;
}

body .download .bannerBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 260px;
}

body .download .bannerBox .slides li .threesSlide {
  padding: 0 40px;
  position: relative;
}

body .download .bannerBox .slides li .threesSlide>div {
  width: 350px;
  height: 240px;
  float: left;
  position: relative;
}

body .download .bannerBox .slides li .threesSlide>div>a i {
  color: #c3433a;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

body .download .bannerBox .slides li .threesSlide>div>a img {
  width: 100%;
  height: 200px;
}

body .download .bannerBox .slides li .threesSlide>div>a span {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 55px;
  color: #231815;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

body .download .bannerBox .slides li .threesSlide>div:nth-child(2) {
  margin: 0 35px;
}

body .download .bannerBox .slides li .threesSlide>div:hover span {
  color: #c3433a;
}

body .download .bannerBox .slides li .threesSlide>div:hover i {
  opacity: 1;
}

body .download .bannerBox .banner-control-nav {
  display: none;
}

body .download .bannerBox .banner-direction-nav {
  width: 100%;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .download .bannerBox .banner-direction-nav a {
  color: #231815;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 24px;
}

body .download .bannerBox .banner-direction-nav a:hover {
  color: #c3433a;
}

body .download .bannerBox .banner-direction-nav .banner-prev {
  float: left;
}

body .download .bannerBox .banner-direction-nav .banner-next {
  float: right;
}

body .download .content {
  width: 100%;
  margin-top: 50px;
}

body .download .content>div {
  width: 100%;
  margin-bottom: 70px;
}

body .download .content>div ul {
  width: 109%;
  overflow: hidden;
}

body .download .content>div ul li {
  width: 525px;
  margin-right: 95px;
  overflow: hidden;
  float: left;
}

body .download .content>div ul li a,
body .download .content>div ul li span {
  font-size: 14px;
  color: #333;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  line-height: 30px;
  position: relative;
}

body .download .content>div ul li a:before,
body .download .content>div ul li span:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: #c3433a;
  transition: all .4s ease;
}

body .download .content>div ul li a {
  float: left;
}

body .download .content>div ul li span {
  float: right;
}

body .download .content>div ul li:hover a,
body .download .content>div ul li:hover span {
  color: #c3433a;
}

body .download .content>div ul li:hover a:before,
body .download .content>div ul li:hover span:before {
  width: 100%;
  left: 0;
  right: 0;
}

body .download .content .contentRight {
  float: right;
}

body .download .content .search {
  width: 100%;
}

body .download .content .search ul {
  width: 100%;
}

body .download .content .search ul li {
  width: 100%;
  margin-bottom: 10px;
}

body .download .content .search ul li .gword {
  color: #c3433a;
}

body .muban {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

body .muban .threeImg {
  width: 1150px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
}

body .muban .threeImg>div {
  width: 333px;
  height: 220px;
  float: left;
  position: relative;
}

body .muban .threeImg>div a img {
  width: 100%;
  height: 100%;
}

body .muban .threeImg>div a p {
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.9);
  text-align: center;
  line-height: 35px;
  color: #fff;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 14px;
}

body .muban .threeImg>div:nth-child(2) {
  margin: 0 75px;
}

body .muban .threeImg>div:hover p {
  color: #c3433a;
}

body .muban .content {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding: 0 25px;
}

body .muban .content>div {
  width: 100%;
  margin-bottom: 70px;
}

body .muban .content>div ul {
  width: 109%;
  overflow: hidden;
}

body .muban .content>div ul li {
  width: 525px;
  overflow: hidden;
  float: left;
  margin-right: 95px;
  position: relative;
}

body .muban .content>div ul li a,
body .muban .content>div ul li span {
  font-size: 14px;
  color: #333;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  line-height: 30px;
  position: relative;
}

body .muban .content>div ul li a:before,
body .muban .content>div ul li span:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 1px;
  background: #c3433a;
  transition: all .4s ease;
}

body .muban .content>div ul li a {
  float: left;
}

body .muban .content>div ul li span {
  float: right;
}

body .muban .content>div ul li:hover a,
body .muban .content>div ul li:hover span {
  color: #c3433a;
}

body .muban .content>div ul li:hover a:before,
body .muban .content>div ul li:hover span:before {
  width: 100%;
  left: 0;
  right: 0;
}

body .muban .content .search {
  width: 100%;
}

body .muban .content .search li {
  margin-bottom: 10px;
}

body .muban .content .search li .gword {
  color: #c3433a;
}

body .jiaoshi {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
  min-height: 447px;
}

body .jiaoshi .content {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 100px;
}

body .jiaoshi .content>div h3 {
  color: #333;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

body .jiaoshi .content>div .newList {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
  overflow: hidden;
  height: 182px;
  z-index: 1;
}

body .jiaoshi .content>div .newList .newList-viewport {
  width: 950px;
  margin: 0 auto;
}

body .jiaoshi .content>div .newList .newList-viewport .slides {
  width: 100%;
}

body .jiaoshi .content>div .newList .newList-viewport .slides li {
  width: 222px !important;
  height: 190px;
  margin-right: 20px;
}

body .jiaoshi .content>div .newList .newList-viewport .slides li>a {
  display: block;
}

body .jiaoshi .content>div .newList .newList-viewport .slides li>a img {
  display: block;
  width: 100%;
  height: auto;
}

body .jiaoshi .content>div .newList .newList-viewport .slides li>a>div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -182px;
  transition: bottom 0.4s;
  -moz-transition: bottom 0.4s;
  -webkit-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

body .jiaoshi .content>div .newList .newList-viewport .slides li>a>div p {
  color: #fff;
  font-size: 14px;
}

body .jiaoshi .content>div .newList .newList-viewport .slides li>a>div i {
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #fff;
  margin: 15px 0;
}

body .jiaoshi .content>div .newList .newList-viewport .slides li>a>div P:first-child {
  padding-top: 58px;
}

body .jiaoshi .content>div .newList .newList-viewport .slides li a:last-child {
  margin: 0;
}

body .jiaoshi .content>div .newList .newList-viewport .slides li a:hover>div {
  bottom: 0;
}

body .jiaoshi .content>div .newList .banner-control-nav {
  display: none;
}

body .jiaoshi .content>div .newList .newList-direction-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .jiaoshi .content>div .newList .newList-direction-nav a>i {
  color: #333;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 24px;
  cursor: pointer;
}

body .jiaoshi .content>div .newList .newList-direction-nav a>i:hover {
  color: #c3433a;
}

body .jiaoshi .content>div .newList .newList-direction-nav .newList-nav-prev {
  float: left;
}

body .jiaoshi .content>div .newList .newList-direction-nav .newList-nav-next {
  float: right;
}

body .jiaoshi .content>div .newLists {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
  height: 140px;
  overflow: hidden;
  z-index: 1;
}

body .jiaoshi .content>div .newLists .newList-viewport {
  width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides {
  width: 100%;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li {
  width: 272px !important;
  height: 140px;
  margin-right: 66px;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a {
  position: relative;
  display: block;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a img {
  display: block;
  width: 100%;
  height: auto;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a .a_filter {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a dl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102px;
  text-align: center;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a dl dt {
  font-size: 18px;
  color: #fff;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a dl dd {
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a dl dd>img {
  width: 32px;
  height: 23px;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a dl dd:nth-of-type(2) {
  margin-top: 16px;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li>a:hover .a_filter {
  top: 0;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li a:last-child {
  margin: 0;
}

body .jiaoshi .content>div .newLists .newList-viewport .slides li a:hover>div {
  bottom: 0;
}

body .jiaoshi .content>div .newLists .banner-control-nav {
  display: none;
}

body .jiaoshi .content>div .newLists .newList-direction-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .jiaoshi .content>div .newLists .newList-direction-nav a>i {
  color: #333;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  font-size: 24px;
  cursor: pointer;
}

body .jiaoshi .content>div .newLists .newList-direction-nav a>i:hover {
  color: #c3433a;
}

body .jiaoshi .content>div .newLists .newList-direction-nav .newList-nav-prev {
  float: left;
}

body .jiaoshi .content>div .newLists .newList-direction-nav .newList-nav-next {
  float: right;
}

body .gaikuang {
  width: 1150px;
  margin: 0 auto;
  padding: 30px 50px;
}

body .gaikuang .content {
  width: 100%;
  margin-bottom: 35px;
}

body .gaikuang .content .contentTitle {
  width: 100%;
  text-align: center;
}

body .gaikuang .content .contentTitle h3 {
  font-size: 20px;
  margin: 10px 0;
}

body .gaikuang .content .contentTitle span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

body .gaikuang .content>img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

body .gaikuang .content .contentN {
  color: #231815;
  font-size: 14px;
  line-height: 30px;
  padding: 35px;
  border-bottom: 2px solid #231815;
}

body .gaikuang .content .contentN>p {
  color: #231815;
  font-size: 14px;
  line-height: 30px;
  margin: 5px 0;
}

body .gaikuang .back {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

body .gaikuang .back>a {
  display: inline-block;
  width: 90px;
  height: 26px;
  border-left: 2px solid #c3433a;
  padding-left: 5px;
  color: #c3433a;
  font-size: 20px;
}

body .gaikuang .neiye {
  margin-bottom: 100px;
}

body .gaikuang .neiye>p {
  overflow: hidden;
  margin-top: -20px;
}

body .gaikuang .neiye>p span {
  font-size: 14px;
  float: left;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

body .gaikuang .neiye>p span i,
body .gaikuang .neiye>p span a {
  font-size: 14px;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

body .gaikuang .neiye>p span:nth-child(2) {
  float: right;
}

body .gaikuang .neiye>p span:hover {
  color: #c3433a;
}

body .gaikuang .neiye>p span:hover a,
body .gaikuang .neiye>p span:hover i {
  color: #c3433a;
}

body .gaikuang .neiye .fx {
  width: 328px;
  float: right;
  margin-top: 20px;
  margin-right: -25px;
}

body .gaikuang .neiye .fx span {
  float: left;
  font-size: 14px;
  color: #231815;
}

body .gaikuang .neiye .fx div {
  float: left;
  display: inline-block;
}

body .gaikuang .neiye .fx div a {
  background-image: none;
  font-size: 14px;
  width: 80px;
  margin-left: -10px;
  position: relative;
  color: #333;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  margin-top: -2px;
}

body .gaikuang .neiye .fx div a i {
  font-size: 28px;
  color: #231815;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  position: absolute;
  top: 0;
  margin-left: 5px;
}

body .gaikuang .neiye .fx div a:nth-child(3) i {
  top: -3px;
  font-size: 23px;
}

body .gaikuang .neiye .fx div a:hover {
  color: #c3433a;
}

body .gaikuang .neiye .fx div a:hover i {
  color: #c3433a;
}

body .gaikuang .contentMap {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 40px;
  border: 1px solid #aaa;
}

body .gaikuang .contentMap #container {
  width: 100%;
  height: 340px;
  position: relative;
}

body .gaikuang .contentMap #container .amap-marker-label {
  background: #333;
  width: 360px;
  height: 146px;
  margin-top: 235px;
  margin-left: 227px;
  padding: 0;
  border: 0;
}

body .gaikuang .contentMap #container .amap-marker-label i {
  color: #333;
  position: absolute;
  left: -16px;
  top: 10px;
  font-size: 24px;
}

body .gaikuang .contentMap #container .amap-marker-label h3 {
  padding-top: 6px;
  font-size: 18px;
  color: #fff;
  background: #333;
  width: 100%;
  height: 35px;
  line-height: 24px;
  text-align: center;
}

body .gaikuang .contentMap #container .amap-marker-label p {
  padding: 14px 14px 0 14px;
  font-size: 15px;
  color: #fff;
  margin: 0;
  line-height: 20px;
}

body .gaikuang .contentMap #container .amap-marker-label p i {
  color: #333;
  font-weight: bold;
}

body #footer {
  width: 100%;
  min-width: 1200px;
  height: 125px;
  padding-top: 40px;
  position: relative;
  background-color: #c3433a;
}

body #footer>div {
  width: 1200px;
  margin: 0 auto;
}

body #footer>div>div {
  float: left;
  width: 33.33%;
}

body #footer>div>div p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

/*
color: #bb221e;
>p:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #666;
}
>p:before{
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #aea433;
  transition: all .3s ease;
}
>p:hover:before{
  width: 100%;
  left: 0;
  right: 0;
}
transition: color 0.3s;
-moz-transition: color 0.3s;
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
*/
/*--------分页-----*/

.pagestr {
  padding: 15px;
  text-align: center;
  margin: auto;
  color: #666;
  width: 900px;
}

.pagestr .pagetotal {
  width: 250px;
  float: left;
  height: 30px;
  line-height: 30px;
}

.pagestr ul,
.pagestr li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagestr ul {
  float: left;
}

.pagestr li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #e5e3e3;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
}

.pagestr li.on {
  background-color: #59c46c;
  border: 1px solid #54b866;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.pagestr .pre,
.pagestr .next {
  background-color: #d6e9bc;
  border: 1px solid #a8d9b1;
}

.pagestr .jump {
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 10px;
}

.content table {
  border-collapse: collapse;
  border-spacing: 0px;
}


.content table td {
  border: 1px solid #000;
  padding-left: 5px;
}