@charset "utf-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 14px;
  color: #333;
}
/*a {*/
  /*transition: 0.5s;*/
/*}*/
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
a:hover,
a:active,
a:focus {
  color: #ffc107;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  /*width: 100%;*/
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  /*-webkit-appearance: none;*/
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  /*-webkit-appearance: none;*/
  outline: none;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  /*-webkit-appearance: none;*/
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
ol {
  list-style: none;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
/*页面主体区域的宽*/
.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/*header*/
header.header .top {
  background: #f5f5f5;
  border-bottom: 1px solid #ececec;
  box-shadow: 0px 0px 1px rgba(221, 221, 221, 0.75);
  line-height: 38px;
  font-size: 12px;
  color: #888;
}
header.header .top p a {
  color: #888;
  display: inline-block;
  padding: 0 15px;
  height: 20px;
  line-height: 20px;
}
header.header .top p a:hover {
  color: #ffc107;
}
header.header .top .left {
  max-width: 65%;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
header.header p a#wx {
  position: relative;
  border-right: 1px solid #ddd;
  cursor: default;
}
#wx #hideWx {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 999;
  top: 30px;
  background: #f2f2f2;
  padding: 20px;
  left: 50%;
  margin-left: -60px;
  display: none;
  -webkit-animation: flipInX  1s ease;
  animation: flipInX  1s ease;
}
#wx #hideWx:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
#wx:hover #hideWx {
  display: block;
}
header.header .top span {
  background: #eee;
}
header.header span a {
  color: #888;
  display: inline-block;
  padding: 0 15px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #ddd;
}
header.header span a:hover {
  color: #ffc107;
}
header.header span a.on {
  color: #ffc107;
}
header.header .bottom {
  padding: 20px 0;
}
header.header .bottom .left a.logo {
  float: left;
  width: 175px;
  height: 80px;
  position: relative;
}
header.header .bottom .left p {
  float: left;
  height: 80px;
  background: url(../images/logo_bg.jpg) no-repeat left center;
  margin-left: 5px;
  padding-left: 20px;
  padding-top: 20px;
  max-width: 500px;
}
header.header .bottom .left p span {
  display: block;
  font-size: 20px;
  color: #ffc107;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
header.header .bottom .left p i {
  display: block;
  font-size: 14px;
  color: #ffc107;
  font-style: normal;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
header.header .bottom .right {
  margin-top: 25px;
  height: 45px;
  padding-left: 50px;
  background: url(../images/call.jpg) no-repeat left bottom;
  max-width: 260px;
}
header.header .bottom .right span a{
  line-height: 24px;
}
header.header .bottom .right p {
  font-size: 14px;
  color: #888;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
header.header .bottom .right span {
  font-size: 26px;
  color: #ffc107;
  font-weight: 600;
}
header.header .bottom .right span a{
  color: #ffc107;
  padding: 0;
}
header.header .bottom .main {
  position: relative;
}
#mmenu {
  z-index: 9999;
  right: 0;
}
.phone-nav {
  width: 32px;
  height: 32px;
  z-index: 999;
  position: absolute;
  right: 15px;
  top: 25px;
  display: none!important;
  background: url(../images/nav.png) no-repeat;
  background-size: 100%;
}
@media (min-width: 991px) and (max-width: 1205px) {
  .main {
    width: 970px !important;
  }
  #nav ul li {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main {
    width: 750px !important;
  }
  .phone-nav {
    display: block!important;
  }
  #nav ul {
    display: none;
  }
  header .top .right a#wx {
    display: none;
  }
  header .top .right p {
    display: none;
  }
  header .bottom .left p {
    display: none;
  }
  header.header .bottom .right {
    display: none;
  }
  header.header .bottom {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main {
    width: 100% !important;
    padding: 0 15px;
  }
  .phone-nav {
    display: block!important;
    top: 5px;
  }
  header .top .right p {
    display: none;
  }
  header .bottom .left p {
    display: none;
  }
  header.header .bottom .right {
    display: none;
  }
  header.header .bottom .left .logo {
    width: 100px !important;
    height: 40px !important;
  }
  header.header .bottom {
    padding: 5px 0;
  }
  header.header .top .left {
    display: none;
  }
  header.header .top {
    display: none;
  }
}
/*headNav*/
nav.headNav {
  height: 45px;
  width: 100%;
  background: #32465a;
}
nav.headNav ul li {
  float: left;
  height: 45px;
}
nav.headNav ul li a.a1 {
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 14px;
}
nav.headNav ul li a.on {
  background: #ffc107;
}
nav.headNav ul li a.a1:hover {
  color: #ffc107;
}
nav.headNav ul li a.on:hover {
  color: #fff;
}
nav.headNav ul li .hide {
  width: 100%;
  background: #32465a;
  display: none;
  position: relative;
  z-index: 9999;
}
nav.headNav ul li .hide a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px;
}
nav.headNav ul li .hide a:hover {
  background: #ffc107;
}
@media (min-width: 768px) and (max-width: 991px) {
  nav.headNav {
    display: none;
  }
}
@media (max-width: 767px) {
  nav.headNav {
    display: none;
  }
}
/*footer*/
footer {
  padding-top: 20px;
  background: #32465a;
}
footer .top {
  padding: 15px 0;
  border-top: 1px solid #54606d;
  border-bottom: 1px solid #54606d;
  text-align: center;
}
footer .top a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  border-right: 2px solid #fff;
  height: 12px;
  line-height: 12px;
  margin: 10px 0;
}
footer .top a:hover {
  color: #ffc107;
}
footer .bottom {
  padding: 30px 0 35px;
}
footer .bottom .left i {
  float: left;
  width: 140px;
  height: 80px;
  position: relative;
  margin-right: 25px;
  overflow: hidden;
}
footer .bottom .left p {
  float: left;
  height: 80px;
  background: url(../images/footPbg.png) no-repeat left center;
  padding-left: 20px;
  max-width: 220px;
}
footer .bottom .left p span {
  display: block;
  font-size: 20px;
  color: #ffc107;
  padding-top: 20px;
  height: 46px;
  overflow: hidden;
}
footer .bottom .left p i {
  display: block;
  font-size: 14px;
  color: #fff;
  font-style: normal;
}
footer .bottom .mid {
  margin-left: 50px;
  font-size: 12px;
  color: #999;
  line-height: 24px;
  width: 400px;
}
footer .bottom .mid b {
  color: #fff;
  display: inline-block;
  margin-left: 15px;
}
footer .bottom .mid i {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
footer .bottom .mid a {
  color: #fff;
  display: inline-block;
}
footer .bottom .mid a:hover {
  color: #ffc107;
}
footer .bottom .right {
  margin-left: 80px;
  width: 65px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
footer .bottom .right i {
  display: block;
  width: 65px;
  height: 65px;
  position: relative;
}
@media (min-width: 991px) and (max-width: 1205px) {
  footer .bottom .mid {
    margin-left: 15px;
  }
  footer .bottom .right {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top {
    display: none;
  }
  footer .left {
    display: none;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 0;
    text-align: center;
  }
  footer .top {
    display: none;
  }
  footer .left {
    display: none;
  }
  footer .right {
    display: none;
  }
  footer .bottom {
    padding: 10px 0;
  }
  footer .bottom .mid {
    width: 100%;
    margin: 0;
  }
}
/*page_banner*/
.page_banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page_banner span {
  display: block;
  width: 100%;
  text-align: center;
}
.page_banner img {
  border: 0;
  max-width: 100%;
}
/*page_main*/
.page_main {
  background: #f3f3f3;
}
.page_main .main {
  margin-top: -40px;
  min-height: 500px;
  background: #fff;
  position: relative;
  z-index: 999;
}
.page_main .left {
  width: 280px;
  padding: 0px 10px 45px;
  border-right: 1px solid #ddd;
}
.page_main .left .title {
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/pageNavBg.png) no-repeat bottom center;
}
.page_main .left .title b {
  font-size: 22px;
  color: #ffc107;
  display: block;
  padding-left: 13px;
  border-left: 3px solid #ffc107;
}
.page_main .left ul li {
  padding-left: 60px;
  position: relative;
  background: url(../images/pageNavBg.png) no-repeat bottom center;
  padding-bottom: 15px;
}
.page_main .left ul li:before {
  content: "○";
  font-size: 28px;
  color: #999;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -24px;
}
.page_main .left ul li a {
  display: block;
  padding: 10px 0 10px 0px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.page_main .left ul li a:hover {
  color: #ffc107;
}
.page_main .left ul li.on a {
  color: #ffc107;
}
.page_main .left ul.newsNav li a {
  padding: 5px 0;
  font-size: 12px;
  width: 100%;
  height: 34px;
  line-height: 28px;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
}
.page_main .left .navContact {
  border: 1px solid #eaeaea;
  padding: 0 20px 25px;
  margin-top: 20px;
}
.page_main .left .navContact .title {
  padding-left: 18px;
  margin-bottom: 20px;
}
.page_main .left .navContact p {
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 38px;
  font-size: 12px;
  color: #333;
}
.page_main .right {
  width: 920px;
  padding: 0px 30px 45px;
  /*border-left: 1px solid #ddd;*/
}
/*新增面包屑样式*/
.conbody-mbx {
  /*border-bottom: 1px solid #DCDCDC;*/
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 5px 0;
  /*box-shadow: 0px 1px 0px 0px #FFF;*/
}
@media (max-width:767px) {
  .conbody-mbx {
    margin-top: 0;
  }
}
.conbody-mbx .title{
  display: inline-block;
  font-size: 16px;
  color: #ffc107;
  max-width: 30%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.conbody-mbx span {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 12px;
  float: right;
  max-width: 68%;
}
.conbody-mbx span a:last-child {
  color: #ffc107;
}