* {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

ul li {
  list-style: none;
}

.honor {
  padding-top: 60px;
  text-align: center;
}
.honor .line {
  display: inline-block;
  width: 150px;
  border-top: 1px solid #31A987;
}
.honor .honor-title {
  vertical-align: -5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #31A987;
}
.honor .company-honor {
  padding: 12px 0;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2D2D2D;
}

.order {
  text-align: center;
  padding: 83px 0 30px 0;
}
.order .line {
  display: inline-block;
  width: 150px;
  border-top: 1px solid #FFFFFF;
}
.order .honor-title {
  vertical-align: -5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.order .company-honor {
  padding: 12px 0;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.header {
  position: relative;
  min-width: 1280px;
  height: 840px;
}
.header .header-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.header .header-content .header-content-top {
  width: 85%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content .header-content-top .header-content-top-logo {
  display: flex;
  align-items: center;
}
.header .header-content .header-content-top .header-content-top-logo > div:nth-of-type(1) {
  padding: 4px;
  margin-left: 10px;
}
.header .header-content .header-content-top .header-content-top-logo .company-name {
  padding: 2px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2D2D2D;
}
.header .header-content .header-content-top .header-content-top-logo .company-dm {
  padding: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2D;
}
.header .header-content .header-content-top .header-content-top-nav > ul {
  display: flex;
  align-items: flex-start;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li {
  box-sizing: border-box;
  position: relative;
  margin: 0 14px;
  padding-bottom: 20px;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li > a {
  width: 100%;
  color: #2D2D2D;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 30px;
  background: #0B1B2B;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li > ul li {
  box-sizing: border-box;
  padding: 8px 14px;
  width: 130px;
  border-bottom: 1px solid #FFFFFF;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li > ul li a {
  width: 100%;
  color: #FFFFFF;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li > ul li:last-child {
  border-bottom: none;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li:hover > a {
  font-weight: bold;
  border-bottom: 2px solid #2D2D2D;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li:hover > ul {
  display: block;
}
.header .header-content .header-content-top .header-content-top-nav > ul > li:hover > ul li:hover a {
  font-weight: bold;
}
.header .header-content .header-content-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.header .header-content .header-content-center .header-content-center-title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2D;
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
}
.header .header-content .header-content-center .header-content-center-green {
  padding: 20px 10px;
  display: flex;
  align-items: center;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1BB388;
  -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF;
}
.header .header-content .header-content-center .header-content-center-green div {
  border-right: 1px solid #ffffff;
  padding: 10px 50px;
}
.header .header-content .header-content-center .header-content-center-green div:last-child {
  border-right: none;
}
.header .header-content .header-content-center .header-content-center-input {
  width: 100%;
}
.header .header-content .header-content-center .header-content-center-input form {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-content .header-content-center .header-content-center-input input {
  padding: 10px 2px;
  width: 60%;
  border: 1px solid #ffffff;
}
.header .header-content .header-content-center .header-content-center-input .button {
  height: 100%;
  padding: 0 20px;
  background: #1bb388;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-content .header-content-bottom {
  width: 100%;
  padding: 16px 0;
  background: rgba(27, 179, 136, 0.88);
}
.header .header-content .header-content-bottom > div {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-content .header-content-bottom > div > div:first-child {
  font-size: 40px;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
}
.header .header-content .header-content-bottom > div > div:last-child {
  font-size: 40px;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
}
.header .header-content .header-content-bottom > div .chemistry {
  width: 100%;
  display: flex;
  text-align: center;
}
.header .header-content .header-content-bottom > div .chemistry div {
  flex: 1;
}
.header .header-content .header-content-bottom > div .chemistry p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 4px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.section-one {
  min-width: 1280px;
  padding: 60px 0;
  background: #ECEEF1;
}
.section-one .section-one-content {
  width: 70%;
  margin: 0 auto;
}
.section-one .section-one-content > div:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0;
}
.section-one .section-one-content > div:first-child > div {
  width: 47%;
}
.section-one .section-one-content > div:first-child .one-left {
  height: 350px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.section-one .section-one-content > div:first-child .one-left .about-us {
  margin: 10px 0;
}
.section-one .section-one-content > div:first-child .one-left .about-us span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00996D;
}
.section-one .section-one-content > div:first-child .one-left .about-us h2 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2D;
}
.section-one .section-one-content > div:first-child .one-left p {
  line-height: 26px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2D;
  text-indent: 2em;
  padding: 4px;
  text-align: justify !important;
}
.section-one .section-one-content > div:first-child .one-left .more {
  width: 100px;
  background: #1BB388;
  padding: 8px 2px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.section-one .section-one-content > div:first-child .one-right {
  height: 350px;
}
.section-one .section-one-content > div:first-child .one-right img {
  width: 100%;
  height: 100%;
}
.section-one .section-one-content > div:last-child .honor-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-one .section-one-content > div:last-child .honor-content > a {
  width: 23%;
  height: 190px;
  margin: 1.3% 0;
  background: url("../images/honorbg.png") center no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.section-one .section-one-content > div:last-child .honor-content > a p {
  padding: 0 9px;
  margin-top: 70px;
  text-indent: 2em;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2D;
  text-align: justify;
}
.section-one .section-one-content > div:last-child .honor-content > a p span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2D2D2D;
}

.section-two {
  min-width: 1280px;
}
.section-two .notice {
  width: 100%;
  height: 186px;
  background: url("../images/notice.png") center no-repeat;
}

.section-three {
  background: #ECEEF1;
  min-width: 1280px;
  padding-bottom: 60px;
}
.section-three .company-news {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-three .company-news > div:first-child {
  font-size: 40px;
  padding: 0 10px;
  color: #31a987;
  font-weight: 300;
  cursor: pointer;
}
.section-three .company-news > div:last-child {
  font-size: 40px;
  padding: 0 10px;
  color: #31a987;
  font-weight: 300;
  cursor: pointer;
}
.section-three .company-news .content-news {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-three .company-news .content-news > div {
  width: 30%;
  background: #F4F4F4;
  cursor: pointer;
}
.section-three .company-news .content-news > div img {
  width: 100%;
  height: 100%;
}
.section-three .company-news .content-news > div:hover {
  box-shadow: 1px 2px 21px 0 rgba(0, 21, 46, 0.19);
}
.section-three .company-news .content-news .content-news-title {
  padding: 20px 10px;
}
.section-three .company-news .content-news .content-news-title h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2D2D2D;
}
.section-three .company-news .content-news .content-news-title .news-times {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 10px 0;
}
.section-three .company-news .content-news .content-news-title .news-content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2D2D2D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.section-four .section-four-content {
  width: 100%;
  height: 580px;
  background: url("../images/footerbg.png") center no-repeat;
}
.section-four .section-four-content > div {
  height: 100%;
}
.section-four .section-four-content > div .order-form form {
  width: 60%;
  margin: 0 auto;
}
.section-four .section-four-content > div .order-form form input {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border: 1px solid #FFFFFF;
  margin: 6px auto;
  background: rgba(255, 255, 255, 0);
  padding: 0 10px;
  outline: none;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
}
.section-four .section-four-content > div .order-form form textarea {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 168px;
  border: 1px solid #FFFFFF;
  margin: 6px auto;
  background: rgba(255, 255, 255, 0);
  padding: 10px;
  outline: none;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
}
.section-four .section-four-content > div .order-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
.section-four .section-four-content > div .order-form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}
.section-four .section-four-content > div .order-form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}
.section-four .section-four-content > div .order-form form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}
.section-four .section-four-content > div .order-form form > div:nth-of-type(1) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-four .section-four-content > div .order-form form > div:nth-of-type(1) > div {
  width: 48%;
}
.section-four .section-four-content > div .order-form form > div:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-four .section-four-content > div .order-form form > div:nth-of-type(2) > div {
  width: 48%;
}
.section-four .section-four-content > div .order-form form > div:nth-of-type(2) .cord {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-four .section-four-content > div .order-form form > div:nth-of-type(2) .cord input {
  width: 55%;
}
.section-four .section-four-content > div .order-form form > div:nth-of-type(2) .cord div {
  box-sizing: border-box;
  width: 45%;
  height: 48px;
  line-height: 48px;
  margin-left: 10px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.section-four .section-four-content > div .button {
  text-align: center;
  margin-top: 30px;
}
.section-four .section-four-content > div .button input {
  width: 150px !important;
  background: #1BB388 !important;
  padding: 8px 0 !important;
  border: 1px solid #1BB388 !important;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
}

.footer {
  min-width: 1280px;
  background: #454545;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-content {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer .footer-content ul li {
  list-style: none;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 6px 0;
}
.footer .footer-content ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-content ul li a:hover {
  border-bottom: 1px solid #FFFFFF;
}
.footer .footer-content ul li:first-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1BB388;
}
.footer .footer-content ul li:first-child a {
  color: #1BB388;
}
.footer .footer-content > div {
  padding: 10px 25px;
}
.footer .footer-content .qrcode div {
  padding: 6px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .footer-content .qrcode div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer .footer-content .qrcode div:nth-of-type(2) {
  width: 124px;
  height: 124px;
}
.footer .footer-content .qrcode div:nth-of-type(2) img {
  width: 100%;
  height: 100%;
}