.header-default .logo-chitone{
  background: url(http://pub.job5156.com/winopen/plug/logo_chitone.png) no-repeat;
}
body {
  position: relative;
  line-height: 2;
  font-size: 16px;
  color: #000;
  background: #f2f2f3;
  overflow: hidden;
}
.absolute-bg {
  position: relative;
  z-index: -1;
}
.absolute-bg > .stretch-bg {
  position: absolute;
  top: 0;
  left: 0;
}
p {
  text-align: justify;
  text-indent: 2em;
}
section {
  margin: 36px auto 75px;
  width: 960px;
}
section > img {
  display: block;
  margin: 0 auto;
}
/*走进吴兴*/
section.entry {
  margin-top: 666px;
}
section.entry .content {
  overflow: hidden;
}
section.entry .article {
  width: 430px;
  float: left;
  margin-right: 30px;
}
section.entry .article.text_right {
  margin-right: 0;
}
.text-center {
  text-align: center;
}
.content {
  box-sizing: border-box;
  position: relative;
  margin: 20px auto 0;
  padding: 20px 30px 30px;
  border: 2px solid #346CE7;
  border-radius: 24px;
}
.carousel {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.swiper-container {
  width: 850px;
  height: 450px;
  box-shadow: 0 4px 5px #c5c6c1;
}
.arrow-left,
.arrow-right {
  position: absolute;
  top: 50%;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-family: monospace, sans-serif, serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: #c2c2c2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.arrow-left:hover,
.arrow-right:hover {
  background: #2e68e6;
}
.arrow-left {
  left: -14px;
}
.arrow-right {
  right: -14px;
}
.text-justify {
  text-align: justify;
  line-height: 0;
}
.text-justify:after {
  content: ' ';
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.box-group {
  margin: auto;
  width: 880px;
}
.box {
  display: inline-block;
  overflow: hidden;
  margin: 15px 0;
  width: 410px;
  height: 200px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
  background: white;
}
.box {
  margin-left: 15px;
  margin-right: 15px;
}
.box > .logo-wrapper {
  margin: auto;
  border-bottom: 1px dashed #a0a0a0;
  margin-bottom: 15px;
  width: 307px;
  height: 95px;
}
.box:hover {
  box-shadow: 0 4px 5px #abc1f3;
}
.box a {
  display: inline-block;
  margin-top: 15px;
  border-radius: 19px;
  width: 158px;
  line-height: 38px;
  font-weight: normal;
  color: white;
  background: #346CE7;
}
.box a:hover {
  background: #0043D6;
}
.text-colorful {
  display: inline-block;
  color: #fff;
}
.table {
  margin-top: 20px;
  width: 100%;
}
.table td,
.table th {
  padding: 5px;
  border: 1px solid #a0a0a0;
}
.table th {
  font-weight: bold;
  text-align: center;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: 960px;
  margin: 50px auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  position: relative;
  border-radius: 25px 25px 0 0;
  height: 100px;
  text-align: center;
  background-color: #346CE7;
}
.modal-header .text-colorful {
  line-height: 100px;
  font-size: 40px;
  font-weight: bold;
  color: #E8FF54;
}
.modal-header .close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background: url("../img/close.png");
}
.modal-header .close-btn:hover {
  background: url("../img/close_hover.png");
}
.modal-body {
  position: relative;
  border-radius: 0 0 25px 25px;
  padding: 20px 35px 35px;
  background: #f2f2f3;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.icon-rocket {
  right: 30px;
}
#footer_img {
  background: url("../img/bto_icon_02.jpg") no-repeat;
  width: 1920px;
  height: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 104px;
}
.footer-default {
  background: #376ee7;
}
#trangle_icon > img {
  position: absolute;
}
#trangle_icon > img:nth-child(1) {
  top: 700px;
  left: 100px;
}
