/* 此文件放置前端所有页面公有的样式 */
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: 'Microsoft YaHei', sans-serif;
  /* 内容区域共有的宽度 */
  /* 文字颜色强调 */
  /* 清除浮动 */
  /* 没有数据的显示 */
}
body ul,
body ol,
body li,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body form,
body fieldset,
body table,
body td,
body img,
body div,
body dl,
body dt,
body dd,
body input {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
body h1 {
  font-size: 16px;
  font-weight: bold;
}
body h2 {
  font-size: 14px;
  font-weight: bold;
}
body h3 {
  font-size: 12px;
  font-weight: bold;
}
body p {
  font-size: 12px;
}
body img {
  border: none;
}
body li {
  list-style: none;
}
body input,
body select,
body textarea {
  outline: none;
  border: 1px solid #eee;
}
body a {
  text-decoration: none;
}
body .front_end_item_container {
  width: 1000px;
  margin: 0 auto;
}
body .emphasize-color {
  color: #ff7f00;
}
body .clearfix:after {
  content: "";
  clear: both;
}
body .clearfix {
  zoom: 1;
}
body .none-data-container {
  margin: 20px 0;
  text-align: center;
}
.front_end_footer {
  width: 100%;
  height: 240px;
  background: #181818;
}
.front_end_footer .front_end_footer_item {
  height: 100%;
}
.front_end_footer .front_end_footer_item .footer-item-detail {
  color: silver;
  font-size: 12px;
  width: 221px;
  margin-top: 20px;
  margin-left: 17px;
  float: left;
}
.front_end_footer .front_end_footer_item .footer-item-detail h3 {
  font-size: 14px;
  color: #fff;
}
.front_end_footer .front_end_footer_item .footer-item-detail h4 {
  margin-top: 3px;
  font-size: 12px;
  margin-bottom: 16px;
  font-family: sans-serif;
}
.front_end_footer .front_end_footer_item .footer-item-detail .dividing-line-container {
  width: 100%;
  background: black;
  height: 1px;
  margin-bottom: 10px;
}
.front_end_footer .front_end_footer_item .footer-item-detail .dividing-line-container img {
  position: relative;
  top: -12px;
}
.front_end_footer .front_end_footer_item .footer-item-detail p {
  opacity: 0.6;
}
.front_end_footer .front_end_footer_item .footer-item-detail ul li:before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  position: relative;
  right: 0;
  margin-right: 6px;
  top: -2px;
  background: url("../../images/front_end/circle.png") no-repeat;
}
.front_end_footer .front_end_footer_item .footer-item-detail ul li a {
  padding: 6px 0;
  display: inline-block;
  font-size: 14px;
  color: silver;
  opacity: 0.6;
}
.front_end_footer .front_end_footer_item .footer-item-detail ul li a:hover {
  cursor: pointer;
  color: #fff;
}
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact i {
  display: inline-block;
  padding: 5px;
  background: black;
  margin: 5px 5px 0 0;
}
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact .contact-padding-larger {
  padding: 7px 8.6px;
}
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact .contact-address,
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact .contact-email,
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact .contact-phone {
  width: 14px;
  height: 14px;
  display: inline-block;
  padding: 7px;
  margin: 5px 5px 0 0 ;
  background: url("../../images/front_end/contact_btn.png") no-repeat;
}
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact .contact-phone {
  background-position: 0 -60px;
}
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact .contact-email {
  background-position: 0 -30px;
}
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact .contact-address {
  background-position: 0 0;
}
.front_end_footer .front_end_footer_item .footer-item-detail .item-detail-contact span {
  display: inline-block;
  position: relative;
  top: -12px;
  opacity: 0.6;
}
.front_end_footer .front_end_footer_item .footer-item-detail:nth-child(1) {
  margin-left: 0;
}
.front_end_footer .front_end_footer_item .first-item-detail {
  margin-left: 0;
}
.front_end_footer .front_end_footer_item .item_last {
  width: 268px;
}
.front_end_footer .front_end_footer_item .item_last .item_last_slogan {
  margin-bottom: 5px;
}
.front_end_copyright {
  width: 100%;
  height: 70px;
  background: #131313;
  text-align: center;
}
.front_end_copyright .front_end_copyright_item {
  height: 100%;
}
.front_end_copyright .front_end_copyright_item .copy-right-mark {
  line-height: 40px;
  text-align: center;
  color: #eee;
  opacity: 0.5;
}
.front_end_copyright .police a {
  color: #eee;
}
.front_end_copyright .police span {
  color: #eee;
}
.front_end_header_holder {
  width: 100%;
  background: #fff;
  opacity: 0.8;
  height: 60px;
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
}
.front_end_header_container {
  width: 1000px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
}
.front_end_header_container .front-end-header-left {
  width: 300px;
  display: inline-block;
  height: 60px;
}
.front_end_header_container .front-end-header-left img {
  height: 36px;
  margin: 12px 0;
}
.front_end_header_container .front-end-header-right {
  width: 700px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  vertical-align: bottom;
  font-size: 14px;
  text-align: right;
  color: #000;
}
.front_end_header_container .front-end-header-right i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  left: 0;
}
.front_end_header_container .front-end-header-item:nth-child(1) {
  margin-left: 0;
}
.header-active {
  border-bottom: 2px solid #ff7f00;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
}
.navbox {
  height: 40px;
  position: relative;
  z-index: 9;
  margin: auto;
  background: #554b4a;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
  font-family: '微软雅黑';
}
.nav {
  width: 1002px;
  margin: 0 auto;
  height: 40px;
  list-style: none;
}
.nav li {
  float: left;
  height: 40px;
  position: relative;
  list-style: none;
}
.nav li.last {
  background: none;
}
.nav li a {
  text-decoration: none;
}
.nav li a span {
  float: left;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  width: 143px;
  text-align: center;
}
.mj_hover_menu {
  text-decoration: none;
  width: 143px;
  background: url(../../images/front_end/menu_hover.jpg);
  height: 40px;
}
.nav li.selected .submenu {
  display: block;
}
.nav li .submenu {
  display: none;
  position: absolute;
  top: 40px;
  left: -4px;
}
.nav li .submenu li {
  float: none;
  padding: 0;
  background: none;
  height: auto;
  border-bottom: dotted 0px #BEBEBE;
}
.mj_menu_pro_bg {
  width: 825px;
  height: 235px;
  background: url(../../images/front_end/menu_pro_bg.png) no-repeat;
}
.mj_menu_pro_main {
  width: 765px;
  margin: auto;
  padding-top: 12px;
}
.mj_menu_pro_li {
  float: left;
}
.mj_menu_li_txt {
  line-height: 22px;
  font-size: 12px;
  color: #696969;
}
.mj_menu_li_txt font {
  font-size: 14px;
  color: #1879c6;
}
.mj_menu_li_txt a {
  color: #696969;
  text-decoration: none;
}
.mj_menu_li_txt a:hover {
  color: #1879c6;
  text-decoration: none;
}
.mj_menu_news_bg {
  width: 480px;
  height: 185px;
  background: url(../../images/front_end/menu_news_bg.png) no-repeat;
}
.mj_menu_news_main {
  width: 440px;
  margin: auto;
  padding-top: 12px;
}
.mj_menu_news_li {
  padding: 0 30px;
  margin-right: 30px;
  height: 150px;
  float: left;
  border-right: solid 1px #cccccc;
}
.mj_menu_news_img {
  float: left;
  text-align: left;
  color: #1879c6;
  line-height: 30px;
  font-size: 14px;
}
.mj_menu_news_li2 {
  padding: 0 30px;
  height: 150px;
  float: right;
  border-left: solid 1px #cccccc;
}
.mj_menu_news_img2 {
  float: left;
  margin-left: 30px;
  text-align: left;
  color: #1879c6;
  line-height: 30px;
  font-size: 14px;
}
.mj_menu_news_li3 {
  padding: 0 25px;
  height: 150px;
  float: right;
  border-left: solid 1px #cccccc;
}
.mj_menu_news_img3 {
  float: left;
  margin-left: 10px;
  text-align: left;
  color: #1879c6;
  line-height: 30px;
  font-size: 14px;
}
.navigation {
  text-align: center;
  margin-bottom: 30px;
}
.navigation .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.navigation .pagination li {
  display: inline;
}
.navigation .pagination li a {
  position: relative;
  float: left;
  padding: 8px 14px;
  margin-left: -1px;
  line-height: 1.5;
  color: #1879c6;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.navigation .pagination li a:hover {
  background: #1879c6;
  color: #fff;
}
.navigation .pagination li .page-control span {
  border-radius: 2px;
}
.navigation .pagination .active {
  background: #1879c6;
  color: #fff;
}
.navigation .pagination .disabled {
  cursor: not-allowed;
}
.navigation .pagination .disabled:hover {
  background: silver !important;
}

/*# sourceMappingURL=../maps/front_end/front_end_common.css.map */
