html, body {
  height: 100%;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-content{
    width: 67%;
    height: 94px;
    line-height: 94px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-content .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .right-pannel {
  width: 60%;
  display: flex;
  flex-wrap: nowrap;
}
.header .right-pannel .column {
  width: 100%;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #ececec;
  height: 94px;
}
.header .right-pannel .column li {
  font-size: 16px;
  position: relative;
}
.header .right-pannel  .column li .child{
    width: 150%;
    position: absolute;
    top: 94px;
    left: -16px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    z-index: 10;
    font-size: 12px;
    border-radius: 0 0 10px 10px;
    display: none;
}
.header .right-pannel .column li .child a{
    color: #000;
    display: block;
}
.header .right-pannel .column li a {
  color: #737373;
}
.header .right-pannel .tag {
  margin-left: 32px;
  display: flex;
}
.header .right-pannel .tag li {
  padding-right: 32px;
}
.footer {
  background: #222;
  height: 300px;
  width: 100%;
}
.footer .footer-content {
  width: 67% !important;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 45px;
  height: 100%;
}
.footer .footer-content .logo {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  float: left;
}
.footer .footer-content .logo img {
  vertical-align: middle;
}
.footer .footer-content ul {
  float: left;
  font-size: 14px;
}
.footer .footer-content ul li {
  line-height: 36px;
  margin: 0 25px;
  float: left;
}
.footer .footer-content ul li p {
  color: #fff;
}
.footer .footer-content ul li span {
  display: block;
  color: #888888;
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.footer .footer-content .address {
  width: 305px;
  float: right;
}
.footer .footer-content .address .top-code {
  height: 104px;
}
.footer .footer-content .address .top-code span {
  padding: 0 25px;
  background: #393939;
  border: 1px solid #565656;
  color: #ffffff;
  float: left;
  display: inline-block;
  margin-top: 28px;
  cursor: pointer;
  line-height: 46px;
}
.footer .footer-content .address .top-code span.active {
  color: #0f95da;
}
.footer .footer-content .address .top-code img {
    width: 100px;
  height: 100px;
  float: right;
}
.footer .footer-content .address p {
  padding-left: 16px;
  background: url('../images/location_07.png') no-repeat;
  background-position: 0 10px;
  color: #888888;
  font-size: 14px;
  line-height: 35px;
}
.footer .footer-content .address p .name {
  width: 70px;
  display: block;
  float: left;
  height: 70px;
}
.index-content {
  width: 100%;
}
.index-content .banner-content {
  width: 100%;
  position: relative;
}
.index-content .banner-content .banner li img {
  width: 100%;
  display: block;
}
.index-content .banner-content .point {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 660px;
}
.index-content .banner-content .point li {
  width: 44px;
  height: 6px;
  border-radius: 5px;
  margin-right: 8px;
  background: #ffffff;
  opacity: 0.3;
  float: left;
  cursor: pointer;
}
.index-content .banner-content .point li.on {
  opacity: 1;
}
.index-content .business-type {
  width: 100%;
  height: 494px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 40px 0;
  text-align: center;
}
.business-type-ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.index-content .business-type .text {
  font-size: 24px;
  line-height: 35px;
  color: #000;
}
.index-content .business-type .en-text {
  font-size: 12px;
  color: #868686;
  display: block;
}
.index-content .business-type ul {
  width: 100%;
  margin: 26px auto 0;
}
.index-content .business-type ul li {
  width: 285px;
  height: 320px;
  float: left;
  margin-right: 20px;
  background-color: #ffffff;
}
.index-content .business-type ul li.special {
  margin-right: 0;
}
.index-content .business-type ul li .top {
  width: 100%;
  height: 90px;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  box-sizing: border-box;
  position: relative
}
.index-content .business-type ul li .top img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index-content .business-type ul li .top .zh-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.index-content .business-type ul li .top .sub-text {
  display: block;
  font-size: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  top: 50px;
}
.index-content .business-type ul li .canteen {
  background: url(../images/subBanner1_03.png) no-repeat;
  color: #f08429;
}
.index-content .business-type ul li .canteen .zh-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
  
}
.index-content .business-type ul li .canteen .sub-text {
  display: block;
  font-size: 12px;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
.index-content .business-type ul li .site {
  background: url(../images/subBanner2_05.png) no-repeat;
}
.index-content .business-type ul li .measure {
  background: url(../images/subBanner3_05.png) no-repeat;
}
.index-content .business-type ul li .shop {
  margin-right: 0;
  background: url(../images/subBanner4_05.png) no-repeat;
}
.index-content .business-type ul li .introduce {
  width: 100%;
  height: 228px;
  position: relative;
  padding-top: 25px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.index-content .business-type ul li .introduce a {
  width: 132px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-radius: 25px;
  line-height: 35px;
  color: #a69999;
  display: inline-block;
  margin-top: 20px;
}
.index-content .sucess-case {
  width: 100%;
  background: url(../images/background_023.png);
}
.index-content .sucess-case .sucess-content {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.index-content .sucess-case .sucess-content .text {
  font-size: 40px;
  line-height: 35px;
  color: #252b3a;
  font-weight: bold;
}
.index-content .sucess-case .sucess-content .en-text {
  font-size: 16px;
  color: #637381;
  display: block;
  margin-top:18px
}
.index-content .sucess-case .sucess-content .text-cases {
  height: 46px;
  width: 100%;
  margin-top: 20px;
}
.index-content .sucess-case .sucess-content .text-cases li {
  width: 297px;
  height: 100%;
  margin-right: 4px;
  background: #f7f7f7;
  float: left;
  text-align: center;
  line-height: 46px;
  color: #747474;
}
.index-content .sucess-case .sucess-content .text-cases li img {
  vertical-align: middle;
}
.index-content .sucess-case .sucess-content .text-cases li.special {
  margin-right: 0;
}
.case-pic-ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-pic{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 67%; 
    margin-top: 30px;
}
.index-content .sucess-case .sucess-content .case-pic li {
  width: 380px;
  margin-top: 20px;
  padding-bottom: 10px;
  height: 295px;
  background: #ffffff;
  font-size: 18px;
}
.index-content .sucess-case .sucess-content .case-pic li img {
  height: 240px;
  width: 100%;
}
.index-content .sucess-case .sucess-content .case-pic li .desc {
  padding: 0 25px;
  text-align: left;
}
.index-content .sucess-case .sucess-content .case-pic li .desc .title {
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
}
.index-content .sucess-case .sucess-content .case-pic li .desc .text {
  color: #8e8e8e;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-content .sucess-case .sucess-content .case-pic li.special {
  margin-right: 0;
}
.index-content .sucess-case .sucess-content .case-pic li:first-child + li + li{
    margin-right: 0;
}
.index-content .news-dynamic {
  width: 100%;
  height: 580px;
  background: #f7f7f7;
}
.index-content .news-dynamic .news-content {
  width: 67%;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.index-content .news-dynamic .news-content .text {
  font-size: 40px;
  line-height: 35px;
  color: #252b3a;
  font-weight:bold;
}
.index-content .news-dynamic .news-content .en-text {
  font-size: 16px;
  color: #637381;
  display: block;
  margin-top:18px
}
.index-content .news-dynamic .news-content .main {
  width: 100%;
  height: 320px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.index-content .news-dynamic .news-content .main .left-pannel,
.index-content .news-dynamic .news-content .main .right-pannel {
  width: 40%;
  height: 100%;
}
.index-content .news-dynamic .news-content .main .left-pannel p.title,
.index-content .news-dynamic .news-content .main .right-pannel p.title {
  line-height: 60px;
  font-size: 18px;
  color: #545454;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.li-a{
    display: flex;
}
.title-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-content .news-dynamic .news-content .main .left-pannel ul li,
.index-content .news-dynamic .news-content .main .right-pannel ul li {
  margin-bottom: 40px;
  height: 48px;
}
.index-content .news-dynamic .news-content .main .left-pannel ul li .date,
.index-content .news-dynamic .news-content .main .right-pannel ul li .date {
  width: 100%;
  height: 100%;
  flex: 1;
  margin-right: 20px;
  text-align: center;
}
.index-content .news-dynamic .news-content .main .left-pannel ul li .date .day,
.index-content .news-dynamic .news-content .main .right-pannel ul li .date .day {
  color: #737373;
  font-size: 24px;
}
.index-content .news-dynamic .news-content .main .left-pannel ul li .date .month,
.index-content .news-dynamic .news-content .main .right-pannel ul li .date .month {
  white-space: nowrap;
  font-size: 12px;
  color: #aaaaaa;
}
.index-content .news-dynamic .news-content .main .left-pannel ul li .article-title,
.index-content .news-dynamic .news-content .main .right-pannel ul li .article-title {
  font-size: 16px;
  color: #545454;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.index-content .news-dynamic .news-content .main .left-pannel ul li .article,
.index-content .news-dynamic .news-content .main .right-pannel ul li .article {  
  font-size: 14px;
  color: #9a9a9a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.index-content .news-dynamic .news-content .main .right-pannel {
  float: right;
}
.index-content .news-dynamic .news-content .main .right-pannel .about {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 30px;
  float: left;
}
.photo-list .banner,
.article-list .banner,
.article .banner {
  height: 274px;
  width: 100%;
}
.photo-list .banner img,
.article-list .banner img,
.article .banner img {
  width: 100%;
  height: 100%;
}
.photo-list .bread,
.article-list .bread,
.article .bread {
  width: 67%;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  color: #5c5c5c;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.photo-list .bread .left-bread,
.article-list .bread .left-bread,
.article .bread .left-bread {
  position: absolute;
  top: 0;
  left: 0 ;
}
.photo-list .bread .left-bread a,
.article-list .bread .left-bread a,
.article .bread .left-bread a {
  background: url('../images/arrow_03.png') no-repeat;
  padding-right: 15px;
  background-position: right 6px;
  margin-right: 5px;
  color: #cccccc;
}
.photo-list .bread .left-bread a.last,
.article-list .bread .left-bread a.last,
.article .bread .left-bread a.last {
  color: #5c5c5c;
  background: none;
}
.photo-list .bread .left-bread img,
.article-list .bread .left-bread img,
.article .bread .left-bread img {
  margin-right: 5px;
}
.photo-list .bread .right-list,
.article-list .bread .right-list,
.article .bread .right-list {
  position: absolute;
  top: 0;
  right: 0 ;
}
.photo-list .bread .right-list li,
.article-list .bread .right-list li,
.article .bread .right-list li {
  float: left;
  margin-left: 48px;
}
.photo-list .bread .right-list li a,
.article-list .bread .right-list li a,
.article .bread .right-list li a {
  color: #5c5c5c;
}
.photo-list .photo-content,
.article-list .photo-content,
.article .photo-content {
  width: 100%;
  min-height: 600px;
  background: #f7f7f7;
  overflow: hidden;
}
.photo-list .photo-content .case-pic,
.article-list .photo-content .case-pic,
.article .photo-content .case-pic {
  height: auto;
  width: 67%;
  margin: 40px auto;
}
.photo-list .photo-content .case-pic li,
.article-list .photo-content .case-pic li,
.article .photo-content .case-pic li {
  width: 380px;
  height: 430px;
  margin-right: 28px;
  float: left;
  background: #ffffff;
  font-size: 18px;
  margin-bottom: 40px;
}
.photo-list .photo-content .case-pic li img,
.article-list .photo-content .case-pic li img,
.article .photo-content .case-pic li img {
  height: 240px;
  width: 100%;
}
.photo-list .photo-content .case-pic li .desc,
.article-list .photo-content .case-pic li .desc,
.article .photo-content .case-pic li .desc {
  padding: 0 25px;
  text-align: left;
}
.photo-list .photo-content .case-pic li .desc .title,
.article-list .photo-content .case-pic li .desc .title,
.article .photo-content .case-pic li .desc .title {
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
  text-align: center;
}
.photo-list .photo-content .case-pic li .desc .text,
.article-list .photo-content .case-pic li .desc .text,
.article .photo-content .case-pic li .desc .text {
  color: #8e8e8e;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
 /* overflow: hidden;*/
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.photo-list .photo-content .case-pic li:first-child + li + li,
.article-list .photo-content .case-pic li:first-child + li + li,
.article .photo-content .case-pic li:first-child + li + li,
.photo-list .photo-content .case-pic li:first-child + li + li + li + li + li,
.article-list .photo-content .case-pic li:first-child + li + li + li + li + li,
.article .photo-content .case-pic li:first-child + li + li + li + li + li,
.photo-list .photo-content .case-pic li:first-child + li + li + li + li + li + li + li + li,
.article-list .photo-content .case-pic li:first-child + li + li + li + li + li + li + li + li,
.article .photo-content .case-pic li:first-child + li + li + li + li + li + li + li + li {
  margin-right: 0;
}
.article-list .list {
  width: 68%;
  margin: 0 auto;
  background: #f7f7f7;
  padding-top: 30px 0;
  min-height: 600px;
  overflow: hidden;
}
.article-list .list ul {
  width: 100%;
  margin: 28px auto 0;
}
.article-list .list ul li {
  width: 100%;
  height: 70px;
  background: #fff;
  /*padding: 40px;
  padding-left:20px;*/
  line-height: 70px;
  box-sizing: border-box;
  /*margin-bottom: 16px;*/
}
.article-list .list ul li .date {
  width: 100px;
  float: right;
  margin-right: 48px;
  vertical-align: middle;
  text-align: center;
}
.article-list .list ul li .date .day {
  color: #737373;
  font-size: 30px;
}
.article-list .list ul li .date .month {
  font-size: 16px;
  color: #aaaaaa;
  line-height: 30px;
}
.article-list .list ul li .article-title {
  font-size: 20px;
  color: #545454;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.article-list .list ul li .article {
  font-size: 16px;
  color: #9a9a9a;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
}
.article .article-content {
  width: 100%;
  min-height: 800px;
  background: #f7f7f7;
  overflow: hidden;
}
.article .article-content .content {
  width: 100%;
  margin: 40px auto;
  min-height: 800px;
  overflow: hidden;
  background: #ffffff;
  padding: 60px;
  box-sizing: border-box;
}
.article .article-content .content .title-desc {
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
  max-width: 1280px;
  margin:0 auto;
}
.article .article-content .content .title-desc .title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom:20px;
}
.article .article-content .content .title-desc span {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 60px;
}
.article .article-content .content .main-text {
  padding: 40px 0;
  color: #666666;
  max-width: 1280px;
  margin:0 auto;
}

.button_index{
    width:100%;
    
    text-align:center;
    padding-bottom: 20px;
    }

.button__more, .button__more:link, .button__more:visited{
  width: 227px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  background: #0573FA;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  border: 1px solid #0573FA;
 margin: 30px 0 auto auto;
  text-align: center;
  text-decoration: none;

}

.button__more:hover,.button__more:active {
  background-color: #FFFFFF;
  color: #0573FA;
  text-decoration: none;
}
