/*头部*/
.header{
  background: url("../images/bannerguideServer.jpg") center;
}
/*body*/
.body{
  position: relative;
  width: 1140px;
  padding: 30px 30px 50px 30px;
  margin-top: -148px;
  z-index: 2;
}
.body-title{
  font-size: 24px;
  text-align: center;
}
.line-line{
  width: 552px;
  margin-top: 17px;
  border-bottom: 1px solid #ccc;
}
.line img{
  margin: 10px 10px 0 10px;
}
.tip{
  position: relative;
  height: 60px;
  line-height: 30px;
  padding: 25px 35px;
  text-align: center;
}
.tipmore{
  position: relative;
  width: 120px;
  line-height: 36px;
  margin: auto;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
}
.tipmore-btn{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #4e82f0;
  z-index: 3;
}
/*main*/
/*main上方导航*/
.main{
  width: 100%;
}
.maintabsitem{
  position: relative;
  width: 380px;
  height: 376px;
}
.maintabsitem-bg{
  position: absolute;
  top: 0;
  right: 0;
  width: 286px;
  height: 258px;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
}
.maintabsitem-bg1{
  background: #2dbf52;
}
.maintabsitem-bg2{
  background: #3ac2ce;
}
.maintabsitem-bg3{
  background: #4e82f0;
}

.maintabsitem-txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 302px;
  height: 308px;
  padding: 18px 30px 0 30px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(136, 136, 136, 0.5);
}
.maintabsitem-txt:hover{
  box-shadow: 3px 3px 10px rgba(78, 130, 240, 0.5);
}
.maintabsitem-txt-title{
  font-size: 15px;
  color: #4e82f0;
}
.maintabsitem-txt-content{
  line-height: 26px;
  margin-top: 10px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.maintabsitem img{
  position: absolute;
  right: 18px;
  bottom: 0;
}
/*仲裁计算器*/
.mainbottom-calc{
  width: 636px;
  height: 245px;
  background: #f4f4f4;
}
.mainbottom-iptbox{
  width: 336px;
}
.mainbottom-iptbox li{
  margin-bottom: 10px;
}
.mainbottom-iptbox input{
  width: 178px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.mainbottom-iptbox span{
  line-height: 30px;
  margin-right: 6px;
  color: #999;
}
.mainbottom-iptbox label{
  width: 119px;
  line-height: 30px;
  color: #999;
  text-align: right;
}
.mainbottom-iptbox .mainbottom-iptbox-txtstyle1{
  margin-left: 7px;
}
.mainbottom-iptbox .mainbottom-iptbox-txtstyle2{
  width: 126px;
  letter-spacing:7px;
}
.mainbottom-explain{
  width: 200px;
  line-height: 24px;
  margin-left: 20px;
  letter-spacing:1px;
  color: #4e82f0;
}
.mainbottom-calc-title{
  width: 50px;
  height: 245px;
  font-size: 24px;
  background: #4e82f0;
}
.mainbottom-calc-title p{
  width: 30px;
  margin: 45px auto;
  text-align: center;
}
.calc-readonly{
  background: #ccc;
}
.mainbottom-tab{
  width: 342px;
  height: 266px;
  margin-right: 57px;
}
.mainbottom .mainbottom-tab:last-child{
  margin-right: 0;
}
.mainbottom-tab-title{
  height: 50px;
  background: #f4f4f4;
}
.mainbottom-tab-content{
  position: relative;
  height: 216px;
  text-align: center;
  background: #fff;
  border: 1px solid #f4f4f4;
  border-top: 0;
}
.mainbottom-tab-content .mainbottom-icon{
  margin-top:40px;
  transition: all 0.5s ease;
}
.mainbottom-tab-content .mainbottom-txt{
  position: absolute;
  width: 100%;
  line-height: 58px;
  bottom: 0;
  left: 0;
  font-size: 24px;
  background: #4e82f0;
  transition: all 0.5s ease;
}
.mainbottom-tab:hover .mainbottom-icon{
  margin: 30px;
}
.mainbottom-tab:hover .mainbottom-txt{
  line-height:78px;
}