@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: 微软雅黑, Tahoam, Arial, sans-serif;
  color: #4c4c4c;
  background-color: #ffffff;
  margin: 0;
  height: 100%; }

body {
  margin: 0; }

a, a:hover {
  color: #000000;
  text-decoration: none; }

p, ul, dl, dt, dd, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-size: 14px; }

li {
  list-style: none; }

input {
  padding: 0; }

header {
  width: 100%;
  height: 70px;
  background-color: #ffffff; }

.main {
  width: 1200px;
  height: 100%;
  margin: 0 auto; }

.index-logo {
  float: left;
  display: block;
  width: 260px;
  height: 50px;
  margin-top: 10px;
  cursor: pointer; }

.index-navbar {
  float: right;
  width: auto;
  height: 100%; }

.index-navbar > li {
  position: relative;
  float: left;
  width: 80px;
  height: 70px;
  margin-right: 40px;
  line-height: 70px;
  text-align: center;
  font-size: 18px; }

.index-navbar li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666; }

.index-navbar li.active > a {
  height: 65px;
  line-height: 60px;
  border-top: 5px solid #3f75db;
  color: #3f75db;
  font-weight: bold; }

.industry-case-list {
  position: absolute;
  width: 200px;
  left: -60px;
  top: 70px;
  z-index: 10;
  background-color: #fff;
  color: #787878; }

.industry-case-list > li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.industry-case-list li > a:hover {
  color: #3f75db; }

.index-navbar .industry-case .industry-case-list {
  display: none; }

.index-navbar .industry-case:hover .industry-case-list {
  display: block; }

.product-manage-list {
  position: absolute;
  width: 200px;
  left: -60px;
  top: 70px;
  z-index: 10;
  background-color: #fff;
  color: #787878; }

.product-manage-list > li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.product-manage-list > li > a:hover {
  color: #3f75db; }

.index-navbar .product-manage .product-manage-list {
  display: none; }

.index-navbar .product-manage:hover .product-manage-list {
  display: block; }

.footer-bg {
  position: relative;
  width: 100%;
  height: 405px;
  overflow: hidden;
  background: url("/app/src/page/index/images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%; }

.footer-content {
  position: relative;
  width: 100%;
  height: 405px;
  overflow: hidden; }

.footer-left-content {
  float: left;
  width: 50%;
  height: 100%; }

.footer-left-content img {
  width: 540px;
  height: 270px;
  margin-top: 40px;
  margin-left: 30px; }

/*.footer-left-content input {
	width: 540px;
	height: 34px;
	border: none;
	text-indent: 10px;
	color: #fff;
	font-size: 15px;
	background: rgba(0,0,0,0.8);
}
.footer-left-content input::-webkit-input-placeholder {
	font-family: 微软雅黑 Regular;
	color: #fff;
}
.footer-left-content input::-moz-input-placeholder {
	font-family: 微软雅黑 Regular;
	color: #fff;
}
.footer-left-content .name {
	margin-top: 40px;
}
.footer-left-content .tel {
	margin-top: 2px;
}
.footer-left-content .email {
	margin-top: 2px;
}
.footer-left-content textarea {
	width: 520px;
	height: 100px;
	margin-top: 2px;
	border: none;
	resize: none;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	font-family: 微软雅黑;
	background: rgba(0,0,0,0.8);
}
.footer-left-content textarea::-webkit-input-placeholder {
	font-family: 微软雅黑 Regular;
	color: #fff;
}
.footer-left-content textarea::-moz-input-placeholder {
	font-family: 微软雅黑 Regular;
	color: #fff;
}
.footer-left-content .submit {
	width: 540px;
	height: 36px;
	line-height: 36px;
	margin-top: 5px;
	color: #fff;
	text-align: center;
	background-color: #3f75db;
	cursor: pointer;
}*/
.footer-right-content {
  float: right;
  width: 50%;
  height: 100%; }

.footer-right-content p {
  width: 400px;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  margin: 0 auto;
  color: #fff; }

.footer-right-content .location {
  margin-top: 40px;
  background: url("/app/src/page/index/images/footer-location.png");
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-size: 22px 28px; }

.footer-right-content .tel {
  margin-top: 15px;
  background: url("/app/src/page/index/images/footer-tel.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: 22px 24px; }

.footer-right-content .time {
  margin-top: 15px;
  background: url("/app/src/page/index/images/footer-time.png");
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 22px 22px; }

.footer-right-content .email {
  margin-top: 15px;
  background: url("/app/src/page/index/images/footer-email.png");
  background-repeat: no-repeat;
  background-position: 0px 7px;
  background-size: 22px 16px; }

.copyright {
  position: absolute;
  width: 100%;
  height: 59px;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 59px;
  text-align: center;
  border-top: 1px solid #5c6772; }

.maintwo {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #FFF;
  margin-bottom: 90px; }
