* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft Yahei';
}
li {
  list-style: none;
}
img {
  display: block;
  border: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.mr-16 {
  margin-right: 16px;
}
.mr-15 {
  margin-right: 15px;
}
body {
  min-width: 1200px;
  padding-top: 80px;
}
.container {
  width: 1200px;
  margin: auto;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  margin: auto;
  background: #ffffff;
  box-sizing: border-box;
  z-index: 9999;
}
#header .logo {
  float: left;
  width: 216px;
  height: 58px;
  margin-right: 4px;
  margin-top: 11px;
}
#header .logo img {
  border: none;
}
#header #navList {
  float: left;
  margin-top: 11px;
}
#header #navList > ul > li {
  position: relative;
  float: left;
  padding-bottom: 11px;
  line-height: 58px;
  margin-left: 80px;
}
#header #navList > ul > li > a {
  display: block;
  color: #666666;
  font-size: 16px;
}
#header #navList > ul > li > a:hover {
  color: #49B849;
}
#header #navList > ul > li a.on {
  color: #49B849;
}
#header #navList > ul > li .line {
  display: none;
  position: absolute;
  left: -18px;
  bottom: -11px;
  bottom: 0px;
  width: 100px ;
  height: 3px;
  background-color: #49B849;
}
#header #navList > ul > li a.on + .line {
  display: block;
}
#header #navList > ul > li ul.showList {
  display: none;
  position: absolute;
  left: -18px;
  top: 45px;
  width: 100px;
  text-align: center;
  overflow: hidden;
}
#header #navList > ul > li ul.showList li {
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 16px;
  background: #ffffff;
}
#header #navList > ul > li ul.showList li:hover {
  background: #e6e6e6;
}
#header #navList > ul li:nth-child(1) .line {
  left: -35px;
}
#main {
  position: relative;
}
#main h2.main-title {
  font-size: 40px;
  line-height: 40px;
  color: #49b849;
  font-weight: normal;
  margin-bottom: 10px;
}
#main span.main-subtitle {
  display: block;
  font-size: 26px;
  line-height: 26px;
  color: #a1a1a1;
}
#main div.main-line {
  display: inline-block;
  width: 82px;
  height: 2px;
  background-color: #94d170;
  margin-top: 28px;
  margin-bottom: 41px;
}
#main .bg1 {
  width: 100%;
  height: 540px;
  background: url('../images/banner.png') center;
}
#main .main-about {
  position: relative;
  top: -170px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
  background: #ffffff;
}
#main .main-about p {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 36px;
  text-indent: 36px;
  color: #666666;
}
#main .main-about div.pic {
  margin-top: 41px;
}
#main .main-about div.pic img {
  float: left;
}
#main .main-about div.pic img + img {
  margin-left: 25px;
}
#main .main-service {
  height: 660px;
  box-sizing: border-box;
  padding-top: 50px;
  background: #f7f7f7;
  text-align: center;
}
#main .main-service .main-line {
  margin-bottom: 34px;
}
#main .main-service img {
  display: inline-block;
  vertical-align: middle;
}
#main .main-service .word {
  display: inline-block;
  vertical-align: middle;
  width: 384px;
  margin-top: -60px;
  text-align: left;
}
#main .main-service .word h4 {
  font-size: 24px;
  line-height: 24px;
  color: #3c3c3c;
  font-weight: normal;
  margin-bottom: 11px;
}
#main .main-service .word p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
#main .main-service .word:nth-of-type(1) {
  text-align: right;
  margin-right: 16px;
}
#main .main-service .word:nth-of-type(2) {
  margin-left: 16px;
}
#main .main-service .word:nth-of-type(3) {
  margin-top: 18px;
  width: 416px;
  text-align: center;
}
#main .main-vision {
  height: 760px;
  box-sizing: border-box;
  padding-top: 70px;
  background: url('../images/yuanjingtu.png') center;
  text-align: center;
}
#main .main-vision h2.main-title {
  color: #000;
}
#main .main-vision p {
  font-size: 32px;
  line-height: 32px;
  margin-top: 44px;
  margin-bottom: 90px;
}
#main .main-vision p:nth-of-type(3) {
  margin-bottom: 0;
}
#main .main-enterprise {
  text-align: center;
  padding: 100px 0 120px;
}
#main .main-enterprise p {
  display: inline-block;
  width: 672px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
#main .main-enterprise img {
  margin-top: 75px;
  display: inline-block;
  vertical-align: middle;
}
#footer {
  height: 220px;
  padding-top: 64px;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
#footer .topInfo ul {
  float: left;
}
#footer .topInfo ul li {
  float: left;
  box-sizing: border-box;
}
#footer .topInfo ul li p.title {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 25px;
}
#footer .topInfo ul li div {
  padding-right: 122px;
}
#footer .topInfo ul li div p {
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 14px;
}
#footer .topInfo ul li + li {
  border-left: 1px solid #c9c9c9;
  padding-left: 50px;
}
#footer .topInfo ul li:nth-last-child(1) div {
  padding-right: 28px;
}
#footer .topInfo .qrcode {
  float: left;
  margin-top: -22px;
}
#footer .topInfo .connect {
  float: left;
  margin-left: 120px;
}
#footer .topInfo .connect > p {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 22px;
}
#footer .topInfo .connect .phone p {
  float: left;
}
#footer .topInfo .connect .phone p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  color: #494949;
}
#footer .topInfo .connect .phone p:nth-child(2) {
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  margin-top: 6px;
}
#footer .line {
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
  margin-top: 23px;
}
#footer .bottomInfo {
  margin-top: 20px;
}
#footer .bottomInfo p {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  text-align: center;
}
