.auto {
    min-width: 1200px;
    max-width: 1200px;
}
@media screen and (max-width: 1233px) {
    .auto {
        padding-left: 0;
    }
}
.info-banner {

    height: 440px;
    background-size: auto 440px;
}
.topBgBox{
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.topBox{
    display: flex;
}
.topBoxRight{
    margin-left:17px;
}
.topBoxRight div:nth-child(1){
    font-weight: bold;
    font-size: 16px;
    color:#333333;
}
.topBoxRight div:nth-child(2){
    font-size: 14px;
    margin-top:10px;
    color:#666666;
}
.moduleTitleNameBox{
    padding-top:50px;
}
.moduleTitleName{
    font-size:32px;
    color:#333333;
    font-weight: bold;
    text-align: center;
    min-width: 1200px;
}
.moduleTitleDesc{
    font-size: 16px;
    color:#666666;
    text-align: center;
    min-width: 1200px;
    margin-top:15px;
}

.rxMainBox{
    width:1200px;
    margin:32px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow:0 0 20px #c0c0c06e;
}
.rxBox{
    width:300px;
    height: 200px;
    background:white;
    padding-left:22px;
    padding-top:40px;
    transition: 0.3s;
    box-sizing: border-box;
    border-right:2px solid #F4F5F7;
    border-bottom:2px solid #F4F5F7;
}
.rxBox:hover{
    box-shadow: 0 0 20px #a9a9a96e;
    z-index: 10;
}
.rxTitle{
    font-size: 18px;
    font-weight: bold;
    color:#333333;
}
.rxDesc{
    font-size:14px;
    margin-top:10px;
    color:#666666;
}
.rxHref{
    margin-top:28px;
}
.rxHref a{
    color:#C7000B;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.rxHref a img{
    margin-left:4px;
}
.rxBottom{
    display: flex;
    margin-top:12px;
}
.rxBottom div{
    color:#999999;
    border:1px solid #999999;
    font-size: 12px;
    padding:5px 12px;
    margin-right: 12px;
}
.greyBtn{
    display: inline-block;
    border:1px solid #999999;
    color:#666666;
    font-size: 14px;
    padding:14px 22px;
}
.greyBtn:hover{
    color:#666666;
}
.lcContent{
    width:1200px;
    margin:20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    z-index: 233;
    position: relative;
    /*transition: 0.3s;*/
}
.lcBody{
    transition: 0.3s;
    padding:30px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.lcContent>div{
    max-width: 400px;
    min-width: 400px;
    text-align: center;
    box-sizing: border-box;
}
.lcContent>div:hover .lcBody:before{
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    background: white;
    top:-8px;
    margin-left:-8px;
}
.lcContent>div:hover .lcBody{
    box-shadow: 0 0 10px #afafaf;
    background: white;
}
.lcContent>div:hover .circle{
    background: #C7000B;
    color:white;
}
.lcLine{
    display: flex;
    align-items: center;
    width:1200px;
    margin:0 auto;
    position: absolute;
    left:0;
    right: 0;
    top:30px;
}
.circle{
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #DFE1E6;
    color:#666666;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto 30px auto;
    transition: 0.3s;
}
.cirLine{
    width: 1200px;
    height: 1px;
    background: #EEEEEE;
}
.arrowIcon{
    position: absolute;
}
.arrowLeft{
    left:0;
}
.arrowRight{
    right:0;
}
.arrowIcon{
    cursor: pointer;
    z-index: 4666;
}
/*.lcBox{*/
/*    width: 400px;*/
/*    padding-top:20px;*/
/*    padding-bottom: 30px;*/
/*}*/
/*.lcBox div:nth-child(1){*/
/*    text-align: center;*/
/*}*/
.lcBody div:nth-child(2){
    text-align: center;
    color:#333333;
    font-size: 18px;
    font-weight: bold;
    margin:14px 0 10px 0;
}
.lcBody div:nth-child(3){
    text-align: center;
    color:#666666;
    font-size: 14px;
    max-width: 320px;
}
.lineOn{
    background: #C7000B;
    color:white;
}
.lcBoxOn{
    box-shadow: 0 0 10px #afafaf
}
.greyBtn1{
    border:1px solid #999999;
    color:#666666;
    font-size: 16px;
    padding:6px 9px;
    box-sizing: border-box;
    transition: 0.3s;
}
.greyBtn:hover{
    border:1px solid #C7000B;
    color:#C7000B;
}
.greyBtn1:hover{
    border:1px solid #C7000B;
    color:#C7000B;
}
.redBtn{
    color:#FFFFFF;
    background:#C7000B;
    font-size: 16px;
    padding:11px 9px;
}
.redBtn:hover{
    color:#FFFFFF;
    background:#C7000B;
    font-size: 16px;
    padding:11px 9px;
}
.botBox{
    width: 394px;
    height:358px;
}
.botBg{
    height: 264px;
    background: #F4F5F7;
    text-align: right;
    padding-right:14px;
}
.botContent{
    height:94px;
    background: white;
    padding-left:32px;
}
.botTitle{
    color:#333333;
    font-size: 18px;
    padding-top:22px;
    font-weight: bold;
}
.botText{
    color:#666666;
    font-size: 14px;
    margin-top:14px;
}