
*,
*: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: 12px;
  color: #333;
  /*min-width: 1200px;*/
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #999;
}
a {
  color: #999;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #00b5b1;
}
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  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;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0px;
  color: #666;
  outline: none;
}
input[type=button],
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.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: 0 auto;
}
/*header*/
header {
  width: 100%;
}
header .top {
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #f1f1f1;
}
header .top .right p {
  display: inline-block;
  font-size: 14px;
  color: #333;
  float: left;
}
header .top .right a {
  font-size: 13px;
  float: left;
}
header .top .right span {
  float: left;
  font-size: 14px;
  color: #999;
  margin: 0 2px;
}
header .top .right a#wx {
  display: inline-block;
  margin: 0 15px;
  margin-top: 5px;
}
header .top .right p b {
  color: #00b5b1;
}
/*nav*/
#nav {
  width: 100%;
}
#nav .logo {
  width: 170px;
  height: 130px;
  position: relative;
}
#nav ul {
  margin-top: -5px;
}
#nav ul li {
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative;
}
#nav ul li:hover a.a1 {
  color: #00b5b1;
}
#nav ul li.on a.a1 {
  background: #00b5b1;
  color: #fff;
}
#nav ul li a.a1 {
  display: block;
  height: 130px;
  line-height: 129px;
  font-size: 16px;
  color: #333;
  max-width: 114px;
  padding: 0 25px;
  overflow: hidden;
}
#nav ul li .hide {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 9999;
  display: none;
  -webkit-animation: flipInY  0.8s ease;
  animation: flipInY  0.8s ease;
}
#nav ul li:hover .hide {
  display: block;
}
#nav ul li .hide a {
  display: block;
  width: 114px;
  margin: 0 auto;
  font-size: 13px;
  padding: 5px;
  color: #333;
}
#nav ul li .hide a:hover {
  background: #00b5b1;
  color: #fff;
}
#mmenu {
  z-index: 9999;
  right: 0;
}
#mmenu .search {
  margin: 10px 10px 10px 20px;
  width: 90%;
}
#mmenu .search .text {
  width: 100%;
}
.phone-nav {
  width: 32px;
  height: 32px;
  z-index: 999;
  position: absolute;
  right: 15px;
  top: 58px;
  display: none;
}
@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;
  }
  #nav ul {
    display: none;
  }
  header .top .right a#wx {
    display: none;
  }
  header p {
    display: none;
  }
  header .top .right p {
    display: none;
  }
  #nav .logo {
    height: 70px !important;
  }
}
@media (max-width: 767px) {
  .main {
    width: 100% !important;
    padding: 0 15px;
  }
  .phone-nav {
    display: block;
    top: 50px;
  }
  #nav ul {
    display: none;
  }
  header .top .right a#wx {
    display: none;
  }
  header p {
    display: none;
  }
  header .top .right p {
    display: none;
  }
  #nav .logo {
    width: 100px !important;
    height: 60px !important;
  }
}
#wx {
  position: relative;
}
#wx:hover .img1 {
  transition: 0.5s;
}
#wx:hover .img1 {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#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;
}
/*link*/
.link {
  width: 100%;
  background: #666;
}
.link p {
  width: 100%;
  font-size: 14px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.link p a {
  display: inline-block;
  color: #fff;
  margin: 0 25px;
}
.link p a:hover {
  color: #00b5b1;
}
@media (max-width: 767px) {
  .link {
    display: none;
  }
}
/*footer*/
footer .top {
  height: 140px;
  border-bottom: 1px solid #e5e5e5;
}
footer .top .left {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  padding-top: 40px;
}
footer .top .left i {
  display: block;
  font-size: 24px;
  color: #00b5b1;
  font-style: normal;
  font-family: "biaosong";
  font-weight: 600;
}
footer .top nav {
  margin-left: 30px;
  padding-top: 60px;
}
footer .top nav a {
  display: inline-block;
  font-size: 14px;
  margin-left: 65px;
  max-width: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer .top .erwei {
  width: 104px;
  height: 104px;
  position: relative;
  margin-top: 18px;
}
@media (min-width: 991px) and (max-width: 1205px) {
  footer .top nav a {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .top {
    height: auto;
    padding: 10px 0;
  }
  footer .top .left {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
  }
  footer .top nav {
    text-align: center;
    float: none;
    margin: 10px auto;
    line-height: 14px;
    padding-top: 0;
  }
  footer .top nav a {
    margin: 0 15px;
  }
  footer .top .erwei {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .top {
    height: auto;
    padding: 10px 0;
  }
  footer .top .left {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
  }
  footer .top nav {
    display: none;
  }
  footer .top nav a {
    margin: 0 15px;
  }
  footer .top .erwei {
    float: none;
    margin: 0 auto;
  }
}
footer p.bottom {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  color: #999;
  text-align: center;
}
footer p.bottom a {
  display: inline-block;
  color: #999;
  text-decoration: underline;
  margin-left: 40px;
}
footer p.bottom a:hover {
  color: #00b5b1;
}
footer p.bottom i {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 767px) {
  footer p.bottom {
    line-height: 20px;
    padding: 5px 0;
  }
  footer p.bottom a {
    display: block;
    margin: 0 auto;
  }
}
/*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%;
}
/*map*/
section .map {
  margin: 70px auto 80px;
}
.map dl {
  margin: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #00b5b1;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #e0e9f3;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #00b5b1;
}
.map dt:hover {
  background: #00b5b1;
}
.map dt a {
  color: #fff;
  display: block;
  line-height: 40px;
}
.map dt a:hover {
  color: #00b5b1;
}
.map dd {
  font-size: 12px;
  display: block;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #00b5b1;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #00b5b1;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0 20px 0 10px;
}
.map dd div a {
  color: #333;
  line-height: 40px;
  float: left;
  padding: 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #00b5b1;
  color: #fff;
}
@media (max-width: 768px) {
  .w1004 {
    max-width: 1100px;
    margin: 20px auto;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    border-right: none;
    border-left: none;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
  }
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 100%;
  }
  section .map {
    margin: 20px 0;
  }
}
/*bread*/
.bread {
  line-height: 70px;
  font-size: 13px;
  color: #838282;
}
.bread a {
  color: #838282;
}
.bread a:hover {
  color: #00b5b1;
}
.bread i {
  font-style: normal;
  color: #333;
}
@media (max-width: 768px) {
  .bread {
    line-height: 15px;
    margin: 3% 0;
  }
}
.pb70 {
  padding-bottom: 5%;
}
/*pageNav*/
.pageNav {
  width: 250px;
}
.pageNav ul li a {
  color: #fff;
  display: block;
}
.pageNav ul li a.a1 {
  width: 100%;
  font-size: 15px;
  margin: 1px 0;
  padding: 15px 25px 15px 40px;
  background: #00b5b1;
  position: relative;
}
.pageNav ul li a.a1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -5px;
  display: none;
}
.pageNav ul li a.a1:hover {
  font-weight: 600;
}
.pageNav ul li a.a1:hover:before {
  display: block;
}
.pageNav ul li a.a1.cur {
  font-weight: 600;
}
.pageNav ul li a.a1.cur:before {
  display: block;
}
.pageNav ul li ul.sub {
/*  padding: 10px 0;
 */ background: #33c4c1;
  display:none;
}
.pageNav ul li ul.sub li {
  padding-left: 25px;
  background: #33c4c1;
  padding-right: 25px;
  margin-bottom: 3px;
}
.pageNav ul li ul.sub li a {
  padding: 8px 0px 8px 15px;
  font-size: 14px;
  border-radius: 30px;
}
.pageNav ul li ul.sub li a:hover {
  background: #00b5b1;
  font-weight: 600;
}
.pageNav ul li ul.sub li a.on {
  background: #00b5b1;
  font-weight: 600;
}
.pageNav ul li ul.sub li .subNav {
  padding-left: 20px;
}
.pageNav ul li ul.sub li .subNav a {
  font-size: 13px;
}
.pageNav ul li ul.sub li .subNav a:hover {
  background: none;
  color: #006664;
  font-weight: 600;
}
.pageNav ul li ul.sub li .subNav a.on {
  background: none;
  color: #006664;
  font-weight: 600;
}
.page .right {
  width: 887px;
}
/*pageNum*/
.pageNum {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.pageNum a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f0f0f0;
  border-radius: 2px;
  margin: 0 5px;
}
.pageNum a.cpb {
  color: #fff;
  background: #00b5b1;
}
.pageNum a:hover {
  color: #fff;
  background: #00b5b1;
}
/*topNav*/
.topNav .main {
  line-height: 60px;
  background: #00b5b1;
  text-align: center;
  margin-top: -30px;
  position: relative;
  z-index: 999;
}
.topNav .main a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 75px;
  position: relative;
}
.topNav .main a.on {
  font-weight: 600;
}
.topNav .main a:hover {
  font-weight: 600;
}
.topNav .main a.on:before {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
}
.topNav .main a.on:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .topNav {
    display: none;
  }
}
@media (max-width: 767px) {
  .topNav {
    display: none;
  }
}


/* 样式 */

#hideWx img{
  cursor: default;
}
.home_about ul li:hover p a {
    color: #fff;
}