::-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: #1174c5;
  color: #fff;
}
::-moz-selection {
  background-color: #1174c5;
  color: #fff;
}
::-webkit-selection {
  background-color: #1174c5;
  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;
  background: #f0f3ef;
  overflow-x: hidden;
}
: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;
}
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;
}
.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;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.header {
  height: 166px;
  width: 1200px;
  margin: 0 auto;
}
.header .top {
  width: 1200px;
  margin: 0 auto;
  height: 106px;
  position: relative;
}
.header .top .logo {
  float: left;
  line-height: 1;
  padding-top: 18px;
}
.header .top .logo h1 a {
  float: left;
}
.header .top .logo h1 a img {
  width: 481px;
  height: 74px;
}
.header .top .link {
  float: right;
  margin-top: 22px;
  line-height: 30px;
  color: #4c4c4c;
}
.header .top .link a {
  color: #4c4c4c;
  display: inline-block;
  margin: 0 5px;
}
.header .top .link a:hover {
  color: #1174c5;
}
.nav_bg {
  height: 60px;
  width: 100%;
}
.nav_bg .menu {
  width: 1200px;
  margin: 0 auto;
  background: #1174c5;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .nav {
  height: 60px;
  text-align: center;
  font-size: 0;
}
.nav_bg .menu .nav > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 149px;
  border-left: 1px #4190d1 dashed;
  vertical-align: top;
}
.nav_bg .menu .nav > li:first-child {
  border-left: none;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  position: relative;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #1174c5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li:hover > a,
.nav_bg .menu .nav > li.another > a,
.nav_bg .menu .nav > li.on > a {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.nav_bg .menu .nav > li:hover > a:before,
.nav_bg .menu .nav > li.another > a:before,
.nav_bg .menu .nav > li.on > a:before {
  height: 100%;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 20px 12px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  text-align: center;
  background-color: #1174c5;
}
.nav_bg .menu .nav .sec a {
  height: 38px;
  line-height: 38px;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  border-bottom: 1px #4190d1 dashed;
  color: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #1174c5, #1174c5);
  background-image: linear-gradient(to right, #1174c5, #1174c5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .sec a:hover {
  background-size: 100% 100%;
  padding-left: 10px;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  background-color: #040404;
  padding: 25px 0;
  clear: both;
}
.footer:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .left {
  margin-left: 25px;
  line-height: 32px;
  color: #b6b6b6;
}
.footer .left a {
  color: #b6b6b6;
}
.footer .right {
  margin-right: 25px;
  background-color: #ffffff;
  text-align: center;
  padding: 3px 16px;
}
.footer .right img {
  max-height: 60px;
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
}
