.ewb-span4 {
    width: 264px;
    float: left;
}

.ewb-sp916 {
    width: 916px;
    float: left;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-ml20 {
    margin-left: 20px;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 当前位置 */
.ewb-home {
    height: 49px;
    line-height: 49px;
    padding-left: 23px;
    background: url(../images/loc_icon.png) 0 center no-repeat;
}

.ewb-footer {
    position: static;
    margin-top: 15px;
}

.ewb-home a {
    color: #333;
}

.ewb-home span {
    color: #1492ff;
}

/* left */
.ewb-aremenu {
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.ewb-aremenu-hd {
    position: relative;
    height: 45px;
    border-bottom: 2px solid #1492ff;
}

.ewb-aremenu-hd>a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #1492ff;
    text-align: center;
}

.ewb-aremenu-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
}

.ewb-aremenu-bd {
    padding: 2px 0 16px 0;
    min-height: 60px;
}

.ewb-aremenu-bd>p {
    padding: 25px 0 0 19px;
}

.ewb-aremenu-bd>p>span {
    font-weight: bold;
    font-size: 24px;
    color: #1492ff;
    padding-right: 7px;
}

.ewb-aremenu-items {
    margin-left: -1px;
}

.ewb-aremenu-items>li {
    float: left;
    width: 25%;
    height: 18px;
    margin-top: 14px;
    background: url(../images/area_bor.png) no-repeat left center;
}

.ewb-aremenu-link {
    display: block;
    width: 50px;
    height: 18px;
    line-height: 16px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}

.ewb-aremenu-link:hover,
.ewb-aremenu-link.cur {
    color: #fff;
    border-radius: 3px;
    background-color: #1492ff;
}

/*con */
.ewb-con {
    background-color: #fff;
}

.ewb-con-hd {
    height: 60px;
    background: url(../images/area_bg.jpg) no-repeat;
}

.ewb-con-inp {
    margin: 16px 20px 0 0;
}

.ewb-con-input {
    position: relative;
    float: left;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 30px;
    line-height: 30px;
    color: #999;
    z-index: 0;
    cursor: text;
}

.ewb-con-input input {
    width: 236px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid #1492ff;
    border-radius: 3px 0 0 3px;
    outline: 0;
}

/*.ewb-con-inp>input{
    float: left;
    width:236px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding:0 10px;
    border:1px solid #1492ff;
    border-radius: 3px 0 0 3px;
    outline: 0;
}*/
.ewb-con-inp>button {
    float: left;
    width: 43px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    outline: 0;
    border: none;
    border-radius: 0 3px 3px 0;
    background: url(../images/con_ser.png) no-repeat center #1492ff;
    transition: background-color .2s ease-in-out;
}

.ewb-con-inp>button:hover {
    background-color: #0064ba;
}

.ewb-con-bd {
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 0 19px 30px 19px;
}

.ewb-con-items>li {
    border-top: 1px solid #ddd;
}

.ewb-con-items>li:first-child {
    border-top: none;
}

.ewb-con-info {
    float: left;
    height: 121px;
    width: 600px;
   
}

.ewb-con-info>span {
    display: block;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    padding-top: 29px;
}

.ewb-con-info>p {
    line-height: 32px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-con-r {
    float: right;
    width: 78px;
    height: 28px;
    line-height: 27px;
    color: #1492ff;
    border: 1px solid #1492ff;
    border-radius: 5px;
    text-align: center;
    margin: 55px 40px 0 0;
    transition: all .2s ease-in-out;
    cursor:pointer;
}

.ewb-con-r:hover {
    color: #fff;
    background-color: #1492ff;
}

.piclogo{
	float: left;
    margin-top: 20px;
    margin-right: 15px;
}