*{
    margin: 0;
    padding: 0;
}

input{
    border: none;
    outline: none;
}

.new-gh{
    width: 640px;
    background: #eeeeee;
    margin: 0 auto;
    padding: 20px 0px;
}

.new-gh .t1{
    width: 500px;
    background: #fff;
    margin: 0 auto;
    padding: 20px 0px;
}

.new-gh .t1 h1{
    font-size: 20px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
}

.new-gh .t1 h1 i{
    color: #ff6c00;
    font-style: normal;
}

.new-gh .t1 .picMarquee-top{
    margin:0 auto;
    width:100%;
    overflow:hidden;
    position:relative;
}

.new-gh .t1 .picMarquee-top .bd{
    padding:10px;
    border-bottom: 2px solid #ddd;
}

.new-gh .t1 .picMarquee-top .bd ul{
    overflow:hidden;
    zoom:1;
}

.new-gh .t1 .picMarquee-top .bd ul li{
    text-align:center;
    zoom:1;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}

.new-gh .t1 .xm{
    font-size: 24px;
    color: #333333;
    margin-top: 30px;
    margin-left: 70px;
}

.new-gh .t1 .xm .text{
    width: 290px;
    height: 56px;
    border: 2px solid #cccccc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 24px;
    color: #333;
    padding-left: 10px;
}

.new-gh .t1 .sub{
    width: 100%;
    height: 60px;
    background: #ff6c00;
    font-size: 32px;
    color: #fff;
    border-radius: 5px;
    margin-top: 40px;
}

