.clearfix{
    clear: both;
}
.f16{
    font-size: 16px;
}
.w700{
    font-weight: 700;
}
body{
    background: #F8F9FA;
}

select::-ms-expand { display: none; }

.content{
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 44px;
    padding-top: 44px;
}
/*左边菜单*/
.cLeft{
    float: left;
    width: 240px;
}
.clTitle{
    padding: 12px 15px 12px 16px;
    background: #CA0215;
    border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}
.clMenu{
    padding-top: 2px;
}
.clMenu ul{
    font-size: 14px;
}
.clMenu ul li{
    display: inline-block;
    padding-top: 14px;
    padding-left: 32px;
    color: #999999;
}
.clMenu ul li a{
    color: #999999;
}
.clMenu ul li a:hover{
    color: #CA0215;
    cursor: pointer;
}
.clMenu ul li:hover .clmTxt{
    border-color: transparent transparent transparent #CA0215;
    color: #CA0215;
    cursor: pointer;
}
.clMenu ul li a.active{
    color: #CA0215;
}

.clmTxt{
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent transparent #999999;
    position: relative;
}
.clmTxt::after{
    content: '';
    position: absolute;
    top: -6px;
    right: -5px;
    border: 6px solid;
    border-color: transparent transparent transparent white ;
}
.clmTxt.active{
    border-color: transparent transparent transparent #CA0215;
}

/*右边内容*/
.cRight{
    float: left;
    width: 720px;
    /*border: 1px red solid;*/
    /*height: 100px;*/
    margin-left: 40px;

}
.crSFrom{
    background: #FFFFFF;
}
.crsTitle{
    padding: 27px 20px 25px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E7E7;
}
.crsTitle .crstLeft{
    float: left;
    font-size: 20px;
    color: #333333;
}
.crsTitle .crstRight{
    float: right;
    font-size: 18px;
    color: #333333;
}

.cexp{
    display: table;
    vertical-align: middle;
}
.crsTitle .crstRight .cexprtxt{
    font-size: 18px;
    color: #333333;
    padding-left: 8px;
    cursor: pointer;
}
.explainIcon{
    display: table-cell;
    padding-right: 5px;
    width: 20px;
    height: 20px;
    /*border: 1px red solid;*/
    background: url("../img/a2.png") center center no-repeat;
}

.crsContent{
    padding-top: 40px;
    padding-bottom: 40px;

}
.crsContent .crscFrom{
    width: 360px;
    /*height: 40px;*/
    margin: 0 auto;
    /*border: 1px red solid;*/
}
.sinput{
    border: 1px  #CA0215 solid;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    height: 40px;
}
.sinput:after{
    content: "";
    width: 0px;
    height: 0px;
    border-left: 4px solid;
    border-right: 4px solid;
    border-top: 8px solid;
    border-color: #CE1B2B transparent transparent transparent;
    /*background: url(../img/a1.png) no-repeat center;*/
    /*//通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 45%;
    /*//给自定义的图标实现点击下来功能*/
    pointer-events: none;
}
.sicon{
    float: left;
    width: 40px;
    height: 40px;
    border-right: 1px  #CA0215 solid;
    text-align: center;
    position: relative;
}
.siconImg{
    position: absolute;
    top:50%;
    left:50%;
    /*transform: translate(-50%,-50%);*/
    margin-left: -11px;
    margin-top: -11px;
    height: 23px;
    width: 22px;

}

.ssname{
    width: 296px;
    overflow: hidden;
    height: 40px;
}
.sname{
    display: inline-block;
    width: 316px;
    height: 40px;
    border: none;

    padding-left: 20px;
    font-size: 18px;
    color: #444444;
    background: transparent;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance:none;
    outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.sname::-ms-expand { display: none;}

.sbtn{
    width: 362px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    background: #CA0215;
    font-size: 22px;
    color: #FFFFFF;
    cursor: pointer;
}

.crResult{
    margin-top: 20px;
    padding-bottom: 30px;
    background: #FFFFFF;
}
.crrTab{
    padding-top:20px;
    padding-bottom: 20px;
    text-align: center;
    /*margin:0 auto;*/
    /*display: flex;*/
    /*justify-content: center;*/
}
.crrTab .crrtbtn{
    /*width: 22px;*/
    height:25px;
    display:table;
    float: left;
    position:relative;
    left:25%;
    /*transform: translate(-50%,0);*/
    margin-left: 30px;
    width: 120px;
    text-align: left;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 8px;
    background: #FFFFFF;
    color: #333333;

    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    font-size: 16px;

    cursor: pointer;
}
.crrTab .crrtbtn.active{
    background: #CA0215;
    color: #FFFFFF;
}
.crrTab .crrtbtn:hover{
    background: #CA0215;
    color: #FFFFFF;
}
/*.crrTab .crrtbtn:hover .sac1{*/
     /*display: inline-block;*/
 /*}*/
/*.crrTab .crrtbtn:hover .sac2{*/
    /*display: none;*/
/*}*/
/*.crrTab .crrtbtn:hover .sac3{*/
    /*display: inline-block;*/
/*}*/
/*.crrTab .crrtbtn:hover .sac4{*/
    /*display: inline-block;*/
/*}*/

.sac{
    display: none;
}
.bicon{
    width: 22px;
    height: 25px;

}
.crrTab .btxt{
    display:table-cell;
    vertical-align:middle;
    height: 25px;
}

.crrContent{
padding: 20px;
}
.crrContent table{
    width: 100%;
    border: 1px solid #F3F3F3;
    font-size: 14px;
}
.crrContent table th{
    /*border: 1px solid #F3F3F3;*/
    text-align: left;
    border-bottom: 1px solid #F3F3F3;
    padding: 8px;
}
.crrContent table td{
    /*border: 1px solid #F3F3F3;*/
    text-align: left;
    border-top: 1px solid #F3F3F3;
    padding: 8px;

}
.atxt{
    font-size: 14px;
    color: #006BE1;
}
.atxt:link{
    font-size: 14px;
    color: #006BE1;
}
.atxt:visited{
    font-size: 14px;
    color: #006BE1;
}

.contact{
    background: #FFFFFF;
    padding: 20px 108px 20px 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
}
.contact p{
    padding: 8px;
}
.cptip{
    text-indent: 27px;
    line-height: 1.5;
}
.chp{
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}




/*typeinfo*/
.typeInfo{
    background: #FFFFFF;
    /*border: 1px red solid;*/
}
.tiHead{
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    padding: 28px 0px 25px 20px;
    border-bottom: 1px  #DEDEDE solid;
}
.tiList{
    padding: 0px 20px 20px 20px;

}
.tiList .titxt{
    font-size: 22px;
    color: #333333;
    padding-bottom: 20px;
}
.tiList table{
    width: 100%;
    border: 1px #979797 solid;
    font-size: 16px;
    color: #333333;
}

.tiList table thead th{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding: 16px;
    border-bottom: 1px solid #979797;
}
.tiList table tr{
    text-align: left;
    /*border-bottom: 1px solid #979797;*/
    padding: 8px;
}
.tiList table tbody td{
    text-align: left;
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
    padding: 16px;
    font-size: 16px;
}
.tiList table tbody td:first-child{
    border-left:0px;
}
.tiList table tbody tr:first-child td{
    border-top:none;
}

.tiList table td p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.tiitem{
    margin-top: 25px;
    
}
.tiinfo{
    margin-top: 15px;
}
a.tiaurl:visited{
    color: #006BE1;
}
a.tiaurl:visited{
    color: #006BE1;
}
a.tiaurl{
    font-size: 18px;
    color: #006BE1;
    letter-spacing: 0;
    line-height: 36px;
}
.typeBtn{
    margin: 0 auto;
    width: 107px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #CA0215;
    border-radius: 4px;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 40px;
    cursor: pointer;
}


.crResult h1{
    font-size: 18px;
    color: #333333;
    padding:20px;
    padding-bottom: 0px;
}
.crResult tbody h1{
    padding: 0px;
}

.crrContent td span.red{
    color: red;
}

.crrContent tbody tr:first-child td{
    border-top: none;
}

.contact {
    padding: 20px 108px 40px 20px;
}

.contact .cptips {
    margin-bottom: 15px;
}

.contact .chp {
    line-height: 48px;
}

.contact p {
    padding: 0px 8px 0px 8px;
    line-height: 28px;
}
