@charset "utf-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: white;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.2em;
    font-family: Arial!important;
}

sub {
    bottom: -0.25em;
    font-family: Arial!important;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*样式处理*/

body {
    font-size: 14px;
}

*,
::before,
::after,
input[type="search"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.clearfix::after,
.clearfix::before {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}


/*header*/

header {
    width: 100%;
    min-width: 1200px;
    height: 70px;
    background: url("../imgs/headerBac.jpg") no-repeat;
    position: relative;
    top: 0;
    left: 0;
  }
  header .headerBox {
    width: 1200px;
    height: 70px;
    background: white;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -650px;
    z-index: 1;
  }
  header .headerBox h1 {
    float: left;
    height: 70px;
    background: #0168b7;
    margin: 0;
    padding: 0;
    margin-left: -30px;
    transform: skewX(157deg);
  }
  header .headerBox h1 a {
    display: block;
    width: 100%;
    padding-left: 80px;
    padding-right: 14px;
    height: 70px;
    line-height: 70px;
  }
  header .headerBox h1 a img {
    width: 270px;
    transform: skewX(-157deg);
  }
  header .headerBox ul {
    height: 70px;
    float: left;
  }
  header .headerBox ul li {
    float: left;
    text-align: center;
    width: 150px;
    height: 70px;
    overflow: hidden;
  }
  header .headerBox ul li:hover {
    overflow: visible;
  }
  header .headerBox ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    color: #555;
    font-size: 22px;
    text-decoration: none;
    background-color: white;
  }
  header .headerBox ul li a:hover {
    text-decoration: underline;
  }


/*header*/


/*footer*/

footer {
  width: 100%;
  min-width: 1200px;
  background: #000;
  height: 270px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
footer .footerBox {
  width: 1200px;
  height: 250px;
  margin: 0 auto;
  padding: 0;
}
footer .footerBox .footerL {
  width: 988px;
  height: 250px;
  float: left;
}
footer .footerBox .footerL p {
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
footer .footerBox .footerL p img {
  display: inline-block;
  width: 40px;
  vertical-align: -13px;
}
footer .footerBox .footerL p span {
  display: inline-block;
  color: white;
  font-size: 16px;
  margin-left: 15px;
}
footer .footerBox .footerL p a {
  display: inline-block;
  color: white;
  font-size: 16px;
  margin-left: 15px;
  text-decoration: none;
}
footer .footerBox .footerR {
  width: 175px;
  height: 250px;
  float: right;
  position: relative;
}
footer .footerBox .footerR img {
  width: 100%;
  vertical-align: middle;
}
footer .footerBox .footerR span {
  position: absolute;
  bottom: 100px;
  left: 0px;
  width: 70px;
  height: 70px;
}
footer .footerBox .footerR span:hover img {
  display: block;
}
footer .footerBox .footerR span img {
  width: 150px;
  height: 150px;
  position: absolute;
  left: -170px;
  top: -40px;
  display: none;
}
footer .footerBox .footerR a {
  position: absolute;
  bottom: 100px;
  left: 70px;
  width: 70px;
  height: 70px;
}
footer .footerBox .footerR b {
  position: absolute;
  bottom: 100px;
  left: 140px;
  width: 70px;
  height: 70px;
}
footer .footerBox .footerR b:hover img {
  display: block;
}
footer .footerBox .footerR b img {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  left: -330px;
  top: -50px;
  display: none;
}


/*footer*/