/*base*/
a:hover{
  text-decoration: none;
}
.clearfix{
  clear: both;
}
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
header .title {
  position: absolute;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: black;
  z-index: 2;
  background: rgba(255,255,255,0.5);
}

header .sub-menu{
  position: absolute;
  opacity: 0;
  right: 150px;
  top: 48px;
  width: 200px;
  padding-top: 17px;
  text-align: center;
  background-image: url(../images/menu-icon-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.index-logo {
  width: 242px;
  height: auto;
  /*margin-left: 90px;*/
}
header .sub-menu.active{
  opacity: 1;
}
header .sub-menu .menu-list{
  padding: 20px 0;
}
header .sub-menu ul{
  padding: 0;
}
header .sub-menu ul li{
  list-style: none;
  float: left;
}
header .sub-menu ul li a{
  text-decoration: none;
  margin: 20px 0;
  line-height: 30px;
  color: #fff;
}
.left-title{
  margin-left: 90px;
  margin-top: 25px;
  font-size: 18px;
}
.menu{
  display: inline-block;
  color: #222;
  /*float: right;*/
  /*margin-right: 90px;*/
}
.menu a{
  font-size: 1.2em;
  color: #222;
  padding: 0 10px;
  display: inline-block;
}
.banner-content{
  padding: 130px 0px 785px;
}
.banner-content h2{
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 800;
}
.banner-content p{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #e4e4e4;
}
.banner-content a{
  margin-top: 90px;
  background: #e45b5b;
  color: #fff;
  border-radius: 20px;
  padding: 10px 25px;
  font-size: 18px;
  display: inline-block;
}
.insurance-type{
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.insurance-type-container{
  border-radius: 5px;
  background: rgba(255,255,255,.5);
  width: 90%;
  margin-left: 5%;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
  padding-bottom: 30px;
}
.insurance-type-container ul{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  border-bottom: 0;
}
.insurance-type-container .nav-tabs>li{
  margin-bottom: 0;
}
.insurance-type-container ul li a{
  padding: 0 55px;
  line-height: 70px;
  border: 0;
  color: #333333;
  font-size: 18px;
  margin-right: 0;
  border-radius: 0;
}
.insurance-type-container ul li a:hover{
  background: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border: 0;
}
.insurance-type-container .tab-content .tab-pane .tips{
  margin-top: 30px;
  margin-bottom: 25px;
}
.consulting-btn{
  background: #e45b5b;
  color: #fff;
  border-radius: 5px;
  padding: 6px 30px;
}
.consulting-btn:hover{
  background: #e45b5b;
  color: #fff;
  border-radius: 5px;
  padding: 6px 30px;
}
.consulting-form{
  padding-right: 10%;
}
.consulting-form input{
  width: 95%;
  margin-bottom: 10px;
}
.advantage-container{
  padding: 90px 0;
}
.advantage-list{
  margin-top: 50px;
}
.advantage-title{
  margin:15px 0;
}
.advantage-text{
  color: #999999;
  margin-bottom: 10px;
}
.partner-container{
  background: #eee;
  padding: 70px 0;
}
.partner-list{
  margin-top: 80px;
}

.claims-container{
  background: #f9f9f9;
  padding: 60px 0;
}
.claims-list{
  margin-top: 60px;
}
.claims-container .claims-row{
  background: #fff;
  padding: 30px 50px;
  background-image: url(../images/claims-icon-arrow-1.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.claims-container .claims-row:nth-child(odd){
  background: #eee;
  background-image: url(../images/claims-icon-arrow-2.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.claims-container .claims-row:nth-child(1){
  background-image: none;
}
.claims-container .claims-form{
  background: #fff;
  padding: 50px 20px;
  margin-top: 60px;
}
.claims-container .claims-form input{
  margin-bottom: 10px;
}
.claims-container .claims-btn{
  background: #e45b5b;
  color: #fff;
  border-radius: 5px;
  padding: 6px 30px;
  margin-top: 25px;
}
.claims-container .claims-btn:hover{
  background: #e45b5b;
  color: #fff;
  border-radius: 5px;
  padding: 6px 30px;
}
footer{
  padding-top: 60px;
  padding-bottom: 30px;
}
footer h1{
  color: #2589ff;
}
footer .phone{
  width: 35px;
}
footer ul{
  padding-left: 0;
}
footer ul li{
  list-style: none;
}
footer ul li a{
  color: #666666;
  text-decoration: none;
}
footer .case-list{
  padding-left: 35px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
footer .code{
  width: 30%;
}
footer .about{
  padding-left: 30px;
}
footer .copyright{
  margin-top: 20px;
}
footer .copyright a{
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 1440px){
  .banner-content {
      padding: 130px 0px 590px;
  }
}
@media only screen and (max-width: 1366px){
  .banner-content {
      padding: 130px 0px 558px;
  }
  .header {
    width: 1200px;
  }
}
@media only screen and (max-width: 1024px){
  .banner-content {
      padding: 130px 0px 386px;
  }
  .header {
    width: 970px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-list img{
    margin-bottom: 10px;
  }
  .header {
    width: 750px;
  }
}
.loading-self{
  margin-bottom: 20px;
}
