/*开放日流程白色底色*/
.mod-lc h2 {
    text-align: center;
    font-size: 40px;
    color: #186bb7;
    margin-top: 70px;
}
.mod-lc .service {
    background-image: url(/statics/index/zt7_img/border.jpg);
    background-repeat: repeat-x;
    background-position: center;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 70px;
}
.mod-lc .service p {
    padding: 0px 30px;
    color: #186bb7;
    font-size: 24px;
    position: relative;
    background-color: #fff;
    display: inline-block;
}
.mod-lc p:before {

    content: "";

    width: 11px;

    height: 11px;

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -5px;

    border-radius: 50%;

}

.mod-lc .service p:after {

    content: "";

    width: 11px;

    height: 11px;

    position: absolute;

    right: 0;

    top: 50%;

    margin-top: -5px;

    border-radius: 50%;

}
.mod-lc .service p:after, .mod-lc .service p:before {

    background-image: url(/statics/index/zt7_img/border.jpg);

}
.bmlc_index{
    width: 800px;
    margin-bottom: 30px;
}
.bmlc li {
  width: 116px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 30px 30px 0px rgba(24, 107, 183, 0.15);
  border-radius: 8px;
  padding: 26px;
  margin-right: 26px;
  margin-top: 26px;
  float: left;
  transition: .3s;
  position: relative;
  top: 0;
  border: 1px #eee solid;
}
.bmlc li:nth-child(4n) {
    margin-right: 0px;
}
.bmlc li:nth-child(1),.bmlc li:nth-child(2),.bmlc li:nth-child(3) {
    margin-bottom: 30px;
}
.bmlc li:hover {
    background-color: #186bb7;
    transition: .3s;
    position: relative;
    top: -10px;
}
.bmlc li p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    height: 150px;
    overflow: hidden;
}
.bmlc li:hover p {
    color: #fff;
}
.bmlc li span {
    width: 70px;
    height: 70px;
    font-size: 45px;
    display: block;
    color: #fff;
    font-weight: bold;
    background: #186bb7;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    position: absolute;
    top: -30px;
    left: 45px;
}
.txs{
    border: 1px #186bb7 solid;
    width: 40px;
    font-size: 22px;
    color: #186bb7;
    text-align: center;
    font-weight: bold;
    height: 130px;
    padding-top: 15px;
    margin-top: 13px;
}
.txq{
    margin-left:25px;
    text-align: center;
}
.txscourse{
    margin-left:25px;
    width:295px;
}
.txq span{
    color: #186bb7;
    width:100%;
    font-size: 16px;
    margin-top:10px;
}
.txlc{
    width:100px; margin-top: 30px;margin-right:15px;position:relative;
}
.txlctwo:after{
    position: absolute;
    border: 7px solid transparent;
    border-left: 7px solid #186bb7;
    width: 0;
    height: 0;
    position: absolute;
    content: ' ';
    top: 26px;
    right: -15px;
}
.txq img{
    margin: 0 auto;
    display: block;
}
.txscourse span{
    border: 1px #186bb7 solid;
    line-height: 40px;
    color: #186bb7;
    margin-right: 15px;
    margin-bottom: 15px;
    width:85px;
    text-align: center;
}
.txscourse span:nth-child(3n){
    margin-right:0px;
}
.fangxiao {
    font-size: 16px;
    color: #186bb7;
    font-weight: normal;
}

.guoji_bm{
    width: 350px;
    background: #0b6db6;
}
.guoji_bm h3{
    font-size: 24px;
    text-align: center;
    padding:35px 0px;
    color: #fff;
}
.guoji_bm form {
    padding: 0px 20px 20px 20px;
}
.city_input{
    overflow: hidden;
    margin-bottom:20px;
}
.city_input select{
    width: 100%;
    height: 40px;
     border: 1px solid #e5e5e5;
    outline: none;
    padding:0px 10px;
    color: #7c95ab;
}
.city_input input[type="text"]{
    border: 1px solid #e5e5e5;
    outline: none;
    padding:0px 10px;
    color: #7c95ab;
    height: 40px;
    width: 100%;
}
.city_input textarea{
    border: 1px solid #e5e5e5;
    outline: none;
    padding:10px;
    color: #7c95ab;
    width: 100%;
    height: 80px;
}
.city_input font{
    color: #7c95ab;
    margin-left: 5px;
}
.city_input:nth-last-child(1){
    margin-bottom: 9px;
}

button{
    background: #fe9400;
    color: #fff;
    width: 100%;
    border:none;
    font-size: 16px;
    height: 40px;
}
.mod-lc .g-tel.blue {
    color: #186bb7;
    background-position: 0 -98px;
}
.mod-lc .g-form.blue {
    color: #186bb7;
    background-position: 0 -151px;
}

/*开放日流程白色底色end*/