.ccbanner {
  height: 200px;
  background: url("../img/ccbanner.jpg") center/cover no-repeat;
}
.ccbanner .ti {
  font-size: 53px;
  text-transform: uppercase;
  color: #fff;
  line-height: 200px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.other {
  margin-top: 56px;
}
.cl {
  clear: both;
}
.publicbanner {
  height: 460px;
  width: 100%;
  background-size: cover;
}
.publicbanner .box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.publicbanner .box .texttop {
  margin-top: 132px;
}
.publicbanner .box .textbottom {
  padding-left: 20px;
  position: absolute;
  bottom: 100px;
}
.publicbanner .box .line {
  width: 3px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.publicbanner .box .h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 2em;
}
.publicbanner .box .h4 {
  font-size: 18px;
  width: 500px;
  font-weight: normal;
}
.publicbanner .box .p {
  font-size: 12px;
}
.publicAside {
  width: 233px;
  float: left;
  box-sizing: border-box;
}
.publicAside .dt {
  color: #1f2e5d;
  font-size: 20px;
  height: 68px;
  line-height: 68px;
  background: url("../img/aside-t.png") no-repeat left center;
  padding-left: 30px;
  font-weight: bold;
}
.publicAside .dl {
  color: #c8a582;
  font-size: 18px;
  cursor: pointer;
  padding-left: 30px;
}
.publicAside .dl span {
  height: 68px;
  line-height: 68px;
  display: inline-block;
  box-sizing: border-box;
}
.publicAside .dl.on span {
  border-bottom: 2px solid #c8a582;
}
.publicMain {
  float: left;
  width: 966px;
  padding-bottom: 94px;
}
.publicMain .item {
  display: none;
}
.publicMain .item.on {
  display: block;
}
.publicMain .item .h1 {
  color: #1f2e5d;
  font-size: 24px;
}
.publicMain .item .h2 {
  color: #1f2e5d;
  font-size: 12px;
}
.publicMain .item-h {
  margin: 15px 0;
}
.breadcrumb {
  padding-left: 30px;
  background: url("../img/zye-home.png") left center no-repeat;
  line-height: 62px;
  font-size: 0;
}
.breadcrumb span,
.breadcrumb a {
  vertical-align: middle;
  font-size: 16px;
  margin-right: 10px;
}
.concactList {
  padding: 48px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.concactList li {
  float: left;
  width: 25%;
  border-right: 1px solid #e5e5e5;
  min-height: 80px;
}
.concactList li:last-child {
  border: none;
}
.concactList .item {
  position: relative;
  font-size: 16px;
  text-align: center;
  padding-top: 55px;
  line-height: 18px;
  background: url("../img/zye-concact-kefu.png") center top no-repeat;
}
.concactList .item:hover {
  background-image: url("../img/zye-concact-kefu-on.png");
  color: #1f2e5d;
}
.concactList .item:hover .ewcode {
  opacity: 1;
}
.concactList .item.wechat {
  background-image: url("../img/zye-concact-wechat.png");
}
.concactList .item.wechat:hover {
  background-image: url("../img/zye-concact-wechat-on.png");
}
.concactList .item.qq {
  background-image: url("../img/zye-concact-qq.png");
}
.concactList .item.qq:hover {
  background-image: url("../img/zye-concact-qq-on.png");
}
.concactList .item.email {
  background-image: url("../img/zye-concact-email.png");
}
.concactList .item.email:hover {
  background-image: url("../img/zye-concact-email-on.png");
}
.concactList .ewcode {
  opacity: 0;
  position: absolute;
  top: 85px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  transition: all 0.3s;
}
.concactList .ewcode:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 16px;
  margin-left: -8px;
  height: 10px;
  background: url("../img/zye-ar-code.png") center no-repeat;
}
.concactList .ewcode img {
  width: 100%;
}
.formWrap {
  padding-bottom: 72px;
}
.formWrap .formtitle {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 55px;
}
.formWrap .formtitle h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  margin-bottom: 15px;
}
.formWrap .formline {
  height: 46px;
  border: 1px solid #e5e5e5;
  width: 572px;
  margin-bottom: 20px;
  padding: 0 16px;
}
.formWrap .formline.textarealine {
  height: 111px;
}
.formWrap label {
  float: left;
  color: #999;
  line-height: 44px;
  margin-right: 10px;
}
.formWrap .inputbox {
  overflow: hidden;
  height: 100%;
}
.formWrap input[type='text'],
.formWrap textarea {
  height: 100%;
  width: 100%;
  border: none;
}
.formWrap textarea {
  padding: 15px 0;
}
.formWrap .formSubmit {
  padding-top: 25px;
  text-align: center;
}
.formWrap .formSubmit .submit {
  padding: 0 26px;
  height: 40px;
  background-color: #1f2e5d;
  color: #fff;
  font-size: 18px;
  border: none;
}
