.TheSecondBannerModificationOnTheOfficialWebsite {
  height: 640px; }
  .TheSecondBannerModificationOnTheOfficialWebsite .container {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .TheSecondBannerModificationOnTheOfficialWebsite .title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px; }
  .TheSecondBannerModificationOnTheOfficialWebsite .desc {
    font-size: 18px;
    color: #fff; }
  .TheSecondBannerModificationOnTheOfficialWebsite .link {
    margin-top: 40px; }
    .TheSecondBannerModificationOnTheOfficialWebsite .link a {
      width: 150px;
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      font-size: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  @media (max-width: 1599px) {
    .TheSecondBannerModificationOnTheOfficialWebsite {
      background-size: cover;
      height: 445px; }
      .TheSecondBannerModificationOnTheOfficialWebsite .title {
        font-size: 24px; }
      .TheSecondBannerModificationOnTheOfficialWebsite .desc {
        font-size: 16px; } }

.TheSecondButtonLinkModificationOnTheOfficialWebsite {
  width: 158px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .TheSecondButtonLinkModificationOnTheOfficialWebsite span {
    font-size: 16px;
    color: #fff;
    margin-left: 8px; }
  @media (max-width: 1599px) {
    .TheSecondButtonLinkModificationOnTheOfficialWebsite {
      width: 120px;
      height: 40px; }
      .TheSecondButtonLinkModificationOnTheOfficialWebsite span {
        font-size: 14px; } }

body {
  background: #e6e6e6; }

.TheSecondTitleModificationOnTheOfficialWebsite .title {
  font-size: 36px;
  color: #1b1b1b;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
  text-align: center; }
  .TheSecondTitleModificationOnTheOfficialWebsite .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 60px;
    height: 2px;
    background: #2897c2; }

.TheSecondTitleModificationOnTheOfficialWebsite .desc {
  font-size: 14px;
  color: #828282;
  margin-top: 15px;
  text-align: center; }

@media (max-width: 1599px) {
  .TheSecondTitleModificationOnTheOfficialWebsite .title {
    font-size: 24px;
    padding-bottom: 10px; } }

.TheSecondMargin50ModificationOnTheOfficialWebsite {
  margin-top: 50px;
  margin-bottom: 50px; }

.linkcommonbutton {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 158px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; 
 }
.linkcommonbutton:hover { color: #fff; }
.linkcommonbutton img {margin-right: 5px; }


body {
  background: #e6e6e6; }

.picfocus {
  overflow: hidden; }

.picfocus img {
	width:100%;
  -webkit-transition: 0.36s ease;
  -moz-transition: 0.36s ease;
  -o-transition: 0.36s ease;
  -ms-transition: 0.36s ease; }

.picfocus:hover img,a:hover .picfocus img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); 
}


/*case_page*/
.case_page {
  overflow: hidden; }

.case_page .common-tit {
  font-size: 36px;
  font-weight: bold;
  text-align: center; }

.case_box {
  margin: 0px 0 0; }

.case_box .container {
  background: #fff;
  padding: 65px 40px 90px; }

.case_box .tabs {
  padding: 30px 0 50px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center; }

.case_box .tabs a {
  margin: 0 20px;
  display: inline-block;
  line-height: 38px;
  font-size: 20px;
  color: #333;
  position: relative; }

.case_box .tabs a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #d8b178;
  transition: all ease .4s;
  -webkit-transition: all ease .4s; }

.case_box .tabs a.active,
.case_box .tabs a:hover {
  color: #d8b178; }

.case_box .tabs a.active:after,
.case_box .tabs a:hover:after {
  width: 100%; }

.case_list {
  margin: 0 -28px 35px; 
  justify-content: center;}

.case_list li {
  padding: 0 9px;
  margin-top: 30px; 
  width: 30%;
}

.case_list .item {
  position: relative;
  display: block;
  box-shadow: 0 0 11px rgba(0, 42, 65, 0.1);
  text-align: center; }

.case_list .item .pic-box {
  width:100%;
  height: 250px;
  margin: 0px auto 0;
  display: inline-block;
  vertical-align: top; }

.case_list .item .picfocus {
  width: 92%;
  height: 220px;
  margin: 4%;
  overflow: hidden; }

.case_list .item .info {
  padding: 10px 15px 15px; }

.case_list .item .tit {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.case_list .item .tit_sub {
  font-size: 14px;
  color: #666;
  line-height: 24px; }

.case_list .item .desc {
  font-size: 14px;
  margin: 20px 0 0;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  color: #666; }

.case_list .item .btn_more {
  margin-top: 35px;
  width: 150px;
  text-align: center;
  line-height: 38px;
  color: #d8b178;
  border: 1px solid #d8b178;
  vertical-align: top;
  display: inline-block;
  overflow: hidden; }

.case_list .item:hover .tit {
  color: #d8b178; }

.case_box .container {
  padding-bottom: 40px; }

.case_box .tabs a {
  color: #666; }

.case_box .tabs {
  border-bottom: 0; }

.case_box .tabs {
  padding: 0 1px;
  padding-top: 30px;
  padding-bottom: 10px; }

.case_box .tabs a {
  margin: 0 1px;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    font-size: 18px;
    padding: 0 30px;
    line-height: 34px;
    margin-right: 20px;
  }

.case_box {
  margin-bottom: 50px; }

.case_list .item .pic-box {
  background-size: cover; }

@media (max-width: 1599px) {
  .case_list .item .picfocus {
    width: 100%;
    height: 137px;
    margin: 0;
    overflow: hidden;
    margin-top: 9px; }
  .case_list .item .pic-box {
    margin-top: -120px;
    height: 180px; }
  .case_list li {
    margin-top: 190px; width: 48%;
    max-width: 48%;}
  .case_list li:last-child{
    display: none;}
  .case_box .tabs {
    padding-bottom: 0; }
    .case_box .tabs a {
      font-size: 18px;
      margin: 0 10px; }
  .case_page .common-tit {
    font-size: 24px; }
  .case_box .container {
    padding-top: 40px; } 
}
@media (min-width: 100px) and (max-width: 599px){
	.case_page{padding:0px 10px;}
 	.case_box{margin-bottom:20px}
	.case_box .tabs{padding: 10px 10px;}
	.case_box .container{padding:20px 10px;}
	.case_list{margin:0px;}
	.case_list li{width: 100%;padding: 0 10px;margin-top:20px;max-width: 100%;}
	.case_list .item .pic-box { width:100%; height: auto; margin: 0px auto 0;display: inline-block;vertical-align: top; }
	.case_list .item .picfocus {  width: 92%;height: auto;margin: 4%;  overflow: hidden; }
	.case_list .item .info { padding: 10px 15px 15px; }
	.picfocus img{width:100%;height:auto;}
	.case_list .item .btn_more{margin-top:15px;}
 
}

@media (min-width: 1200px) and (max-width: 1440px){
  .case_list li{ padding: 0 10px; }
  .case_list .item .picfocus{width:250px;margin-left: 20px;}
  .case_list .item .pic-box {
    margin-top: 20px;
    width: 290px;
    height: 150px;
	}
  .case_list li{ margin-top: 30px; }
}

