
p{
    margin: 0;
    line-height: 1em;
}

.textcenter{
    text-align: center;
}

#zzmmcont{

}

.title1{
    margin: 110px 0 55px;
}

.title-l{
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.title-l span{
    color: #ff9306;
}

.title-s{
    font-size: 15px;
    color: #FFFFFF;
}

.title-s i{
    display: inline-block;
    width: 96px;
    height: 17px;
    line-height: 17px;
}

.title-s-l{
    background-image: url("../../img/zzmm/title-s-l.png");
}

.title-s-r{
    background-image: url("../../img/zzmm/title-s-r.png");
}

.title-s span{
    display: inline-block;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    margin: 0 30px;
}

.formdiv{
    background-color: #FFFFFF;
    padding-bottom: 77px;
}

.forminner{
    width: 876px;
    margin: 0 auto;
}

.formtitle p{
    color: #2047ab;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.formtitle p span{
    font-size: 14px;
    color: #2e2e2e;
    font-weight: normal;
}

.formtitle {
    margin-bottom: 48px;
    padding-top: 45px;
}

.formtr{
    overflow: hidden;
    margin-bottom: 47px;
    height: 54px;
    line-height: 54px;
}

.formtr5{
    overflow: hidden;
    margin-bottom: 47px;
    height: 64px;
    line-height: 64px;
}

.trtitle{
    float: left;
    margin-right: 15px;
    width: 73px;
}

.tr1item,.tr2item,.tr3item,.tr4item,.tr5item,.tr3title{
    float: left;
}

.tr1mr{
    margin-right: 63px;
    background-color: #245CE8;
    color: #FFFFFF;
}

.tr2mr{
    margin-right: 90px;
}

.tr3mr{
    margin-right: 90px;
}

.tr3title{
    margin-right: 15px;
}

.tr1item{
    width: 223px;
    text-align: center;
    border: #CBCBCB solid 1px;
    border-radius: 5px;
    height: 52px;
    position: relative;
    cursor: pointer;
}

.mmchecked{
    position: absolute;
    top: 33px;
    right: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}

.tr2item select{
    width: 149px;
    height: 54px;
    border: #CBCBCB solid 1px;
    border-radius: 5px;
    padding-left: 20px;
}

.tr2item select option{
    height: 30px;
    line-height: 30px;
}

.tr3item select,#capital{
    width: 223px;
    height: 54px;
    padding-left: 20px;
    border: #CBCBCB solid 1px;
    border-radius: 5px;

}

#mmphone {
    margin-right: 22px;
    margin-top: 5px;
    width: 314px;
    height: 54px;
    border: #CBCBCB solid 1px;
    text-align: left;
    padding-left: 20px;
}

#mmphone:focus{
    border-color: rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.tr5item span{
    color: #ff0000;
}

.message{
    margin-bottom: 15px;
}

#message{
    width: 876px;
    height: 177px;
    resize: none;
    border: #CBCBCB solid 1px;
    border-radius: 5px;
    padding: 20px;
}

.explain{
    font-size: 12px;
    color: #ff0000;
    margin-bottom: 63px;
}

.formbutton{
    overflow: hidden;
    width: 664px;
    margin: 0 auto;
}

.formbutton .ocmb{

}

.mmbtn{
    width: 323px;
    height: 52px;
    float: left;
    border: #FF9306 solid 1px;
    line-height: 52px;
    color: #FF9306;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.mmbtn:hover{
    color: #FFFFFF;
    background-color: #FF9306;
}

.mmsub{
    margin-left: 14px;
    color: #FFFFFF;
    background-color: #FF9306;
}

.hotdiv{
    padding-bottom: 50px;
}

.hotmain{
    overflow: hidden;
}

.hottitle{
    margin-bottom: 33px;
    padding-top: 59px;
}

.hottitle-l{
    font-size: 35px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.hottitle-s{
    color: #FFFFFF;
}

.title2-s-l{
    display: inline-block;
    width: 91px;
    height: 16px;
    background-image: url("../../img/zzmm/title-s-l.png");
    background-size: 100%;
}

.title2-s-r{
    display: inline-block;
    width: 91px;
    height: 16px;
    background-image: url("../../img/zzmm/title-s-r.png");
    background-size: 100%;
}

.hottitle-s span{
    display: inline-block;
    overflow: hidden;
    margin: 0 15px;
}

.hotbslist{
    background-color: #FFFFFF;
    width: 288px;
    height: 309px;
    float: left;
    margin-right: 16px;
    margin-top: 2px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.hotbslist:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 40px 0.07px rgba(196,196,196,0.31);
}

.hotbslist:hover .companyname{
    color: #2047ab;
}


.hotbslist:hover .hothead-l{
    background-color: #649be8;
    animation: change_height .3s ease-out;
    -moz-animation: change_height .3s ease-out;
    -webkit-animation: change_height .3s ease-out;
    -o-animation: change_height .3s ease-out;
    -ms-animation: change_height .3s ease-out;
}


.hothead-l{
    width: 5px;
    height: 57px;
    float: left;
    margin-top: 22px;
    background-color: #D1DEF3;
    margin-right: 15px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

@keyframes change_height{0%{opacity:.5;height:0}100%{opacity:1;height:57px}}

.hotbslists{
    background-color: #E4E4E4;
    position: relative;
    width: 288px;
    height: 309px;
    float: left;
    margin-right: 16px;
    margin-top: 2px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.selled{
    position: absolute;
    top: 30px;
    right: 17px;
    width: 107px;
    height: 107px;
    background-image: url("../../img/zzmm/selled.png");
}

.hotbslistr{
    margin-right: 0;
}

.hothead{
    height: 99px;
    border-bottom: #CBCBCB solid 1px;
}



.hothead-r{
    float: left;
    margin-top: 33px;
}

.companyname{
    font-size: 18px;
    margin-bottom: 14px;
}

.price{
    font-size: 18px;
    font-weight: bold;
    color: #ff9306;
}


.info1,.info3{
    width: 117px;
    margin-left: 20px;
    float: left;
}

.info1,.info2{
    margin-top: 19px;
    margin-bottom: 20px;
}

.info2,.info4{
    float: left;
}

.hotbody{
    overflow: hidden;
}

.infotitle{
    margin-bottom: 11px;
    font-size: 16px;
    color: #333333;
}

.infosub{
    font-size: 12px;
    color: #898989;
}

.hotbtn{
    width: 104px;
    height: 28px;
    border-radius: 3px;
    display: inline-block;
    color: #649be8;
}

.hotbslist .hotbtn{
    cursor: pointer;
}


.hotbody{
    margin-bottom: 22px;
}

.hotfoot{
    text-align: center;
}

.hotfoot .buy{
    background-color: #F3F5F8;
    border: #F3F5F8 solid 1px;
    margin-right: 25px;
}

.hotfoot .ask{
    border: #649be8 solid 1px;
}

.hotbslist .hotbtn:hover{
    color: #FFFFFF;
    background-color: #649be8;
    border-color: #649be8;
}

.formdiv select option{
    padding-top: 15px;
    padding-bottom: 15px;
}










































































