* {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

ul li {
  list-style: none;
}
.honor {
  margin-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: 350px;
  background: url(../images/hader1.png) center no-repeat;

}
.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: #FFFFFF;
}
.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: #FFFFFF;
}
.header .header-content-center {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 115px;
}

.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: white;
}
.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 white;
}
.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;
}
.section-content{
  width: 1280px;
  margin: 0 auto;
}
.section-content .section-content-content{
}
.section-content .section-content-top{
  padding: 15px 0;
  color: #666666;
  font-size: 14px;
  align-items: center;
  display: flex;
}
.section-content-top a{
  color: #666;
}
.section-content-top >div{
  cursor: pointer;
}
.section-content .section-content-top span{
  display: inline-block;
  margin: 0 7px;
  font-family: '????';
}
.section-content .section-content-center{
  padding: 15px 20px;
  border: 1px solid #C9C9C9;
  min-height: 300px;
  margin-bottom: 31px;
  position: relative;
}
.section-content .content-content-title{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
}
.section-content .content-content-item{
  font-size: 14px;
  text-align: center;
  color: #666666;
  margin-top: 13px;
  margin-bottom: 20px;
}
.section-content .content-content-new{
  padding-bottom: 40px;
  font-size: 14px;
}
.section-content .content-content-liulan{
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #666666;
  font-size: 14px;
}
.footer {
  width: 100%;
  height: 280px;
  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%;
}


/* ?§Ý? */

.header-content-bottom {
  width: 100%;
  padding: 16px 0;
  background: rgba(27, 179, 136, 0.88);
}
.header-content-bottom > div {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-content-bottom > div > div:first-child {
  font-size: 40px;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
}
.header-content-bottom > div > div:last-child {
  font-size: 40px;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
}
.header-content-bottom > div .chemistry {
  width: 100%;
  display: flex;
  text-align: center;
}
.header-content-bottom > div .chemistry div {
  flex: 1;
}
.header-content-bottom > div .chemistry p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 4px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
/*# sourceMappingURL=style.css.map */
