::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #3e4d5f;
  color: #fff;
}
::-moz-selection {
  background-color: #3e4d5f;
  color: #fff;
}
::-webkit-selection {
  background-color: #3e4d5f;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  min-width: 1220px;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
}
img {
  border: none;
  background: none;
  vertical-align: middle;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.content-1 {
  width: 1200px;
  margin: 0 auto;
}
.content-all {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.header {
  background: #f2f2f2 url(../images/topbg.jpg) center top no-repeat;
}
.header .xunpanBox {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.header .xunpanBox .xunpan {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}
.header .xunpanBox .xunpan i {
  margin: 0 3px;
}
.header .xunpanBox .xunpan img {
  margin-right: 20px;
}
.header .xunpanBox .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #5d4432;
  border-radius: 4px;
  filter: alpha(opacity=0);
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(250, 250, 250, 0.1);
}
.header .xunpanBox .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  border: 8px solid transparent;
  border-bottom-color: #5d4432;
}
.header .xunpanBox .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.header .top .topBox {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px #989fa8 solid;
  clear: both;
  height: 70px;
  padding: 80px 0;
  line-height: 1;
  margin-bottom: 1px;
}
.header .top .topBox:after {
  content: "";
  display: block;
  clear: both;
}
.header .top .logo {
  float: left;
  margin-right: 22px;
}
.header .top .logo h1 {
  line-height: 1;
}
.header .top .logo h1 img {
  float: left;
  margin-right: 20px;
  width: 36px;
  height: 43px;
}
.header .top .logo h1 span {
  font-size: 38px;
  color: #222d38;
  display: block;
  font-family: SimHei;
  font-weight: bold;
  width: 600px;
}
.header .top .logo h1 i {
  display: block;
  font-size: 22px;
  color: #222d38;
  margin-top: 10px;
  font-family: SimHei;
  letter-spacing: 2px;
  padding-left: 58px;
}
.header .top .biaoyu {
  float: right;
  color: #333;
  border-left: 1px #3e4d5f solid;
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 5px;
  line-height: 1;
}
.header .top .biaoyu b {
  display: block;
  color: #efb336;
  font-weight: normal;
  font-size: 25px;
}
.header .top .biaoyu span {
  display: block;
  color: #666;
  margin-top: 15px;
  letter-spacing: 2px;
  font-size: 23px;
}
.header .top .tel {
  float: right;
  margin-top: 5px;
}
.header .top .tel h4 {
  float: right;
  line-height: 30px;
  font-size: 22px;
}
.header .top .tel p {
  font-size: 18px;
  text-align: right;
  float: right;
  margin-right: 5px;
  width: 5em;
  line-height: 1;
  padding-top: 2px;
}
.header .top .tel p img {
  margin-right: 1em;
  width: 21px;
  height: 17px;
}
.header .top .tel p span {
  display: block;
  margin-top: 15px;
}
.nav_bg {
  height: 66px;
  width: 100%;
  background: #f2f2f2;
}
.nav_bg .menu {
  width: 1200px;
  margin: 0 auto;
  height: 66px;
  position: relative;
}
.nav_bg .menu .nav {
  height: 66px;
  text-align: center;
  font-size: 0;
}
.nav_bg .menu .nav > li {
  text-align: center;
  display: inline-block;
  position: relative;
}
.nav_bg .menu .nav > li:before {
  content: "|";
  font-size: 16px;
  display: inline-block;
}
.nav_bg .menu .nav > li > a {
  font-size: 16px;
  display: inline-block;
  line-height: 66px;
  height: 66px;
  position: relative;
  padding: 0 29px;
}
.nav_bg .menu .nav > li:after {
  content: "";
  display: block;
  width: 62px;
  height: 5px;
  background: url(../images/navon.png) center center no-repeat;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -31px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav_bg .menu .nav > li:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 0;
}
.nav_bg .menu .nav > li.on:after {
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: 0;
}
.nav_bg .menu .nav > li:first-child:before {
  display: none;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 66px;
  left: 0;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
}
.nav_bg .menu .nav .sec a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  border-top: 1px #ddd solid;
  padding: 0 10px;
}
.nav_bg .menu .nav .sec a:hover {
  background: #efb336;
  color: #fff;
  padding-left: 20px;
}
.nav_bg .menu .nav .secs {
  background: #fff;
  width: 1010px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 66px;
  left: -460px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 0 10px;
  font-size: 14px;
}
.nav_bg .menu .nav .secs:after {
  content: ".";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.nav_bg .menu .nav .secs li.nlayer1 {
  float: left;
  width: 230px;
  padding: 10px 10px;
  background: none;
  margin: 12px 0;
}
.nav_bg .menu .nav .secs li.nlayer1 img {
  width: 230px;
  height: 135px;
}
.nav_bg .menu .nav .secs li.nlayer1:nth-child(4) {
  border-right: none;
}
.nav_bg .menu .nav .secs li.nlayer1 > a {
  display: block;
  text-align: center;
  width: 220px;
  line-height: 34px;
  height: 34px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a {
  background: #d9d9d9;
  margin-top: 10px;
  font-size: 14px;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  background: #efb336;
  color: #fff;
}
.nav_bg .menu .nav .secs .nlayer2 {
  width: 240px;
  margin-left: -10px;
}
.nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 220px;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  margin-left: 10px;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.nav_bg .menu .nav .secs .nlayer2 a:after {
  content: "";
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  background: #efb336;
  color: #fff;
}
.nav_bg.fixedNav {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.foot {
  background-color: #333333;
  padding: 20px 0 40px;
}
.foot .foot_cen {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
.foot .foot_cen:after {
  content: "";
  display: block;
  clear: both;
}
.foot .foot_cen .foot_l {
  width: 410px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.foot .foot_cen .foot_l p {
  height: 30x;
  line-height: 30px;
  font-size: 14px;
  color: #e4e4e4;
}
.foot .foot_cen .foot_l p a {
  color: #e4e4e4;
}
.foot .foot_cen .ewm {
  float: left;
  text-align: center;
  font-size: 14px;
  color: #e4e4e4;
}
.foot .foot_cen .ewm img {
  width: 100px;
  height: 100px;
}
.foot .foot_cen .ewm span {
  display: block;
  margin-bottom: 5px;
  line-height: 30px;
}
.foot .foot_cen .foot_r {
  float: right;
}
.foot .foot_cen .foot_r div {
  float: left;
  margin-left: 50px;
  width: 100px;
  line-height: 30px;
}
.foot .foot_cen .foot_r div h3 {
  font-size: 16px;
  color: #ffffff;
}
.foot .foot_cen .foot_r div a {
  font-size: 14px;
  color: #cccccc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot .foot_cen .foot_r div a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.foot .foot_cen .foot_r div a:hover {
  color: #efb336;
}
.footer {
  background: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #e4e4e4;
}
.footer a {
  font-size: 14px;
  color: #e4e4e4;
}
