/****************************** reset ******************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

body, button, input, select, textarea {
  font: .24rem/1.14 "\5FAE\8F6F\96C5\9ED1","arial";
  color: #333; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  list-style: none; }

a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
  cursor: pointer; }

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

small {
  font-size: 12px; }

/****************************** scss ******************************/
.ml5 {
  margin-left: 5px; }

.mt5 {
  margin-top: 5px; }

.mr5 {
  margin-right: 5px; }

.mb5 {
  margin-bottom: 5px; }

.mg5 {
  margin: 5px; }

.pl5 {
  padding-left: 5px; }

.pt5 {
  padding-top: 5px; }

.pr5 {
  padding-right: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pd5 {
  padding: 5px; }

.ml10 {
  margin-left: 10px; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mg10 {
  margin: 10px; }

.pl10 {
  padding-left: 10px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pd10 {
  padding: 10px; }

.ml15 {
  margin-left: 15px; }

.mt15 {
  margin-top: 15px; }

.mr15 {
  margin-right: 15px; }

.mb15 {
  margin-bottom: 15px; }

.mg15 {
  margin: 15px; }

.pl15 {
  padding-left: 15px; }

.pt15 {
  padding-top: 15px; }

.pr15 {
  padding-right: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pd15 {
  padding: 15px; }

.ml20 {
  margin-left: 20px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mg20 {
  margin: 20px; }

.pl20 {
  padding-left: 20px; }

.pt20 {
  padding-top: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pd20 {
  padding: 20px; }

.ml25 {
  margin-left: 25px; }

.mt25 {
  margin-top: 25px; }

.mr25 {
  margin-right: 25px; }

.mb25 {
  margin-bottom: 25px; }

.mg25 {
  margin: 25px; }

.pl25 {
  padding-left: 25px; }

.pt25 {
  padding-top: 25px; }

.pr25 {
  padding-right: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pd25 {
  padding: 25px; }

.ml30 {
  margin-left: 30px; }

.mt30 {
  margin-top: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mg30 {
  margin: 30px; }

.pl30 {
  padding-left: 30px; }

.pt30 {
  padding-top: 30px; }

.pr30 {
  padding-right: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pd30 {
  padding: 30px; }

.ml35 {
  margin-left: 35px; }

.mt35 {
  margin-top: 35px; }

.mr35 {
  margin-right: 35px; }

.mb35 {
  margin-bottom: 35px; }

.mg35 {
  margin: 35px; }

.pl35 {
  padding-left: 35px; }

.pt35 {
  padding-top: 35px; }

.pr35 {
  padding-right: 35px; }

.pb35 {
  padding-bottom: 35px; }

.pd35 {
  padding: 35px; }

.ml40 {
  margin-left: 40px; }

.mt40 {
  margin-top: 40px; }

.mr40 {
  margin-right: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mg40 {
  margin: 40px; }

.pl40 {
  padding-left: 40px; }

.pt40 {
  padding-top: 40px; }

.pr40 {
  padding-right: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pd40 {
  padding: 40px; }

.ml45 {
  margin-left: 45px; }

.mt45 {
  margin-top: 45px; }

.mr45 {
  margin-right: 45px; }

.mb45 {
  margin-bottom: 45px; }

.mg45 {
  margin: 45px; }

.pl45 {
  padding-left: 45px; }

.pt45 {
  padding-top: 45px; }

.pr45 {
  padding-right: 45px; }

.pb45 {
  padding-bottom: 45px; }

.pd45 {
  padding: 45px; }

.ml50 {
  margin-left: 50px; }

.mt50 {
  margin-top: 50px; }

.mr50 {
  margin-right: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mg50 {
  margin: 50px; }

.pl50 {
  padding-left: 50px; }

.pt50 {
  padding-top: 50px; }

.pr50 {
  padding-right: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pd50 {
  padding: 50px; }

/****************************** default ******************************/
.border-box {
  box-sizing: border-box; }

.border-box-all {
  box-sizing: border-box; }
  .border-box-all* {
    box-sizing: border-box; }

.fc {
  color: #009944; }

.bg {
  background: #009944; }

.center {
  width: 6.3rem;
  margin: 0 auto; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.tac {
  text-align: center; }

.inline-block, .tab .stit {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity*100);
  opacity: 0.5; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.flex-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify; }

/****************************** style ******************************/
::-webkit-scrollbar {
  width: 3px; }

::-webkit-scrollbar-track-piece {
  background-color: #eee; }

::-webkit-scrollbar-thumb {
  background-color: #009944; }

.container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7.5rem; }

.header {
  width: 7.5rem;
  height: .88rem;
  line-height: .88rem;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #009944;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  font-size: .36rem;
  box-shadow: 0 3px 15px #999; }
  .header > a {
    display: block;
    width: 1.5rem;
    height: .88rem;
    line-height: .88rem;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 0; }
    .header > a i {
      vertical-align: middle; }
  .header .back {
    padding-right: .6rem;
    left: 0; }
    .header .back i {
      font-size: .6rem; }
  .header .menu {
    padding-left: .6rem;
    right: 0; }
    .header .menu i {
      font-size: .5rem;
      font-weight: normal;
      padding-right: .1rem; }

.nav {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  background: transparent;
  -moz-transition: background 0.2s ease 0s;
  -webkit-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  transition: background 0.2s ease 0s; }
  .nav > ul {
    background: rgba(0, 0, 0, 0.8);
    width: 60%;
    position: absolute;
    right: -60%;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-x: hidden;
    -moz-transition: right 0.2s ease 0s;
    -webkit-transition: right 0.2s ease 0s;
    -o-transition: right 0.2s ease 0s;
    transition: right 0.2s ease 0s; }
    .nav > ul li {
      position: relative; }
      .nav > ul li a {
        display: block;
        height: 1rem;
        line-height: 1rem;
        color: #fff;
        font-size: .3rem;
        text-align: center;
        border-bottom: 1px solid #fff; }
      .nav > ul li > a > i {
        position: absolute;
        right: .5rem;
        top: 0;
        line-height: 1rem;
        font-size: .5rem;
        -moz-transition: transform 0.2s ease 0s;
        -webkit-transition: transform 0.2s ease 0s;
        -o-transition: transform 0.2s ease 0s;
        transition: transform 0.2s ease 0s; }
      .nav > ul li > a.in > i {
        transform: rotate(180deg); }
      .nav > ul li ul {
        display: none; }
        .nav > ul li ul a {
          font-size: .3rem; }
  .nav.in {
    background: rgba(0, 0, 0, 0.5);
    visibility: visible; }
    .nav.in ul {
      right: 0; }

.content_container {
  position: absolute;
  left: 0;
  top: .88rem;
  right: 0;
  bottom: .97rem;
  z-index: 9998;
  overflow-x: hidden; }
  .content_container::-webkit-scrollbar {
    width: 0; }
  .content_container.content_container_top {
    top: 0; }

.main {
  width: 100%;
  min-height: calc(100% - 1.85rem); }

.copyright {
  width: 7.5rem;
  text-align: center;
  background: #f2f2f2;
  padding: .3rem 0 .15rem;
  font-size: .22rem; }
  .copyright p {
    padding-bottom: .15rem; }

.footer {
  width: 7.5rem;
  height: .97rem;
  background: #333;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .footer a {
    display: block;
    float: left;
    width: 25%;
    height: 100%;
    color: #fff;
    text-align: center; }
    .footer a:hover, .footer a.active {
      background: #009944; }
    .footer a i {
      display: block;
      font-size: .4rem;
      padding: .1rem 0; }

.banner {
  height: 3.9rem;
  overflow: hidden;
  position: relative; }
  .banner li {
    float: left; }
    .banner li img {
      width: 7.5rem;
      height: 3.9rem;
      display: block; }
  .banner .banner_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    bottom: 5%;
    width: 50%; }
    .banner .banner_btn a {
      display: block;
      float: left;
      width: .12rem;
      height: .12rem;
      border-radius: 50%;
      margin: .03rem;
      background: #fff; }
      .banner .banner_btn a:hover, .banner .banner_btn a.in {
        background: #009944; }

.search {
  margin: .3rem 0 .35rem; }
  .search input[type="text"] {
    width: 5.1rem;
    height: .58rem;
    float: left;
    background: #f2f2f2 url(../img/search.jpg) no-repeat 0.45rem center;
    background-size: .32rem .29rem;
    text-indent: .85rem;
    font-size: .3rem; }
    .search input[type="text"]::-webkit-input-placeholder {
      color: #bbb;
      font-size: 0.3rem; }
    .search input[type="text"]:-moz-placeholder {
      color: #bbb;
      font-size: 0.3rem; }
    .search input[type="text"]::-moz-placeholder {
      color: #bbb;
      font-size: 0.3rem; }
    .search input[type="text"]:-ms-input-placeholder {
      color: #bbb;
      font-size: 0.3rem; }
  .search input[type="submit"] {
    width: 1.2rem;
    height: .58rem;
    background: #009944;
    color: #fff;
    float: left;
    font-size: .3rem; }

.itit {
  font-size: .28rem;
  color: #242e38;
  text-align: center;
  border-bottom: .02rem solid #dfdfdf;
  position: relative;
  padding: .4rem 0 .2rem; }
  .itit:after {
    content: '';
    display: block;
    width: 1.02rem;
    height: .06rem;
    position: absolute;
    left: 50%;
    bottom: -0.04rem;
    z-index: 9;
    margin-left: -.51rem;
    background: #dfdfdf; }

.stit {
  font-size: .22rem;
  color: #898989;
  padding: .2rem 0 .4rem;
  text-align: center;
  line-height: 1.4; }

.ilist {
  overflow: hidden; }
  .ilist ul {
    margin-right: -.22rem; }
    .ilist ul li {
      float: left;
      width: 3.04rem;
      height: 2.36rem;
      margin: 0 .22rem .3rem 0;
      position: relative; }
      .ilist ul li img {
        width: 3.04rem;
        height: 2.36rem; }
      .ilist ul li .ilist_name {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: .4rem;
        line-height: .4rem;
        background: rgba(127, 127, 127, 0.78);
        color: #fff;
        text-align: center;
        font-size: .2rem; }

.ipro_list ul li .ipro_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9;
  display: flex;
  align-items: center;
  transition: background-size .5s;
  background-size: 120%;
  background-position: center; }
  .ipro_list ul li .ipro_mask p {
    width: 100%;
    text-align: center;
    color: #fff; }
.ipro_list ul li:hover .ipro_mask {
  background-image: url(../img/ipro_hover.png);
  background-size: 100%; }

.ibox1 {
  padding-bottom: .1rem; }
  .ibox1 ul li {
    margin-bottom: .3rem;
    width: 6.3rem;
    height: 1.49rem;
    background: #f7f8fc;
    border: .01rem solid #d8d9d9;
    position: relative; }
    .ibox1 ul li img {
      float: left;
      width: 1.3rem;
      height: 1.47rem;
      padding: .33rem .25rem .34rem;
      position: relative;
      z-index: 2; }
    .ibox1 ul li h2 {
      font-size: .26rem;
      color: #384851;
      padding: .25rem 0 .1rem; }
    .ibox1 ul li p {
      font-size: .22rem;
      color: #747474;
      line-height: .28rem;
      padding-right: .25rem; }
    .ibox1 ul li:after {
      content: '';
      display: block;
      position: absolute;
      border-left: .01rem solid #d8d9d9;
      height: 100%;
      left: .65rem;
      top: 0;
      z-index: 1; }

.ibox2 {
  position: relative; }
  .ibox2 .ibox2_top {
    margin-bottom: .2rem; }
    .ibox2 .ibox2_top img {
      width: 7.5rem;
      height: 3.3rem; }
    .ibox2 .ibox2_top span {
      display: block;
      width: 2.73rem;
      height: .53rem;
      line-height: .53rem;
      text-align: center;
      color: #fff;
      background: #0a9b22;
      position: absolute;
      right: 0;
      top: .35rem;
      z-index: 2; }
  .ibox2 .ibox2_content h2 {
    color: #0a9b22;
    font-size: .32rem; }
  .ibox2 .ibox2_content span {
    display: block;
    width: .46rem;
    height: .03rem;
    background: #0a9b22;
    margin: .1rem 0; }
  .ibox2 .ibox2_content p {
    font-size: .28rem;
    color: #000;
    line-height: .42rem;
    text-indent: .44rem; }
  .ibox2 .ibox2_content a {
    display: block;
    width: 2rem;
    height: .48rem;
    line-height: .48rem;
    font-size: .28rem;
    margin: .3rem auto;
    background: #009944;
    color: #fff;
    text-align: center; }

.tab {
  text-align: center; }
  .tab li {
    float: left;
    padding: 0 .18rem; }
    .tab li a:hover, .tab li a.active {
      color: #009944; }

.tab_box ul {
  display: none; }


.content-container .pagecont .cont {
  width: 100%;
}
.content-container .show_art {
  width: 100%;
}
.show_art h1 {
  text-align: center;
  color: #009944;
}
.show_art small {
  text-align: center;
  display: block;
  font-size: .8rem;
  min-height: 
}
.show_art img {
  width: 100%;
  display: block;
}


.pagecont .cont p {
  font-size: 14px;
}
/*# sourceMappingURL=mk.css.map */
