﻿.HeadIndexBox {
  width: 100%;
  height: 40px;
  background: #f9fbff;
  min-width: 1200px;
}
/*顶部导航 start*/
.top {
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #000;
	background: #fff;
	user-select: none;
  }
  .top .user {
	background: url(../images/ico_friend_top.png) 1px 10px no-repeat;
	padding: 0px 0 0 36px;
  }
  .user-headpic{
	  display: inline-block;
	  color:#0044ac !important;
	  font-weight: 700;
  }
  .user-headpic:hover{
	  color: #0045acd0 !important;
  }
  #company{
	  display: inline-block;
	  cursor:pointer;
    color:#0044ac !important;
    font-weight: 700;
  }
  .companyList{
	max-width: 220px;
	background-color: #fff;
	padding: 10px;
	z-index: 999;
	top: 40px;
	position: absolute;
  }
  .companyItem{
	  padding: 6px;
	  line-height: 20px;
	  color: #9A9A9A;
    cursor:pointer
  }
  .exitBtn{
	  display: inline-block;
	  width: 60px;
	  height: 26px;
	  line-height: 28px;
	  text-align: center;
	  color: #fff;
	  background-color: #104DB7;
	  border-radius: 10px;
  }
  .exitBtn:hover{
	color: #efefef;
	background-color: #104db7d3;
	cursor:pointer
  }
  /*顶部导航 end*/

/*城市选择 start*/
.changeOpsi,
.citySelectCon {
  z-index: 20;
  *z-index: 20;
}

.citySelectCon .addressSPe {
  width: 12px;
  height: 20px;
  display: block;
}

.citySelectCon .addressSPe img {
  max-width: 100%;
  max-height: 100%;
}

.mt12 {
  margin-top: 12px;
}

#selectedCity {
  min-width: 30px;
  padding-right: 12px;
  height: 40px;
  line-height: 40px;
  background: url(../images/icons/arr_down.png) no-repeat right center;
  padding-left: 5px;
  cursor: pointer;
  color: #fa8936;
}

#selectedCity.arrUp {
  min-width: 30px;
  padding-right: 12px;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  cursor: pointer;
  color: #fa8936;
  background: url(../images/icons/arr_up.png) no-repeat right center;
}

.cityNames {
  width: 450px;
  height: 412px;
  border-top: 1px solid #e3e3e3;
  z-index: 20;
  *z-index: 20;
  background: #fff;
  left: -75px;
  top: 40px;
  box-shadow: 0px 2px 6px #c1c1c1;
  border-radius: 0 0 15px 15px;
}

.cityNames .title {
  color: #ff6a00;
  margin-bottom: 10px;
}

.cityNames .soonSearch {
  padding: 12px 19px 0px;
}

.cityNames .namesearchBox {
  width: 413px;
  height: 38px;
  background: #ff6a00;
}

.cityNames .nameSearchInput {
  width: 330px;
  height: 36px;
  padding: 0 10px;
  background: #fff;
  margin: 1px 0 0 1px;
  border: none;
}

.cityNames .namesearchBox .btn {
  width: 62px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.cityNames .hotCitys {
  width: 413px;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #eee;
}

.cityNames .hotCitys dt {
  color: #999;
  font-size: 12px;
}

.cityNames .hotCitys dd {
  color: #999;
  font-size: 12px;
  margin-left: 15px;
  cursor: pointer;
}

.cityNames .hotCitys dd:hover {
  color: #ff6a00;
}

/*citysWrap*/
.citysWrap .title {
  padding: 12px 0 0 19px;
}

.citysWrap > ul > li {
  width: 58px;
  height: 26px;
  line-height: 26px;
  background: #f4f4f4;
  text-align: center;
  cursor: pointer;
  color: #666;
  margin: 0 12px 15px 0px;
}

/*控制盒子位置*/

.citysWrap > ul > li.li02 .province_city {
  left: -70px;
}

.citysWrap > ul > li.li03 .province_city {
  left: -140px;
}

.citysWrap > ul > li.li04 .province_city {
  left: -210px;
}

.citysWrap > ul > li.li05 .province_city {
  left: -171px;
}

.citysWrap > ul > li.li06 .province_city {
  left: -239px;
}

.citysWrap > ul > li .province {
  width: 58px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.citysWrap > ul > li.on .province {
  color: #ff6a00;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

.citysWrap > ul > li.on {
  z-index: 3;
}

.citysWrap > ul > li .province_city li:hover {
  color: #ff6a00;
}

.citysWrap .province_city {
  width: 297px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 5px 0;
  display: none;
  top: 27px;
}

.citysWrap > ul > li.on .province_city {
  display: block;
}

.citysWrap .province_city li {
  width: 68px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 5px;
}

/*城市选择 end*/
.w500 {
  width: 500px;
}

/*网站导航 start*/
.HeadIndexBox .RightWrap ul .siteNav {
  width: 80px;
  height: 40px;
  margin-left: 5px;
  z-index: 210;
}

.HeadIndexBox .RightWrap ul .siteNav:hover .title {
  background: #fff url(../../images/index/arr_down.png) no-repeat 65px center;
  color: #898989;
  box-shadow: 0px -4px 6px #c1c1c1;
}

.HeadIndexBox .RightWrap ul .siteNav .title {
  margin-left: 1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: transparent;
  width: 60px;
  z-index: 6;
  padding-right: 12px;
  height: 40px;
  line-height: 40px;
  background: url(../../images/index/arr_down.png) no-repeat 65px center;
  padding-left: 5px;
}

.HeadIndexBox .RightWrap .dengLu {
  padding-left: 18px;
}

.topbars {
  z-index: 1000;
  right: 20px;
  top: 42px;
  background: #fff;
  line-height: normal;
}
.topbars:after {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: 0;
  z-index: -1;
  content: "";
}

.toolCon .rightBox .afterLoginBox li {
  border-bottom: 1px solid #eee;
  height: 34px;
}

.afterLoginBox li a {
  display: block;
  text-align: center;
  width: 95px;
  height: 34px;
  line-height: 34px;
}

.afterLoginBox li a:hover {
  color: #ff6a00;
}

.f_dcdcdc {
  color: #ddd;
}

.ml13 {
  margin-left: 13px;
}

.mr13 {
  margin-right: 13px;
}

.HeadIndexBox .ruZhuBtn {
  height: 20px;
  line-height: 20px;
  width: 72px;
  background: #f9883a;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 3px;
}
.siteNav {
  z-index: 50;
}

.siteNavBox {
  background: #fff;
  width: 1175px;
  padding: 25px 0px 17px 25px;
  right: 0px;
  top: 40px;
  z-index: 4;
  box-shadow: 0px 0px 6px #c1c1c1;
}

.siteNavBox .sonNav {
  border-right: 1px dashed #ddd;
  padding-right: 5px;
  height: 156px;
}

.siteNavBox .sonNav > a:hover {
  color: #ff6a00;
}

.siteNavBox .ServiceBtn {
  width: 178px;
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  border: 1px solid #ededed;
  text-align: center;
  color: #999;
  margin-left: 9px;
}

.siteNavBox .ServiceBtn:hover {
  border: 1px solid #308bd8;
  color: #308bd8;
}

.siteNavBox .sonNav.nobd {
  border-right: none;
}

.w215 {
  width: 214px;
}

.w370 {
  width: 370px;
}

.siteNavBox .sonNav .lititle {
  font-size: 16px;
}

.siteNavBox .sonNav dd {
  min-width: 124px;
}

.siteNavBox .sonNav dd a {
  position: relative;
}
.siteNavBox ul li {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
}

.siteNavBox ul li {
  border-right: 1px solid #ddd;
  margin-left: 3px;
}

.siteNavBox ul li a:hover {
  color: #308bd8;
}

.HeadIndexBox .siteNav dl.bdr_none {
  border-right: none;
}

.HeadIndexBox .siteNav .site_title {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.HeadIndexBox .siteNav .site_title em {
  padding-left: 23px;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  padding-right: 5px;
  left: 0;
  top: -9px;
}

.HeadIndexBox .TaoBaoytitle {
  left: 85px;
  top: -12px;
  top: -4px;
  width: 5px;
  height: 8px;
}

.HeadIndexBox .siteNav dd a {
  height: 30px;
  width: 100%;
}

.HeadIndexBox .siteNav dd a:hover {
  color: #ff6a00;
}

.HeadIndexBox .siteNav .width90px {
  width: 90px;
}

.HeadIndexBox .siteNav .width60px {
  width: 60px;
}

.ml65 {
  margin-left: 65px;
}

/*浏览路径 start*/
.pathbox {
  z-index: 3;
  line-height: 42px;
  height: 42px;
  background: #f8f8f8;
  width: 1190px;
  margin: 0 auto;
  padding-left: 10px;
}

.pathbox span,
.pathbox a {
  color: #666;
}

.pathbox a:hover {
  color: #115fae;
}

/*筛选条件 start*/
.filterContainer .filterOut .filterBox {
  width: 1180px;
}

.filterContainer .filterBox li .filterTitle {
  display: inline-block;
  /* height:51px; */
  padding: 15px 0;
  line-height: 21px;
  color: #333;
  vertical-align: middle;
  width: 70px;
  margin-right: 5px;
  text-align: left;
}

.filterContainer .filterBox li .filterBar {
  width: 1090px;
  line-height: 51px;
}

.filterContainer .filterBox li a {
  display: inline-block;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  margin-left: 8px;
  border: 1px solid #fff;
  color: #333;
  vertical-align: middle;
}

.filterContainer .filterBox li a.hasBlueBg {
  color: #115fae;
  background: #fff;
  border: 1px solid #115fae;
  border-radius: 50px;
}

.filterContainer .filterBox li a:hover {
  color: #115fae;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.filterContainer .filterBox li select {
  width: 160px;
  height: 26px;
  margin-left: 5px;
  padding-left: 15px;
  border: 1px solid #ededed;
  vertical-align: middle;
  border-radius: 3px;
}

.filterContainer .filterBox li select.ml20 {
  margin-left: 20px;
}

/*底部内容 start*/
#FooterWrap {
  width: 100%;
  min-width: 1200px;
  height: 90px;
  background: #242932;
}

#FooterWrap .left_foot {
  margin-top: 18px;
  width: 1200px;
}

.lh28 {
  line-height: 28px;
}

.lh30 {
  line-height: 30px;
}

.f_b7bfd0 {
  color: #b7bfd0;
}

.WhiteHover:hover {
  color: #fff;
}

.mr7 {
  margin-right: 7px;
}

.ml7 {
  margin-left: 7px;
}
/*底部内容 end*/

.pagination-style {
  text-align: center;
  margin-bottom: 20px;
}

.nodataPic {
  background: url(../images/pics/noDataPic.png);
}
.nodataPicNew {
  background: url(../images/pics/noDataPicNew.png);
}
.align {
  display: inline-block;
  height: 34px;
  line-height: 34px;
}

.ml60 {
  margin-left: 60px;
}

.contentBox {
  min-height: 545px;
}

.logolink {
  font-size: 36px;
  color: #333;
}

.policeDetailBg {
  background: url("../../public/images/pics/shopService.png") center 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100px;
}

.policeDetailBg .shopTitle {
  font-size: 28px;
  color: #fff;
  height: 100px;
  line-height: 100px;
}

/* 单页跳转提示页面 */
.jumpContent {
  margin: 150px auto;
  padding: 20px;
  width: 580px;
  border: 3px solid #f2f2f2;
  background: #fff;
}

.jumpContent .popright {
  padding: 6px 0 6px 58px;
  min-height: 40px;
  height: auto !important;
  height: 40px;
  line-height: 160%;
  background: url(../../images/pics/right.gif) no-repeat 8px 8px;
  font-size: 14px;
}

.jumpContent .messagetext p {
  line-height: 40px;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

body {
  background: #f4f4f4;
}

/*注册登录*/
.ico_friend {
  margin: 44px 0 0 18px;
}
.new_login span a {
  cursor: pointer;
}

/*头部导航*/
.header_ny {
  height: 94px;
  background: #0c4cb3;
  position: relative;
}
.header_ny .logo_ny {
  padding: 18px 0 0 18px;
}
.header_ny .nav {
  _display: inline;
  margin: 0 0 0 190px;
}
.header_ny .nav li {
  float: left;
  margin: 0 0 0 18px;
  line-height: 110px;
  font-size: 20px;
}

.header_ny .white a:link {
  color: #ffffff;
}
.header_ny .nav li a {
  display: block;
  padding: 0 20px;
  height: 92px;
}
.header_ny .nav li.cur,
.header_ny .nav li:hover {
  background: url(../../images/pics/nav_li_cur_bg.png) repeat;
  border-bottom: #fff solid 2px;
}
/**/
.header_ny a {
  color: white !important;
}
.header_ny .main-nav-layer {
  position: absolute;
  z-index: 999;
  height: 81px;
  left: 0;
  width: 100%;
  padding: 30px 0 0;
  top: 94px;
  opacity: 0.96;
  background-color: #fff;
  filter: alpha(opacity=96);
  overflow: hidden;
}
.header_ny .main-nav-layer dl {
  text-align: center;
  padding: 0 10%;
}
.header_ny .nav li dd {
  display: inline-block;
  width: 8%;
}

.header_ny .nav li dd a {
  display: block;
  padding: 0;
  height: auto;
  font-size: 18px;
  color: #000 !important;
  line-height: 30px;
  text-align: center;
}
.header_ny .nav li dd a p {
  padding: 3px 0 0;
}
/**/
.zwfw_zczx {
  background: url(../../images/pics/zwfw_zczx_bg.png) no-repeat;
  height: 138px;
  margin: 30px 0;
}
.zwfw_zczx h2 {
  padding: 42px 0 0 46px;
  font-weight: bold;
}
.zwfw_zczx h2 .sp01 {
  font-size: 40px;
  color: #0c4cb3;
}
.zwfw_zczx h2 em {
  color: #0c4cb3;
  font-size: 20px;
  margin: 15px 10px 0;
  font-weight: bold;
}
.zwfw_zczx h2 .sp02 {
  font-size: 30px;
  color: #549feb;
  margin: 6px 0 0;
}
.zwfw_zczx ul {
  margin: 49px 0 0 35px;
  height: 41px;
  width: 364px;
  background: #ecf6ff;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  border-radius: 41px;
}
.zwfw_zczx ul li {
  float: left;
}
.ipt02 {
  width: 282px;
  height: 41px;
  line-height: 41px;
  padding: 0 8px 0 0;
  border: none;
  background: none;
  padding-left: 25px;
  font-size: 16px;
}
.btn02 {
  background: url(../../images/pics/btn02.gif) no-repeat;
  width: 35px;
  height: 41px;
  border: none;
  cursor: pointer;
}

/*所在位置*/
/* a:visited {
  color: #000000;
  text-decoration: none;
} */

.location_hqt a:hover {
  color: #2056cb;
  text-decoration: none;
}
/*页面底部*/
#foot {
  width: 100%;
  height: 169px;
  background: #1f84da;
}
#foot .fr {
  position: relative;
  top: 40px;
}
#foot .m {
  display: inline;
  margin: 52px 0 0 35px;
}
#foot .m p {
  line-height: 30px;
  font-size: 16px;
  color: white;
}
/*#foot .dzjg_ico{
	position:absolute;
	top:7px;
	right:35px;
}*/

#foot .jiucuo {
  position: relative;
  /* top: -13px; */
  /* position: relative;
    top: -13px;
    position: absolute;
    right: 18px;
    top: 93px;*/
}

.clearfix {
  zoom: 1;
}
.clearfix::after{
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.location_hqt {
  background: url(../../images/pics/ico_location.png) no-repeat 15px center;
  padding-left: 45px;
  font-size: 16px;
}

.mgt20 {
  margin-top: 20px;
}
.white {
  color: white;
}

.conAuto {
  width: 1300px;
  min-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

/* 列表页的筛选模块 开始*/

.filterContainer .filterOut {
  background-color: #fff;
  padding: 10px 20px 40px;
  width: 100%;
  min-width: 1260px;
  border-top: #0c4cb3 solid 2px;
  margin-top: 28px;
  box-sizing: border-box;
}

.filterContainer .filterBox {
  width: 1160px;
}

/*登录后状态*/
.new_login span {
  cursor: pointer;
}
.new_login span a {
  cursor: pointer;
}
.new_login img {
  cursor: pointer;
  margin-right: 20px;
}
.afterLoginBox {
  z-index: 1000;
  right: -40px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
}

.afterLogin {
  z-index: 100;
}
.afterLogin:hover > .afterLoginBox {
  display: block;
}

.afterLogin.on {
  background: #fff;
}

.afterLogin .memberName {
  height: 39px;
  line-height: 39px;
  padding: 0 20px 0 25px;
  margin-right: 10px;
  background: url(../images/icons/hyzxIcon.png) no-repeat 3px center;
}
.afterLogin a {
  color: #9a9a9a !important;
  cursor: pointer;
}

/* layui必填样式 */
.layui-form-required::before{
	content: '*';
	color: red;
}

#foot .fr a{
  display: block;
}
#foot .fr{
  display: flex;
  align-items: center;
}