html {
  -webkit-font-smoothing: antialiased;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

dl,
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
}

img {
  vertical-align: middle;
}

button,
input[type=submit],
input[type=text],
input[type=button],
select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: 0;
  blr: expression(this.onFocus=this.blur());
}

body {
  color: #000;
  line-height: 1.3;
  font-size: .28rem;
  opacity: 0;
  overflow-x: hidden;
  background: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

body {
  padding-top: 1.1rem;
  color: #666666;
}

.baseimg {
  display: block;
}
.baseimg img {
  width: 100%;
}

.color1 {
  color: #004898;
}

.color2 {
  color: #af251b;
}

.basebox {
  padding: 0 0.3rem;
  box-sizing: border-box;
}

.basebtn {
  margin: 0 auto;
  display: block;
  width: 2.5rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  color: white;
  background: #004898;
  margin-bottom: 0.5rem;
  margin-top: 0.4rem;
  font-size: 0.22rem;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  transition: all .5s ease;
  box-shadow: 0px -2px 12px 1px rgba(0, 0, 0, 0.1);
}
.navbar.on {
  height: 100%;
}
.navbar .navbar-container {
  background: white;
  padding: 0 0.3rem;
  display: flex;
  height: 1.1rem;
  justify-content: space-between;
  align-items: center;
}
.navbar .navbar-container .logo {
  display: block;
  width: 3.64rem;
}
.navbar .navbar-container .navbar-memu {
  display: flex;
  align-items: center;
}
.navbar .navbar-container .navbar-memu .oa {
  display: inline-block;
  width: 0.46rem;
  margin-right: 0.2rem;
}
.navbar .navbar-container .navbar-memu .memu {
  font-size: 0.5rem;
  color: #004898;
  position: relative;
  z-index: 100;
}
.navbar .navbar-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.navbar .navbar-content.on .navbar-list {
  animation: memushow 0.4s ease-in-out forwards;
}
@keyframes memushow {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes memuhide {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
.navbar .navbar-content .navbar-list {
  width: 5.3rem;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  animation: memuhide 0.4s ease-in-out forwards;
  right: -100%;
  transition: 0.4s;
  padding-top: 1.1rem;
  box-sizing: border-box;
  overflow-y: scroll;
}
.navbar .navbar-content .navbar-list li:first-child {
  border-top: 1px solid #f4f0eb;
}
.navbar .navbar-content .navbar-list li a {
  padding: 0 0.3rem;
  font-size: 0.28rem;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.9rem;
  border-bottom: 1px solid #f4f0eb;
}
.navbar .navbar-content .navbar-list li .navbar-show {
  display: none;
}
.navbar .navbar-content .navbar-list li .navbar-show a {
  padding-left: 0.5rem;
}
.navbar .navbar-content .navbar-list .lang {
  display: flex;
  color: #666666;
  border-bottom: 1px solid #f4f0eb;
  padding: 0.27rem 0;
}
.navbar .navbar-content .navbar-list .lang a {
  display: block;
  width: 50%;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-content .navbar-list .lang a:first-child {
  border-right: 1px solid #f4f0eb;
}
.navbar .navbar-content .navbar-list .lang a .img {
  width: 0.5rem;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}

.footer {
  background: #3f4852;
  padding: 0.4rem 0.3rem 0.25rem;
  color: #a2a4a6;
  box-sizing: border-box;
}
.footer .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #a2a4a6;
}
.footer .top .link {
  position: relative;
  width: 2.3rem;
  height: 0.6rem;
}
.footer .top .link p {
  padding: 0 0.2rem;
  border: 1px solid #a2a4a6;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.footer .top .link ul {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.footer .top .link ul li {
  background: #3f4852;
  border: 1px solid #a2a4a6;
  line-height: 0.5rem;
  box-sizing: border-box;
  border-bottom: none;
  width:180px;
}
.footer .top .link ul li a {
  color: #a2a4a6;
  padding: 0 0.2rem;
}
.footer .top .img {
  display: inline-block;
  width: 0.5rem;
}
.footer .bottom {
  padding-top: 0.5rem;
  font-size: 0.24rem;
}
.footer .bottom p {
  text-align: center;
  padding-bottom: 0.25rem;
}
.footer .bottom p a {
  color: #a2a4a6;
}
.footer .bottom .bottom-cate a:after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.1rem;
  background: #a2a4a6;
  margin: 0 0.1rem;
  vertical-align: middle;
}
.footer .bottom .bottom-cate a:last-child:after {
  display: none;
}
.footer.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.i-banner .ibanner-pagination {
  position: absolute;
  z-index: 1;
  text-align: center;
}
.i-banner .ibanner-pagination .ibanner-bullet {
  display: inline-block;
  height: 0.2rem;
  width: 0.2rem;
  border-radius: 1rem;
  margin: 0 0.05rem;
  background: #baccdc;
}
.i-banner .ibanner-pagination .ibanner-bullet-active {
  background: #f9bf13;
}

.i-tabbox .i-nav {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #dbdbdb;
}
.i-tabbox .i-nav span {
  padding-top: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
}
.i-tabbox .i-nav span.on {
  color: #004898;
  border-bottom: 2px solid #004898;
}
.i-tabbox .i-tab > div {
  display: none;
}
.i-tabbox .i-tab > div.on {
  display: block;
}

.baselist a {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  color: #333333;
}
.baselist a .img {
  width: 2.06rem;
  margin-right: 0.5rem;
}
.baselist a .title {
  flex: 1;
}
.baselist a .title h1 {
  font-size: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.46rem;
  margin-bottom: 0.10rem;
}
.baselist a .title span {
  color: #999999;
  display: inline-flex;
  align-items: center;
  margin-right: 0.3rem;
}
.baselist a .title span i {
  margin-right: 0.1rem;
}

.baselist2 > div {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0.30rem;
}
.baselist2 > div .video {
  width: 100%;
  position: relative;
}
.baselist2 > div .video .bofang {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.baselist2 > div .video .bofang img {
  position: absolute;
  width: 0.85rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.baselist2 > div .video video {
  width: 100%;
}
.baselist2 > div .title {
  display: block;
  padding: 0.15rem 0.3rem;
}
.baselist2 > div .title h1 {
  color: black;
  font-size: 0.34rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 0.46rem;
  margin-bottom: 0.10rem;
}
.baselist2 > div .title span {
  color: #999999;
  display: inline-flex;
  align-items: center;
  margin-right: 0.3rem;
}
.baselist2 > div .title span i {
  margin-right: 0.1rem;
}

.basenav {
  border-bottom: 1px solid #dbdbdb;
}
.basenav a {
  text-align: center;
}
.basenav a span {
  display: inline-block;
  padding-top: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
  color: #666666;
}
.basenav a.on span {
  color: #004898;
  border-bottom: 2px solid #004898;
}
.basenav .basenav-prev,
.basenav .basenav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.basenav .basenav-prev {
  left: 0.05rem;
}
.basenav .basenav-next {
  right: 0.05rem;
}

.buildbox1 {
  padding: 0 0.3rem;
  box-sizing: border-box;
  padding: 0.3rem;
}
.buildbox1 .head {
  display: block;
}
.buildbox1 .head .img {
  width: 100%;
}
.buildbox1 .head .title {
  background: #f4fafe;
  padding: 0.25rem;
  box-sizing: border-box;
}
.buildbox1 .head .title h1 {
  font-size: 0.3rem;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.buildbox1 .head .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999999;
  line-height: 0.4rem;
}
.buildbox1 .list a {
  color: black;
  display: block;
  padding: 0.2rem 0.3rem;
  border-bottom: 1px dashed #e2e2e2;
  position: relative;
}
.buildbox1 .list a:before {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.13rem;
  background: #e2e2e2;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.buildbox1 .list a h1 {
  font-size: 0.3rem;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.buildbox1 .list a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #999999;
  line-height: 0.4rem;
}

.buildbox2 {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.buildbox2 .list li {
  display: flex;
  padding: 0.25rem 0;
  border-bottom: 1px dashed #e2e2e2;
}
.buildbox2 .list li .time {
  width: 1.2rem;
  height: 1.2rem;
  background: #f4fafe;
  text-align: center;
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.buildbox2 .list li .time strong {
  font-size: 0.4rem;
  color: #004898;
  font-weight: bold;
}
.buildbox2 .list li .time p {
  transform: scale(0.9);
}
.buildbox2 .list li .title {
  flex: 1;
}
.buildbox2 .list li .title h1 {
  font-size: 0.3rem;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.buildbox2 .list li .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #999999;
}

.aboutbox1 {
  padding: 0.3rem;
}
.aboutbox1 .head {
  padding-top: 0.35rem;
  padding-bottom: 0.15rem;
}
.aboutbox1 .head h1 {
  font-size: 0.31rem;
  font-weight: bold;
  color: black;
}
.aboutbox1 .head h6 {
  font-size: 0.16rem;
}
.aboutbox1 p {
  color: #5a5959;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.aboutbox1 .imgbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.aboutbox1 .imgbox .img1 {
  width: 3.07rem;
}
.aboutbox1 .imgbox .img2 {
  width: 3.54rem;
}

.basevideo {
  position: relative;
}
.basevideo video {
  width: 100%;
}
.basevideo .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.24rem;
  text-align: center;
  cursor: pointer;
}
.basevideo .mask .img {
  margin: 0 auto;
  margin-bottom: 0.2rem;
  width: 0.85rem;
}

.aboutbox2 {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.aboutbox2 .aboutbox2-nav {
  padding-top: 0.4rem;
  position: relative;
}
.aboutbox2 .aboutbox2-nav .swiper-container {
  width: 5.2rem;
  margin: 0 auto;
}
.aboutbox2 .aboutbox2-nav .swiper-container .swiper-slide {
  text-align: center;
  overflow: hidden;
}
.aboutbox2 .aboutbox2-nav .swiper-container .swiper-slide i {
  display: inline-block;
  background: white;
  margin-bottom: 0.15rem;
}
.aboutbox2 .aboutbox2-nav .swiper-container .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  width: 100%;
  top: 0.2rem;
  background: #dcdcdc;
  position: absolute;
  z-index: -1;
}
.aboutbox2 .aboutbox2-nav .swiper-container .swiper-slide:first-child:after {
  left: 50%;
}
.aboutbox2 .aboutbox2-nav .swiper-container .swiper-slide:last-child:after {
  right: 50%;
}
.aboutbox2 .aboutbox2-nav .swiper-container .on {
  color: #004898;
}
.aboutbox2 .aboutbox2-nav .swiper-container .on p {
  font-weight: bold;
}
.aboutbox2 .aboutbox2-nav .aboutbox2-prev,
.aboutbox2 .aboutbox2-nav .aboutbox2-next {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  text-align: center;
  line-height: 0.44rem;
  color: #004898;
  border: 1px solid #dddddd;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.aboutbox2 .aboutbox2-nav .aboutbox2-prev {
  left: 0;
}
.aboutbox2 .aboutbox2-nav .aboutbox2-next {
  right: 0;
}
.aboutbox2 .aboutbox2-tab {
  padding-left: 0.2rem;
  padding-top: 0.9rem;
  margin-bottom: 0.8rem;
}
.aboutbox2 .aboutbox2-tab .head {
  position: relative;
  padding-bottom: 0.3rem;
  border-left: 1px solid #dcdcdc;
}
.aboutbox2 .aboutbox2-tab .head .img {
  display: inline-block;
  position: relative;
  width: 0.44rem;
  left: -0.22rem;
  top: -0.1rem;
}
.aboutbox2 .aboutbox2-tab .head .img img {
  width: 100%;
}
.aboutbox2 .aboutbox2-tab .list li {
  padding-bottom: 0.3rem;
  padding-left: 0.7rem;
  box-sizing: border-box;
  border-left: 1px solid #dcdcdc;
  position: relative;
}
.aboutbox2 .aboutbox2-tab .list li:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.71rem;
  height: 0.29rem;
  background-image: url(../images/icon1.png);
  left: -0.17rem;
  background-size: cover;
  top: 0.15rem;
}
.aboutbox2 .aboutbox2-tab .list li:last-child {
  padding-bottom: 0;
}
.aboutbox2 .aboutbox2-tab .list li .title {
  border-bottom: 1px solid #dcdcdc;
}
.aboutbox2 .aboutbox2-tab .list li .title .t-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  background: #f4fafe;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
.aboutbox2 .aboutbox2-tab .list li .title .t-content {
  display: none;
  padding: 0.2rem;
  background: #f4fafe;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666666;
}
.aboutbox2 .aboutbox2-tab .list li .title.on .t-head {
  color: white;
  background: #004898;
  border-color: #004898;
}
.aboutbox2 .aboutbox2-tab > div {
  display: none;
}
.aboutbox2 .aboutbox2-tab .on {
  display: block;
}

.aboutbox3 {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.aboutbox3 .list {
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutbox3 .list a {
  color: #333333;
  font-size: 0.2rem;
  width: 3.3rem;
  display: inline-block;
  margin-top: 0.3rem;
}
.aboutbox3 .list a .img {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #f4fafe;
}
.aboutbox3 .list a .img img {
  width: 2.92rem;
  height: 1.93rem;
}
.aboutbox3 .list a p {
  margin-top: 0.2rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.aboutbox3 .list.off a {
  display: none;
}
.aboutbox3 .list.off a:nth-child(1), .aboutbox3 .list.off a:nth-child(2), .aboutbox3 .list.off a:nth-child(3), .aboutbox3 .list.off a:nth-child(4) {
  display: block;
}

.contactbox {
  padding: 0.3rem;
  padding-bottom: 0.8rem;
}
.contactbox h1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #004898;
  padding-left: 0.2rem;
  border-left: 0.05rem solid #004898;
  margin-bottom: 0.3rem;
}
.contactbox p {
  display: flex;
  margin-bottom: 0.3rem;
}
.contactbox p .img {
  width: 0.41rem;
  margin-right: 0.15rem;
}
.contactbox p span {
  flex: 1;
  padding-top: 0.05rem;
}
.contactbox p span a {
  color: #004898;
}

.basehead {
  text-align: center;
  color: #004898;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.basehead h1 {
  font-size: 0.44rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.basehead p {
  font-size: 0.32rem;
}

.culturebox {
  padding: 0.5rem 0.3rem;
}
.culturebox .culture-nav {
  position: relative;
}
.culturebox .culture-nav .swiper-container {
  width: 5.8rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.culturebox .culture-nav .swiper-container .swiper-slide {
  text-align: center;
}
.culturebox .culture-nav .swiper-container .swiper-slide .img {
  display: inline-block;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 2rem;
  border: 2px solid #e3e3e3;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
.culturebox .culture-nav .swiper-container .swiper-slide .img img {
  width: 100%;
}
.culturebox .culture-nav .swiper-container .swiper-slide-active .img {
  border-color: #004898;
}
.culturebox .culture-nav .culture-prev,
.culturebox .culture-nav .culture-next {
  display: inline-block;
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  background: #004898;
  color: white;
  font-size: 0.2rem;
  border-radius: 1rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.culturebox .culture-nav .culture-prev {
  left: 0;
}
.culturebox .culture-nav .culture-next {
  right: 0;
}
.culturebox .culture-main > div {
  display: none;
}
.culturebox .culture-main > div.on {
  display: block;
}
.culturebox .culture-main .head {
  text-align: center;
  margin-bottom: 0.3rem;
}
.culturebox .culture-main .head .img {
  width: 0.56rem;
  margin: 0 auto;
  margin-bottom: 0.15rem;
}
.culturebox .culture-main .head h1 {
  display: inline-block;
  font-size: 0.32rem;
  color: #af251b;
  padding: 0 0.6rem 0.1rem;
  border-bottom: 1px solid #bfbfbf;
}
.culturebox .culture-main .head p {
  padding-top: 0.1rem;
  font-size: 0.22rem;
}
.culturebox .culture-main .main {
  text-indent: 2em;
}

.recbox {
  padding: 0 0.3rem;
  box-sizing: border-box;
  padding-bottom: 0.8rem;
}
.recbox .item {
  padding-top: 0.4rem;
}
.recbox .item .list a {
  border-bottom: 1px dashed #e2e2e2;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.3rem;
  position: relative;
  color: #666666;
}
.recbox .item .list a:after {
  content: "";
  display: inline-block;
  width: 0.13rem;
  height: 0.13rem;
  background: #bcbcbc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rec-head {
  background: #f0f1f1;
  border-left: 3px solid #004898;
  padding-left: 0.2rem;
  box-sizing: border-box;
  line-height: 0.6rem;
  color: black;
}

.newbox1 {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.newbox1 .head {
  padding-top: 0.4rem;
  display: block;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e3e3e3;
}
.newbox1 .head .img {
  width: 100%;
}
.newbox1 .head .title {
  background: #f4fafe;
  padding: 0.25rem;
  box-sizing: border-box;
}
.newbox1 .head .title h1 {
  font-size: 0.3rem;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.newbox1 .head .title span {
  color: #999999;
  display: inline-flex;
  align-items: center;
  margin-right: 0.3rem;
}
.newbox1 .head .title span i {
  margin-right: 0.1rem;
}

.article {
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.article .head {
  padding: 0.4rem 0 0.2rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.2rem;
}
.article .head h1 {
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.15rem;
  text-align: center;
}
.article .head p {
  font-size: 0.2rem;
  text-align: center;
}
.article .head p span {
  margin-right: 0.2rem;
}
.article .head p span .img {
  vertical-align: text-top;
  display: inline-block;
  width: 0.26rem;
  margin-right: 0.05rem;
}
.article .head p span .img img {
  width: 100%;
}
.article .title p {
  font-size: 0.28rem;
  line-height: 0.52rem;
  margin-bottom: 0.35rem;
  color: #666666;
}
.article .head p.article-top-info{ text-align:left; padding:0.08rem 0.2rem;}
.article .title .img {
  margin-bottom: 0.2rem;
}

.busibox {
  padding-top: 0.4rem;
}
.busibox .buis-tabbox1 {
  padding: 0.4rem 0.3rem;
  background-image: url(../images/bg.jpg);
  background-size: cover;
}
.busibox .buis-tabbox1 .buis-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
.busibox .buis-tabbox1 .buis-nav div {
  display: inline-block;
  width: 17%;
}
.busibox .buis-tabbox1 .buis-nav div .img {
  position: relative;
  display: block;
  margin-bottom: 0.15rem;
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 2rem;
  border: 1px solid white;
}
.busibox .buis-tabbox1 .buis-nav div .img img {
  width: 0.52rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.busibox .buis-tabbox1 .buis-nav div .img img.other {
  display: none;
}
.busibox .buis-tabbox1 .buis-nav div span {
  line-height: 0.27rem;
  display: block;
  font-size: 0.18rem;
  color: white;
  text-align: center;
}
.busibox .buis-tabbox1 .buis-nav div.on .img {
  background: white;
}
.busibox .buis-tabbox1 .buis-nav div.on .img img {
  display: none;
}
.busibox .buis-tabbox1 .buis-nav div.on .img img.other {
  display: block;
}
.busibox .buis-tabbox1 .buis-tab > div {
  display: none;
}
.busibox .buis-tabbox1 .buis-tab > .on {
  display: block;
}
.busibox .buis-tabbox1 .buis-tab .title {
  background: rgba(255, 255, 255, 0.85);
  padding: 0.3rem;
  box-sizing: border-box;
}
.busibox .buis-tabbox1 .buis-tab .title h1 {
  font-size: 0.22rem;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.busibox .buis-tabbox1 .buis-tab .title h1:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 2px;
  background: #004898;
  margin-top: 0.2rem;
}
.busibox .buis-tabbox1 .buis-tab .title p {
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.busibox .buis-tabbox2 {
  box-sizing: border-box;
  padding: 0.5rem 0.3rem;
}
.busibox .buis-tabbox2 > div {
  display: none;
}
.busibox .buis-tabbox2 > div .head {
  font-size: 0.3rem;
  color: #004898;
  padding-left: 0.2rem;
  border-left: 2px solid #004898;
  margin-bottom: 0.35rem;
  font-weight: bold;
}
.busibox .buis-tabbox2 > div .baseimg {
  margin-bottom: 0.2rem;
}
.busibox .buis-tabbox2 > div .title h1 {
  font-size: 0.22rem;
  padding-bottom: 0.2rem;
  font-weight: bold;
}
.busibox .buis-tabbox2 > div .title h1:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 2px;
  background: #004898;
  margin-top: 0.2rem;
}
.busibox .buis-tabbox2 > div .title p {
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.busibox .buis-tabbox2 > div .buis-prev,
.busibox .buis-tabbox2 > div .buis-next {
  width: 0.4rem;
  position: absolute;
  top: 1.4rem;
  z-index: 1;
}
.busibox .buis-tabbox2 > div .buis-prev {
  left: 0.2rem;
}
.busibox .buis-tabbox2 > div .buis-next {
  right: 0.2rem;
}
.busibox .buis-tabbox2 > .on {
  display: block;
}

.mapbox {
  padding-top: 0.4rem;
}
.mapbox .map-swiper {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
}
.mapbox .map-swiper .map-pagination {
  z-index: 1;
  position: absolute;
  bottom: 0.15rem;
  text-align: center;
}
.mapbox .map-swiper .map-pagination .map-bullet {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 2rem;
  background: #dcdcdc;
  margin: 0 0.05rem;
}
.mapbox .map-swiper .map-pagination .map-bullet-active {
  background: #004898;
}
.mapbox .map-tab > div {
  display: none;
}
.mapbox .map-tab > .on {
  display: block;
}
.mapbox .map-tab .map-imgbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -0.3rem;
}
.mapbox .map-tab .map-imgbox a {
  display: block;
  width: 3.3rem;
  margin-bottom: 0.3rem;
}
.mapbox .map-tab .map-imgbox a p {
  text-align: center;
  margin-top: 0.2rem;
}

.innovate {
  padding-top: 0.4rem;
}
.innovate .innovate-sel {
  text-align: center;
}
.innovate .innovate-sel span {
  display: inline-flex;
  height: 0.6rem;
  width: 2.1rem;
  background: #f4fafe;
  align-items: center;
  padding: 0 0.2rem;
  box-sizing: border-box;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
  border-bottom-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.innovate .innovate-sel span .img {
  width: 0.27rem;
  margin-right: 0.2rem;
}
.innovate .innovate-sel span select {
  flex: 1;
  border: none;
  background: transparent;
  background-image: url(../images/icon24.png);
  background-position: center right;
  background-size: 0.06rem 0.11rem;
  background-repeat: no-repeat;
  font-size: 0.22rem;
}
.innovate .innovate-sel span:nth-child(3n) {
  margin-right: 0;
}
.innovate .innovate-table {
  width: 100%;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.innovate .innovate-table thead tr {
  background: #004898;
  color: white;
  font-size: 0.2rem;
  height: 0.65rem;
}
.innovate .innovate-table thead tr th {
  border-right: 1px solid #dcdcdc;
}
.innovate .innovate-table tbody {
  text-align: center;
}
.innovate .innovate-table tbody tr {
  border-bottom: 1px dashed #dcdcdc;
}
.innovate .innovate-table tbody tr td {
  font-size: 0.2rem;
  border-right: 1px solid #dcdcdc;
  padding: 0.25rem 0.1rem;
}

.ejectbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.ejectbox .content {
  background: white;
  width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.2rem;
  box-sizing: border-box;
}
.ejectbox .content .close {
  text-align: right;
  margin-bottom: 0.1rem;
}
.ejectbox .content .img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}
.ejectbox .content h1 {
  font-weight: bold;
  color: black;
  margin-bottom: 0.2rem;
}

.basepage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.basepage a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  margin: 0 0.2rem;
  background: #656d75;
  color: white;
  margin-top: 0.2rem;
}
.basepage a.on {
  background: #004898;
}

.basemask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: none;
  color: white;
}
.basemask .mapmask {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.basemask .mapmask .maskclose {
  font-size: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  display: block;
  margin: 0 0 0 auto;
  margin-bottom: 0.2rem;
}
.basemask .mapmask .title {
  font-size: 0.3rem;
  line-height: 0.4rem;
}

/*# sourceMappingURL=style.css.map */
.aboutbox1 img{
  max-width: 90%;
  height: auto;
}

.article img{
  max-width: 100%;
  height: auto;
}