.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-image: url(../image/040822726dec9e67ace2c48d4e30bd37.png);
      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 {
  background-image: url(../image/040822726dec9e67ace2c48d4e30bd37.png);
  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-image: url(../image/040822726dec9e67ace2c48d4e30bd37.png);
  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; }

.footer {
  background-image: url(../image/bc23e663185dd0ea4963e69169b02b50.png); }

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); }
  
 */ 
  
.picfocus img{

position: relative;
 
 width: 100%;
 height: 190px;
 margin: 0px;
 object-fit: cover;
 display: block;
 background-size: cover;
 object-position: top;
 background-position: top;
 background-repeat: no-repeat;

}
.picfocus:hover img,
a:hover .picfocus img{

	  -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}

@keyframes mymove
    {
    from {object-position: top;}
    to {object-position: bottom;}
}
 
/*Safari 和 Chrome:*/
@-webkit-keyframes mymove
{
    from {object-position: top;}
    to {object-position: bottom;}
}

  
  
  
  
  
  
  
  

/*pages*/
.pages {
  padding: 20px 0;
  text-align: center;
  cursor: default; }

.pages a {
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 5px;
  margin: 0 4px;
  border: 1px solid #e3e3e3;
  color: #ccc;
  background: #eee;
  display: inline-block;
  box-sizing: initial; }

.pages a:not([href]):not([tabindex]) {
  color: #ccc; }

.pages a.active,
.pages a[href] {
  background: #fff;
  color: #999; }

.pages a.active:not([href]):not([tabindex]),
.pages a[href]:hover {
  background: #2897c2;
  border-color: #2897c2;
  color: #fff; }

.pages .end,
.pages .first,
.pages .next,
.pages .prev {
  padding: 0 15px; }
  
  
  
  
  
  .BreadCrumbs{
	padding:20px 0;
}
.BreadCrumbs,.BreadCrumbs a{
	color:#444444;
	font-size:14px;
}
  
  
  
  
  
  
  

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

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

.case_box {
}

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

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

.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;
  transition: all ease .4s;
  -webkit-transition: all ease .4s; }

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

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

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

.case_list li {
  padding: 0 28px;
  margin-top: 210px; }

.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: 420px;
  height: 249px;
  margin: -150px auto 0;
  background: url(../image/917a67a297d9b09d88d1bd2c1eb7f205.png) no-repeat top center;
  display: inline-block;
  vertical-align: top; }

.case_list .item .picfocus {
  width: 302px;
  height: 190px;
  margin: 12px 0 0 55px;
  overflow: hidden; }

.case_list .item .info {
  padding: 30px 35px 47px; }

.case_list .item .tit {
  color: #333;
  font-size: 16px;
  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: #2897c2;
  border: 1px solid #2897c2;
  vertical-align: top;
  display: inline-block;
  overflow: hidden; }

.case_list .item:hover .tit {
  color: #2897c2; }

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

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

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

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

.case_box .tabs a {
  margin: 0 12px;
  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; }
  
  
 
.tag_nav .tt { font-size: 20px; font-weight: 400; color: #333; padding-bottom: 26px; border-bottom: solid 1px #f2f2f2; }
.tag_nav .tt h1 { display:inline-block; font-size:20px; color: #e80000; }
.tag_nav .hot-lebel-tt { position: relative; }

.tag_nav .mianbaoxie { right: 5%; }
.tag_nav .mianbaoxie { color: #999; font-size: 13px; position: absolute; right: 0; top: 2px; z-index: 3;}
.tag_nav .mianbaoxie a { color: #999; }
.tag_nav .mianbaoxie a:hover { color: #333; }

/*hover动画*/
.hover-animation, .hover-animation em { -webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out; position: relative; }
.hover-animation em { display: block; width: 0; height: 100%; background-color: #2693c1; position: absolute; left: 0; top: 0; z-index: 1; }
.hover-animation span { position: relative; z-index: 2; }
.hover-animation:hover em { width: 100%; }

.tabs_cont .hot-label-list { padding-top: 36px; }
.tabs_cont .hot-label-list a { display: inline-block; padding: 6px 12px; background-color: #f8f8f8; color: #666; margin:0 8px 12px 0; }
.tabs_cont .hot-label-list a:hover { color: #fff; } 
  

@media (max-width: 1599px) {
  .case_list .item .picfocus {
    width: 219px;
    height: 137px;
    margin: 0;
    margin-left: 33px;
    overflow: hidden;
    margin-top: 9px; }
  .case_list .item .pic-box {
    margin-top: -120px;
    width: 290px;
    height: 180px; }
  .case_list li {
    margin-top: 190px; }
  .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; } }

