body,
html,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
body {
    background-color: #f2f5fa;
}
.top {
    width: 100%;
    background-color: #333;
    padding: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.logo {
    display: inline-block;
    width: 75px;
    position: relative;
    top: -7px;
    paint-order: 10px;
    margin-right: 6px;
}

.text {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    display:inline-block;
    border-left:3px solid rgba(255,255,255,0.2);
    padding-left: 10px;
    position: relative;
    top: 2px;
}
.title{
    color: #fff;
    font-size: 28px;
    display:inline-block;
    padding-left: 100px;
    margin: 0;
}
.backpage {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    float: right;
    line-height: 40px;
    cursor: pointer;
}
.backpage:hover {
    color: #73A8DD;
}
.elejustify{ /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left-mainspace {
    width: 74%;
    background-color: #fff;
    display: inline-block;
    padding: 15px;
}

.warm {
    text-align: center;
    color: #ff6a07;
    line-height: 57px;
    font-size: 14px;
}

.right-mainspace {
    width: 23%;
    height: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    display: inline-block;
    border-radius: 5px;
}

.top-title {
    border-bottom: 1px solid #ccc;
    color: #025193;
    font-size: 14px;
    padding: 5px 0 10px;
}

.right-mainspace p {
    font-size: 14px;
    margin-top: 12px;
}

.form-list {
    width: 800px;
    margin: 0 auto;
}

.form-group {
    width: 900px;
}
label{
    margin-bottom: 0;
}

.control-label {
    line-height: 40px;
    color: #7d7d7d;
    font-size: 14px;
}

.form-group .inputOneStyleK1 {
    margin-left: 15px;
    padding: 5px 8px 6px;
}
.form-control1,
.form-control2,
.form-control3 {
    width: 500px;
    height: 40px;
    outline: none;
    margin-left: 15px;
}

.xh {
    color: #ff6a07;
    display: inline;
    margin-right: 5px;
}

.richtext {
    width: 710px;
    height: 235px;
    margin-top: 25px;
}

.control-label2 {
    float: left;
    color: #7d7d7d;
    font-size: 14px;
}

.in-richtext {
    width: 620px;
    height: 236px;
    float: left;
    margin-left: 8px;

}

.add {
    font-size: 21px;
    color: #06c;
    position: relative;
    left: -30px;
    top: 5px;
    font-weight: bold;
    cursor: pointer;
}

.addlist li:hover {
    background-color: #0066cc;
    color: #fff;
}

.yingyonglingyuList {
    width: 520px;
    position: relative;
    left: 170px;
    top: -393px;
    display: none;
}
.addList {
    padding: 3px 4px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
}

.addlist li {
    padding-left: 20px;
}

.danwei {
    display: block;
    font-size: 20px;
}

.phoneNum {
    width: 242px;
    height: 40px;
    border: 1px solid #d5d5d5;
    outline: none;
    border-radius: 5px;
    margin-left: 15px;
    padding-left: 20px;
}
.sanjiao,
.sanjiao2 {
    width: 28px;
    height: 23px;
    padding-top: 12px;
    display: inline-block;
}

.sanjiao {
    position: relative;
    left: -290px;
    top: 2px;
}

.sanjiao2 {
    position: relative;
    left: -65px;
    top: 2px;
}

.l-sanjiao,
.r-sanjiao {
    width: 16px;
    height: 12px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.phoneNum {
    margin-left: 100px;
    display: inline-block;
}

.getNum {
    width: 94px;
    height: 40px;
    background-color: #06c;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-left: 15px;
    cursor: pointer;
    line-height: 30px;
}

.sub {
    display: block;
    width: 180px;
    height: 40px;
    background-color: #066cd2;
    color: #fff;
    font-size: 16px;
    margin: 10px auto;
    border: none;
    font-weight: 700;
    outline: none;
    border-radius: 5px;
}
.sub:hover {
    background-color: #0159B2;
}

.zhu {
    font-size: 12px;
    color: #a5a5a5;
    text-align: center;
}

/* 底部 */
.bottom {
    width: 100%;
    background-color: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    /*padding: 15px;*/
}

.bottomtext {
    margin: 0 auto;
}

.bottomtext li {
    display: inline-block;
    margin: 5px 5px;
}

.bottomtext li a {
    font-size: 14px;
    color: #fff;
}

.lineUs {
    color: #fff;
    font-size: 14px;
    margin: 40 auto;
    display: block;
    text-align: center;
    /*padding: 10px;*/
}

.bottomTitle {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 14px;
}

.sel{
/*    width: 100%;
    height: 75px;*/
    overflow: hidden;
    background-repeat: no-repeat; 
    background-size: 16px;                              
}
.yingyong{
    background-position: 570px 40px;
    background-image: url("/themes/default/assets/images/addicon.png");      
}
.chooseP,.chooseCity {
    background-image: url("/themes/default/assets/images/sanjiao.png");   
    background-position: 230px 15px;
    display: inline-block;                        
}
.sel select{
    background: transparent;
    width: 500px;
    height: 40px;
    font-size: 14px;
    padding: 1px 2px;
    border: 1px solid #D5D5D5;
    outline: none;
    margin-left: 15px;
    -webkit-appearance: none;
    appearance:none;
    -moz-appearance:none;
}
.chooseP select,.chooseCity select{
    width: 242px;
}
.sel select:focus{
    border-color: #66afe9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}