.home.headerbody {
  min-width: 1440px;
  margin: 0 auto;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}
ul, ol {
  list-style: none;
}
img {
  border: 0 none;
  vertical-align: top;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
strong, em, i {
  font-style: normal;
  font-weight: normal;
}
*/
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
input::-ms-clear {
  display: none !important;
}
body {
  font: 16px \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
  background: #fff;
  color: #333;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.wrap {
  min-width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
}
.full-header-img {
  font-size: 0;
  background-size: cover;
  height: 360px;
  margin-bottom: 120px;
}
.full-header-img-n{
  display: block;
  width: 100%;
  margin-bottom: 120px;
}
.menu-btns {
  text-align: center;
  margin-bottom: 80px;
}
.menu-btns .item {
  display: inline-block;
  width: 215px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #154726;
  color: #154726;
  margin-right: 40px;
  transition: all 0.3s;
}
.menu-btns .item.selected,
.menu-btns .item:hover {
  background: #154726;
  color: #fff;
}
.basic-title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}
.basic-title-desc {
  width: 730px;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.header {
  height: 90px;
  font-size: 18px;
  display: flex;
  justify-content: center;
}
.header ul {
  display: inline-block;
}
.header li {
  display: inline-block;
  height: 90px;
  line-height: 90px;
  margin-right: 80px;
}
.header li:last-child {
  margin-right: 0;
}
.header li a {
  color: #333;
  display: block;
  position: relative;
}
.header li a.active::after,
.header li a:hover::after{
  content:'';
  position: absolute;
  width: 100%;
  left:0;
  bottom:0;
  border-bottom: 4px solid #333;
}
.header .logo {
  line-height: 90px;
  display: inline-block;
  /* margin: 0 150px; */
  margin-left: 100px;
  margin-right: 100px;
}
.header .logo img {
  margin-top: 16px;
}
.basic-footer {
  text-align: center;
  background-image: url('../images/footer-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 120px;
  padding-top: 50px;
}
.basic-footer .title {
  font-size: 32px;
  margin-bottom: 75px;
  color: #000;
}
.basic-footer .concat {
  display: inline-block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #154726;
  color: #154726;
}
.footer {
  background: #202020;
  padding-top: 65px;
  padding-bottom: 40px;
  min-width: 1440px;
  margin: 0 auto;
}
.footer__main {
  width: 1200px;
  margin: 0 auto;
}
.footer__main a {
  color: #fff;
}
.footer__main ul {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.footer__main li {
  display: inline-block;
  margin-right: 100px;
}
.footer__main li.wx {
  float: right;
  width: 32px;
  margin-right: 0;
  cursor: pointer;
}
.footer_info .logo {
  margin-bottom: 27px;
}
.footer_info {
  text-align: center;
}
.footer_info p,
.footer_info a {
  color: #999;
  font-size: 14px;
}
.footer_info p {
  margin-bottom: 20px;
}
.footer_info a {
  margin-right: 18px;
}
/* 首页 */
.home .title {
  padding: 0 8px;
  margin-bottom: 60px;
  text-align: center;
}
.home .title div {
  padding-bottom: 25px;
  display: inline-block;
  border-bottom: 2px solid #154726;
}
.home .title dt {
  font-size: 32px;
  color: #154726;
  font-weight: bold;
  margin-bottom: 20px;
}
.home .title dd {
  font-size: 18px;
}
.home-card {
  background: #fff;
  text-align: center;
}
.home-card .page {
  font-weight: bold;
  padding-bottom: 60px;
}
.home-card .page .cur {
  color: #154726;
  font-size: 72px;
  margin-right: 30px;
  display: inline-block;
}
.home-card .page .total {
  color: #999999;
  font-size: 32px;
}
.home.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.home.header.white{
  background: #fff;
}
.home.header.white a{
  color:#333;
}
.home.header>.wrap{
  display: flex;
  justify-content: center;
}
.home.header a {
  color: #fff;
}
.header-swiper {
  width: 100%;
  overflow: hidden;
}
.header-swiper .swiper-pagination{
  bottom:50px;
}
.header-swiper .swiper-pagination-bullet {
  width: 20px;
  border-radius: 0;
}
.swiper-pagination-bullet {
  background: rgba(0, 0, 0, .2);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.index-page-1 {
  height: 660px;
  position: relative;
  top: 140px;
}
.index-page-1 .wrap {
  position: relative;
}
.index-page-1 .wrap .bg {
  position: absolute;
  left: -240px;
  width: 1200px;
}
.index-page-1 .home-card {
  width: 560px;
  padding: 50px 60px;
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 10;
}
.index-page-1 .home-card .content {
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 60px;
}
.index-page-2 {
  background: #f2f0ed;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
  padding-top: 150px;
}
.index-page-2 .left {
  flex: 1;
  background: #f2f0ed;
  position: relative;
  z-index: 10;
}
.index-page-2 .right {
  flex: 1;
}
.index-page-2 .center {
  min-width: 1440px;
  max-width: 1440px;
  position: relative;
}
.index-page-2 .home-card {
  padding: 60px 120px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.index-page-2 .swiper-wrap {
  position: relative;
}
.index-page-2 .swiper-wrap .content {
  margin-left: 500px;
  padding-top: 30px;
  width: 650px;
  position: relative;
}
.index-page-2 .swiper-wrap .content .swiper-slide-content {
  display: none;
}
.index-page-2 .swiper-wrap .content dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.index-page-2 .swiper-wrap .content dt::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #000;
  margin-top: 20px;
}
.index-page-2 .swiper-wrap .content dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-page-2 .swiper {
  width: 960px;
  margin-left: 240px;
}
.index-page-2 .swiper::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0px;
  display: block;
  width: 240px;
  height: 100%;
  background: #f2f0ed;
}
.index-page-2 .swiper .img {
  width: 100%;
}
.index-page-2 .swiper .swiper-button-prev,
.index-page-2 .swiper .swiper-button-next {
  top: auto;
  left: auto;
  bottom: 30px !important;
  right: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 2px solid #154726;
}
.index-page-2 .swiper .swiper-button-prev {
  right: 100px !important;
}
.index-page-2 .swiper .swiper-button-prev {
  background-image: url('../images/swiper-button-prev.png');
}
.index-page-2 .swiper .swiper-button-next {
  background-image: url('../images/swiper-button-next.png');
}
.index-page-2 .swiper .swiper-button-prev:hover,
.index-page-2 .swiper .swiper-button-next:hover {
  background-color: #154726;
}
.index-page-2 .swiper .swiper-button-prev:hover {
  background-image: url('../images/swiper-button-prev_hover.png');
}
.index-page-2 .swiper .swiper-button-next:hover {
  background-image: url('../images/swiper-button-next_hover.png');
}
.index-page-3 {
  background: #fff;
  padding-top: 100px;
}
.index-page-3 .row {
  padding-bottom: 100px;
}
.index-page-3 .row::after {
  content: '';
  display: block;
  clear: both;
}
.index-page-3 .row li {
  float: left;
  width: 456px;
  margin-right: 36px;
  padding: 60px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
  border: 2px solid transparent;
  cursor: pointer;
}
.index-page-3 .row li:hover {
  border-color: #154726;
}
.index-page-3 .row li:last-child {
  margin-right: 0;
}
.index-page-3 .row li dt {
  font-size: 24px;
  font-weight: bold;
  color: #154726;
  margin-top: 20px;
  margin-bottom: 25px;
}
.index-page-3 .row li dd {
  line-height: 30px;
  margin-bottom: 40px;
}
.index-page-3 .row li .navigate {
  opacity: 0;
  transition: all 0.2s;
}
.index-page-3 .row li:hover .navigate {
  opacity: 1;
}
.index-page-4 {
  background: #f2f0ed;
  padding: 100px 0;
  overflow: hidden;
}
.index-page-4 .swiper {
  width: 1440px;
  padding: 0 45px;
  margin: 0 auto;
}
.index-page-4 .swiper .swiper-slide a {
  display: block;
  color: #333;
}
.index-page-4 .swiper .swiper-slide .img {
  margin-bottom: 20px;
  width:100%;
}
.index-page-4 .swiper .swiper-slide .name {
  font-size: 18px;
  font-weight: bold;
}
.index-page-4 .navigate {
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
}
.index-page-4 .swiper {
  position: relative;
}
.index-page-4 .swiper .swiper-button-prev,
.index-page-4 .swiper .swiper-button-next {
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 2px solid #154726;
}
.index-page-4 .swiper .swiper-button-prev {
  background-image: url('../images/swiper-button-prev.png');
}
.index-page-4 .swiper .swiper-button-next {
  background-image: url('../images/swiper-button-next.png');
}
.index-page-4 .swiper .swiper-button-prev:hover,
.index-page-4 .swiper .swiper-button-next:hover {
  background-color: #154726;
}
.index-page-4 .swiper .swiper-button-prev:hover {
  background-image: url('../images/swiper-button-prev_hover.png');
}
.index-page-4 .swiper .swiper-button-next:hover {
  background-image: url('../images/swiper-button-next_hover.png');
}
/* 发展历程 */
.history {
  margin-top: 80px;
  padding-bottom: 120px;
}
.history .item {
  margin-bottom: 50px;
}
.history .item .year {
  color: #154726;
  font-size: 32px;
  font-weight: bold;
  width: 150px;
  float: left;
}
.history .item .content {
  margin-left: 150px;
  border-bottom: 1px solid #dddddd;
}
.history .item .content li {
  margin-bottom: 50px;
  padding-left: 90px;
  position: relative;
  line-height: 32px;
}
.history .item .content li::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 10px;
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  margin-right: 40px;
}
/* 通用card 列表 */
.basic-cards ul {
  margin-top: 80px;
  overflow: hidden;
  margin-bottom: 125px;
}
.basic-cards ul li {
  float: left;
  margin-right: 36px;
  margin-bottom: 40px;
}
.basic-cards ul li a {
  color: #333;
  display: block;
}
.basic-cards ul li img {
  width: 100%;
  margin-bottom: 20px;
}
.basic-cards .tag {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid #154726;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #154726;
  font-size: 14px;
  width: 70px;
}
.basic-cards ul li p {
  font-weight: bold;
  line-height: 30px;
}
.basic-cards-col-4 ul li {
  width: 333px;
}
.basic-cards-col-4 ul li:nth-child(4n+4) {
  margin-right: 0px;
}
.basic-cards-col-3 ul li {
  width: 456px;
}
.basic-cards-col-3 ul li:nth-child(3n+3) {
  margin-right: 0px;
}
/* 文章 项目详情 */
.article {
  max-width: 1080px;
}
.article .title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  border-bottom: 3px solid #eee;
  padding-bottom: 60px;
}
.article .content {
  padding-top: 75px;
}
.article .content dt {
  font-size: 24px;
  margin-bottom: 30px;
}
.article .content dt::after {
  margin-top: 20px;
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #154726;
}
.article .content dd {
  line-height: 30px;
  margin-bottom: 30px;
}
.article .content .img {
  text-align: center;
  margin-bottom: 48px;
}
/* 更多案例 */
.more-demo {
  background: #f2f0ed;
  padding-top: 80px;
}
.more-demo .title {
  color: #154726;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
.more-demo .title::after {
  content: '';
  display: block;
  width: 145px;
  height: 2px;
  background: #154726;
  margin-top: 20px;
}
.more-demo .basic-cards ul {
  margin-bottom: 40px;
  margin-top: 60px;
}
/* 联系我们 */
.contact {
  margin-top: 75px;
  margin-bottom: 165px;
  display: flex;
  align-items: center;
}
.contact .left {
  width: 640px;
  margin-right: 100px;
}
.contact .left img {
  width: 100%;
}
.contact .right .name {
  font-size: 32px;
  font-weight: bold;
  color: #154726;
  margin-bottom: 30px;
}
.contact .right .name::after {
  content: '';
  display: block;
  width: 73px;
  height: 2px;
  background: #154726;
  margin-top: 20px;
}
.contact .right p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact .right p:last-child {
  margin-bottom: 0px;
}
/* 公司简介 */
.info-wrap .title-img {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 100px;
}
.info-wrap .item {
  margin-bottom: 60px;
  overflow: hidden;
  display: flex;
}
.info-wrap .item.block {
  display: block;
}
.info-wrap .item .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.info-wrap .item .title::after {
  content: '';
  display: block;
  width: 73px;
  height: 2px;
  background: #154726;
  margin-top: 20px;
}
.info-wrap .item dd {
  line-height: 30px;
}
.info-wrap .item .text {
  flex: 1;
}
.info-wrap .item .text.left {
  padding-right: 110px;
}
.info-wrap .item .text.right {
  padding-left: 100px;
}
.info-wrap .item .left dd p {
  margin-bottom: 20px;
}
.info-wrap.tuancan {
  margin-top: 80px;
}
.honor-wrap{
  min-width:1250px;
}
.honor-wrap .basic-cards-col-3 ul li{
  width: 436px;
}
.honor-wrap .basic-cards-col-3 ul li>div{
  height:280px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 大屏 */
@media (min-width: 2400px) {}
@media (max-width: 1380px) {
  .wrap{
    min-width: 1200px;
    max-width: 1200px;
  }
}