/*=========== commom start ========= */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  vertical-align: text-top;
  border: none 0;
}

.float-left {
  float: left;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.main-layout {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
/*=========== commom end ========= */

.box {
  background-color: #eee;
}
/*=========== header start ========= */
header {
  position: relative;
  padding: 18px 40px 18px 180px;
  height: 84px;
  background-color: #fff;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom: 1px solid #fff;
}

header h1 {
  position: absolute;
  left: 60px;
  display: inline-block;
  width: 136px;
  overflow: hidden;
  height: 47px;
}
.tab-list {
  list-style: none;
  display: inline-block;
}
.tab-list .tab {
  display: inline-block;
  line-height: 48px;
  cursor: pointer;
}
.tab {
  width: 120px;
}

.current {
  color: #339e56;
  position: relative;
}

.current:before {
  content: '\20';
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -15px;
  background-color: #339e56;
}

/*=========== header end ========= */

/*=========== main start ========= */
.tab-pane {
  display: none;
  text-align: left;
  margin-top: -84px;
  padding-top: 175px;
  padding-bottom: 230px;
  width: 100%;
  min-width: 1280px;
}
.show {
  display: inline-block;
}

.home {
  background: url('../img/home-bg.jpg') top center/auto 856px no-repeat;
}
.other {
  background: url('../img/other-bg.png') top center/auto 790px no-repeat;
}

.home-title {
  color: #fff;
  font-size: 56px;
  line-height: 1.4;
  text-align: left;
  font-weight: 500;
  padding-left: 55px;
  margin-bottom: 280px;
}

.card {
  width: 390px;
  height: 380px;
  margin: 15px;
}
.partner {
  width: 804px;
}

.intro-box {
  border-top-right-radius: 8px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 50px 2.4%;
}

.intro-title {
  color: #555;
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 30px;
}
.intro-subtitle {
  color: #555;
  font-size: 20px;
  margin: -20px 0 60px;
}
.intro-desc {
  padding: 50px 8px;
  text-align: left;
}

.intro-market {
  text-align: center;
  margin: 0 auto;
  width: 1040px;
}
.market-intro {
  margin-right: 12.2%;
}
.market-item {
  text-align: left;
  margin-bottom: 48px;
  padding-top: 20px;
  width: 420px;
}

.market-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 10px;
}
.market-desc {
  color: #999;
  font-size: 20px;
  line-height: 28px;
}

.intro-advantages img {
  margin-right: 1%;
}

.equipment-desc {
  text-align: left;
  margin-top: 30px;
}

.wisdom-park-img {
  text-align: center;
}
.wisdom-park-img img {
  margin-right: 1%;
  margin-bottom: 1%;
}

.lead-img img {
  padding: 0 2%;
}

.soft-img {
  margin-bottom: 50px;
}
/*=========== main end ========= */
footer {
  padding-bottom: 66px;
}

/* ===========================在线查询================= */
.online-panel {
}
.online-panel .tabbar-wrap {
  display: flex;
  width: 500px;
  height: 64px;
  align-items: center;
}
.online-panel .tabbar-wrap .item {
  flex: 1;
  height: 100%;
  color: #555555;
  font-size: 20px;
  text-align: center;
  line-height: 64px;
  background: #ffffff;
  cursor: pointer;
  opacity: 0.6;
}
.online-panel .tabbar-wrap .sel {
  opacity: 1;
}
.online-panel .panel {
  width: 1280px;
  height: 700px;
  background-color: #fff;
  padding-top: 50px;
}
.online-panel .panel .title {
  color: #555555;
  font-size: 44px;

  font-weight: 500;
}
.online-panel .panel .tips {
  font-size: 20px;

  color: #555555;
  margin-bottom: 82px;
}
.online-panel .panel .rows {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.online-panel .panel .rows .label {
  font-size: 20px;
  color: #555555;
  margin-bottom: 24px;
}
.online-panel .panel .rows .value {
  width: 400px;
}
.online-panel .panel .searchBtn {
  width: 200px;
  height: 48px;
  background-color: #339e56;
  border-color: #339e56;
  margin-top: 20px;
}
.online-panel .panel .label-title {
  width: 400px;
  text-align: left;
  margin: 0 auto;
  color: #555555;
  font-size: 20px;
  margin-bottom: 24px;
}
.online-panel .panel .label-title span {
  color: #eb5757;
}
.online-panel .panel .rows .line {
  margin-bottom: 10px;
}
.online-panel .panel .rows .sub {
  width: 400px;
  text-align: left;
  margin: 0 auto;
  color: #555555;
  font-size: 14px;
  margin-bottom: 10px;
}
.online-panel .panel .rows .sub span {
  color: #eb5757;
}
.online-panel .panel .rows .t-l {
  text-align: left;
}
.online-panel .panel .rows .x-s {
  width: 80px;
}
.online-panel .panel .m-b-x {
  margin-bottom: 20px;
}


.cooper-panel .tabbar-wrap {
  display: flex;
  width: 224px;
  height: 38px;
  align-items: center;
}
.cooper-panel .tabbar-wrap .item {
  flex: 1;
  height: 100%;
  color: #555555;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  background: #ffffff;
  border:1px solid #D9D9D9;
}
.cooper-panel .tabbar-wrap .sel {
  color:#339e56;
  border:1px solid #339e56!important;
}

.cooper-content{
  display: flex;
}

.left-panel{
  padding-top: 40px;
  text-align: left;
}

.s-line{
  height:1px;
  width: 100%;
  background-color: #DDDDDD;
}
.h-line{
  margin:0 40px;
  width:1px;
  background-color: #DDDDDD;
}

.left-panel-item{
  white-space: nowrap;
  margin-bottom:40px;
  cursor: pointer;
}

.mb-40{
  margin-bottom:40px;
}

.right-panel{
  padding-top: 60px;
  text-align: left;
}

li{
  list-style: none;
}

