* {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

ul li {
  list-style: none;
}
body{
  background-color: #eceef1;
}
.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: 70%;
  margin: 0 auto;
}
.section-content-content{

}
.section-content-top{
  padding: 15px 0;
  box-sizing: border-box;
  color: #666666;
  align-items: center;
  display: flex;
}
.section-content-top >div{
  cursor: pointer;
}
.section-content-top span{
  display: inline-block;
  margin: 0 7px;
  font-family: 'ºÚÌå';
}
.section-content-top a{
  color: #666;
}
.section-content-center{
  display: flex;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.section-left{
  width: 200px;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 1px 0px;
}
.section-left >div{
  padding: 20px 28px;
  box-sizing: border-box;
  padding-bottom: 0;
  cursor: pointer;
  background-color: white;
}
.section-left >div >a:hover{
  color: #1BB388;
}
.section-left >div >div{
  padding-top:20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ECEEF1;
}
.section-left >div span{
  font-family: 'ºÚÌå';
  display: inline-block;
  width: 15px;
}
.section-left .actv, .actv a{
  color: #1BB388;
}
.section-right{
  flex: 1;
}
.section-right-box{
  width: 100%;
  margin-top: 20px;
  padding: 17px 20px;
  /* padding-bottom: 0; */
  box-sizing: border-box;
  background-color: white;
}
.section-right-box:nth-child(1){
  margin-top: 0;
}
.section-right-itele{
  position: relative;
  color: #1BB388;
  display: flex;
  align-items: center;
}
.section-right-itele >div{
  width: 3px;
  height: 16px;
  background: #1BB388;
  margin-right: 6px;
  border-radius: 2px;
}
.section-right-itele .more{
  position: absolute;
  right: 0;
}
.section-right-item{
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #ECEEF1;
  display: flex;
  justify-content: space-between;
}
.section-right-item:nth-last-child(1){
  border: 0;
}
.section-right-item:hover{
  color: #1BB388;
}
.section-right-item .timea{
  color: #666666;
  width: 80px;
}
.section-right-item .text{
  flex: 1;
  overflow:hidden;
  height: 19px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  padding-right: 10px;
}
.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;
}
.web{
  background-color: #ffffff;
  padding: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
}
.page{
  margin-top: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
}