@charset "utf-8";
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, "Lantinghei SC", "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  height: 100%;
}
button,
input,
option,
select,
textarea {
  outline: none;
  font-family: "Microsoft YaHei", "微软雅黑", "Avenir Next", Avenir, "Helvetica Neue", "Lantinghei SC", "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  border-radius: 1px;
}
img {
  border: none;
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
}
ul li {
  list-style-type: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
body,
html {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}

input{
	padding-left: 10px;
	box-sizing: border-box;
}
select{
	box-sizing: border-box;
	padding-left: 10px;
}
.header-template img{
	width: 40%;
}
textarea{padding: 0 10px;box-sizing: border-box;}
#index {
  width: 100%;
  height: 100%;
  margin-top: 44px;
}
#index .post,
#index li,
#index div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#index .content {

  position: relative;
  height: 100%;
  width: 100%;
  max-height: 1080px;
  min-height: 600px;
  background: url("../img/banner1.jpg");
  background-position: center;

}
#index .content .post {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  padding-top: 39px;
  background: rgba(0, 0, 0, 0.7);
}
#index .content .post ul {
  width: 100%;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}
#index .content .post ul li {
  position: relative;
  border: 1px solid #39ffe1;
  width: 19%;
  height: 143px;
  margin-left: 1.25%;
  background-color: rgba(11, 39, 51, 0.4);
  cursor: pointer;
}
#index .content .post ul li:first-child {
  margin-left: 0;
}
#index .content .post ul li > div {
  position: absolute;
  padding-left: 75px;
  width: 220px;
  height: 62px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../img/index_icon.png') no-repeat;
}
#index .content .post ul li > div > p {
  font-size: 30px;
  color: #34eacf;
}
#index .content .post ul li > div > span {
  font-size: 18px;
  color: #fff;
}
#index .content .post ul li.art > div {
  background-position-y: 0px;
}
#index .content .post ul li.code > div {
  background-position-y: -64px;
}
#index .content .post ul li.run > div {
  background-position-y: -133px;
}
#index .content .post ul li.product > div {
  background-position-y: -199px;
}
#index .content .post ul li.business > div {
  background-position-y: -265px;
}
#footer {
	color:#6A6A6A;
	width: 100%;
	background: #1B1B1B;
	padding: 10px 0 20px;
	margin-top: 0 !important;
	clear: both;
	font-size: 12px;
}

#footer p {
	text-align: center;
	font-size: 0.875em;
	color: #797979;
}

#footer p a {
	color: #797979;
	margin: 0 8px;
}
#footer img{
	    border: 0 none;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

#footer .midthr {
	text-align: center;
}

#footer .midthr label {
	display: inline-block;
	padding-left: 30px;
	width: 60px;
	height: 40px;
	font-size: 0.875em;
	line-height: 16px;
	padding-top: 10px;
	margin: 0 10px;
}

#footer .midthr label.lb1 {
	background: url(../img/lb1.jpg) no-repeat left center;
}

#footer .midthr label.lb2 {
	background: url(../img/lb2.jpg) no-repeat left center;
}

#footer .midthr label.lb3 {
	background: url(../img/lb3.jpg) no-repeat left center;
}