.box .w1200>h3{
    height: 100px;
    line-height: 100px;
    font-weight: 400;
    font-size: 24px;
}

.box .box-nav{
    background-color: #E9F1FB;
    overflow: hidden;
}

.box .box-nav li{
    float: left;
    width: 32px;
    height: 48px;
    text-align: left;
    line-height: 48px;
    margin-right: 40px;
}

.box .box-nav li a{
    display: block;
    font-size: 16px;
}

.box .box-nav li.active{
    border-bottom: 2px solid #004099;
}

.box .box-nav li.active a{
    color:#004099;
}


.tongyi h4{
    color:#000;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
}

.tongyi p{
    margin-bottom: 10px;
}

.tongyi span{
    display: block;
    color: #666;
    margin-bottom: 10px;
}

.tongyi > a{
    color:#fff;
    background-color: #1E5EB0;
    border-radius: 2px;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 60px auto 68px auto;
    font-size: 18px;
}

.tongyi > a:hover{
    color:#fff;
}

#form{
    margin-top: 32px;
    border:1px solid #E5E5E5;
    border-bottom: none;
}

#form .form-item{
    min-height: 50px;
    line-height: 50px;
}

#form>.form-item{
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}

#form .form-item>label{
    color: #333;
    width: 176px;
    float: left;
    text-align: right;
    box-sizing: border-box;
    margin-right: 20px;
    border-right:1px solid #E5E5E5;
    background: #F5F5F5;
    padding-right: 54px;
}

#form .form-item>label>span{
    color:#EA3526;
}

#form .form-item>div{
    width: 1024px;
    margin-left: 176px;
}

#form .form-item>div>label{
    margin-right: 30px;
}

#form .form-item>div input{
    height: 18px;
}

#form .form-item>div input::placeholder{
    color:#999;
    font-size: 16px;
}

#form .form-item>div>label>span{
    margin-left: 4px;
}

.xiexin>a{
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #002A66;
    border-radius: 2px;
    font-size: 18px;
    margin: 40px auto 150px auto;
}

textarea{
    border:none;
    height: 130px;
    width: 1000px;
    outline: none;
    padding-top: 17px;
}

textarea::placeholder{
    font-size: 15px;
    color: #999;
}

.form-item-code{
    height: 50px;
    line-height: 50px;
}

.form-item-code img{
    position: relative;
    top:9px;
    cursor: pointer;
}

.form-item-code span{
    color:#333;
    font-size: 14px;
}

.form-item-file-btn{
    float: left;
    width: 930px;
}

.form-item-file-img{
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    float: left;
    overflow: hidden;
}

.form-item-file-img img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0px;
}

.form-item-file-img:hover span{
    display: block;
}

.form-item-file-img span{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    background-color: #333;
    opacity: .5;
    text-align: center;
    line-height: 100px;
    color: #fff!important;
    z-index: 9;
    display: none;
}

.form-item-file{
    position: relative;
}

.form-item-file input{
    height: 24px!important;
    opacity: 0;
    position: absolute;
    left: 18px;
    top: 13px;
    width: 30px;
    cursor: pointer;
}

.form-item-file span{
    color: #999;
    font-size: 16px;
}

.form-item-file img{
    position: relative;
    top:4px;
}

.form-item-yuanyin input{
    position: relative;
    top:4px;
    left:0px;
}

.chaxun{
    margin-top: 37px;
}

.chaxun_title{
    height: 50px;
    line-height: 50px;
    background-color: #F5F5F5;
}

.chaxun_content_item{
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    border-bottom: 1px dashed #DDDDDD;
}

.chaxun_content_item>span:first-child{
    width: 186px;
    display: inline-block;
    text-align: center;
    margin-right: 162px;
}

.chaxun_content_item>span:last-child{
    float: right;
    margin-right: 70px;
}

#myPage{
    height: 35px;
    margin-top: 45px;
    margin-bottom: 60px;
    text-align: center;
}