﻿.new_hidden{
  display: none;
}
.header_new{
  display: block;
}
.header_right li .friendImg,.logo .friendImg{
  display: inline-block;
}
.mainImg{
  display: none;
}
h2.mess_h2 {
 font-size: 18px;
 font-weight: bold;
 margin: 10px 0;
}
.header_new .main_header .header_right li a{
  color:#008dd6;
}
.header_new .main_header li .line_1 {
   color:#008dd6;
}
.linkmap{
  display: none;
}
.outpat_wrapper {
 width: 100%;
 height: 100vh;
 padding-top: 12%;
 box-sizing: border-box;
}
.outpat_hint{
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.outpat_mess{
  margin-top: 15px;
}

.mess_com{
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 30px;
}
.mess_com::before{
  position: absolute;
  width: 10px;
  height: 10px;
  background:#29a7e1;
  left: 0;
  top: 10px;
  content: "";
}
.com_flow{
  width: 100%;
  margin: 15px 0;
}
.flow_com{
  width: 210px;
  margin-right: 25px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  background: #29a7e1;
  line-height: 20px;
  color: #fff;
  vertical-align: middle;
  padding-top: 10px;
  box-sizing: border-box;
  font-size: 15px;
}
.flow_com3{
  padding-top: 20px;
}
.flow_com::after{
  content: "";
  position: absolute;
  background:url(/Sites/Uploaded/UserUpLoad/20200825/20200825101840.png)no-repeat center center;
  width: 30px;
  height: 30px;
  right: -30px;
  top: 16px;
}
.last_com{
  margin-right: 0;
}
.last_com::after{
  display: none;
}

.btn_wrapper{
  width: 90%;
  margin: 50px auto;
}
.visit_btn{
  width: 300px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border:2px solid #29a7e1;
  transition: all .3s; 
}
.visit_btn2{
  margin-left: 85px;
}
.visit_btn:hover{
  background:#29a7e1;
  color: #fff;
}
.visit_btn a{
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: 600;
} 
.visit_btn:hover a{
  color: #fff;
}
.serve_title{
  width: 200px;
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  color: #595757;
  position: relative;
  margin-bottom: 50px;
}
.serve_title::before{
  content: "";
  position: absolute;
  left: -468px;
  top: 50%;
  transform:translateY(-50%);
  width: 468px;
  height: 3px;
  background:#595757;
}
.serve_title::after{
  content: "";
  position: absolute;
  right: -468px;
  top: 50%;
  transform:translateY(-50%);
  width: 468px;
  height: 3px;
  background:#595757;
}
@media only screen and (max-width: 1400px)
{
  .outpat_wrapper {
 height: 100%;
 padding-top: 10%;
 padding-bottom: 10px;
  }


}
 