﻿.main_hidden{
  display: none;
}
.header_new{
  display: block;
}
.header_right li .friendImg,.logo .friendImg{
  display: inline-block;
}
.mainImg{
  display: none;
}
.header_new .main_header .header_right li a{
  color:#008dd6;
}
.header_new .main_header li .line_1 {
   color:#008dd6;
}
.linkmap{
  display: none;
}
.friend_wrapper{
  width: 100%;
  height: 100vh;
  padding-top: 15%;
  box-sizing: border-box;
}
.friend_con{
  width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}
.friend_title{
  width: 200px;
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  color: #595757;
  position: relative;
}
.friend_title::before{
  content: "";
  position: absolute;
  left: -468px;
  top: 50%;
  transform:translateY(-50%);
  width: 468px;
  height: 3px;
  background:#595757;
}
.friend_title::after{
  content: "";
  position: absolute;
  right: -468px;
  top: 50%;
  transform:translateY(-50%);
  width: 468px;
  height: 3px;
  background:#595757;
}
.organ_select{
  width: 336px;
  height: 70px;
  border:1px solid #a1a2a2;
  font-size: 24px;
  color: #333;
  padding-left: 15px;
  background:url(/Sites/Uploaded/UserUpLoad/20200715/20200715183218.png)no-repeat 99% center;
}
.pull_organ{
  display: flex;
  justify-content: space-between;
  margin-top: 105px;
}
.pull_school{
  display: flex;
  justify-content: center;
  margin-top: 125px;
}
.school_select{
  margin-right: 90px;
}

@media screen and (max-width:1366px){
.friend_wrapper{
  padding-top: 10%;
}
.pull_organ{
  margin-top: 80px;
}
.pull_school{
  margin-top: 100px;
}
} 