﻿body, input, button, select {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  font-size: 14px;
  background: #fff;
}
.w1200{
  width: 1200px;
}
body {
  height: 100%;
  width: 100%;
  min-width: 1200px;
  color: #333;
}
.banner {
  min-width: 1200px;
  position: relative;
  height: 450px;
}
.banner ul {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner ul li {
  display: block;
  width: 100%;
  height: 100%;
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner ul li h2 {
  display: none;
}
.banner .Number {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  bottom: 28px;
}
.banner .Number span {
  overflow: hidden;
  cursor: pointer;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  background: #333;
  display: inline-block;
  height: 2px;
  width: 20px;
  margin: 0 5px;
}
.banner .Number span.hover {
  background-color: #fff !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 30px;
}
.crumbs {
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 12px;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 5px 22px;
}
.case {
  width: 100%;
  display: block;
  overflow: hidden;
}
.caseThite {
  overflow: hidden;
  margin: 60px 0 24px;
}
.caseThite h2 {
  color: #ffa31f;
  font-size: 24px;
  float: left;
  line-height: 26px;
}
.caseThite a {
  float: right;
  display: block;
  color: #999;
  cursor: pointer;
  height: 18px;
  line-height: 18px;
  margin-top: 6px;
}
.caseThite a img {
  vertical-align: -4px;
  margin-right: 13px;
}
.caseThite a img.xz {
  animation: rotating 0.6s linear infinite;
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.caseBanner {
  
  height: 400px;
  margin-bottom: 32px;
}

.caseBanner .caseChoice {
  position: absolute;
  float: left;
  display: block;
  width: 500px;
  height: 356px;
  background: rgba(255, 255, 255, 0.95);
  padding: 33px 40px 0;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.08);
  bottom: 0;
  z-index: 10;
}

.caseBanner .caseChoice div {
  overflow: hidden;
  margin-bottom: 15px;
}

.caseBanner .caseChoice p {
  float: left;
  width: 372px;
  line-height: 30px;
}

.caseBanner .caseChoice p input {
  display: none;
  float: left;
}

.caseBanner .caseChoice p label, .caseBanner .caseChoice p a {
  display: block;
  cursor: pointer;
  float: left;
  height: 30px;
  margin-right: 22px;
  margin-bottom: 2px;
  padding: 0 7px;
  color: #333;
}

.caseBanner .caseChoice p label.hover, .caseBanner .caseChoice p a.hover {
  background-color: #ffa31f !important;
  color: #fff;
  border-radius: 4px;
}

.caseBanner .caseChoice p a:hover {
  color: #ffa31f;
}

.caseBanner .caseChoice p a.hover:hover {
  color: #fff;
}

.caseBanner .caseChoice b {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 30px;
}

.caseBanner .caseNumber {
  position: absolute;
  float: left;
  text-align: left;
  width: 700px;
  bottom: 0;
  left: 500px;
  height: 80px;
  background: rgba(0, 0, 0, 0.67);
  z-index: 10;
}

.caseBanner .caseNumber span {
  position: absolute;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
  background: none;
  margin: 0;
  line-height: 80px;
  padding: 0 40px;
  top: 0;
}

.caseBanner .caseNumber span.hover {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0) !important;
}

.caseBanner a.casePrev {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  bottom: 0;
  z-index: 10;
  left: 0;
  background: url(../images/xian.png) no-repeat left center, url(../images/left.png) no-repeat center center;
}

.caseBanner a.caseNext {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  bottom: 0;
  z-index: 10;
  left: 0;
  background: url(../images/xian.png) no-repeat left center, url(../images/right.png) no-repeat center center;
}
/*
@media screen and (min-width: 1921px) {
  .caseBanner {
    min-height: 543px;
  }
  .caseBanner ul li a {
    background-size: auto 100%!important;
  }
}
*/
.caseChoiceEsc {
  width: 1200px;
  margin: 0 auto;
  display: none;
  height: 45px;
  background: #f3f3f3;
  margin-top: 20px;
  padding: 7px 12px;
}
.caseChoiceEsc a {
  display: block;
  float: left;
  background-color: #fff !important;
  text-align: center;
  color: #999;
  border-radius: 4px;
  display: none;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding-left: 10px;
}
.caseChoiceEsc a img {
  cursor: pointer;
  vertical-align: 0;
  margin: 0 10px 0 6px;
}
.caseText {
  width: 1200px;
  margin: 0 auto;
  margin-top: 28px;
  display: block;
}
.caseList {
  width: 100%;
  display: inline-block;
}
.caseList li {
  float: left;
  overflow: hidden;
  width: 382px;
  height: 303px;
  border: 1px solid #f3f3f3;
  margin: 0 27px 37px 0;
  transition: all 0.3s ease-out;
}
.caseList_1 li {
  margin-bottom: 0 !important;
}
.caseList li:nth-child(3n) {
  margin-right: 0 !important;
}
.caseList li i {
  display: block;
  overflow: hidden;
  height: 225px;
  border-bottom: 1px solid #f3f3f3;
}
.caseList li i img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.caseList li div {
  position: relative;
  overflow: hidden;
  height: 78px;
  padding-top: 20px;
}
.caseList li div div {
  font-size: 18px;
  width: 100%;
  line-height: 18px;
  padding: 0 26px;
  transition: all 0.3s ease-out;
}
.caseList li div div h3 {
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #333;
  height: 19px;
}
.caseList li div div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 12px;
  margin-top: 10px;
}
.caseList li div em {
  font-style: normal;
  font-weight: normal;
  display: block;
  position: absolute;
  color: #fff;
  background-color: #ffa31f !important;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  bottom: 10px;
  right: 10px;
  width: 58px;
  height: 58px;
  line-height: 16px;
  padding-top: 14px;
  z-index: 10;
  transition: all 0.5s ease-out;
}
.caseList li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.caseList li:hover div div {
  width: 312px;
}
.caseList li:hover div em {
  display: block;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/**/
.caseList2 {
  width: 100%;
  display: inline-block;
}
.caseList2 li {
  float: left;
  overflow: hidden;
  width: 382px;
  height: 303px;
  border: 1px solid #f3f3f3;
  margin: 0 27px 37px 0;
  transition: all 0.3s ease-out;
}
.caseList_1 li {
  margin-bottom: 0 !important;
}
.caseList2 li:nth-child(3n) {
  margin-right: 0 !important;
}
.caseList2 li i {
  display: block;
  overflow: hidden;
  height: 225px;
  border-bottom: 1px solid #f3f3f3;
}
.caseList2 li i img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.caseList2 li div {
  position: relative;
  overflow: hidden;
  height: 78px;
  padding-top: 20px;
}
.caseList2 li div div {
  font-size: 18px;
  width: 100%;
  line-height: 18px;
  padding: 0 26px;
  transition: all 0.3s ease-out;
}
.caseList2 li div div h3 {
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #333;
  height: 19px;
}
.caseList2 li div div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 12px;
  margin-top: 10px;
}
.caseList2 li div em {
  font-style: normal;
  font-weight: normal;
  display: block;
  position: absolute;
  color: #fff;
  background-color: #ffa31f !important;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  bottom: 10px;
  right: 10px;
  width: 58px;
  height: 58px;
  line-height: 16px;
  padding-top: 14px;
  z-index: 10;
  transition: all 0.5s ease-out;
}
.caseList2 li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.caseList2 li:hover div div {
  width: 312px;
}
.caseList2 li:hover div em {
  display: block;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.caseText .Paging {
  padding: 0;
}
.caseGood {
  width: 1200px;
  margin: 0 auto;
}
.caseGood ul {
  width: 100%;
  display: inline-block;
}
.caseGood li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 292px;
  height: 170px;
  margin: 0 13px 13px 0;
}
.caseGood li:nth-child(3) {
  margin-right: 0 !important;
}
.caseGood li:nth-child(4) {
  margin-bottom: 0 !important;
}
.caseGood li:nth-child(5) {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.caseGood li a {
  display: block;
  width: 100%;
  height: 100%;
}
.caseGood li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.caseGood li div {
  position: absolute;
  width: 100%;
  color: #fff;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  height: 50px;
  left: 0;
  bottom: -66px;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 20px;
  transition: all 0.3s ease-out;
}
.caseGood li div h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 14px;
  margin: 9px 0 4px;
}
.caseGood li div span {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.caseGood li.caseGood_1 {
  width: 590px;
  height: 353px;
  margin-bottom: 0;
}
.caseGood li.caseGood_1 div {
  height: 66px;
}
.caseGood li.caseGood_1 div h3 {
  font-size: 18px;
  float: left;
  margin: 0;
  line-height: 66px;
  display: inherit;
}
.caseGood li.caseGood_1 div span {
  float: right;
  font-size: 14px;
  display: inherit;
  line-height: 66px;
}
.caseGood li:hover div {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  bottom: 0;
}
.sacePush {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 116px;
}
.sacePush ul {
  display: inline-block;
}
.sacePush li {
  float: left;
  width: 278px;
  height: 220px;
  margin-right: 29px;
}
.sacePush li:nth-child(4) {
  margin-right: 0 !important;
}
.sacePush li i {
  display: block;
  width: 100%;
  height: 164px;
  border: 1px solid #e7e7e7;
  margin-bottom: 18px;
  transition: all 0.3s ease-out;
}
.sacePush li i img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.sacePush li div {
  padding: 0 10px;
}
.sacePush li h3 {
  font-style: normal;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  height: 16px;
  line-height: 16px;
  margin-bottom: 6px;
}
.sacePush li span {
  font-size: 12px;
  color: #999;
}
.sacePush li:hover i {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.case .nothing {
  background-color: #fff !important;
}
.caseDetaBaner {
  width: 100%;
  height: 360px;
}
.caseDetaBaner .caseDetaBanerImg {
  display: none;
}
.caseDetaBaner ul {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 20px 0;
}
.caseDetaBaner ul li {
  color: #fff;
  float: left;
  width: 19%;
  padding-right: 34px;
}
.caseDetaBaner ul li:nth-child(1) {
  width: 24%;
}
.caseDetaBaner ul li h6 {
  font-size: 20px;
  color: #ffa31f;
  line-height: 20px;
  margin-bottom: 35px;
}
.caseDetaBaner ul li h6 hr {
  display: block;
  background-color: #ffa31f !important;
  border: none;
  width: 19px;
  height: 3px;
  margin-bottom: 18px;
}
.caseDetaBaner ul li p {
  line-height: 20px;
}
.caseDeta {
  width: 1200px;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 100px;
}
.caseDeta .caseDetaLeft {
  float: left;
  background-color: #f7f7f7 !important;
  width: 1130px;
  padding: 0 56px 0 46px;
  margin-bottom: 60px;
}
.caseDeta .caseDetaLeft .crumbs {
  border: none;
  width: auto;
  padding: 27px 0 29px 0;
}
.caseDeta .caseDetaLeft h1 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
.caseDeta .caseDetaLeft p {
  text-indent: 2em;
  line-height: 25px;
  color: #555;
  margin-bottom: 50px;
}
.caseDeta .caseDetaLeft ul {
  overflow: hidden;
}
.caseDeta .caseDetaLeft ul li {
  overflow: hidden;
  width: 100%;
  margin-bottom: 58px;
}
.caseDeta .caseDetaLeft ul li .caseLeft {
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  float: left;
  display: none;
  margin-right: 27px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  background: #e3e3e3;
  color: #555;
}
.caseDeta .caseDetaLeft ul li .caseRight {
  margin: 0 auto;
  width: 660px;
  color: #555;
}
.caseDeta .caseDetaLeft ul li .caseRight img {
  width: 100%;
  vertical-align: top;
  margin-bottom: 18px;
}
.caseDeta .caseDetaLeft ul li .caseRight span {
  line-height: 22px;
}
.caseDeta .caseDetaRight {
  position: relative;
  float: left;
  width: 70px;
  top: 0;
  z-index: 3;
}
.caseDeta .caseDetaRight strong {
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #797979;
  margin-bottom: 2px;
  background: #d6d6d6;
  width: 70px;
  height: 70px;
}
.caseDeta .caseDetaRight strong img {
  display: block;
  margin: 0 auto;
}
.caseDeta .caseDetaRight strong.caseFx img {
  padding: 15px 0 5px;
}
.caseDeta .caseDetaRight strong.caseFx .diaryJiathis {
  position: absolute;
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: -280px;
  top: 0;
  z-index: 1;
  height: 70px;
  padding: 0 21px;
  margin-bottom: 0;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 19px;
}
.caseDeta .caseDetaRight strong.casePg {
  padding-top: 10px;
  height: 86px;
}
.caseDeta .caseDetaRight strong.caseSc img {
  padding: 16px 0 4px;
}
.caseDeta .caseDetaRight strong.caseZx {
  position: relative;
  background-color: #ffa31f !important;
  color: #fff;
  font-size: 20px;
  height: 177px;
  padding-top: 58px;
}
.caseDeta .caseDetaRight strong.caseZx em {
  display: block;
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  width: 20px;
  line-height: 22px;
}
.caseDeta .caseDetaRight strong.caseZx img {
  position: absolute;
  margin: 0;
  right: 20px;
  top: 20px;
  animation: imgLr 0.8s linear infinite;
}
.caseDeta .caseDetaRight .programShow {
  display: none;
  position: absolute;
  top: -22px;
  left: -214px;
}
@keyframes imgLr {
  from {
    right: 12px;
  }
  to {
    left: 13px;
  }
}
.caseDeta .caseDetaRight strong.caseDb {
  background-color: #fff !important;
}
.caseDeta .caseDetaRight strong.caseDb img {
  padding-top: 20px;
}
.caseDeta .caseFenye {
  overflow: hidden;
  width: 100%;
}
.caseDeta .caseFenye a {
  display: block;
  float: left;
  width: 50%;
  line-height: 35px;
}
.caseDeta .caseFenye a b {
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #555;
  width: 90px;
  height: 35px;
  background: #e3e3e3;
  margin-right: 10px;
}
.caseDeta .caseFenye a p {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  color: #555;
  height: 35px;
  width: 500px;
  padding-right: 25px;
}
.caseDeta .caseFenye a:hover p {
  text-decoration: underline;
}
@media screen and (min-width: 1921px) {
  .caseDetaBaner {
    min-height: 480px;
    background-size: auto 100%!important;
  }
}







.Paging {
  height: 60px;
  padding-top: 10px;
}
.Paging p {
  float: left;
  color: #999;
  line-height: 40px;
  padding: 0 10px 0 4px;
}
.Paging ul {
  float: right;
  width: auto !important;
}
.Paging li {
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.Paging li:last-child {
  margin-right: 0 !important;
}
.Paging li.paging_gd {
  border: none;
}
.Paging li.paging_prev,
.Paging li.paging_next {
  width: 60px;
}
.Paging li.Paging_total {
  border: none;
  width: auto;
}
.Paging li.paging_Jump {
  border: none;
  width: auto;
}
.Paging li.paging_Jump span {
  padding: 0 10px;
}
.Paging li.paging_Jump input.paging_text {
  color: #555;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.Paging li.paging_Jump input.paging_url {
  color: #555;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.Paging li a {
  display: block;
  color: #555;
  background: #f3f3f3;
}
.Paging li a:hover,
.Paging li a.hover,
.paging li .hover,
.Paging li.paging_Jump input.paging_url:hover {
  background: #d7d7d7;
}