﻿.topbanner
{
    height: 600px;
    width: 100%;
    background: url(../images/index_banner.png) center no-repeat;
    overflow:hidden;
}
.part1-tit
{
    width: 100%;
    height: 86px;
    background: url(../images/part1_titbg.png) center no-repeat;
    color: #049c9d;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    padding-top: 150px;
}
.part1-tit span
{
    color: #ff5c00;
    font-size: 24px;
    margin: 0 3px;
}
.part1-content
{
    width: 100%;
    background: url(../images/part1_conbg.png) center top no-repeat;
}
.part1-content .main
{
    height: 100%;
    text-align: center;
}
.part1-content .main .p1
{
    display: inline-block;
    width: 350px;
    color: #ffffff;
    font-size: 18px;
    padding-top: 190px;
}
.part1-content .main .p1 span
{
    color: #ff5c00;
    font-size: 20px;
    padding: 0 3px;
    font-weight: bold;
}
.part1-content .main .p2, .part1-content .main .p3
{
    float: left;
    color: #ffffff;
    font-size: 18px;
    padding-top: 160px;
    margin-left: 46px;
    line-height: 26px;
    letter-spacing: 0.6px;
}
.part1-content .main .p3
{
    float: right;
    margin-right: 46px;
}
.part2-tit
{
    width: 100%;
    height: 80px;
    background: url(../images/part2_titbg.png) center no-repeat;
    margin-top: 190px;
}
.shihe
{
    width: 100%;
    margin-top: 60px;
    height: 420px;
    background: url(../images/info_bgimg.jpg) center top no-repeat;
}
.shihe p
{
    float: left;
    color: #049c9d;
    font-size: 18px;
    width: 33.33%;
    line-height: 34px;
    margin-top: 280px;
}
.shihe p span
{
    font-size: 24px;
}
.apply-div
{
    width: 360px;
    height: 428px;
    position: relative;
    float: right;
    margin-top: 88px;
}
.apply-div .bgdiv
{
    background-color: #000000;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.apply-div .infodiv
{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.apply-div .infodiv h1
{
    position:absolute;
    z-index:3;
    width:400px;
    height:61px;
    background:url(../images/apply_h1bg.png) center no-repeat;
    top:40px;
    left:-20px;
    text-align:center;
    color:#ffffff;
    line-height:48px;
    font-size:30px;
    letter-spacing:2px;
}

.apply-div .infodiv h2
{
    text-align:center;
    color:#ffffff;
    line-height:56px;
    margin:101px 0 15px 0;
    font-size:22px;
}
.apply-div .infodiv input[type=text]
{
    width:320px;
    height:50px;
    margin:0 20px 22px 20px;
    border-radius:3px;
    border:none;
    text-indent:44px;
    font-family:Microsoft yahei;
    line-height:50px;
    font-size:18px;
    color:#666666;
}
.apply-div .infodiv input.name
{
    background:url(../images/input_icon.png) 11px 0px no-repeat #ffffff;
}
.apply-div .infodiv input.phone
{
    background:url(../images/input_icon.png) 11px -50px no-repeat #ffffff;
}
.apply-div .infodiv input[type=button]
{
    background-color:#ff5c00;
    color:#ffffff;
    font-size:22px;
    width:320px;
    height:50px;
    margin:20px 20px 22px 20px;border-radius:3px;
    border:none;
    letter-spacing:2px;
}
.apply-div .infodiv input.input_placeholder
{
    font-size:16px;
    color:#b7b7b7;    
}
/*文本框报错样式*/
.apply-div .infodiv input.error
{
    color:Red;    
}
.apply-div .infodiv input.name.error
{
    background:url(../images/input_icon.png) 11px -100px no-repeat #ffffff;
}
.apply-div .infodiv input.phone.error
{
    background:url(../images/input_icon.png) 11px -150px no-repeat #ffffff;
}