html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "Microsoft YaHei";
    vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    -ms-overflow-style: scrollbar;
}
div,p,span,i,ul,li{
    color: #333333;
}
ul li {
    list-style: none;
}
::-moz-placeholder{
    color: #8e8e93;
}
::-webkit-input-placeholder{
    color:#8e8e93;
}
:-ms-input-placeholder{
    color:#8e8e93;
}
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.navbar{
    margin: 0 auto;
    height: 70px;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.navbar li{
    float: right;
    margin-top:38px;
    width: 78px;
    height: 28px;
    text-align: center;
    border-radius: 2px;
    line-height: 28px;
    cursor: pointer;
}
.navbar li:nth-of-type(2){
    width: auto;
    color: #E8E8E8;
    cursor: default;
}
.navbar li div{
    color: #ffffff;
    font-size: 14px;
}
.navbar li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.navbar li a:hover{
    color: #FEB723;
}
.navbar .logo{
    padding-top: 14px;
    margin-right: 6px;
    margin-top: 0;
    cursor: default;
    float: left;
    height: 69px;
}
.navbar .login{
    width: 50px;
    margin-left: 10px;
}
.navbar .regist{
    width: 50px;
}
.navbar .login a,
.navbar .regist a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.navbar .current{
    background-color: rgba(19,26,48,0.4);
    padding-bottom: 6px;
}
.navbar .service{
    height: 226px;
    position: relative;
    z-index: 99;
    cursor: default;
}
.navbar .service div{
    position: absolute;
    display: none;
    margin-bottom: 6px;
    width: 100%;
    cursor: pointer;
}
.navbar .service div:nth-of-type(1){
    display: block;
    top: 0;
}
.navbar .service div:nth-of-type(2){
    top: 32px;
}
.navbar .service div:nth-of-type(3){
    top: 64px;
}
.navbar .service div:nth-of-type(4){
    top: 96px;
}
.navbar .service div:nth-of-type(5){
    top: 128px;
}
.navbar .service div:nth-of-type(6){
    top: 160px;
}
.navbar .service div:nth-of-type(7){
    top: 192px;
}
.footer{
    line-height: 64px;
    text-align: center;
    background-color: #999999;
    font-size: 12px;
}
.footer div{
    display: inline-block;
}
.footer a,
.footer span{
    color: #fff;
    float: left;
}
.footer div img{
    float: left;
    margin: 20px 10px 0 10px;
}
.footer a:hover{
    color: #fff;
}
.error{
    text-align: center;
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    color: #f00;
    width: 100%;
}
.success{
    color: #FEB723;
}
.section3{
    background-color: #FAFAFA;
    padding-bottom: 52px;
}
.banner1 ul .experience,
.submit{
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-radius: 23px;
    padding: 6px 38px;
    cursor: pointer;
    background: #feb824;
    background: -moz-linear-gradient(left, #feb824 0%,#ff9704 100%);
    background: -webkit-gradient(linear, left left, left right, color-stop(0%,#feb824),color-stop(100%,#ff9704));
    background: -webkit-linear-gradient(left, #feb824 0%,#ff9704 100%);
    background: -o-linear-gradient(left,#feb824 0%,#ff9704 100%);
    background: -ms-linear-gradient(left, #feb824 0%,#ff9704 100%);
    background: linear-gradient(to right,#feb824,#ff9704);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb824', endColorstr='#ff9704',GradientType=1 );
}
.section3  span,
.section3  input,
.section3  textarea{
    display: inline-block;
    float: left;
}
.section3 .message1{
    padding-bottom: 58px;
}
.section3 .message1 span,
.section3 .message2 span{
    background-color:#EA4335;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 28px;
}
.section3 .message1 input{
    height: 64px;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    width: 553px;
    border: none;
    background-color: #ffffff;
    font-size: 14px;
}
.section3 .message2 textarea{
    height: 170px;
    width: 1176px;
    overflow-y: auto;
    outline: none;
    border: none;
    resize: none;
    padding: 20px 30px;
    font-size: 14px;
}
.section3 .message1 .current{
    border: 2px solid #FEB723;
}
.section3 .message1 input:nth-of-type(1){
    margin-right: 46px;
}
.section3 .message1 input,
.section3 .message2 textarea{
    border: 1px solid #e0e0e0;
}
.section3 .btnBox{
    text-align: center;
    padding-top: 24px;
}
.section3 .btnBox .submit{
    color: #ffffff;
    padding: 12px 60px;
    border-radius: 32px;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
    }
}
/*媒体查询*/
@media (max-width: 1200px){
    body,.navbar{
        width: 1200px;
    }
}