.content-main{
  width: 1200px;
  margin: 0 auto;
}
.nav-outbar {
  width: 100%;
  height: 54px;
  background-color: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
}
.nav-inbar .nav-logo{
  float: left;
  /* margin-right: 60px; */
}
.nav-inbar .nav-tab {
  line-height: 54px;
  font-size: 0;
}
.nav-inbar .nav-tab .nav-home-tag {
  font-size: 20px;
  color: #333;
}
.nav-inbar .nav-tab .nav-tag {
  display: inline-block;
  font-size: 16px;
  color: #666;
  /* width: 94px; */
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #f8f8f8;
  border: 1px dashed #dcdcdc;
}
.nav-inbar .nav-tab .nav-arrow {
  margin: 0 20px;
}
.main-out {
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 0;
}

.zhuanti-cont {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.zhuanti-cont1 {
  height: 400px;
  background-image: url('../images/1.jpg');
}
.zhuanti-cont2 {
  height: 582px;
  background-image: url('../images/2.png');
}
.zhuanti-cont3 {
  height: 828px;
  background-image: url('../images/3.jpg');
}
.zhuanti-cont4 {
  height: 494px;
  background-image: url('../images/4.png');
}
.zhuanti-cont5 {
  height: 366px;
  background-image: url('../images/5.jpg');
}
.form-box {
  position: relative;
}
.success-pop {
  position: absolute;
  width: 360px;
  height: 230px;
  left: 50%;
  margin-left: -180px;
  top: 72px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  display: none;
}
.success-pop .icon{
  margin-top: 40px;
}
.success-pop .close {
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
}
.success-pop .success-text {
  font-size: 24px;
  color: #333;
  line-height: 1;
}
.form-title {
  font-size: 36px;
  color: #fff;
  padding-top: 70px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.form-content {
  padding: 60px 30px 50px;
  height: 40px;
}
.form-item-box {
  width: 358px;
  height: 38px;
  border: 1px solid #fff;
  float: left;
}
.form-type {
  background-image: url('../images/zt_icon_renzheng@2x.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  cursor: pointer;
}
.form-type .type-ul {
  position: absolute;
  width: 360px;
  top: 39px;
  left: -1px;
  display: none;
}
.form-type .type-ul li {
  height: 40px;
  background-color: #fff;
  font-size: 18px;
  color: #1e4484;
  padding-left: 40px;
  line-height: 40px;
  cursor: pointer;
}
.form-type .zhankai {
  background-image: url('../images/zt_icon_zhankai@2x.png');
  background-repeat: no-repeat;
  background-position: 288px center;
}
.form-type .fold {
  background-image: url('../images/zt_icon_shouqi@2x.png');
  background-repeat: no-repeat;
  background-position: 288px center;
}
.form-name {
  margin-left: 30px;
  background-image: url('../images/zt_icon_xingming@2x.png');
  background-repeat: no-repeat;
  background-position: 10px center;
}
.form-phone {
  margin-left: 30px;
  background-image: url('../images/zt_icon_phone@2x.png');
  background-repeat: no-repeat;
  background-position: 10px center;
}
.form-item-box input {
  width: 318px;
  height: 38px;
  border: none;
  background-color: transparent;
  margin-left: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 38px;
}
.form-item-box input::placeholder {
  font-size: 18px;
  color: #fff;
}
.submit-btn {
  width: 358px;
  height: 38px;
  border: 1px solid #fff;
  background-color: #98bbf5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  margin: 0 auto;
  cursor: pointer;
}

.footer {
  width: 100%;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  background-image: url('../images/bg@2x.png');
  color: #fff;
}
.footer-in .footer-top {
  padding-bottom: 20px;
}
.footer-in .footer-left{
  float: left;
}
.footer-in .footer-left .licence{
  font-size: 14px;
  line-height: 1;
  padding:24px 0 20px;
}
.footer-in .footer-left .licence a {
  font-size: 14px;
  color: #fff;
}
.footer-in .footer-left .control {
  height: 50px;
}
.footer-in .footer-left .control a {
  display: block;
  float: left;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
}
.footer-in .footer-left .control a img {
  vertical-align: middle;
  margin-right: 10px;
}
.footer-in .footer-logo {
  float: right;
  padding-top: 26px;
}
.footer-in .copyright{
  clear: both;
  font-size: 12px;
  padding: 10px 0 17px;
  border-top: 1px solid #fff;
}


.nav-outbar-dxz{
  width: 100%;
  height: 80px;
  /* margin-bottom: 20px; */
  display: flex;
  align-items: center;
}
.nav-outbar-dxz .nav-inbar{
  display: flex;
  align-items: center;
}
.nav-outbar-dxz .nav-inbar .nav-tab{
  margin-left: 60px;
  overflow: hidden; 
  display: flex;
  align-items: center;
}
.nav-outbar-dxz .nav-logo{
  cursor: pointer;
}
.nav-outbar-dxz .nav-home-tag{
  height: 30px;
  display: inline-block;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.nav-outbar-dxz .nav-tag{
  display: inline-block;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  padding: 0 14px;
  background: #f8f8f8;
  border: 1px dashed #dcdcdc;
  border-radius: 4px;
  height: 30px;
  display: inline-block;
  line-height: 28px;
}
.nav-outbar-dxz .nav-tab .nav-arrow {
  margin: 0 20px;
}