<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main{
  margin-top: 50px;
  box-sizing: border-box;
}
.main .box{
 max-width: 1200px;
  margin: 0 auto;
}
.main .menu{
  float: left;
  width: 25%;
  height: 588px;
}

.main .fw_menu{
  float: left;
  width: 25%;
}

.main .menu_list li&gt;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")/*tpa=http://www.ariston.com.cn/Content/img/service/arrow.png*/;
  background-size: 5px 10px;
}
.main .menu_list li&gt;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; width:65%;
}
.main .standard .img&gt;img{
  width: 100%;
  height: 100%;
}
.content_box{
  position: relative;

}
.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{

}
.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 .msg ul li{ float:left; margin-right:30px;}
  .main .standard .msg ul li dd{ float:left; height:30px; line-height:30px;}
  .main .standard .msg p{ line-height: 38px;float:left; margin-right:30px; }
  .main .standard .msg .inputText{ border:1px solid #ccc; line-height:20px;outline: none;-webkit-appearance: none; }


	

  .main .standard .msg .inputSub{ 	
	background: #c6092d;
	line-height: 38px;
	text-align: center;
	color: #fff;
	padding: 0 25px;
	display: inline-block;
	padding: 0 25px;
	border-radius: 50px;
	font-weight: bold;
	overflow: hidden;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	transition: all ease 0.6s;
	border: 1px solid #c6092d;	
	  outline: none;
	-webkit-appearance: none; 
  
  }
  
  
    .main .standard .msg .inputSub:hover{ 
	border: 1px solid #c6092d;
	color: #c6092d;
	background: transparent;
	}	

  .main .standard .msg .inputText{ padding:5px 20px;}


.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&gt;td:nth-child(1){
  width: 20%;
}
.main .standard table tr&gt;td:nth-child(2){
  width: 36%;
}
.main .standard table tr&gt;td:nth-child(3),
.main .standard table tr&gt;td:nth-child(4){
  width: 22%;
}
.main .standard table tr&gt;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&gt;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&gt;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; text-align:center;
  }
  
  .main .standard .msg ul li{ width:100%; height:30px; margin:10px auto;}
  .main .standard .msg ul li dd{ float:left; height:30px; line-height:30px;}
  .main .standard .msg p{height:45px; line-height:30px; width:90%; margin:auto;}
  .main .standard .msg .inputText{ border:1px solid #ccc;line-height:20px; width:60%;outline: none;-webkit-appearance: none; }
	
  .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 .fw_menu{
  width: 100%;
}

 .main .fw_menu .menu_list ul{
	border-bottom: none;
	padding: 0 0 1px 0;
 }
 .main .fw_menu .menu_list .navTxt{
font-size: 20px;
line-height: 20px;color: #c6092d;
width: 100%;
position: relative;
text-align: center;
padding: 30px 0;
font-weight: bold;
}

 .main .fw_menu .menu_list li{
	line-height: 50px;
	height: 50px;
	border-top: 1px solid #efefef;
	float: left;
	text-align: center;
	position: relative; width:33.33%;
 }

  .main .fw_menu .menu_list li a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold; line-height:50px;
	}
	
	
  .main .fw_menu .menu_list li a:hover{
	color: #fff;
	background: #c6092d;
	}

 .main .fw_menu .menu_list li :after {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        background: #efefef;
        position: absolute;
        bottom: -1px;
    }

 .main .fw_menu .menu_list li :before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #efefef;
        position: absolute;
        right: -1px;
        top: 0;
    }

 .main .fw_menu .menu_list li  + li:before {
        content: "";
        width: 1px;
        height: 100%;
        display: block;
        background: #efefef;
        position: absolute;
        left: 100%;
        top: 0;
    }

  .main .standard table tr&gt;td:nth-child(1){
    width: 15%;
  }
  .main .standard table tr&gt;td:nth-child(2){
    width: 33%;
  }
  .main .standard table tr&gt;td:nth-child(3){
    width: 23%;
  }
  .main .standard table tr&gt;td:nth-child(4){
    width: 20%;
  }    
  .content_box{
    padding-top: 0;
  }
  .content_box&gt;.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;
  }
  
    
    
    
    
}









</pre></body></html>