
.content{
    padding: 20px 0;
}
.content-box{
    padding: 15px 30px;
    background: #fff;
}
.ipt-box{
    padding: 15px 0 20px;
}
.ipt-box .left{
    width: 905px;
    padding-right: 15px;
    float: left;
}
.ipt-box .right{
    width: 200px;
    padding-right: 8px;
    float: right;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}
.ipt-box .right a{
    color: #be1717;
}

.search-ipt{
    border-radius: 2px;
    overflow: hidden;
}
.search-ipt input{
    border: 1px solid #be1717;
    margin: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}
.search-ipt input:focus,.search-ipt input:hover{
    border: 1px solid #be1717;
}
.search-btn{
    text-align: center;
    line-height: 50px;
    background: #be1717;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}
.search-btn:hover{
    text-align: center;
    line-height: 50px;
    background: #f25555;
    color: #fff;
    cursor: pointer;
}
.color-left{
    line-height: 40px;
    font-size: 14px;
    color: #7f7f7f;
    padding-left: 30px;
}
.check-div{
    padding-right: 30px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.check-div.active{
    color: #be1717;
    font-weight: 600;
}
.t-overflow{
    overflow: auto;
    height: 80px;
}
.t-overflow span{
    display: inline-block;
}
.btnMore{
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    color: #1db3b2;
}
.checkContent span{
    margin-right: 30px;
}


.searchType .name{
    width: 80px;
    font-size: 14px;
    color: #7f7f7f;
    float: left;
}
.searchType .con{
    width: 1000px;
    float: left;
    font-size: 14px;
}
.t-hide{
    height: 40px;
    overflow: hidden;
}
.t-show{
    height: 80px;
    overflow: auto;
}
.searchType .con span{
    padding-right:16px;
    display: inline-block;
    cursor: pointer;
}
.searchType .more{
    width: 40px;
    font-size: 12px;
    float: left;
    cursor: pointer;
    color: #1db3b2;
}
.searchType li{
    line-height: 40px;
}





.retract-box{
    width: 32px;
    height: 32px;
    margin: 10px auto 0;
    cursor: pointer;
    background-image: url("../images/retract.png");
    background-size: cover;
}
.retract-box:hover{
    background-image: url("../images/retract-1.png");
    background-size: cover;
}
.retract-box2{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    cursor: pointer;
    background-image: url("../images/retract-down.png");
    background-size: cover;
}
.retract-box2:hover{
    background-image: url("../images/retract-down-1.png");
    background-size: cover;
}

hr{
    margin:20px 0 10px;
    background-color:#bfbfbf;
    height:1px;
    border:none;
}
.mt15{
    margin-top: 20px;
}

.content-box2{
    /*padding: 15px 30px;*/
    /*background: #fff;*/
}
.content-left{
    width: 865px;
    padding-right: 15px;
    float: left;
}
.top-head ul{
    font-size: 0;
}
.top-head ul li{
    display: inline-block;
    padding:10px 30px;
    font-size: 0;
    cursor: pointer;
    color: #888888;
}
.top-head ul li span,.top-head ul li i{
    font-size: 18px;
}
.top-head ul li.active{
    color: #be1717;
}
.top-head ul li.active i{
    color: #888888;
}
.top-head ul li.active i.active{
    color: #be1717;
}
.content-body{
    margin-top: 5px;
    padding: 0 30px 30px;
    position: relative;
}
.content-title{
    border-bottom: 1px solid #bfbfbf;
    font-size: 14px;
    line-height: 44px;
}
.content-title span{
    color: #be1717;
    font-weight: 600;
}
.steel-list{
    padding: 15px 0;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
}
.steel-list:hover{
    background: #f3f3f3;
}
.steel-list:hover .steel-name{
    color: #be1717;
    font-weight: 600;
}
.steel-list:hover .steel-body p{
    color: #000;
}
.steel-list:nth-last-child(1){
    border-bottom: 0;
}
.steel-logo{
    width:170px;
    height: 115px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    float: left;
    position: relative;
    cursor: pointer;
}
.steel-logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    transform:translate(-50%,-50%);
}
.steel-body{
    /*width:445px;*/
    width:600px;
    height: 115px;
    box-sizing: border-box;
    padding-left:25px;
    float: left;
}
.steel-name{
    font-size: 18px;
    /*font-weight: 600;*/
    line-height: 30px;
    padding-bottom: 10px;
    cursor: pointer;
}
.steel-body p{
    line-height: 24px;
    font-size: 14px;
    color: #5d5d5d;
}
.steel-body .p{
    line-height: 24px;
    font-size: 14px;
    color: #5d5d5d;
}
.steel-btn{
    width:190px;
    height: 115px;
    box-sizing: border-box;
    /*float: left;*/
    float: right;
}
.btn{
    width: 100px;
    height: 35px;
    background: #be1717;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin: 25px auto 0;
    cursor: pointer;
}
.btn2{
    width: 100px;
    height: 35px;
    background: #fff;
    color: #be1717;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    margin: 25px auto 0;
    border: 1px solid #be1717;
    cursor: pointer;
}
.btn:hover{
    background: #f25555;
    color: #fff;
}
.steel-btn p{
    line-height: 30px;
    font-size: 12px;
    color: #5d5d5d;
    text-align: center;
}

.content-right{
    width: 320px;
    float: left;
}
.quick-pic{
    width: 320px;
    height: 190px;
    padding-bottom: 20px;
    cursor: pointer;
}
.quick-pic:nth-last-child(1){
    padding-bottom: 0;
}
.quick-pic:hover .quick-prop{
    display: block;
}
.quick-pic:hover .quick-title{
    display: none;
}
.quick-title{
    display: block;
    line-height: 190px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -100%;
}
.quick-prop{
    display: none;
    position: relative;
    top: -100%;
    color: #fff;
    opacity:0.85;
    height: 190px;
}
.quick-prop .prop-title{
    height: 30px;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    padding-top: 42px;
}
.quick-prop .prop-head{
    font-size: 50px;
    text-align: center;
    line-height: 100px;
}
.quick-pic img{
    width: 100%;
    display: block;
}
.quick-pic a{
    color: #fff;
}

.bj-write{
    background: #fff;
}
.bg-yellow{
    background: #ff9900;
}
.bg-red{
    background: #be1717;
}
.bg-green{
    background: #1db3b2;
}
.bg-blue{
    background: #0066cc;
}
.search-text{
    color: #be1717;
}
.steel-list-pop{
    width: 805px;
    height: 146px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 628px;
    background: url("../images/mohu.png");
}
.pop-login{
    width: 420px;
    height: 200px;
    padding: 30px 60px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 483px;
    left: 50%;
    margin-left: -210px;
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,.4); /* 老的 Firefox */
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.4);
    font-size: 16px;
    line-height: 40px;
}
.pop-login p{
    text-align: center;
}
.pop-login .login-btn{
    width: 100px;
    float: left;
    text-align: center;
    margin-top: 40px;
    background: #be1717;
    color: #fff;
}
.pop-login .register-btn{
    width: 100px;
    float: right;
    text-align: center;
    margin-top: 40px;
    color: #be1717;
    border: 1px solid #be1717;
}