.basebox {
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.background1 {
  background: white;
}

.color1 {
  color: #c9161e ;
}

.color2 {
  color: #0050ab;
}

.color3 {
  color: #ff1f1f;
}

.baseimg {
  display: block;
}
.baseimg img {
  width: 100%;
}


.basemodule {
  position: relative;
}
.basemodule img {
  width: 100%;
}
.basemodule .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0.7rem;
  padding-right: 1.7rem;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  color: white!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.7rem;
  padding-left: 0.2rem;
}

.basehead {
  text-align: center;
  padding: 0.35rem 0;
}
.basehead h1 {
  font-size: 0.45rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.basehead h1:before, .basehead h1:after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 1px;
  background: #c9161e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.basehead h1:before {
  left: -0.6rem;
}
.basehead h1:after {
  right: -0.6rem;
}
.basehead p {
  font-size: 0.26rem;
  color: #999999;
  text-transform: uppercase;
}

.basehead2 {
  background: white;
  padding: 0 0.2rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0.2rem;
}
.basehead2 .nav {
  float: left;
}
.basehead2 .nav span {
  line-height: 0.9rem;
  display: inline-block;
  margin-right: 0.4rem;
  position: relative;
}
.basehead2 .nav span.on {
  color: #c9161e;
}
.basehead2 .nav span.on:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c9161e;
  bottom: -0px;
  left: 0;
}
.basehead2 .more {
  line-height: 0.9rem;
  float: right;
  color: #999999;
}

.basehead3 {
  margin-bottom: 0.2rem;
}
.basehead3 .title {
  font-size: 0.3rem;
  float: left;
  padding-left: 0.15rem;
  font-weight: bold;
  position: relative;
}
.basehead3 .title:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.3rem;
  background: #c9161e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.basehead3 .right {
  float: right;
}
.basehead3 .right a, .basehead3 .right span {
  font-size: 0.24rem;
  color: #999999;
  margin-left: 0.1rem;
}
.basehead3 .right a.on, .basehead3 .right span.on {
  color: #c9161e;
}

.basehead4 {
  text-align: center;
  width: 100%;
  font-size: 0.3rem;
  color: white;
  line-height: 0.8rem;
  background: #c9161e;
}

.baseswiper {
  text-align: center;
  margin-bottom: 0.2rem;
}
.baseswiper .top {
  position: relative;
}
.baseswiper .top img {
  width: 100%;
}
.baseswiper .top .title {
  line-height: 0.65rem;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.1rem;
  box-sizing: border-box;
}
.baseswiper .bottom {
  font-size: 0.24rem;
  line-height: 1.5;
  padding: 0.2rem 0;
}

.basetitle {
  margin-bottom: 0.3rem;
  line-height: 2;
}
.basetitle p {
  font-size: 0.26rem;
  line-height: 1.7;
  margin-bottom: 0.1rem;
}
.baselist{
  display: flex; flex-wrap: wrap; justify-content:space-between;
}
.baselist:after{
  display: none;
}
.baselist .item {
  float: left;
  width: 3.45rem;
  margin-bottom: 0.1rem;
}
.baselist .item:nth-child(2n) {
  float: right;
}
.baselist .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  line-height: 0.65rem;
  padding: 0.1rem 0;
}

.basemore {
  display: block;
  width: 2.75rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  box-sizing: border-box;
  color: #999999;
  border: 1px solid #dcdcdc;
  margin: 0.2rem auto 0;
}

.baseselbox {
  line-height: 0.7rem;
  margin-bottom: 0.4rem;
}
.baseselbox .title {
  float: left;
  font-size: 0.26rem;
}
.baseselbox .selbox {
  float: right;
  width: 5.7rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.baseselbox .selbox select {
  line-height: 0.7rem;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  font-size: 0.26rem;
  padding: 0 0.1rem;
  background-image: url(../image/icon1.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 0.22rem 0.12rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.baseselbox .selbox select::-ms-expand {
  display: none;
}
.baseselbox .selbox .sel1 {
  width: 100%;
}
.baseselbox .selbox .sel2 {
  width: 2.8rem;
}

.baselist2 {
  text-align: center;
  margin-bottom: 0.1rem;
}
.baselist2 a {
  float: left;
  display: inline-block;
  width: 3.45rem;
  margin-bottom: 0.25rem;
  color: inherit;
  height: 3.88rem;
  overflow: hidden;
}
.baselist2 a .top {
  position: relative;
  height: 100%;
}
.baselist2 a .top img {
  width: 100%;
}
.baselist2 a .top .title {
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}
.baselist2 a .bottom {
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.baselist2 a:nth-child(2n) {
  float: right;
}

.baselist3 a {
  display: block;
  font-size: 0.26rem;
  color: #555555;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #dedede;
}
.baselist3 a.more{
  text-align:center;
}
.baselist3 a .title {
  display: inline-block;
}
.baselist3 a .title .lable {
  font-size: 0.2rem;
  display: inline-block;
  width: 0.6rem;
  line-height: 0.3rem;
  text-align: center;
  margin-right: 5px;
  border-radius: 3px;
}
.baselist3 a .title .lable1 {
  border: 1px solid #ff372b;
  color: #ff372b;
}
.baselist3 a .title .lable2 {
  border: 1px solid #cea975;
  color: #cea975;
}
.baselist3 a .title .lable3 {
  border: 1px solid #ff9600;
  color: #ff9600;
}
.baselist3 a .time {
  float: right;
  color: #888888;
}
.baselist3 a:last-child {
  border: none;
}

.baselist4 a {
  display: inline-block;
  width: 48%;
    /*width: 3.45rem;*/
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  margin-bottom: 0.2rem;
  color: initial;
  float: left;
}
.baselist4 a:nth-child(2n) {
  float: right;
}
.baselist4 a .title {
  background: #f8f8f8;
  padding: 0.2rem;
  font-size: 16px;
  line-height: 18px;
  height:45px;
    /*height: 0.72rem;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.baselist4 a.on{
  border: 1px solid #c9161e;
}
.video {
  margin-bottom: 0.2rem;
}
.video .main video {
  width: 100%;
  height: 4.3rem;
}
.video p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 0.66rem;
  font-size: 0.26rem;
}

.pt40 {
  padding-top: 0.4rem !important;
}

.pb40 {
  padding-bottom: 0.4rem !important;
}

.pt20 {
  padding-top: 0.2rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mb10 {
  margin-bottom: 0.1rem !important;
}

.mb30 {
  margin-bottom: 0.3rem !important;
}

.mb40 {
  margin-bottom: 0.4rem !important;
}
.mb50 {
  margin-bottom: 0.5rem !important;
}

.ibanner .swiper-slide img {
  width: 100%;
}
.ibanner .ibanner-pagination {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.ibanner .ibanner-pagination .ibanner-bullet {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: white;
  border-radius: 50%;
  margin: 0 0.1rem;
}
.ibanner .ibanner-pagination .ibanner-bullet-active {
  background: #c9161e;
}

.ibox1 {
  padding: 0 0.2rem;
  box-sizing: border-box;
  margin-bottom: 0.1rem;
  background: white;
}
.ibox1 .swiper {
  margin-bottom: 0.4rem;
}
.ibox1 .swiper .pagination {
  width: auto;
  position: absolute;
  z-index: 1;
  bottom: 0.2rem;
  right: 0.3rem;
  left: initial;
}
.ibox1 .swiper .pagination .bullet {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: white;
  border-radius: 50%;
  margin: 0 0.1rem;
  background: white;
  opacity: 1;
  vertical-align: middle;
}
.ibox1 .swiper .pagination .bullet-active {
  background: #c9161e;
}
.ibox1 .tabbox .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.ibox1 .tabbox .nav span {
  display: inline-block;
  width: 2.2rem;
  background: #f1f1f1;
  cursor: pointer;
  text-align: center;
  line-height: 0.7rem;
  color: #555555;
}
.ibox1 .tabbox .nav span.on {
  background: #c9161e;
  color: white;
}
.ibox1 .tabbox .content .item {
  display: none !important;
}
.ibox1 .tabbox .content .item.on {
  display: block !important;
}

.ibox2 {
  background: white;
}
.ibox2 .content {
  padding: 0 0.2rem;
}
.ibox2 .content .item {
  display: none !important;
}
.ibox2 .content .item.on {
  display: block !important;
}

.baseibox {
  background: white;
  padding: 0 0.2rem;
  box-sizing: border-box;
  padding-bottom: 0.4rem;
  margin-bottom: 0.1rem;
}

.ibox4 {
  margin-bottom: 0;
  padding-bottom: 0.1rem;
}

.character {
  display: flex;
  background: #fafafa;
  margin-bottom: 0.3rem;
}
.character .img {
  width: 50%;
}
.character .img img {
  width: 100%;
}
.character .title {
  width: 50%;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.character .title h1 {
  line-height: 0.8rem;
  font-weight: bold;
}
.character .title p {
  line-height: 0.36rem;
  font-size: 0.26rem;
  color: #555555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 1.44rem;
}

.ibox7 {
  padding-top: 0.4rem;
}
.ibox7 .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.ibox7 .nav span {
  display: inline-block;
  width: 2.2rem;
  background: #f1f1f1;
  cursor: pointer;
  text-align: center;
  line-height: 0.7rem;
  color: #555555;
}
.ibox7 .nav span.on {
  background: #c9161e;
  color: white;
}
.ibox7 .content > .item {
  display: none !important;
}
.ibox7 .content > .item.on {
  display: block !important;
}

.ibox8 .tabbox .sel {
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.ibox8 .tabbox .sel select {
  width: 3.45rem;
  line-height: 0.7rem;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  padding: 0 0.1rem;
  background-image: url(../image/icon1.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 0.22rem 0.12rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ibox8 .tabbox .sel select::-ms-expand {
  display: none;
}
.ibox8 .content > .item {
  display: none !important;
}
.ibox8 .content > .item.on {
  display: block !important;
}

.ibox9 {
  margin-bottom: 0;
}
.ibox9 .swiper .pagination {
  text-align: center;
}
.ibox9 .swiper .pagination .bullet {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.1rem;
  background: #e5e5e5;
  border-radius: 50%;
}
.ibox9 .swiper .pagination .bullet.bullet-active {
  background: #c9161e;
}

.ibox10 {
  padding-top: 0.4rem;
  margin-bottom: 0;
}
.ibox10 .nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.ibox10 .nav span {
  display: inline-block;
  width: 2.2rem;
  background: #f1f1f1;
  cursor: pointer;
  text-align: center;
  line-height: 0.7rem;
  margin: 0 0.1rem;
  color: #555555;
}
.ibox10 .nav span.on {
  background: #c9161e;
  color: white;
}
.ibox10 .content .list span {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width: 2.2rem;
  border: 1px solid #eeeeee;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.ibox10 .content .list span img {
  width: 100%;
}
.ibox10 .content .list span:nth-child(3n) {
  margin-right: 0;
}
.ibox10 .content > .item {
  display: none !important;
}
.ibox10 .content > .item.on {
  display: block !important;
}

.page {
  text-align: center;
  padding: 0.35rem 0 1rem;
}
.page a, .page button {
  display: inline-block;
  line-height: 0.6rem;
  min-width: 0.6rem;
  font-size: 0.24rem;
  padding: 0 5px;
  box-sizing: border-box;
  color: #888888;
  background: #eeeeee;
  margin: 0 5px;
  border: none;
}
.page a.on, .page a:hover, .page button.on, .page button:hover {
  background: #c9161e;
  color: white;
}

.result {
  padding: 0.3rem 0.2rem 0;
}
.result .main {
  color: #666666;
}
.result .main i {
  color: #c9161e;
}
.result .close {
  float: right;
  font-size: 0.28rem;
}

.forum .nav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.forum .nav span {
  display: inline-block;
  width: 2.2rem;
  background: #f1f1f1;
  cursor: pointer;
  text-align: center;
  line-height: 0.7rem;
  margin: 0 0.1rem;
  color: #555555;
}
.forum .nav span.on {
  background: #c9161e;
  color: white;
}
.forum .content .list {
  display: none !important;
}
.forum .content .list .item {
  float: left;
  width: 3.45rem;
  margin-bottom: 0.1rem;
}
.forum .content .list .item .img {
  padding: 0.25rem;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
.forum .content .list .item:nth-child(2n) {
  float: right;
}
.forum .content .list .item .title {
  text-align: center;
  line-height: 0.65rem;
}
.forum .content .list.on {
  display: block !important;
}

.contact .address .list li {
  margin-bottom: 0.3rem;
  background: #eeeeee;
  padding: 0.3rem 0.2rem;
}
.contact .address .list li h1 {
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}
.contact .address .list li p {
  font-size: 0.26rem;
  color: #666666;
  line-height: 0.4rem;
}
.contact .mapbox .jsmap-container {
  width: 100% !important;
  height: initial !important;
}
.contact .mapbox .jsmap-container svg {
  width: 100% !important;
  height: 6rem !important;
}
.contact .mapbox .maplist {
  margin-bottom: 0.7rem;
}
.contact .mapbox .maplist .head {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.contact .mapbox .maplist li {
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #c6c6c6;
  margin-bottom: 0.3rem;
}
.contact .mapbox .maplist li .number {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 50%;
  background: #c9161e;
  color: white;
  float: left;
  text-align: center;
}
.contact .mapbox .maplist li .title {
  padding-left: 0.5rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #555555;
}
.contact .mapbox .maplist li:last-child {
  margin-bottom: 0;
  border: 0;
}

.recruit-sel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.25rem;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.recruit-sel input, .recruit-sel select, .recruit-sel button {
  width: 3.2rem;
  height: 0.7rem;
  padding: 0 0.2rem;
  border: 1px solid #eeeeee;
  border-radius: 0.7rem;
  box-sizing: border-box;
  margin-bottom: 0.28rem;
  color: #666666;
}
.recruit-sel select {
  background-image: url(../image/icon1.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 0.22rem 0.12rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.recruit-sel select::-ms-expand {
  display: none;
}
.recruit-sel button {
  background: #c9161e;
  color: white;
  border-color: #c9161e;
}

.recruit {
  margin-bottom: 0.4rem;
}
.recruit .head {
  background: #c9161e;
  color: white;
  padding: 0.25rem 0;
}
.recruit .head span {
  font-size: 0.26rem;
  line-height: 0.3rem;
  float: left;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.recruit .list .item {
  border-bottom: 1px solid #eeeeee;
}
.recruit .list .item .head {
  background: white;
  color: #666666;
}
.recruit .list .item.on .head {
  background: #f4f9ff;
}
.recruit .list .item .show {
  display: none;
  padding: 0.3rem 0.1rem 0;
}
.recruit .list .item .show .title {
  padding-bottom: 0.3rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
}

.qrlist {
  margin-bottom: 0.6rem;
}
.qrlist .item {
  display: block;
  padding: 0.2rem 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #eeeeee;
}
.qrlist .item .titlebox {
  float: left;
  display: inline-block;
}
.qrlist .item .titlebox .icon {
  float: left;
  width: 0.25rem;
  height: 0.32rem;
  background-size: cover;
  line-height: 0.32rem;
  font-size: 0.14rem;
  text-align: center;
  color: white;
}
.qrlist .item .titlebox .icon.icon1 {
  background-image: url(../image/icon2.png);
}
.qrlist .item .titlebox .icon.icon2 {
  background-image: url(../image/icon3.png);
}
.qrlist .item .titlebox .icon.icon3 {
  background-image: url(../image/icon4.png);
}
.qrlist .item .titlebox .icon.icon4 {
  background-image: url(../image/icon5.png);
}
.qrlist .item .titlebox .title {
  float: left;
  margin-left: 0.2rem;
}
.qrlist .item .titlebox .title a {
  display: block;
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qrlist .item .titlebox .title p {
  font-size: 0.3rem;
  color: #888888;
  line-height: 0.3rem;
}
.qrlist .item .qrimg {
  float: right;
  width: 18px;
  margin-top: 8px;
  height: 18px;
  background-image: url(../image/icon6.png);
  background-size: cover;
  position: relative;
}
.qrlist .item .qrimg .img {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -115px;
  transition: 0.2s;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: white;
}
.qrlist .item .qrimg .img:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 19px;
  background-image: url(../image/icon7.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

.joinbox {
  background: #f3f3f3;
  padding-top: 0.3rem;
  padding-bottom: 0.9rem;
}
.joinbox .main {
  display: block;
}
.joinbox .main .inputbox {
  width: 100%;
  position: relative;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.2rem 0.1rem;
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}
.joinbox .main .inputbox .icon {
  width: 0.3rem;
  height: 0.3rem;
  float: left;
  display: inline-block;
}
.joinbox .main .inputbox .icon img {
  width: 100%;
}
.joinbox .main .inputbox input {
  float: left;
  width: 6rem;
  margin-left: 0.15rem;
  border: none;
  font-size: 0.3rem;
}
.joinbox .main .inputbox .tipicon {
  float: right;
  position: relative;
}
.joinbox .main .inputbox .tipicon i {
  width: 0.3rem;
  opacity: 0;
  display: inline-block;
}
.joinbox .main .inputbox .tipicon i img {
  width: 100%;
}
.joinbox .main .inputbox .tipicon .no {
  position: absolute;
  top: 0;
  left: 0;
}
.joinbox .main .inputbox.correct .tipicon i {
  opacity: 1;
}
.joinbox .main .inputbox.correct .tipicon .no {
  opacity: 0;
}
.joinbox .main .inputbox.error {
  border-color: #c9161e;
}
.joinbox .main .inputbox.error .tipicon .no {
  opacity: 1;
}
.joinbox .main .inputbox2 {
  padding: 0 0.1rem;
  margin-bottom: 0.6rem;
}
.joinbox .main .inputbox2 .title {
  margin-top: 0.5rem;
  color: #999999;
  margin-right: 0.2rem;
}
.joinbox .main .inputbox2 .title .icon {
  width: 0.3rem;
  height: 0.3rem;
  float: left;
  display: inline-block;
  margin-right: 0.2rem;
}
.joinbox .main .inputbox2 .title .icon img {
  width: 100%;
}
.joinbox .main .subbtn {
  border: none;
  text-align: center;
  width: 100%;
  font-size: 0.3rem;
  color: white;
  line-height: 0.8rem;
  background: #c9161e;
}

.filebtn,
.pic {
  float: left;
  width: 1.38rem;
  height: 1.38rem;
  background: url(../image/pic20.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.filebtn #file {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pic {
  background: none;
  border: 1px #dcdcdc solid;
  position: relative;
}
.pic img {
  width: 100%;
  height: 100%;
}
.pic .close {
  border: none;
  width: .3rem;
  height: .3rem;
  background: url(../image/del.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: -.08rem;
  right: -.08rem;
}

.intbox .intswiper .video {
  position: relative;
}
.intbox .intswiper .video .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.intbox .intswiper .video .mask .icon {
  color: white;
  font-size: 0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intbox .intswiper .video video {
  width: 100%;
}
.intbox .intswiper .pagination {
  width: auto;
  position: absolute;
  z-index: 1;
  bottom: 0.2rem;
  right: 0.3rem;
  left: initial;
}
.intbox .intswiper .pagination .bullet {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: white;
  border-radius: 50%;
  margin: 0 0.1rem;
  background: white;
  opacity: 1;
}
.intbox .intswiper .pagination .bullet-active {
  background: #c9161e;
}
.intbox .title {
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.3rem;
  margin-bottom: 0.7rem;
}
.intbox .title h1 {
  margin-bottom: 0.2rem;
}
.intbox .title h1 strong {
  font-size: 0.4rem;
  font-weight: bold;
}
.intbox .title h1 span {
  margin-left: 0.15rem;
  font-size: 0.3rem;
  color: #999999;
}
.intbox .title h3 {
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #666666;
}
.intbox .title li {
  font-size: 0.26rem;
  color: #666666;
  margin-bottom: 0.15rem;
}
.intbox .title li span {
  display: inline-block;
  width: 1.2rem;
  height: 0.2rem;
  vertical-align: text-top;
  color: black;
  text-align: justify;
}
.intbox .title li span:after {
  content: "";
  display: inline-block;
  padding-left: 100%;
}
.intbox .title li em {
  margin-left: 0.15rem;
}

.intbox3 li {
  margin-bottom: 0.4rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #555555;
}
.intbox3 li i {
  color: #c9161e;
}

.intbox4 {
  margin-bottom: 0.4rem;
}
.intbox4 .swiper-slide {
  padding: 0 0.12rem;
  box-sizing: border-box;
}
.intbox4 .swiper-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.26rem;
  line-height: 0.7rem;
}

.detabox {
  border-bottom: 0.1rem solid #f6f6f6;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.detabox .head {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.6rem;
  text-align: center;
}
.detabox .time {
  text-align: center;
  color: #999999;
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
}
.detabox .content p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #555555;
  margin-bottom: 0.2rem;
}
.detabox .content .img {
  margin: 0 auto 0.3rem;
  width: 6.5rem;
}
.detabox .content .video {
  width: 6.5rem;
  margin: 0 auto 0.3rem;
}
.detabox .content .video video {
  width: 100%;
}
.detabox .share {
  display: flex;
  align-items: center;
  color: #666666;
  margin-top: 0.5rem;
}
.detabox .share a {
  display: inline-block;
  width: 0.66rem;
  height: 0.66rem;
  margin-left: 0.2rem;
}
.detabox .share a img {
  width: 100%;
}

.intbtn {
  background: white;
  padding: 0.2rem 0.2rem 1rem;
}
.intbtn a {
  display: block;
  color: #666666;
  line-height: 0.5rem;
  margin-bottom: 0.2rem;
}
.intbtn button {
  border: none;
  background: #c9161e;
  color: white;
  width: 2.3rem;
  line-height: 0.7rem;
}

.about {
  background-image: url(../image/bgbgm.jpg);
}

.about2 {
  padding: 0.2rem 0.2rem 0;
  box-sizing: border-box;
  background: white;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.3rem;
}
.about2 .item{
  display: none;
}
.about2 .item.on{
  display: block;
}
.about2 .title .head {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.5rem;
  padding: 0.2rem 0;
}
.about2 .title p {
  font-size: 0.36rem;
  line-height: 0.46rem;
  padding-bottom: 0.4rem;
}

.about3 .swiper-slide {
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.about3 .swiper-slide .title {
  background: #f4f4f4;
  padding: 0.5rem;
}
.about3 .swiper-slide .title .head {
  font-size: 0.44rem;
  text-align: center;
  font-weight: bold;
  line-height: 0.6rem;
  margin-bottom: 0.2rem;
  min-height: 0.6rem;
}
.about3 .swiper-slide .title p {
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.about4 .main {
  padding: 0 0.3rem;
}
.about4 .main .item {
  display: flex;
  margin-bottom: 0.85rem;
  align-items: center;
}
.about4 .main .img1, .about4 .main .img2 {
  display: inline-block;
}
.about4 .main .img1 img, .about4 .main .img2 img {
  width: 100%;
}
.about4 .main .img1 p {
  margin-top: .3rem;
  font-size: .34rem;
}
.about4 .main .img1 .tp{
  width: 1.8rem;
  padding: 0 0.22rem;
  
}
.about4 .main .img2 {
  padding: 0 0.24rem;
  width: 0.22rem;
  margin-bottom: 0.5rem;
}

.dictbox .content {
  padding-bottom: 0.4rem;
  border-bottom: 0.1rem solid #f7f7f7;
}
.dictbox .content .list {
  background-image: url(../image/bg2.jpg);
  background-size: 1px 1.6rem;
}
.dictbox .content .list a {
  display: inline-block;
  float: left;
  line-height: 0.6rem;
  padding: 0 0.15rem;
  border-radius: 0.4rem;
  text-align: center;
  color: initial;
  margin: 0.1rem 0;
  margin-right: 0.2rem;
}
.dictbox .content .list a.on {
  background: #c9161e;
  color: white;
}
.dictbox .content .more {
  display: block;
  width: 1.75rem;
  line-height: 0.6rem;
  border: 1px solid #eeeeee;
  border-radius: 0.6rem;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.2rem;
  background: white;
  color: #666666;
  margin-bottom: 0.6rem;
}
.dictbox .content .title .spell {
  text-align: center;
  margin-bottom: 0.3rem;
}
.dictbox .content .title .spell span {
  display: inline-block;
  margin: 0 0.12rem;
  width: 0.7rem;
  height: 0.7rem;
  background-size: cover;
  background-image: url(../image/icon26.png);
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.7rem;
}
.dictbox .content .title .explain {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #555555;
}

.dict {
  padding: 0.3rem 0.2rem 0;
  box-sizing: border-box;
}
.dict .content .dictlist1 a {
  display: block;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px dashed #eeeeee;
}
.dict .content .dictlist1 a h1 {
  color: initial;
  margin-bottom: 0.1rem;
}
.dict .content .dictlist1 a .time {
  font-size: 0.26rem;
  color: #666666;
  margin-bottom: 0.2rem;
}
.dict .content .dictlist1 a p {
  font-size: 0.26rem;
  color: #666666;
}
.dict .content .dictlist1 a:last-child {
  border: none;
  margin: 0;
}
.dict .content .dictlist2 a {
  display: block;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  color: initial;
  margin-bottom: 0.3rem;
}
.dict .content .dictlist2 a .img {
  float: left;
  width: 2.8rem;
}
.dict .content .dictlist2 a .title {
  overflow: hidden;
  padding: 0.2rem;
  box-sizing: border-box;
}
.dict .content .dictlist2 a .title h1 {
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dict .content .dictlist2 a .title p {
  font-size: 0.26rem;
  color: #666666;
}
.dict .content > .item {
  display: none !important;
}
.dict .content > .item.on {
  display: block !important;
}

.baseborder {
  border-bottom: 0.1rem solid #f7f7f7;
}

.query {
  padding: 1rem 0;
  box-sizing: border-box;
  background-image: url(../image/bg3.jpg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.query .head {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.6rem;
}
.query .selectbox {
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.26rem;
  margin-bottom: 0.65rem;
}
.query .selectbox input {
  vertical-align: middle;
  margin-right: 0.05rem;
}
.query .selectbox span {
  margin: 0.3rem;
}
.query .inputbox {
  border: 1px solid #dcdcdc;
  padding: 0 0.1rem;
  height: 0.8rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2.6rem;
}
.query .noresult {
  text-align: center;
  color: #666666;
  font-size: 0.3rem;
  padding-top: 0.9rem;
  padding-bottom: 3.1rem;
}
.query button {
  display: block;
  width: 2.2rem;
  background: #c9161e;
  color: white;
  text-align: center;
  line-height: 0.7rem;
  border: none;
  margin: 0 auto;
}
.query .imgbox1 {
  text-align: center;
  width: 2rem;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
.query .imgbox1 img {
  width: 100%;
}
.query .imgbox2 {
  width: 3.4rem;
  box-sizing: border-box;
  padding: 0.22rem 0.12rem;
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  margin-bottom: 0.6rem;
}
.query .imgbox2 img {
  width: 100%;
}
.query .title {
  padding-bottom: 0.5rem;
}
.query .title li {
  border: 1px solid #dcdcdc;
  line-height: 0.44rem;
  padding: 0.2rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
  display: flex;
}
.query .title li span {
  float: left;
  display: inline-block;
  width: 1.2rem;
  height: 0.44rem;
  text-align: justify;
  color: #666666;
}
.query .title li span:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
.query .title li em {
  flex: 1;
  box-sizing: border-box;
  padding-left: 0.1rem;
}
.videobox2 {
    height: 5.2rem;
    overflow: hidden;
}
.videobox2 iframe{
  border:none;
}
.videobox2 img {
    width: 100%;
}