.main{
  margin-top: 50px;
  box-sizing: border-box;
}
.main .box{
 max-width: 1200px;
  margin: 0 auto;
}
.main .menu{
  float: left;
  width: 300px;
  height: 588px;
}
.main .menu_list li>a{
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #888;
  border-bottom: 1px solid #eee;
}
.main .menu_list .active{
  color: #333;
  border-bottom: 2px solid #c00a27;
}
.main .menu_list .active .arrow{
  float: right;
  width:5px;
  height: 10px;
  margin: 31px 14px 0 0;
  background-image: url(../../img/service/arrow.png);
  background-size: 5px 10px;
}
.main .menu_list li>a .text{
  vertical-align: middle;
}
.main .menu_list .icon{
  font-size: 25px;
  color: #888;
  font-weight: normal;
  margin-right: 20px;
  vertical-align: middle;
}

/* standard */
.main .standard{
  float: right;
  max-width: 840px;
}
.main .standard .img>img{
  width: 100%;
  height: 100%;
}
.content_box{
  position: relative;
  margin-top: 30px;
  /* padding-top: 50px; */
}
.content_box .ask-btn{
  position: absolute;
  width: 50%;
  height: 50px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: #eee;
  top: 0;
  left: 0;
  cursor: pointer;
  /* transition: all .4s ease; */
}
.content_box .ask-btn.ask-btn-right{
  left: auto;
  right: 0;
  border-width: 1px 1px 1px 0;
}
.content_box .ask-btn.current{
  background-color: #c6092d;
  color: #fff;
  border-color: #c6092d;
}
.content_box table{
  margin-bottom: 30px;
}
.content_box table tr, .content_box .tab_wrapper.table2{
  display: none;
}
.content_box table tr:nth-child(-n+11){
  display: table-row;
}
.content_box .load-btn{
  display: block;
  background: #c6092d;
  border: 1px solid #c6092d;
  text-align: center;
  color: #fff;
  width: 106px;
  height: 40px;
  line-height: 38px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  margin: auto;
  /* -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s; */
}
.content_box .load-btn:hover{
  border: 1px solid #c6092d;
  background: #fff;
  color: #c6092d;
}
.content_box .load-btn.loading{
    background-color: #eee;
    border: none;
}
.content_box .load-btn.loading span{
    display: none;
}
.content_box .load-btn.loading b{
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid transparent;
    border-radius: 50%;
    animation: loading 5s linear infinite;
    -webkit-animation: loading 1s linear infinite;
}
@keyframes loading{
    form {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes loading{
    form {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
.main .standard .msg{
  color: #484848;
  font-size: 14px;
  margin-top: 29px;
  margin-bottom: 23px;
}
.main .standard table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eeeeee;
}
.main .standard table tr td{
  height: 49px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.main .standard table tr:nth-child(1){
  background: #f2f2f2;
  font-size: 14px;
  height: 51px;
  font-weight: bold;
  text-align: center;
}
.main .standard table tr>td:nth-child(1){
  width: 20%;
}
.main .standard table tr>td:nth-child(2){
  width: 36%;
}
.main .standard table tr>td:nth-child(3),
.main .standard table tr>td:nth-child(4){
  width: 22%;
}
.main .standard table tr>td:nth-child(4){
  color: #c6092d;
}
@media screen and (max-width: 1200px){
  .main{
    padding: 0 20px;
  }
  .main .menu{
    width: 25%;
  }
  .main .standard{
    width: 65%;
    background-size: 100% 588px;
  }
  .main .standard .img>img{
    width: 100%;
    height: 100%;
  }
 
}
@media screen and (max-width: 768px){
  .main{
    margin: 0;
    padding: 0;
  }
  .main .standard{
    width: 100%;
    background-size: 100% 100%;
    background: #fff;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .main .standard .standard_title{
    font-size: 20px;
    line-height: 20px;
    margin:40px 0 25px;
    font-weight: bold;
    text-align: center;
  }
  .main .standard .img>img{
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
  }
  .main .standard .appear{
    margin-bottom: 15px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #333;
  }
  .main .standard .appear_icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    margin-right: 3%;
    font-weight: normal;
    border-right:1px solid #5c5c5c;
  }
  .main .standard .show{
    background: #c6092d;
  }
  .main .standard .msg{
    color: #484848;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .main .standard table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eeeeee;
      margin-bottom: 15px;
  }
  .main .standard table tr td{
    height: 40px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #eeeeee;
  }
  .main .standard table tr:nth-child(1){
    background: #f2f2f2;
    font-size: 12px;
    height: 40px;
    font-weight: bold;
    text-align: center;
  }
  .main .standard table tr>td:nth-child(1){
    width: 15%;
  }
  .main .standard table tr>td:nth-child(2){
    width: 33%;
  }
  .main .standard table tr>td:nth-child(3){
    width: 23%;
  }
  .main .standard table tr>td:nth-child(4){
    width: 20%;
  }    
  .content_box{
    padding-top: 0;
  }
  .content_box>.table1:first-child{
    margin-bottom: 20px;
  }
  .content_box .load-btn{
    width: 37%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin: 20px auto 35px;
  }
  .content_box .load-btn:hover{
    background: #c6092d;
    color: #fff;
  }
  .content_box .load-btn.loading{
    background-color: #eee;
    border: none;
  }
  .content_box .ask-btn{
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    line-height: 38px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    background-color: #333;
    color: #fff;
    padding-left: 60px;
    text-align: left;
  }
  .content_box .ask-btn b{
    display: block;
    position: absolute;
    width: 45px;
    height: 100%;
    left: 0;
    border-right: 1px solid rgba(255,255,255,.2);
  }
  .content_box .ask-btn b:before, .content_box .ask-btn b:after{
    position: absolute;
    display: block;
    content: '';
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .4s ease;
  }
  .content_box .ask-btn b:before{
    width: 16px;
    height: 2px;
  }
  .content_box .ask-btn b:after{
    width: 2px;
    height: 16px;
  }
  .content_box .ask-btn.current b:after{
    transform: translate(-50%,-50%) rotate(90deg);
    opacity: 0;
  }
  
    
    
    
    
}









