﻿/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
img{vertical-align:top;border:none}
input{
    border: none;
    outline: none;
}
.flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}
#J_bm_form{
    width:1200px;
    margin:0 auto;
    display: flex;
    align-items: center;
}
#J_bm_form span{
    font-size: 30px;
    color: white;
    /*margin-left: 195px;*/
}
#name{
    font-size: 25px;
    height: 40px;
    width: 300px;
    margin-left: 30px;
    background-color:#ff6600 ;
    border: 1px solid white;
    color: white;
    text-align: center;
}
#telephone{
    font-size: 25px;
    height: 40px;
    width: 300px;
    margin-left: 30px;
    background-color:#ff6600 ;
    border: 1px solid white;
    color: white;
    text-align: center;

}
#biaodan3{
    font-size: 30px;
    margin-left: 30px;
    height: 40px;
    position: relative;
    top: 2px;
    line-height: 40px;
    width: 200px;
    font-weight: bold;
    background-color: white;
    color: #ff6600;
}

  input::placeholder{
      color: white;
  }
 .cx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
 }

 .ax{
    border: 1px solid;
    height: 40px;
    width: 254px;
    line-height: 40px;
    font-size: 23px;
    text-decoration: none;
    background-color: #ff6600;
    color: white;
    border: 1px solid white;
    border-radius: 30px;
 }
 .bx{
    height: 40px;
    width: 340px;
    line-height: 40px;
    font-size: 23px;
    text-decoration: none;
    background-color: #ffffff;
    color: #f90000;
    border: 1px solid #f90000;
    border-radius: 30px;
 }
 .container_2{
     height: 1087px;
     width: 100%;
     background-color: #f9f6f6;
 }
 .container_7{
     width: 1202px;
     margin: 0 auto;
     margin-top: 50px;
 }
 table tr{
    height: 70px;
    font-size: 25px;
    line-height: 70px;
 }
 table tr:nth-child(1){
     font-weight: bold;
 }
 tr td{
    border-bottom: 1px dotted;
 }
td a{
    height: 54px;
    background-color: black;
    color: white;
    padding: 10px 27px;
    border-radius: 30px;
    text-decoration: none;
}
.container_8{
    height: 550px;
    background-color: #f9f6f6;
}
.les{
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: space-evenly;
    position: relative;
}
.les p:nth-child(1){
    font-size: 21px;
    font-weight: bold;
}
.les a{
    margin: 0 auto;
    color: white;
    text-decoration: none;
    background-color: black;
    width: 99px;
    height: 28px;
    line-height: 28px;
    border-radius: 30px;
}
.pic_1{
    width: 92px;
    height: 95px;
    position: absolute;
    top: -10px;
    left: -11px;
}
#name1::placeholder{
    color: #999999;
}
#telephone1::placeholder{
    color: #999999;
}

.for{
    width: 530px;
    background-color: #f9f6f6;
    height: 50px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}
.biao{
    width: 270px;
    margin: 0 auto;
    height: 50px;
    font-size: 25px;
    margin-top: 10px;
    color: white;
    background-color: #ff6600;
    font-weight: bold;
    cursor: pointer;
}