

.p102-search-1 {
    height: 70px;
    border-bottom: 1px solid #ededed;
    background: #f7f7f7;
}

.p102-search-1 p {
    float: left;
    width: 750px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #333333;
}

.p102-search-1 p b {
    display: inline-block;
}

.p102-search-1 p a {
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}

.p102-search-1 p a:hover {
    color: #007aff;
}

.p102-search-1-inp {
    float: right;
    width: 356px;
    height: 36px;
    background: #fff;
    margin-top: 18px;
    border-radius: 25px;
    position: relative;
}

.p102-search-1-inp:before,
.p102-search-1-inp:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #e3e3e3;
    left: 10%;
    z-index: 0;
}

.p102-search-1-inp:before {
    top: 0;
}

.p102-search-1-inp:after {
    bottom: 0;
}

.p102-search-1-inp1 {
    width: 249px;
    height: 34px;
    line-height: 34px;
    color: #999999;
    border: 1px solid #e3e3e3;
    border-right: 0;
    padding: 0 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    float: left;
}

.p102-search-1-inp2 {
    width: 66px;
    height: 36px;
    border: 0;
    border-radius: 25px;
    background: url(../images/p102-search-icon1.png) no-repeat center center #007aff;
    float: right;
    position: relative;
    z-index: 2;
    cursor: pointer;
}


.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}

.p12-curblock {
    display: none;
}

.p12-curmbs-1 b {
    border-left: 10px solid #0c2045;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.p12-curmbs-1 span {
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}


.form {
    height: 851px;
    background: url(../images/formbj.jpg) no-repeat center;
}

.form .for-con {
    padding: 118px 0 0 37px;
}

.form .for-con .for-con-left {
    width: 760px;
    float: left;
}

.form .for-con .for-con-left h2 {
    height: 194px;
    line-height: 194px;
    font-size: 59px;
    color: #000000;
}

.form .for-con .for-con-left h2 b {
    color: #0268da;
}

.form .for-con .for-con-left ul li {
    float: left;
    width: 50%;
    height: 61px;
    margin-bottom: 88px;
}

.form .for-con .for-con-left ul li i {
    display: block;
    width: 62px;
    height: 53px;
    float: left;
    margin-right: 21px;
}

.form .for-con .for-con-left ul li i img {
    width: 62px;
    height: 53px;
}

.form .for-con .for-con-left ul li span {
    display: block;
    float: left;
}

.form .for-con .for-con-left ul li span em {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    color: #000000;
}

.form .for-con .for-con-left ul li span p {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666;
}

.form .for-con .for-con-rig {
    width: 401px;
    height: 486px;
    background: rgba(2, 104, 218, 0.66);
    float: right;
    border-radius: 20px;
    margin-top: 70px;
    padding-top: 10px;
    box-sizing: border-box;
}

.form .for-con .for-con-rig h4 {
    height: 67px;
    line-height: 67px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
    border-bottom: 1px solid #FFF;
}

.form .for-con .for-con-rig .bd {
    padding: 28px 25px 0;
}

.form .for-con .for-con-rig .bd ul li {
    height: 50px;
    margin-bottom: 20px;
}

.form .for-con .for-con-rig .bd ul li input {
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: 0;
    padding: 0 18px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFF;
}

.form .for-con .for-con-rig .bd ul li input::-webkit-input-placeholder {
    color: #fff;
}

.form .for-con .for-con-rig .bd ul li input::-moz-placeholder {
    color: #fff;
}

.form .for-con .for-con-rig .bd ul li span {
    display: none;
}

.form .for-con .for-con-rig .bd ul li.last {
    height: 140px;
}

.form .for-con .for-con-rig .bd ul li textarea {
    height: 140px;
    box-sizing: border-box;
    background: 0;
    font-size: 14px;
    padding: 18px;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
}

.form .for-con .for-con-rig .bd .submit {
    width: 180px;
    height: 37px;
    margin: 0 auto;
    overflow: hidden;
}

.form .for-con .for-con-rig .bd .submit .form-btn-submit {
    width: 180px;
    height: 37px;
    background: url(../images/form-btn.png) no-repeat center;
    text-align: center;
    line-height: 37px;
    font-size: 18px;
    color: #FFF;
    font-family: "Adobe 黑体 Std";
}

.form .for-con .for-con-rig .bd .submit .form-btn-reset {
    display: none;
}


.icoo {
    display: block;
    width: 48px;
    height: 189px;
    position: fixed;
    left: 0px;
    top: 50%;
    background: url(../images/xf-btn.png) no-repeat center;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 25px;
    padding: 62px 7px 0;
    box-sizing: border-box;
    z-index: 400;
}

.xfbj {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 300;
}

.xg {
    position: relative;
}

.ico {
    display: block;
    width: 45px;
    height: 37px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
    border-top-right-radius: 100px;
}

.fi {
    position: relative;
    height: 71px;
}

.fi .fly {
    display: block;
    width: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
}

.fi .fly img {
    width: 100%;
}

.fix {
    width: 100%;
    height: 71px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}

.fix .bd h4 {
    height: 71px;
    line-height: 71px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    width: 488px;
    float: left;
    margin-left: 190px;
}

.fix .bd h4 b {
    display: inline-block;
    margin-left: 12px;
    color: #14b7ff;
}

.fix .bd .bd_ul {
    float: right;
    margin-top: 19px;
}

.fix .bd ul {
    width: 520px;
    float: right;
}

.fix .bd ul li {
    float: left;
    width: 117px;
    height: 27px;
    margin: 0 3px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.fix .bd ul li input {
    background: rgba(255, 255, 255, 0.66);
    line-height: 25px;
    font-size: 14px;
    padding: 0 13px;
    box-sizing: border-box;
    width: 117px;
    height: 27px;
}

.fix .bd ul li span {
    display: none;
}

.fix .bd .submit {
    float: right;
}

.fix .bd .submit .form-btn-submit {
    width: 117px;
    height: 40px;
    background: url(../images/sub-btn.png) no-repeat center;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    font-family: "思源黑体 CN";
    cursor: pointer;
    margin-right: 26px;
}

.fix .bd .submit .form-btn-reset {
    display: none;
}

