/**
 * All SCSS
 */
@charset "UTF-8";
/****************************** reset ******************************/
* {
  margin: 0;
  padding: 0;
}

html, body, img, iframe {
  border: 0;
}

body, button, input, select, textarea {
  font: 14px/1.14 "\5FAE\8F6F\96C5\9ED1","arial";
  color: #333;
  font-size: 14px;
}

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;
}

a:active, a:hover {
  outline-width: 0;
}

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

small {
  font-size: 80%;
}

i {
  font-style: normal;
}

/****************************** 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;
}

/* @extend .color; 引用样式*/
/* @include transition; 引用混合*/
/****************************** default ******************************/
.border-box,
.border-box *,
.border-box *:before,
.border-box *:after {
  box-sizing: border-box;
}

.fc {
  color: #67a408;
}

.bg {
  background: #f9f9f9;
}

.center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

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

.clearfix, ul, .center {
  *zoom: 1;
}

.ellipsis, .ibox2 ul li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tac {
  text-align: center;
}

.big:hover, .bigger {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.block {
  display: block;
}

.inline-block, .banner_btn a, .itit h3:after, .itit h3:before, .ibox2_btn a, .more, .ibox4 .fr p span, .new_tit .small .jiathis_style {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.content img {
  max-width: 100%;
}

.last_flex {
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-justify: auto;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 !important;
  padding: 0 !important;
}

.flex_space_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/****************************** style ******************************/
body {
  color: #4d4d4d;
  line-height: 1.8;
}

a:hover {
  color: #e60116;
}

.spac_p p {
  margin-bottom: 15px;
}

.head_top {
  font-size: 13px;
  color: #ccc;
  background-color: #494949;
  position: relative;
  z-index: 101;
  padding: 6px 0;
  overflow: hidden;
}

.head_top a:hover {
  color: #fff;
}

.head_main {
  height: 140px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.logo {
  height: 140px;
  line-height: 140px;
  float: left;
}

.logo img {
  vertical-align: middle;
}

.nav {
  float: right;
}

.nav > ul > li {
  float: left;
  border-left: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}

.nav > ul > li > ul {
  position: absolute;
  top: 140px;
  left: 0;
  width: 16em;
  z-index: 9999;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.nav > ul > li > ul > li {
  background-color: #e60116;
}

.nav > ul > li > ul > li > a {
  display: block;
  font-size: 13px;
  color: #fff;
  padding: 15px 13px 15px 20px;
}

.nav > ul > li > ul > li:hover {
  background-color: #233dc4;
}

.nav > ul > li:hover {
  overflow: visible;
}

.nav > ul > li:hover > a {
  background-color: #e60116;
  color: #fff;
}

.nav > ul > li:hover > a em {
  color: #fff;
}

.nav > ul > li:hover > ul {
  filter: alpha(opacity=100);
  opacity: 1;
}

.nav > ul > li:first-child {
  border-left: 0;
}

.nav > ul > li > a {
  display: block;
  height: 140px;
  line-height: 140px;
  font-size: 16px;
  padding-left: 1.45em;
  padding-right: 1.45em;
  text-align: center;
}

.nav > ul > li > a.active {
  background-color: #e60116;
  color: #fff;
}

.nav > ul > li > a.active em {
  color: #fff;
}

.nav > ul > li em {
  font-family: Helvetica;
  font-size: 10px;
  color: #999;
  display: block;
  line-height: normal;
  position: relative;
  top: 50px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  font-style: normal;
}

.nav > ul > li span {
  position: relative;
  top: -5px;
}

.menu_list {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background: transparent;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.menu_list > ul {
  background: rgba(0, 0, 0, 0.8);
  width: 60%;
  position: absolute;
  right: -60%;
  top: 0;
  bottom: 0;
  height: 100%;
  overflow-x: hidden;
  -webkit-transition: right .2s;
  transition: right .2s;
}

.menu_list > ul li {
  position: relative;
}

.menu_list > ul li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.menu_list > ul li > a > i {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 34px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.menu_list > ul li > a.in > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu_list > ul li ul {
  display: none;
}

.menu_list > ul li ul a {
  font-size: 14px;
}

.menu_list.in {
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.menu_list.in ul {
  right: 0;
}

.banner {
  height: 550px;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}

.banner_btn {
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 99;
  text-align: center;
}

.banner_btn a {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: background .2s;
  transition: background .2s;
  background: #ccc;
}

.banner_btn a:hover, .banner_btn a.in {
  background: #ff031c;
}

.box_inner {
  padding: 55px 0;
}

.itit {
  margin-bottom: 35px;
  text-align: center;
}

.itit h2 {
  margin-bottom: 10px;
  font-weight: normal;
  line-height: normal;
  font-size: 28px;
}

.itit h3 {
  font-weight: normal;
  font-size: 16px;
  color: #999;
  margin-bottom: 15px;
}

.itit h3:after, .itit h3:before {
  content: '';
  position: relative;
  margin: 0 15px;
  top: -5px;
  width: 55px;
  height: 1px;
  overflow: hidden;
  background-color: #ccc;
}

.ibox1 .center > p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.ibox1 ul {
  padding-top: 40px;
}

.ibox1 ul li {
  float: left;
  width: 22.75%;
  margin-left: 3%;
  text-align: center;
}

.ibox1 ul li:first-child {
  margin-left: 0;
}

.ibox1 ul li h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0;
}

.ibox2_btn {
  text-align: center;
  margin-bottom: 40px;
}

.ibox2_btn a {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #4d4d4d;
  font-size: 12px;
  background: #e5e6e8;
  -webkit-transition: background .2s;
  transition: background .2s;
  margin: 5px;
}

.ibox2_btn a:hover, .ibox2_btn a.active {
  color: #fff;
  background: #ff021e;
}

.ibox2 ul li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 25px;
  text-align: center;
}

.ibox2 ul li img {
  max-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-out 0s;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}

.ibox2 ul li:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.ibox2 ul li span {
  display: block;
  padding: 10px 0;
}

.more {
  margin-top: 30px;
  text-align: center;
  clear: both;
  line-height: 34px;
  padding: 0 35px;
  border: 1px solid #ccc;
  color: #999;
  background-color: transparent;
  -webkit-transition: background-color .5s,border-color .5s,color .5s;
  transition: background-color .5s,border-color .5s,color .5s;
}

.more:hover {
  background-color: #e60116;
  border-color: #e60116;
  color: #fff;
}

.ibox3_list ul li {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 45px;
}

.ibox3_list ul li .fl {
  margin-right: 20px;
  width: 165px;
}

.ibox3_list ul li .fl img {
  max-width: 100%;
}

.ibox3_list ul li .fr {
  float: none;
  margin-left: 185px;
}

.ibox3_list ul li h2 {
  font-size: 15px;
  margin-bottom: 10px;
}

.ibox3_list ul li p {
  font-size: 12px;
}

.ibox4 .fl {
  width: 58.8%;
  margin-right: 3%;
}

.ibox4 .fr {
  width: 38.2%;
}

.ibox4 .fr p {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}

.ibox4 .fr p img {
  position: absolute;
  left: 0;
  top: 3px;
}

.ibox4 .fr p label {
  vertical-align: top;
}

.footer a:hover {
  color: #fff;
}

.foot_content {
  height: 205px;
  padding-top: 47px;
  background: #283335 url("foot_bg.jpg"/*tpa=http://www.zjym.net/template/default/Index/img/foot_bg.jpg*/) no-repeat center;
  color: #bfbfbf;
}

.foot_content dl {
  margin-left: 15%;
  float: left;
}

.foot_content dl:first-child {
  margin-left: 0;
}

.foot_content dt {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.foot_content dd {
  font-size: 13px;
}

.foot_content .ewm {
  float: right;
  width: 120px;
  text-align: center;
  font-size: 16px;
}

.copyright {
  color: #bfbfbf;
  background: #1b2627;
  padding: 12px 0;
}

#dituContent .center {
  padding: 0;
}

.wap_header {
  padding: 10px 0;
  display: none;
  overflow: hidden;
}

.wap_header i {
  font-size: 36px;
  margin-top: 7px;
}

.totop {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 50px;
  right: 15px;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.3) url("totop.gif"/*tpa=http://www.zjym.net/template/default/Index/img/totop.gif*/) no-repeat center;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.totop:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.sbanner {
  overflow: hidden;
  text-align: center;
}

.sbanner img {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  display: block;
}

.page_menu {
  background: #e8e8e8;
}

.page_menu li {
  float: left;
  margin-right: 1px;
}

.page_menu li a {
  display: block;
  line-height: 65px;
  padding: 0 40px;
  color: #808080;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.page_menu li a:hover {
  background: #fff;
}

.page_menu li a.active {
  color: #333;
  background: #fff;
}

.page_content {
  padding: 45px 0 50px;
}

.main > .center > .fl {
  width: 260px;
  margin: 40px 0 55px;
}

.main > .center > .fl dt {
  padding: 17px 0 17px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  background: #e60116;
}

.main > .center > .fl dt + dd {
  border-top: 0;
}

.main > .center > .fl dd {
  border-top: 1px solid #ececec;
  background-color: #fafafa;
}

.main > .center > .fl dd a {
  display: block;
  padding: 17px 35px 17px 20px;
  color: #808080;
}

.main > .center > .fl dd a:hover, .main > .center > .fl dd a.active {
  color: #e60116;
}

.main > .center > .fr {
  width: 890px;
  margin: 40px 0 55px;
}

.show_pro {
  text-align: center;
}

.show_pro img {
  max-width: 100%;
}

.show_pro h1 {
  font-size: 20px;
  padding: 15px 0 30px;
}

.show_ibox2 ul li {
  width: 22.75%;
  margin-right: 3%;
}

.list_new ul li {
  width: 23.5%;
  margin-right: 2%;
  text-align: left;
}

.list_new ul li p {
  height: 72px;
  font-size: 12px;
  color: #808080;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.new_tit {
  text-align: center;
  padding: 20px 0 35px;
}

.new_tit h1 {
  font-size: 22px;
  padding-bottom: 15px;
  font-weight: normal;
}

.new_tit .small span {
  font-size: 12px;
  color: #999;
  vertical-align: middle;
}

.new_tit .small .jiathis_style {
  vertical-align: middle;
  line-height: 1.4;
}

/****************************** media ******************************/
@media screen and (max-width: 1200px) {
  .header, .page_menu {
    display: none;
  }
  .wap_header {
    display: block;
  }
  .page_content {
    padding: 10px 0 25px;
  }
  .main .center > .fl, .main .center > .fr {
    float: none;
    width: 100%;
  }
  .center {
    max-width: 1170px;
  }
}

@media screen and (max-width: 987px) {
  .copyright .fl, .copyright .fr {
    float: none;
  }
  .banner {
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .box_inner {
    padding: 30px 0;
  }
  .ibox4 .fl {
    margin-bottom: 20px;
  }
  .ibox4 .fl, .ibox4 .fr {
    width: 100%;
    float: none;
  }
  .ibox3_list ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
    overflow: hidden;
  }
  .ibox1 ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .banner {
    height: 380px !important;
  }
  .ibox3_list ul li .fl {
    width: 140px;
  }
  .ibox3_list ul li .fr {
    margin-left: 160px;
  }
  .wap_header img {
    height: 40px;
    vertical-align: middle;
  }
  .wap_header i {
    font-size: 32px;
    margin-top: 4px;
  }
  .itit {
    margin-bottom: 20px;
  }
  .sbanner img {
    width: 960px;
    margin-left: -480px;
  }
}

@media screen and (max-width: 640px) {
  .banner {
    height: 320px !important;
  }
  .ibox2 ul li {
    width: 100%;
    margin-right: 0;
  }
  .foot_content {
    height: auto;
  }
  .foot_content dl {
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
  }
  .foot_content .ewm {
    float: none;
    clear: both;
    width: 120px;
    padding: 30px 0;
  }
  .sbanner img {
    width: 640px;
    margin-left: -320px;
  }
  .show_ibox2 ul li {
    width: 48.5%;
    margin-right: 3% !important;
  }
  .show_ibox2 ul li:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .banner {
    height: 280px !important;
  }
  .ibox3_list ul li .fl {
    width: 120px;
  }
  .ibox3_list ul li .fr {
    margin-left: 140px;
  }
  .ibox3_list ul li p {
    display: none;
  }
  .itit h3:after, .itit h3:before {
    width: 40px;
  }
  .wap_header img {
    height: 30px;
  }
  .wap_header i {
    font-size: 24px;
    margin-top: 3px;
  }
  .sbanner img {
    width: 480px;
    margin-left: -240px;
  }
  .show_ibox2 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=mk.css.map */

