ul {
    list-style: none;
    padding: 0;
}
*{
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
img{
    max-width: 100%;
}
a:hover{
color: #da251d;
}

body,a{
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}
header {
    background: #fcfcfc;
    border-bottom: 1px solid #999999;
}
.headerbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.nuvList ul li {
    display: inline-block;
    padding: 0 15px;
}
.container{
    width: 1200px;
    margin: 0 auto; 
}
/* 产品 */
.product{
padding: 20px 0;
}
.product h3{
    text-align: center;
}
.productList ul{
    box-sizing: border-box;
    font-size: 0;
}
.productList ul li{
    width: 25%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    padding: 20px;
    vertical-align: top;

}
.productList ul li h6{
    font-size: 14px;
    margin: 5px 0;
    height: 38px;
}
.productList ul li p{
    color: #666;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
/* 标题 */
.conR {
    display: inline-block;
    width: calc(100% - 160px);
    box-sizing: border-box;
    vertical-align: top;
    padding: 18px 0;
    font-size: 14px;

}
.conR .step_title{
 
    line-height: 42px;
    color: #42637d;
    font-weight: 700;
    margin-top: 5px;
    overflow: hidden;
}
.conR  .step_text{
    line-height: 26px;
    
}
.triangle{
font-size: 0;
padding: 20px 0 ;
width: 145px;
display: inline-block;

}
.triangle .triangleL{
    background: #DB5D00;
    display: inline-block;
    width: 115px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 16px;
}
.triangle .triangleL span{
    font-size: 24px;
}
.triangle .triangleR{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #DB5D00;
    
}

.MessageBox {
    padding: 0 40px ;
    text-align: center;
}
.MessageBox p{
    text-align: left;
    font-size: 14px;
    text-align: justify;

}
.MessageBox .messageCon{
    text-align: left;
    border-top: 1px dotted #b0afaf;
   
    
}
/* 表单 */
.myforms{
 margin-top: 15px;
}
/* 表单加载 */
.myforms .sub{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.myforms .no {
    display: none;
    margin-left: 5px;
    width: 16px;
    height: 16px;
    border: 2px solid #212121;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: load 1s ease-in-out infinite;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg)
    }
}

 .star,.myforms  .row  span{
    color: red;
    margin-right: 3px;
}
.messageTop{
        margin-bottom: 10px;
    line-height: 1.5;
}
.myforms .titbox{
    text-align: center;
}
.myforms .titbox p{
    margin-bottom: 24px;
}
.myforms .first label{
    display: block;
}

.myforms .chickItem{
    width: 220px;
    display: inline-block;
   
    text-align: center;
   
    color: #fff;
    position: relative;
  
    margin: 10px 0;

}
.myforms .chickItem div{
    background-color: #e79459;
    padding: 10px 8px;
    border-radius: 5px;
}
.myforms input[type="checkbox"]:checked+div{
    background-color: #db5d00;
}
.myforms .chickItem input:hover{
    cursor: pointer;
}
.myforms .chickItem p{
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.myforms .f_item input{
    display: block;
    border: transparent;
    border-bottom: 1px solid #333;
    padding: 10px ;
    outline: none;
    margin: 15px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
.myforms .chickItem input{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
   margin: 0 !important;
    padding: 0 !important;
}
.myforms  .row {
    font-size: 0;
}
.myforms  .row input{
    background: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 2px -2px #DDD inset;
    border-radius: 4px;
    height: 28px;
    line-height: 28px;
    width: 48%;
    padding: 0px 5px 0px 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.myforms  .row  label{
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 0;
    font-size: 14px;
 
}
.myforms  .row  i{
    display: inline-block;
    width: 47px;
    font-style: normal;
}
.myforms  .row label:nth-child(even) i{
    width: 67px;
}

.myforms .row input{
    max-width: 100%;
    width: calc(100% - 84px);
}
.myforms  .row label:last-child{
    width: 100%;
}
.myforms .row  textarea{

    background: #ffffff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    width: 100%;
    height: 100px;
    padding: 10px 10px 10px 6px;
    color: #3d3d3d;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
    overflow: auto;
    box-sizing: border-box;
    margin-top: 5px;
}
.myforms .submitbox{
    text-align: center;
}
.myforms .submitbox .sub_btn{
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    box-shadow: 0 2px 2px -2px #DDD inset;
    border-radius: 4px;
    background-color: #da251d;
    color: #FFF;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    margin-top: 0;
    cursor: pointer;
    display: inline-block;
}
/* 底部 */
footer{
    background: #000;
    color: #777;
    font-size: 0;
    box-sizing: border-box;
    padding: 20px 0;
    margin-top: 35px;
}
footer a{
    color: #777; 
}
footer .myfoot,footer .tells{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
footer .tells{
  
}
footer .myfoot ul li ul li,footer .myfoot .tellus{
    display: inline-block;
}
footer .myfoot .tellus span{
    margin-right: 5px;
}
footer  .footlist{
max-width: 400px;
font-size: 14px;
}
footer  .footlist p{
    line-height: 1.5;
}
footer  .footlist>ul>li{
    margin: 10px 0;
}
.pc{
    display: block;
    
}
.sm{
    display: none;
}
/* 移动 */
@media screen and (max-width:800px){
    .sm{
        display: inline-block;
    }
    .pc{
        display: none;
    }
    .headerbox,.container{
        width: 100%;
        box-sizing: border-box;
    }
    .headerbox {
        padding: 5px 10px;
    }
    .headerbox .logo img{
        width: 60px;
    }
    .nuvList ul li{
        padding: 0 5px;
    }
    .product h3{
        font-size: 15px;
    }
    .productList ul li{
        width: 100%;
        padding-bottom: 0;
    }
    .productList ul li h6{
        height: auto;
        text-align: center;
    }
    .productList ul li p {
        display: none;
    }
    .MessageBox{
        padding: 0 20px;
    }
    .MessageBox p{
        line-height: 1.5;
    }
    .triangle{
        width: 100%;
        padding: 10px 0;
        margin-top: 10px;
    }
    .conR{
        width: 100%;
        padding:  0;
    }
    .myforms .f_item{
margin-top: 10px;
    }
    .myforms .chickItem{
        margin: 7px 0;
    }
    .myforms .row label{
        width: 100%;
    }
    .myforms .row label i{
        width: auto;
    }
    .myforms .row input{
        width: 100%;
        margin-top: 10px;
    }
    footer{
       
        background: #af0c0f;
       
    }
    footer .foot_fixed{
        width: 100%;
        height: 40px;
        display: inline-block;
        position: fixed;
        background: #af0c0f;
        bottom: 0;
        z-index: 250;
    }
    .foot_fixed li{

        width:33.3%;
    
        height:40px;
    
        float:left;
    
        text-align:center;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
      
    
        }
        .foot_fixed li img{
            max-height: 100%;
        }
    .foot_fixed a{
    
        width:100%;
    
        height:40px;
    
        line-height:40px;
    
        display:block;
    
        }			
    
        
}