* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
/* 行显示，多出省略 */
/* 
* 自定义滚动条样式
* @class: 类名
* @w:滚动条宽度
* @barColor：滚动条拖拽条的颜色
* @barOpacity：滚动条拖拽条的透明度
* @bgColor：滚动条背景色
* @bgOpacity：滚动条的透明度
* 
* 使用：.scrollBar(xx,8px,#ff0)
*/
.clear,
.cl {
  display: block!important;
  float: none!important;
  clear: both;
  width: auto!important;
  max-width: none!important;
  min-width: 0!important;
  max-height: none!important;
  min-height: 0!important;
  overflow: hidden;
  margin: 0!important;
  padding: 0!important;
  border: 0 none!important;
  font-size: 0!important;
  line-height: 0 !important;
}
.site_banner img {
  vertical-align: top;
}
/* 项目展示 首页 */
.pro_index_wrap img {
  vertical-align: top;
}
.pro_index_wrap .sec1 {
  /* background: url(../images/pro_sec1_bg.jpg) center 0 no-repeat;
    background-size: cover; */
  padding: 9.375% 0 11.19791667%;
}
.pro_index_wrap .sec2 {
  /* background: url(../images/pro_sec2_bg.jpg) center 0 no-repeat;
    background-size: cover; */
  padding: 9.375% 0 11.19791667%;
}
.pro_index_wrap .sec2 .common_sec_des {
  float: right;
}
.pro_index_wrap .sec3 {
  padding: 2.60416667% 0 5.10416667%;
}
.pro_index_wrap .sec3 .common_sec_des {
  width: 100%;
  text-align: center;
  max-width: 100%;
}
.pro_index_wrap .sec3 .items {
  overflow: hidden;
}
.pro_index_wrap .sec3 .item {
  float: left;
  position: relative;
}
.pro_index_wrap .sec3 .item.i1 {
  width: calc(63.61111111% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.pro_index_wrap .sec3 .item.i2 {
  width: 36.38888889%;
  margin-bottom: 20px;
}
.pro_index_wrap .sec3 .item.i3 {
  width: calc(33.68055556% - 16px);
  margin-right: 16px;
}
.pro_index_wrap .sec3 .item.i3:last-child {
  width: calc(32.56944444%);
  margin-right: 0;
}
.pro_index_wrap .sec3 .item p {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #fff;
  white-space: nowrap;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro_index_wrap .sec3 .item a {
  display: block;
}
.pro_index_wrap .sec3 .item a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.7) 100%);
}
.pro_index_wrap .common_sec_des {
  max-width: 540px;
}
.pro_index_wrap .common_sec_des .cn,
.pro_index_wrap .common_sec_des .en {
  color: #1f3855;
}
.pro_index_wrap .common_sec_des .en {
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 0 8px;
}
.pro_index_wrap .common_sec_des p {
  margin: 1.73611111% 0 25px;
/*  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;*/
  line-height: 1.5;
/*  max-height: 4.5em;
  height: 4.5em;*/
  overflow: hidden;
  text-indent: 32px;
}
.pro_index_wrap .common_sec_des i {
  font-size: 24px;
  color: #444;
}
.sec_item_swp {
  position: relative;
  margin-top: 9.55555556%;
}
.sec_item_swp a {
  animation: fadeInUp 1.2s forwards;
  border: 1px solid #1f3855;
  color: #1f3855;
  position: relative;
  display: block;
  transition: 0.5s;
  transform: translateY(50%);
  opacity: 0;
}
.sec_item_swp a img {
  vertical-align: top;
}
.sec_item_swp a::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pro_sec2_itembg.jpg) no-repeat;
  background-size: 100%;
  transition: 0.6s;
}
.sec_item_swp .swiper-button-prev,
.sec_item_swp .swiper-button-next{
  display: none;
  background: none;
  z-index: 4;
}
.sec_item_swp .swiper-button-prev i,
.sec_item_swp .swiper-button-next i{
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  background: rgba(255, 255, 255, .8);
}
@media only screen and (min-width: 768px) {
  .sec_item_swp a:hover {
    color: #fff !important;
  }
  .sec_item_swp a:hover span::before {
    background-color: #fff;
  }
  .sec_item_swp a:hover::after {
    height: 100%;
  }

}
.sec_item_swp a span {
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sec_item_swp a span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #7d552d;
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  transition: 0.4s;
}
.comm_project_tab {
  background-color: #EFF2F6;
  padding-top: 2.34375%;
}
.comm_project_tab .swiper-slide.on a {
  color: #1f3855;
  border-bottom: 3px solid #1f3855;
}
.comm_project_tab.noSwiper .swiper-wrapper {
  justify-content: center;
}
.comm_project_tab.noSwiper .swiper-slide {
  display: inline-block;
  width: auto;
  margin: 0 2.77777778%;
}
.comm_project_tab .swiper-slide {
  text-align: center;
}
.comm_project_tab a {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 22px;
}
/* 投资项目 */
.investment_wrap {
  padding: 4.16666667% 0 5.20833333%;
}
.investment_wrap li {
  float: left;
  width: calc(33.68055556% - 17px);
  margin-right: 17px;
  margin-bottom: 40px;
  border-bottom: 1px solid #1f3855;
}
.investment_wrap li .cont {
  padding: 6.38297872% 0 8.5106383%;
}
.investment_wrap li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
}
.investment_wrap li .address {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 24px;
  background: url(../images/address_icon.png) 0 center no-repeat;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
}
.investment_wrap li .img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .investment_wrap li .img:hover a::after {
    opacity: 1;
  }
}
.investment_wrap li .img a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../images/view_icon.png) center center no-repeat;
  transition: all 0.3s ease;
  opacity: 0;
}
.investment_wrap li:nth-child(3n) {
  margin-right: 0;
}
/* 严一公益 */
.site_text .cn {
  margin-top: 1.5%;
}
.commonweal_wrap h2 {
  color: #1f3855;
}
.commonweal_wrap h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #1f3855;
}
.commonweal_wrap .sec1 {
  background: url(../images/commonweal_sec1_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4.6875% 0 6.77083333%;
}
.commonweal_wrap .sec1 .ll {
  width: 48.47222222%;
  float: left;
}
.commonweal_wrap .sec1 .ll .edit {
  margin-top: 40px;
  max-height: 280px;
  overflow: hidden;
  text-indent: 32px;
}
.commonweal_wrap .sec1 .rr {
  width: 51.38888889%;
  float: right;
}
.commonweal_wrap .sec1 .rr .cont {
  position: relative;
  padding: 56px 10px 62px 25px;
}
.commonweal_wrap .sec1 .rr .cont .lt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 163px;
  height: 130px;
  background: url(../images/about_03.png) 0 0 no-repeat;
}
.commonweal_wrap .sec1 .rr .cont .rb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 203px;
  height: 184px;
  background: url(../images/about_044.png) 0 0 no-repeat;
}
.commonweal_wrap .sec1 .rr .cont .lb {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 1;
  width: 70px;
  height: 70px;
  background: #1f3855;
}
.commonweal_wrap .sec1 .rr .img {
  position: relative;
  z-index: 3;
  border: 1px solid #fff;
  box-shadow: 0 10px 10px rgba(1, 22, 78, 0.25);
}
.commonweal_wrap .sec2 {
  background: url(../images/commonweal_sec2_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4.16666667% 0 6.25%;
}
.commonweal_wrap .sec2 .tit {
  margin-bottom: 3.47222222%;
}
.commonweal_wrap .sec2 .ll {
  float: left;
  width: 53.95833333%;
}
.commonweal_wrap .sec2 .ll img {
  transition: all 0.3s;
}
.commonweal_wrap .sec2 .ll:hover img {
  transform: scale(1.05, 1.05);
}
.commonweal_wrap .sec2 .cont{position: relative;}
.commonweal_wrap .sec2 .rr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44.44444444%;
}
.commonweal_wrap .sec2 .rr ul {
  text-align: right;
}
.commonweal_wrap .sec2 .rr li {
  float: left;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  color: #000;
  height: 93px;
  line-height: 93px;
  background: #fff;
  border-radius: 47px;
  margin-bottom: 20px;
  width: 47%;
}
.commonweal_wrap .sec2 .rr li:nth-child(2n) {
  float: right;
}
.commonweal_wrap .sec2 .rr .img {
  width: 32.56944444%;
}
.commonweal_wrap .sec3 {
  padding: 3.64583333% 0 6.25%;
}
.commonweal_wrap .sec3 .tit {
  text-align: center;
}
.commonweal_wrap .sec3 li {
  padding: 2.08333333% 0;
  border-bottom: 1px solid #00004e;
}
.commonweal_wrap .sec3 li a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #000;
}
.commonweal_wrap .sec3 li h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
}
.commonweal_wrap .sec3 li a:hover p {
  color: #000;
}
.commonweal_wrap .sec3 .img {
  float: left;
  width: 32.63888889%;
}
.commonweal_wrap .sec3 .cont {
  float: left;
  width: 67.36111111%;
  padding-left: 3.81944444%;
}
.commonweal_wrap .sec3 .cont p {
  opacity: 0.7;
  font-size: 16px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  max-height: 4.5em;
  height: 4.5em;
  overflow: hidden;
}
.commonweal_wrap .sec3 .date {
  color: #1f3855;
  width: 63.54166667%;
  position: absolute;
  left: 36.45833333%;
  bottom: 10.79136691%;
  line-height: 1;
  /* background: url(../images/youjiantou.png) right center no-repeat; */
}
.commonweal_wrap .sec3 .date::after{
  content:'...';
  position: absolute;
  bottom: 0;
  right: 0;
  letter-spacing: 2px;
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: 700;

}
/* 社会活动/严一公益内容页 */
.pub_share {
  margin-top: 10px;
}
.pub_share a {
  font-size: 22px;
  color: #b2b2b2;
  margin-right: 10px;
}
.pub_share a:hover {
  color: #1f3855;
}
.social_wrap {
  padding: 2.60416667% 0 5.20833333%;
  background: url(../images/social_detail_bg.jpg) 0 0 no-repeat;
  background-size: cover;
}
.social_wrap .back {
  border: 1px solid #1f3855;
  font-size: 16px;
  width: 104px;
  padding: 5px 0;
  text-align: center;
  color: #1f3855;
  margin-bottom: 38px;
  cursor: pointer;
}
.social_wrap .d_title h1 {
  font-weight: bold;
  color: #1f3855;
}
.social_wrap .cont {
  background-color: #fff;
  padding: 5.55555556%;
}
.social_wrap .edit_con_original {
  border-bottom: 1px solid #000;
}
.social_wrap .edit_con_original img {
  width: auto;
}
/*.social_wrap .edit_con_original p {
  margin: 30px 0;
}*/
.social_wrap .news_page {
  margin-top: 30px;
}
.social_wrap .news_page span {
  display: block;
  margin-bottom: 15px;
  color: #000;
}
.social_wrap .news_page span a {
  color: #000;
}
/* 联系我们首页 */
.contact_wrap {
  padding: 8.33333333% 0 10.41666667%;
  background: url(../images/contact_index_bg.jpg) center center no-repeat;
  background-size: cover;
}
.contact_wrap .ll {
  float: left;
  width: 45.13888889%;
}
.contact_wrap .ll .info {
  margin-top: 9.23076923%;
}
.contact_wrap .ll .info h2,
.contact_wrap .ll .info h3 {
  font-weight: bold;
  color: #1f3855;
}
.contact_wrap .ll .info h3 {
  text-transform: uppercase;

}
.contact_wrap .ll ul,
.join_wrap .ll ul {
  padding-top: 10px;
}
.contact_wrap .ll ul .label,
.join_wrap .ll ul .label {
  color: #696c70;
  font-size: 16px;
  white-space: nowrap;
}
.contact_wrap .ll ul li,
.join_wrap .ll ul li {
  padding-left: 38px;
  height: 39px;
  line-height: 39px;
  margin-top: 20px;
}
.contact_wrap .ll ul .phone,
.join_wrap .ll ul .phone {
  background: url(../images/contact_phone.png) left 13px no-repeat;
}

.contact_wrap .ll ul .user,
.join_wrap .ll ul .user {
  background: url(../images/contact_user.png) left 9px no-repeat;
}

.contact_wrap .ll ul .phone a,
.contact_wrap .ll ul .user a,
.join_wrap .ll ul .phone a ,
.join_wrap .ll ul .user a{
  font-size: 24px;
  font-weight: bold;
  color: #1f3855;
}
.contact_wrap .ll ul .email,
.join_wrap .ll ul .email {
  background: url(../images/contact_email.png) left 13px no-repeat;
}
.contact_wrap .ll ul .email a,
.join_wrap .ll ul .email a {
  font-size: 24px;
  color: #000;
}
.contact_wrap .ll ul .wechat,
.join_wrap .ll ul .wechat {
  background: url(../images/contact_wechat.png) left 9px no-repeat;
}
.contact_wrap .rr {
  float: right;
  width: 49.65277778%;
}
.contact_wrap .rr .cont {
  position: relative;
}
.contact_wrap .rr .lt {
  position: absolute;
  left: 50px;
  top: -30px;
  z-index: 1;
  width: 72px;
  height: 72px;
  background-color: #dbc8a0;
}
.contact_wrap .rr .rb {
  position: absolute;
  right: -20px;
  bottom: -30px;
  z-index: 1;
  width: 72px;
  height: 72px;
  background-color: #1f3855;
}
.contact_wrap .rr .img {
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
}
/* 采购咨询 */
.procurement_wrap {
  background: url(../images/procurement_bg.jpg) center center no-repeat;
  padding: 4.16666667% 0 6.77083333%;
}
.procurement_wrap .des {
  font-size: 16px;
  text-align: center;
}
.procurement_wrap h1 {
  text-align: center;
  color: #1f3855;
  margin-top: 2.08333333%;
}
.procurement_wrap ul {
  margin-top: 3.47222222%;
}
.procurement_wrap li {
  float: left;
  width: 32.5%;
  margin-right: 1.25%;
  height: 487px;
  padding: 3.47222222% 5.55555556%;
  background: rgba(255, 255, 255, 0.4);
}
.procurement_wrap li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .procurement_wrap li:hover {
    background: url(../images/contact_info_bg.jpg) 0 0 no-repeat;
    color: #fff;
  }
  .procurement_wrap li:hover dt {
    border-color: #fff;
  }
  .procurement_wrap li:hover dd,
  .procurement_wrap li:hover p,
  .procurement_wrap li:hover a {
    color: #fff !important;
  }
  .procurement_wrap li:hover dd.posts {
    background-image: url(../images/procurement_icon01_hover.png);
  }
  .procurement_wrap li:hover dd.phone {
    background-image: url(../images/procurement_icon02_hover.png);
  }
  .procurement_wrap li:hover dd.tel {
    background-image: url(../images/procurement_icon03.png);
  }
  .procurement_wrap li:hover dd.email {
    background-image: url(../images/procurement_icon04_hover.png);
  }
}
.procurement_wrap dt {
  border-bottom: 1px solid #1f3855;
  padding-bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.procurement_wrap dd {
  font-size: 16px;
  color: #696c70;
  margin-top: 20px;
  padding-left: 40px;
}
.procurement_wrap dd.posts {
  background: url(../images/procurement_icon01.png) left 0 no-repeat;
}
.procurement_wrap dd.posts .c {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.procurement_wrap dd.phone {
  background: url(../images/procurement_icon02.png) left 3px no-repeat;
}
.procurement_wrap dd.phone a {
  display: block;
  color: #1f3855;
}
.procurement_wrap dd.phone {
  background: url(../images/procurement_icon02.png) left 3px no-repeat;
}
.procurement_wrap dd.phone a {
  display: block;
  color: #1f3855;
}
.procurement_wrap dd.tel {
  background-image: url(../images/procurement_icon03.png);
}
.procurement_wrap dd.email {
  background: url(../images/procurement_icon04.png) left 5px no-repeat;
}
.procurement_wrap dd.email a {
  display: block;
  color: #000;
}
/* 监督举报 */
.supervise_wrap {
  background: url(../images/supervise_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 3.64583333% 0 5.20833333%;
}
.supervise_wrap .title {
  color: #1f3855;
  margin-bottom: 30px;
}
.supervise_wrap .title h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.supervise_wrap .cont {
  background-color: #ebf2f8;
  padding: 3.47222222%;
}
.supervise_wrap .cont .line {
  width: 44px;
  height: 4px;
  background-color: #1f3855;
  margin-bottom: 20px;
}
.supervise_wrap .cont .line + h2 {
  color: #1f3855;
}
.supervise_wrap .to_policy {
  display: block;
  color: #fff !important;
  width: 248px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 29px;
  background: #1f3855;
  margin: 2.5% 0;
}
/* 监督举报--详情 */
.supervise_form_wrap {
  background: url(../images/supervise_bg.jpg) 0 0 no-repeat;
  padding: 3.64583333% 0 5.98958333%;
}
.supervise_form_wrap input {
  border: none;
}
.supervise_form_wrap .title {
  color: #1f3855;
}
.supervise_form_wrap .title h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.supervise_form_wrap .ipt_wrap {
  position: relative;
}
.supervise_form_wrap .form li {
  margin-bottom: 3.05555556%;
}
.supervise_form_wrap .form .tip {
  margin-top: 10px;
  font-size: 16px;
  color: #484848;
}
.supervise_form_wrap .form .tip i {
  color: red;
}
.supervise_form_wrap .form .label {
  margin-bottom: 15px;
}
.supervise_form_wrap .form .upload_btn {
  border: 1px solid #1f3855;
  font-size: 20px;
  width: 200px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  color: #1f3855;
}
.supervise_form_wrap .form iframe {
  position: absolute;
  width: 200px;
  height: 46px;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.supervise_form_wrap .form .file-input {
  position: absolute;
  width: 200px;
  height: 46px;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.supervise_form_wrap .form .ipt {
  float: left;
  width: 45.76388889%;
  margin-right: 20px;
}
.supervise_form_wrap .form .ipt.tt {
  width: 100%;
}
.supervise_form_wrap .form .ipt_txt {
  width: 100%;
  height: 54px;
  padding: 15px 20px;
  font-size: 16px;
}
.supervise_form_wrap .form .ipt_textarea {
  border: none;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
}
.supervise_form_wrap .form_submit {
  margin-top: 4.86111111%;
}
.supervise_form_wrap .form_submit button {
  border: none;
  background: none;
  width: 248px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  border-radius: 29px;
  background: #1f3855;
  font-size: 18px;
}
/* 投资合作 */
.investment_cooperation_wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.investment_cooperation_wrap .ll {
  float: right;
}
/* 网站地图 */
.mapsite_wrap {
  background: url(../images/mapsite_bg.jpg) center center no-repeat;
  padding: 5.72916667% 0;
  background-size: cover;
}
.mapsite_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mapsite_wrap li {
  flex-basis: 20%;
  max-width: 20%;
  margin-bottom: 5.55555556%;
}
.mapsite_wrap .title {
  color: #1f3855;
}
.mapsite_wrap .title h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.mapsite_wrap dl {
  max-width: 240px;
  width: 90%;
}
.mapsite_wrap dl dt:first-child {
  height: 67px;
  margin-bottom: 10px;
}
.mapsite_wrap dl dt:first-child img {
  width: auto;
  max-height: 100%;
}
.mapsite_wrap dl dt:nth-child(2) {
  font-weight: bold;
  color: #1f3855;
  border-bottom: 1px solid rgba(31, 31, 112, 0.5);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mapsite_wrap dl dt:nth-child(2) a {
  color: #1f3855;
}
.mapsite_wrap dd {
  margin-bottom: 5px;
}
/* 法律声明 */
/* 搜索结果 */
.search_wrapbox .search_top {
  background: url(../images/search_top_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 5.72916667% 0 40px;
}
.search_wrapbox .search_input {
  position: relative;
  background-color: #fff;
  font-size: 24px;
  border-radius: 47px;
  overflow: hidden;
}
.search_wrapbox .search_input input {
  padding: 25px 40px;
  border: none;
  display: block;
  width: calc(100% - 110px);
}
.search_wrapbox .search_input button {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 100%;
  background: url(../images/search_btn.png) center center no-repeat;
  background-size: 37px 37px;
  border: none;
  text-indent: -9999em;
}
.search_wrapbox .search_result {
  margin-top: 2.43055556%;
  color: #1f3855;
}
.search_result_wrap {
  background: #fff;
  padding-bottom: 2.60416667%;
}
.search_result_wrap li {
  border-bottom: 1px solid #ccc;
  padding: 3.47222222% 18px 2.08333333%;
}
.search_result_wrap li span {
  color: #1f3855;
}
.search_result_wrap dt {
  font-size: 24px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
}
.search_result_wrap dd {
  margin-top: 20px;
  color: #737373;
  margin-bottom: 1.38888889%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
}
.search_result_wrap dd + i {
  font-weight: bold;
}
/* 加盟合作 */
.join_wrap {
  background: url(../images/supervise_bg.jpg) 0 0 no-repeat;
  padding: 4.42708333% 0;
}
.join_wrap .ll {
  float: left;
  width: 41.66666667%;
  background: url(../images/join_left_bg.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.join_wrap .ll h2,
.join_wrap .ll h3 {
  color: #1f3855;
  text-transform: uppercase;
  max-width: 90%;
}
.join_wrap .ll h2,.join_wrap .rr h2{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.join_wrap .ll h3,.join_wrap .rr h3{
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 3em;
  overflow: hidden;
}
.join_wrap .ll .cont {
  padding: 11.66666667% 0 0 10%;
}
.join_wrap .rr {
  position: relative;
  float: right;
  width: 57.43055556%;
  background: url(../images/join_right_bg.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.join_wrap .rr h2,
.join_wrap .rr h3 {
  color: #fff;
  text-transform: uppercase;
}
.join_wrap .rr h3 {
  line-height: 1.2;
  font-weight: bold;
}
.join_wrap .rr .cont {
  padding: 8.4643289% 7.25513906% 0 7.25513906%;
}
.join_wrap .swiper1 {
  margin-top: 4.83675937%;
}
.join_wrap .swiper1 .swiper-slide {
  display: block;
  text-align: left;
}
.join_wrap .swiper1 h4 {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
}
.join_wrap .swiper-slide {
  color: #fff;
}
.join_wrap .des {
  font-size: 16px;
  max-height: 200px;
  overflow: auto;
}
.join_wrap .swiper2 {
  position: absolute;
  bottom: 0;
  left: 59px;
  width: calc(100% - 118px);
  height: 85px;
}
.join_wrap .swiper2 .swiper-button-prev,
.join_wrap .swiper2 .swiper-button-next {
  position: absolute;
  top: auto;
  left: -59px;
  bottom: 0;
  height: 85px;
  width: 58px;
  margin-top: 0;
  text-align: center;
  line-height: 85px;
  background: rgba(35, 35, 133, 0.4);
  color: #fff;
  font-size: 36px;
}
.join_wrap .swiper2 .swiper-button-next {
  left: auto;
  right: -59px;
}
.join_wrap .swiper2 .swiper-slide {
  height: 85px;
  background: rgba(35, 35, 133, 0.4);
  opacity: 0.8;
  font-size: 24px;
}
.join_wrap .swiper2 .swiper-slide i {
  padding-right: 7%;
}
.join_wrap .swiper2 .swiper-slide i img {
  vertical-align: middle;
  max-width: 38px;
  max-height: 38px;
}
.join_wrap .swiper2 .swiper-slide span {
  display: inline-block;
  vertical-align: middle;
  max-width: 185px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.join_wrap .swiper2 .swiper-slide.swiper-slide-active {
  background: #232385;
  opacity: 1;
}
.des::-webkit-scrollbar {
  width: 6px;
}
.des::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.des::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(204, 204, 204, 0.6);
}
@media screen and (max-width: 1440px) {
  /* 加盟合作 */
  .join_wrap .ll ul .email a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  /* 加盟合作 */
  .join_wrap .des {
    max-height: 135px;
  }
  /* 采购咨询 */
  .procurement_wrap li {
    height: 440px;
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  /* 网站地图 */
  .mapsite_wrap li {
    flex-basis: 25%;
    max-width: 25%;
  }
  .mapsite_wrap li dl dt:first-child {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  /* 加盟合作 */
  .join_wrap .ll,
  .join_wrap .rr {
    float: none;
    width: 100%;
  }
  .join_wrap .ll {
    height: auto !important;
    padding: 5%;
    margin-bottom: 4%;
  }
  .join_wrap .ll .cont {
    padding: 0;
  }
  /* 项目展示 首页 */
  .pro_index_wrap .common_sec_des {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .pro_index_wrap .sec3 .item {
    width: ;
  }
  /* 投资项目 */
  .investment_wrap li {
    width: 49%;
    margin-bottom: 4%;
    margin-right: 2% !important;
  }
  .investment_wrap li:nth-child(2n) {
    margin-right: 0 !important;
  }
  /* 严一公益 */
  .comm_project_tab a {
    padding-bottom: 10px;
  }
  .commonweal_wrap .sec1 .ll,
  .commonweal_wrap .sec1 .rr {
    float: none;
    width: 100%;
  }
  .commonweal_wrap .sec1 .ll {
    margin-top: 4%;
  }
  .commonweal_wrap .sec1 .rr .cont {
    padding: 25px;
  }
  .commonweal_wrap .sec1 .rr .cont .lt {
    width: 98px;
    height: 78px;
    background-size: cover;
  }
  .commonweal_wrap .sec1 .rr .cont .rb {
    width: 121px;
    height: 110px;
    background-size: cover;
  }
  .commonweal_wrap .sec1 .rr .cont .lb {
    bottom: 0;
  }
  .commonweal_wrap .sec1 .edit {
    max-height: 100% !important;
  }
  .commonweal_wrap .sec2 .ll,
  .commonweal_wrap .sec2 .rr {
    position: static;
    transform: none;
    float: none;
    width: 100%;
  }
  .commonweal_wrap .sec2 .rr {
    margin-top: 4%;
  }
  .commonweal_wrap .sec2 .rr ul {
    text-align: left;
  }
  .commonweal_wrap .sec2 .rr li {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border-radius: 20px;
    float: none;
    display: block;
    width: 100%;
  }
  .commonweal_wrap .sec3 .cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2;
    max-height: 3em;
    height: auto;
    overflow: hidden;
    margin-top: 6px;
  }
  .commonweal_wrap .sec3 .date {
    bottom: 0;
  }
  /* 严一公益--详情 */
  .social_wrap .back {
    margin-bottom: 20px;
  }
  /* 应聘咨询--联系我们首页 */
  .contact_wrap .ll,
  .contact_wrap .rr {
    float: none;
    width: 100%;
  }
  .contact_wrap .rr {
    margin-bottom: 4%;
  }
  .contact_wrap .ll ul li,
  .join_wrap .ll ul li,
  .join_wrap .ll ul li {
    margin-top: 10px;
  }
  /* 投资合作 */
  /* 采购咨询 */
  .procurement_wrap {
    background-size: cover;
  }
  .procurement_wrap li {
    float: none;
    width: 100%;
    margin: 0;
    height: auto !important;
    margin-bottom: 4%;
    padding: 5%;
  }
  /* 网站地图 */
  .mapsite_wrap li {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .mapsite_wrap li dl dt:first-child {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* 项目展示 首页 */
  .pro_index_wrap .sec3 .item {
    width: 100% !important;
    float: none;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    overflow: hidden;
  }
  .sec_item_swp .swiper-slide {
    height: 150px;
  }
  .sec_item_swp a {
    height: 100%;
    overflow: hidden;
  }
  .sec_item_swp a img {
    height: 150px;
  }
  /* 投资项目 */
  .investment_wrap li {
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0 !important;
  }
  .investment_wrap li .cont {
    padding: 3% 0 ;
  }
  /* 严一公益 */
  .commonweal_wrap .sec3 .date {
    font-size: 12px;
    background-size: 12px auto;
  }
  /* 加盟合作 */
  .join_wrap .ll ul .email a {
    font-size: 13px;
  }
  .join_wrap .swiper2 {
    height: 60px;
  }
  .join_wrap .swiper2 .swiper-button-prev,
  .join_wrap .swiper2 .swiper-button-next {
    height: 60px;
    line-height: 60px;
  }
  .join_wrap .swiper2 .swiper-slide {
    font-size: 18px;
    height: 60px;
  }
  .join_wrap .swiper2 .swiper-slide i {
    height: 20px;
  }
  .join_wrap .swiper2 .swiper-slide i img {
    max-height: 100%;
    vertical-align: top;
  }
  .join_wrap .des {
    height: 180px;
  }
  .join_wrap .rr {
    height: 460px !important;
  }
  /* 监督举报 */
  .supervise_wrap .to_policy {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  /* 监督举报表单页面 */
  .supervise_form_wrap .form li {
    margin-bottom: 0;
  }
  .supervise_form_wrap .form .label {
    margin-bottom: 8px;
  }
  .supervise_form_wrap .form .ipt {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 8px;
  }
  .supervise_form_wrap .form_submit button {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  /* 搜索结果页面 */
  .search_wrapbox .search_top {
    padding: 5% 0;
  }
  .search_wrapbox .search_input input {
    padding: 10px 24px;
  }
  .search_wrapbox .search_input button {
    background-size: 20px 20px;
    width: 50px;
  }
  .search_wrapbox dt {
    font-size: 18px;
  }
  /* 网站地图 */
  .mapsite_wrap li {
    display: block;
    width: 100%;
    float: none;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 2.5%;
  }
  .mapsite_wrap li dl {
    max-width: 100%;
    width: 100%;
  }
  .mapsite_wrap li dl dt:first-child {
    height: 30px;
  }
  .mapsite_wrap li dl dd {
    display: inline-block;
    margin-right: 10px;
  }
  /* 投资合作 */
  .contact_wrap .ll ul .email a,
  .join_wrap .ll ul .email a {
    font-size: 13px;
    word-break: break-all;
  }
  /* 应聘咨询 */
  .contact_wrap .rr .lt,
  .contact_wrap .rr .rb{
    display: none;
  }
  .contact_wrap .ll ul .phone a,
  .join_wrap .ll ul .phone a{
    font-size: 18px;
  }
  .contact_wrap .ll ul li,
  .join_wrap .ll ul li{
    background-size: auto 40% !important;
    padding-left: 26px;
  }
}
@media screen and (max-width: 414px) {
  /* 严一公益 */
  .commonweal_wrap .sec3 li h4 {
    font-size: 14px;
  }
  .commonweal_wrap .sec3 .cont p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
    overflow: hidden;
    height: 1.5em;
    max-height: 1.5em;
  }
}
.project_body .about_pubilc-swi li {
  margin-right: 0!important;
}
.comm_project_tab .warp {
  position: relative;
}
.comm_project_back {
  position: absolute;
  top: 0;
  z-index: 10;
}
.comm_project_back a {
  display: inline-block;
  width: 104px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #00004e;
  color: #00004e;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .comm_project_back a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .comm_project_tab {
    padding-top: 20px;
  }
  .comm_project_back {
    left: 0;
    top: 55px;
  }
  .comm_project_back a {
    width: 90px;
    height: 30px;
    line-height: 30px;
  }
  .investment_wrap {
    padding-top: 60px;
  }
  .commonweal_wrap .sec3 .cont p{
    font-size: 12px;
    margin-top: 2px;
  }
  .inbanner .txt .cn{
    max-height: 4.5em;
    overflow: auto;
  }
  .sec_item_swp .swiper-button-prev,
  .sec_item_swp .swiper-button-next{display: block;}
}

.file_input {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}

.file-label {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  color: #1f3855;
  border: 2px solid #1f3855;
}

.file-name {
  margin-left: 10px;
}
/*# sourceMappingURL=./wly.css.map */

.pro_index_wrap .common_sec_des .cn,.pro_index_wrap .common_sec_des .en,
.common_sec_des,
.sec_item_swp a span
{color:#000;}
.sec_item_swp a span{border-color:#000;}
@media only screen and (min-width: 1025px){
    .sec_item_swp a:hover,.sec_item_swp a:hover span{
        color: #fff !important;
    }
}
