.page_banner.iss_bg {
    background: url('../images/sup_iss_banner.jpg') center no-repeat;
    background-attachment: fixed;
    background-size:cover;
}
@media screen and (min-width: 320px) and (max-width: 700px){
  .page_banner.iss_bg {
    background: url('../images/sup_iss_banner.jpg') center no-repeat;
  }
}

.drop .ul-list{
  margin: 0;
}
.drop .ul-list li{
  font-size: 18px;
}
.drop .ul-list li a{
  color: #666;
}
.drop .ul-list li a:hover{
  color: #095ed2;
}
.rightbox .link_box{
  background: #f2f2f2;
  padding: 15px;
}
.equbox p {
  padding-left: 15px;
  margin-bottom: 0;
}
.equbox p::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #095ed2;
  position: absolute;
  left: 5px;
  top: 11px;
  border-radius: 50%;
}
.search_input{
  padding: 0 65px 0 20px;
  border: 1px solid #095ed2;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none !important;
  color: #777 !important;
  width: calc(100% - 45px);
  margin-bottom: 65px;
}
.search_box .search_input{
  margin-bottom: 40px;
}
.search_box .arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    vertical-align: top;
    font-size: 17px;
    border: 1px solid #095ed2;
    background: #095ed2 !important;
    float: right;
    color: #fff;
    cursor: pointer;
}
.gray_box{
  background-color: #f2f2f2;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
}
.gray_box h2{
  font-size: 24px;
  margin-bottom: 15px;
}
.gray_box h3{
  font-size: 18px;
}
.gray_box .in-touch{
  margin-bottom: 0;
}
.link_box .title{
  margin-bottom: 15px;
}
.px-0{
  padding-left: 0!important;
  padding-right: 0!important;
}
