@charset "utf-8";
label{
    display: block;
    font-size: 16px;
    padding: 20px 0;
}
h1{
    text-align: center;
    font-size: 30px;
    color: #333;
    padding: 50px 0 20px 0;
}
form{
    padding: 50px;
}
input{
    width: 100%;
    height: 40px;
}
textarea{
    width: 100%;
    height: 300px;
}
#main button{
    border: none;
    cursor: pointer;
    background-color: #0286c2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100px;
    margin: 30px 0;
    line-height: 35px;
    color: #ffffff;
}
form{
    color: #000;
}
.right p.tt{
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    margin: 20px 0;
}
.right .dd{
    text-indent: 50px;
}
.right img{
    position: relative;
    top: 5px;
    width: 25px;
    height: 25px;
    margin: 0 10px ;
}

@media screen  and (max-width: 1150px){

    .left{
        width: 100% !important;
    }
    .right{
        width: 100% !important;
        height: auto;
        overflow: auto;
    }
    .hot{
        padding: 40px!important;
        width: 200px;
        float: left;

    }
    #TabbedPanels1{
        width: 900px;
        margin: 40px auto;
    }
}