body {
  background: #eeeeee;
}

.banner-text {
  width: 1200px;
  margin: 0 auto;
  line-height: 36px;
  margin-bottom: 10px;
}
.banner-text ul {
  padding-left: 32px;
  background: url(../img/icon-zsk-9.png) no-repeat 9px center;
  overflow: hidden;
  color: #666666;
}
.banner-text ul li {
  float: left;
}
.banner-text ul li:not(:last-child):after {
  content: '>';
  padding: 0 3px;
  float: right;
}

#countryNav {
  width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 5px #eee;
          box-shadow: 5px 5px 5px #eee;
  margin-bottom: 30px;
}
#countryNav .country-title {
  font-size: 14px;
  color: #757575;
  margin-bottom: 5px;
}
#countryNav .country-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#countryNav .country-body-one {
  width: 12.5%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#countryNav .country-body-one img {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
#countryNav .country-body-one a {
  font-size: 14px;
  color: #757575;
  margin-left: 5px;
}
#countryNav .country-body-one a:hover {
  color: #ff3333;
}

#introduction {
  width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 5px 5px #eee;
          box-shadow: 5px 5px 5px #eee;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#introduction .introduction-img {
  display: block;
  width: 300px;
  height: 220px;
  margin-right: 30px;
}
#introduction .introduction-text {
  width: calc(100% - 330px);
}
#introduction .introduction-text h2 {
  font-size: 26px;
  color: #282e3f;
}
#introduction .introduction-text > p {
  margin: 20px 0;
  font-size: 17px;
  color: #a3a3a3;
  line-height: 1.4;
  height: 50px;
}
#introduction .introduction-text ul {
  width: 100%;
}
#introduction .introduction-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#introduction .introduction-text ul li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #484848;
  margin-right: 10px;
}
#introduction .introduction-text ul li p {
  width: calc(100% - 20px);
  color: #484848;
  font-size: 16px;
}

#jump {
  width: 1200px;
  margin: 0 auto;
  background: #239aff;
  margin-bottom: 20px;
}
#jump table {
  width: 100%;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
#jump table tr:first-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#jump table td {
  text-align: center;
  color: white;
  font-size: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#jump table td a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
#jump table td:hover {
  background: white;
}
#jump table td:hover a {
  color: #239aff;
}
#jump table td:last-child {
  border: none;
}

#detail {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#detail .detail-left {
  width: 350px;
  margin-right: 10px;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
#detail .detail-left .left-one h3 {
  font-size: 18px;
  color: #239aff;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
#detail .detail-left .left-one p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 5px;
  color: #757575;
  font-size: 14px;
  line-height: 1.6;
}
#detail .detail-left .left-one p span {
  color: #ff0000;
}
#detail .detail-right {
  width: calc(100% - 360px);
}
#detail .detail-right .right-body {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px 25px 15px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#detail .detail-right .right-one {
  width: 49%;
}
#detail .detail-right .right-one > h3 {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #484848;
  margin-bottom: 10px;
}
#detail .detail-right .right-one > h3 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
#detail .detail-right .right-one > h3 p img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
#detail .detail-right .right-one > h3 a {
  font-size: 14px;
}
#detail .detail-right .right-one > h3 a:hover {
  color: #ff3333;
}
#detail .detail-right .right-one .right-one-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#detail .detail-right .right-one .right-one-content-left {
  width: 150px;
  height: 95px;
  margin-right: 5px;
}
#detail .detail-right .right-one .right-one-content-right {
  width: calc(100% - 145px);
}
#detail .detail-right .right-one .right-one-content-right h4 {
  font-size: 16px;
  color: #239aff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
#detail .detail-right .right-one .right-one-content-right h4:hover {
  color: #ff3333;
}
#detail .detail-right .right-one .right-one-content-right p {
  height: 70px;
  overflow: hidden;
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.6;
}
#detail .detail-right .right-one ul {
  width: 100%;
}
#detail .detail-right .right-one ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #e5e5e5;
  padding: 10px 0;
}
#detail .detail-right .right-one ul li > a {
  width: calc(100% - 85px);
  color: #484848;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#detail .detail-right .right-one ul li > a b {
  color: #239aff;
  margin-right: 5px;
}
#detail .detail-right .right-one ul li > a:hover {
  color: #ffa200;
}
#detail .detail-right .right-one ul li > span {
  width: 80px;
  color: #a3a3a3;
}
#detail .detail-right .right-one ul li:last-child {
  border-bottom: 1px dashed #e5e5e5;
}
