@font-face {
  font-family: "sourcehansans";
  /* 这个名字可以自己定义 */
  src: url("../static/fonts/sourcehansans.eot");
  src: url("../static/fonts/sourcehansans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../static/fonts/sourcehansans.woff") format("woff"), /* Modern Browsers */ url("../static/fonts/sourcehansans.ttf") format("truetype"), /* Safari, Android, iOS */ url("../static/fonts/sourcehansans.svg#YourWebFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "sourcehansans";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 200%;
  font-weight: normal;
}
:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
a:hover img {
  border: none;
}
/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.pr100 {
  padding-right: 100px;
}
.lbHeader {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fff;
}
.lbHeader .headerContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.lbHeader .headerContent .lbLogo img {
  width: 190px;
  height: 55px;
}
.lbHeader .headerContent .tabBox {
  display: flex;
}
.lbHeader .headerContent .tabBox ul {
  display: inline-block;
}
.lbHeader .headerContent .tabBox ul li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.lbHeader .headerContent .tabBox ul li a {
  color: #333333;
  display: inline-block;
  height: 96px;
  line-height: 96px;
  padding: 0 30px;
  font-weight: 900;
}
.lbHeader .headerContent .tabBox ul .active {
  border-bottom: 3px solid #055aa4;
}
.lbHeader .headerContent .tabBox ul .active a {
  color: #055aa4;
}
.section {
  color: #fff;
  background: url('../images/lbBG.png') no-repeat center;
}
.section .lbIndex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .lbIndex .sectionFont h1 {
  font-size: 72px;
  height: 120px;
  border-bottom: 2px solid #fff;
  width: 468px;
  color: #fff;
}
.section .lbIndex .sectionFont .desc {
  font-size: 44px;
  color: #fff;
  padding-top: 28px;
}
.section .lbIndex .sectionImg {
  padding-top: 85px;
}
.section .lbIndex .sectionImg .indexImg {
  width: 700px;
}
.section .lbItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .lbItem .sectionFont {
  width: 400px;
}
.section .lbItem .sectionFont p {
  line-height: 34px;
  font-size: 18px;
}
.section .lbItem .sectionImg img {
  width: 800px;
}
.section h3 {
  font-size: 36px;
  height: 80px;
}
.section .itemCont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.section .itemCont .itemLeft {
  padding-top: 100px;
}
.section .itemCont .itemLeft .page5 {
  width: 830px;
}
.section .itemCont .itemRight {
  width: 420px;
  padding-top: 100px;
}
.section .itemCont .itemRight p {
  line-height: 34px;
  font-size: 18px;
}
.section .footerWarp {
  width: 1200px;
  margin: 0 auto;
}
.section .footerWarp .pageFooter {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.section .footerWarp .pageFooter h4 {
  font-size: 16px;
  border-bottom: 2px solid #fff;
  width: 130px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #fff;
}
.section .footerWarp .pageFooter .links .linkCont a {
  display: block;
  height: 40px;
  color: #fff;
}
.section .footerWarp .pageFooter .contact .contactCont {
  width: 300px;
}
.section .footerWarp .pageFooter .contact .contactCont p {
  display: block;
  height: 40px;
  color: #fff;
}
.section .footerWarp .pageFooter .wechat img,
.section .footerWarp .pageFooter .app img {
  width: 94px;
  height: 94px;
}
.section .footerWarp .copy {
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.section .footerWarp .copy a {
  color: #fff;
  font-size: 16px;
}
