@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
button {
  padding: 0;
  margin: 0;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
  background-color: rgba(12, 50, 90, .9);
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  border-radius: 3px;
  background-color: rgba(12, 50, 90, .9);
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #00b5ff;
}

body {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  max-width: 750px;
  margin: 0 auto;
  height: 100%;
  max-height: none;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  background-color: #fff;
}

p {
  margin: 0;
}

div,
form,
ul,
ol,
li,
span,
p {
  margin: 0;
  padding: 0;
  border: 0
}

img,
a img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul,
li,
ol {
  list-style: none;
}

input:focus {
  outline: none;
}

.clear:after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.width90 {
  width: 90%;
  padding: 0 5%;
}

/*头部*/
.toucu_head {
  height: 1rem;
  padding: 0.2rem 5%;
  width: 90%;
  /* background: #f2f6f9; */
  background: #17486f;
  overflow: hidden;
  clear: both;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  /* box-shadow: 0px 1px 5px #c8ccce; */
}

.toucu_head .toucu_logo {
  float: left;
  width: auto;
  height: 1rem;
}

.toucu_head .toucu_logo img {
  height: 1rem;
  width: auto;
}

.toucu_head .toucu_languagemeun {
  float: right;
}

.toucu_head .toucu_languagemeun .language {
  height: 0.9rem;
  line-height: 0.9rem;
  float: left;
  font-size: 0.37333rem;
  color: #9c9c9c;
  margin-right: 0.5rem;
}

.toucu_head .toucu_languagemeun .language a {
  margin: 0 0.25rem;
  color: #9c9c9c;
}

.toucu_head .toucu_languagemeun .meun {
  background: url(../images/toucu_menu1.png) no-repeat;
  background-size: 100%;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  float: right;
  margin: 0.15rem 0 0 0
}

.toucu_head .toucu_languagemeun .close {
  background: url(../images/toucu_close1.png) no-repeat;
  background-size: 100%;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  float: right;
  margin: 0.08rem 0 0 0
}

.toucu_headgap {
  height: 1.3rem;
  display: block;
  visibility: hidden;
  clear: both;
}

/*位置*/
.touc_place {
  width: 90%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: .32rem;
  color: #999999;
  padding: 0.4rem 5%;
  /* margin: 0 5%; */
  border-bottom: 1px solid #999999;
  background: #f2f6f9;
}

.touc_place span {
  background: url(../images/icon_weizhi.png) no-repeat left center;
  background-size: 0.4rem;
  padding-left: 0.533rem;
}

.touc_place a {
  color: #999999;
}

.touc_place em {
  font-style: normal;
  margin: 0 0.266rem;
}

/*隐藏菜单*/
.toucu_popupmenu {
  background: #ffffff;
  position: fixed;
  top: 1.3rem;
  left: 0;
  z-index: 999999;
  width: 100%;
  min-width: 320px;
  height: calc(100% - 1.16rem);
  overflow: hidden;
  overflow-y: scroll;
}

.toucu_popupmenu .toucu_hidemenu_head {
  height: 1.3rem;
  line-height: 1.3rem;
  overflow: hidden;
  padding: 0 0 0 5%;
  width: 95%;
  font-size: 0.38rem;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
}

.toucu_popupmenu .toucu_hidemenu_head a {
  color: #333333;
}

.toucu_popupmenu .toucu_hidemenu_head span {
  float: right;
}

.toucu_popupmenu .toucu_hidemenu_head a.shouye {
  color: #333333;
}

.toucu_popupmenu .toucu_hidemenu_head a.gerenzhongxin {
  width: 0.36rem;
  height: 0.4rem;
  float: left;
  padding: 0.45rem 0.466666666rem;
  border-left: 1px solid #eeeeee;
}

.toucu_popupmenu .toucu_hidemenu_head a.gerenzhongxin img {
  width: 0.36rem;
  height: 0.4rem;
}

.toucu_popupmenu .toucu_hidemenu_head a.yuyan {
  float: left;
  display: block;
  width: 0.4rem;
  line-height: 0.4rem;
  padding: 0.45rem 0.466666666rem;
  border-left: 1px solid #eeeeee;
  color: #333333;
  text-align: center;
}

.toucu_hidemenu_list {
  min-width: 320px;
}

.toucu_hidemenu_list ul {
  /* by default hide all sub menus */
  display: none;
}

.toucu_hidemenu_listinfo input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}

.toucu_hidemenu_list p {
  position: relative;
  display: block;
  color: #333333;
  line-height: 1.3rem;
  height: 1.3rem;
  padding: 0 0 0 5%;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.38rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}

.toucu_hidemenu_list label {
  position: relative;
  display: block;
  color: #333333;
  line-height: 1.3rem;
  height: 1.3rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.38rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 1%;
  width: 10%;
}

.toucu_hidemenu_list label::after {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  right: 1%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  background-image: url(../images/toucu_xialajiantou.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.toucu_hidemenu_listinfo input[type=checkbox]:checked+label::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toucu_hidemenu_list .toucu_hidemenu_listinfo ul {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 0 10%;
  color: #999999;
  line-height: 1.17rem;
  font-size: 0.38rem;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
}

.toucu_hidemenu_list .toucu_hidemenu_listinfo ul li a {
  color: #999999;
  display: block;
}

.toucu_hidemenu_list .toucu_hidemenu_listinfo ul li {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.toucu_hidemenu_list .toucu_hidemenu_listinfo ul li:last-child {
  border-bottom: none;
}

.toucu_hidemenu_listinfo {
  position: relative;
}

.toucu_hidemenu_listname {
  height: 1.3rem;
  line-height: 1.3rem;
  color: #333333;
  padding: 0 0 0 5%;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.38rem;
  font-weight: 500;
  overflow: hidden;
  display: block;
}
img.myImg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 14px;
  height: 15px;
  padding: 16px 15px 17px;
  border-left: 1px solid #eeeeee;
}

/*底部*/
.toucu_floor {
  background: #17486f;
  clear: both;
  /*overflow: hidden;*/
}

.toucu_floor .toucu_floorinfo {
  padding: 0.6rem 0.6rem 1.6rem;
  position: relative;
}

.toucu_floor .toucu_floorinfo .p1 {
  font-size: 0.32rem;
  line-height: 0.64rem;
  height: 0.64rem;
  overflow: hidden;
  color: #ffffff;
}

.toucu_floor .toucu_floorinfo .p1 span {
  color: #999999;
}

.toucu_floor .toucu_floorinfo .p2 {
  position: absolute;
  width: 0.8rem;
  height: 1rem;
  padding: 0.225rem 0.32rem;
  right: 0.6rem;
  top: 1.16rem;
  border: 1px solid #ffffff;
  border-radius: 0.06666rem;
}

.toucu_floor .toucu_floorinfo .p2 img {
  width: 0.8rem;
  height: 1rem;
}

.zs-box {
  position: fixed;
  bottom: 177px;
  right: 4px;
  z-index: 6;
}

.zsBtn {
  display: block;
  width: 34px;
  height: 100px;
  background: url("../images/zs-btn.png") center center no-repeat;
  background-size: 100% 100%;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
}

.toucu_floornav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0.33333rem 0;
  background: #09375c;
  color: #ffffff;
}

.toucu_floornav .zixun {
  border-right: 1px solid #ffffff;
  width: 49.8%;
  float: left;
}

.toucu_floornav .zixun a {
  background: url(../images/cutou_floornav_zixun.png) no-repeat 0.4rem 0.04rem;
  padding-left: 1.385rem;
  display: table;
  margin: 0 auto;
  background-size: 0.45rem 0.45rem
}

.toucu_floornav .lianxi {
  width: 49.8%;
  float: right;
}

.toucu_floornav a {
  color: #ffffff;
  font-size: 0.4rem;
  text-align: center;
  display: block;
  cursor: pointer;
}

.toucu_floornav .zixun a {
  text-align: center;
}

.toucu_floornav .lianxi a {
  background: url(../images/toucu_floornav_dianhua.png) no-repeat 0.6rem 0.04rem;
  padding-left: 1.385rem;
  display: table;
  margin: 0 auto;
  background-size: 0.45rem 0.45rem
}

.toucu_floornav .lianxi a em {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/toucu_floornav_jiantou.png) no-repeat center 0.13rem;
  background-size: 100%;
  float: right;
  margin-left: 0.8rem;
}

.toucu_floornav .toucu_floorcontact {
  width: 48%;
  background: #09375c;
  padding-left: 2%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 1.186666666666rem;
  z-index: 999999;
  clear: both;
}

.toucu_floornav .toucu_floorcontact .p1 {
  font-size: 0.4rem;
  color: #33b8ba;
  height: auto;
  line-height: 1rem;
  overflow: hidden;
}

.toucu_floornav .toucu_floorcontact .p2 {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  height: auto;
  line-height: 0.666666rem;
  padding: 0.2666666666rem 0;
  overflow: hidden;
}

.toucu_floornav .toucu_floorcontact .p2 a {
  color: #ffffff;
  font-size: 0.32rem;
  text-align: left;
  padding-left: 0.5rem;
}
.toucu_floornav .toucu_floorcontact .p2 span {
  color: #ffffff;
  font-size: 0.32rem;
  text-align: left;
  padding-left: 0.5rem;
}


.toucu_floornav .toucu_floorcontact .p2 .dianhua {
  background: url(../images/toucu_floornav_dianhua.png) no-repeat 0.06666rem center;
  margin: 0;
  background-size: 0.346666666rem;
}

.toucu_floornav .toucu_floorcontact .p2 .youxiang {
  background: url(../images/toucu_floornav_youxiang.png) no-repeat left center;
  margin: 0;
  background-size: 0.4rem;
}

/*首页banner*/
.toucu_banner {
  width: 100%;
}

.toucu_bannerpic {
  width: 100%;
}

.toucu_bannerpic img {
  width: 100%;
}

.toucu_search {
  position: relative;
  width: 90%;
  padding: 0 5%;
}

.toucu_search span {
  position: absolute;
  width: 84%;
  margin: 0.28rem 0 0;
  padding: 0 3%;
  background: #ffffff;
  height: 0.8rem;
  border-radius: 0.42rem;
}

.toucu_search span .searchtxt {
  height: 0.6rem;
  line-height: 0.6rem;
  border: none;
  margin: 0.1rem 0 0;
  width: 89%;
  float: left;
  font-size: 0.4rem;
  color: #2b587b;
}

.toucu_search span .searchbtn {
  background: url(../images/toucu_seach.png) no-repeat right center;
  height: 0.55rem;
  border: none;
  background-size: auto 100%;
  width: 8%;
  float: right;
  margin: 0.10rem 2% 0 0;
}

/*导航*/
.toucu_nav {
  width: 90%;
  padding: 0.6rem 5%;
}

.toucu_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.toucu_nav ul li {
  width: 25.333333%;
  margin: 0.6rem 4% 0.5rem 4%;
  text-align: center;
  font-size: 0.4rem;
  color: #333333;
}

.toucu_nav ul li a {
  color: #333333;
}

.toucu_nav ul li .pic img {
  width: 60%;
  padding-left: 18px;
}

.toucu_nav ul li .txt {
  line-height: 0.6rem;
  height: 0.6rem;
  margin: 0.2rem 0 0
}

h4.index_title {
  width: 90%;
  padding: 0 5%;
  /* width: 100%;
  position: absolute;
  top: -2.3rem;
  left: 0; */
}
h4.index_title1 {
  /* width: 90%;
  padding: 0 5%; */
  width: 100%;
  position: absolute;
  top: -2.3rem;
  left: 0;
}

h4.index_title span {
  background: url(../images/icon_title.png) no-repeat left center;
  background-size: auto 0.55rem;
  font-size: 0.48rem;
  padding: 0 0 0 0.5rem;
  font-weight: bold;
}

h4.index_title a {
  float: right;
  background: url(../images/icon_more.png) no-repeat right center;
  background-size: auto 100%;
  font-size: 0.4rem;
  padding-right: 0.65rem;
  color: #999999;
  margin: 0.08rem 0 0;
  font-weight: bold;
}
h4.index_title1 span {
  background: url(../images/icon_title.png) no-repeat left center;
  background-size: auto 0.55rem;
  font-size: 0.48rem;
  padding: 0 0 0 0.5rem;
  font-weight: bold;
}

h4.index_title1 a {
  float: right;
  background: url(../images/icon_more.png) no-repeat right center;
  background-size: auto 100%;
  font-size: 0.4rem;
  padding-right: 0.65rem;
  color: #999999;
  margin: 0.08rem 0 0;
  font-weight: bold;
}

/*查产业*/
.toucu_chachanye {
  background: #f2f6f9;
  width: 100%;
  padding: 1.2rem 0 0;
}

.toucu_chanyelist {
  width: 90%;
  padding: 0.5rem 5%;
}

.toucu_chanyelist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toucu_chanyelist ul li {
  width: 30%;
  margin: 0.35rem 0 0;
  text-align: center;
  font-size: 0.4rem;
  color: #333333;
}

.toucu_chanyelist ul li img {
  height: 2rem;
  width: 100%;
}

.toucu_chanyelist ul li .txt {
  color: #333333;
  font-size: 0.38rem;
  line-height: 0.5rem;
  margin: 0.1rem 0 0;
}

/*找项目*/
.toucu_zhaoxiangmu {
  background: #fff;
  width: 100%;
  padding: 0.5rem 0 0;
}

.toucu_zhaoxiangmutab_top {
  position: relative;
  width: 90%;
  margin: 0.5rem 5% 0;
  clear: both;
  border: 1px solid #f2f6f9;
  background: #ffffff;
}

.toucu_dropdownselect {
  width: 94%;
  line-height: 0.8rem;
  margin: 0.2rem 3%;
}

.toucu_dropdownselect span {
  display: inline-block;
  width: 94%;
  padding: 0 3%;
  margin: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.4rem;
  color: #333333;
  cursor: pointer;
  background: url(../images/downsjx.png) no-repeat right 5% center #e5e5e5;
  background-size: 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.toucu_dropdownselect ul {
  width: 88%;
  background: #e5e5e5;
  position: absolute;
  top: 1.22rem;
  display: none;
  padding: 0 3%;
  z-index: 999;
}

.toucu_dropdownselect ul li {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 0.4rem;
  color: #333333;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.toucu_dropdownselect ul li:last-child {
  border-bottom: none;
}

.toucu_dropdownselect .current {
  color: #266eca;
}

.toucu_dropdownselect .hover {
  color: #333333;
}

.toucu_dropdownselectcontent .hide {
  display: none;
}

.toucu_zhaoxiangmutab_module {
  padding: 0.35rem 5%;
  width: 90%;
}

.toucu_zhaoxiangmutab_module ul {
  width: 94%;
  background: #ffffff;
  padding: 0.1rem 3%;
}

.toucu_zhaoxiangmutab_module ul li {
  border-bottom: 1px solid #d0d0d0;
  padding: 0.2rem 0;
}

.toucu_zhaoxiangmutab_module ul li:last-child {
  border-bottom: none;
  padding: 0.2rem 0;
}

.toucu_zhaoxiangmutab_module ul li .p1 {
  background: url(../images/dian.png) no-repeat left center;
  background-size: 0.2rem;
  line-height: 0.86rem;
  height: 0.86rem;
  padding: 0 0 0 0.35rem;
  overflow: hidden;
}

.toucu_zhaoxiangmutab_module ul li .p1 a {
  font-size: 0.4rem;
  color: #17486f;
}

.toucu_zhaoxiangmutab_module ul li .p2 {
  font-size: 0.4rem;
  color: #333333;
  line-height: 0.86rem;
  height: 0.86rem;
  overflow: hidden;
}

.toucu_zhaoxiangmutab_module ul li .p2 span {
  float: right;
  background: url(../images/add.png) no-repeat left center;
  background-size: 0.35rem;
  padding-left: 0.45rem;
}

/*选载体*/
.toucu_xuanzaiti {
  background: #f2f6f9;
  width: 100%;
  padding: 0.5rem 0 0;
}

.toucu_xuanzaititab_top {
  width: 90%;
  margin: 0.5rem 5% 0;
  clear: both;
  position: relative;
  height: 1.2rem;
  line-height: 1.2rem;
}

.toucu_dropdownselect2 {
  width: 30%;
  height: 1rem;
  line-height: 1rem;
  float: right;
}

.toucu_dropdownselect2 span {
  display: inline-block;
  width: 80%;
  text-align: center;
  padding-right: 20%;
  margin: 0.2rem 0 0;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4rem;
  color: #333333;
  cursor: pointer;
  background: url(../images/downsjx.png) no-repeat right 10% center #ffffff;
  background-size: 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.toucu_dropdownselect2 ul {
  width: 24%;
  background: #e5e5e5;
  position: absolute;
  top: 1.2rem;
  display: none;
  z-index: 999;
  text-align: center;
  padding-right: 6%;
}

.toucu_dropdownselect2 ul li {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 0.4rem;
  color: #333333;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.toucu_dropdownselect2 ul li:last-child {
  border-bottom: none;
}

.toucu_dropdownselect2 .current {
  color: #266eca;
}

.toucu_dropdownselect2 .hover {
  color: #333333;
}

.toucu_dropdownselectcontent .hide {
  display: none;
}

.toucu_xuanzaititab_module {
  padding: 0.35rem 5%;
  width: 90%;
  position: relative;
}

.toucu_xuanzaitibg {
  height: 9.7rem;
}

.toucu_xuanzaitixx {
  background: rgb(23, 72, 111, 0.87);
  background-size: 100%;
  width: 72%;
  position: absolute;
  top: 2rem;
  left: 9%;
  z-index: 10;
  box-shadow: 0px 1px 5px #c8ccce;
  padding: 0.4rem 5%;
  border-radius: 0.32rem;
  box-shadow: 0 1px 5px #cfd2d5;
}

.toucu_xuanzaitixx_title {
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0 0 0.2rem;
}

.toucu_xuanzaitixx_title span {
  background: url(../images/add2.png) no-repeat center left;
  background-size: auto 0.45rem;
  font-size: 0.48rem;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0.45rem;
}

.toucu_xuanzaitixx_title a {
  float: right;
  color: #ffffff;
  font-size: 0.32rem;
}

.toucu_xuanzaitixx .mapUl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.kfq_ul .scroll {
  height: 4.0rem;
  overflow: auto;
}

.toucu_xuanzaitixx .mapLi {
  width: 40%;
  padding: 0.4rem 4%;
}

.toucu_xuanzaitixx .kfq_li {
  font-size: 0.45rem;
  margin-bottom: 12px;
  color: #fff;
}

.kfq_li span {
  display: inline-block;
  vertical-align: middle;
  width: 88%;
}

.kfq_li .iconfont {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
}

.toucu_xuanzaitixx ul li .p1 {
  color: #ffffff;
  font-size: 0.32rem;
  line-height: 0.5rem;
  height: 0.5rem;
}

.toucu_xuanzaitixx ul li .p2 {
  color: #ffffff;
  font-size: 0.4rem;
  line-height: 1rem;
  height: 1rem;
}

.toucu_xuanzaitixx ul li .p2 span {
  font-size: 0.8rem;
  color: #fff100;
}

.toucu_xuanzaitix .mapLi:nth-child(2n+1) {
  width: 40%;
}

.toucu_xuanzaitixx .mapLi:nth-child(2n) {
  border-left: 1px solid #6787a2;
}

.toucu_xuanzaitixx .mapLi:nth-child(2n+3) {
  width: 40%;
  border-top: 1px solid #6787a2;
}

.toucu_xuanzaitixx .mapLi:nth-child(2n+4) {
  border-top: 1px solid #6787a2;
}

.highcharts-point-select {
  fill: rgb(91, 142, 195) !important;
}

/*看资讯*/
.toucu_kanzhixun {
  background: #fff;
  width: 100%;
  padding: 1rem 0 0;
}

.toucu_kanzhixuntab {
  width: 90%;
  padding: 0.85rem 5%;
  background-size: 100%;
  clear: both;
  overflow: hidden;
}

.toucu_kanzhixuntab .toucu_kanzhixuntabnav {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  position: relative;
  padding: 0.4rem 0;
}

.toucu_kanzhixuntab .toucu_kanzhixuntabnav ul {
  float: left;
  width: 100%;
  font-size: 0.4rem;
  color: #17486f;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.toucu_kanzhixuntab .toucu_kanzhixuntabnav ul li {
  width: 23%;
  margin: 0 1%;
  cursor: pointer;
  border-radius: 0.4rem;
  background: #d2d2d2;
}

.toucu_kanzhixuntab .toucu_kanzhixuntabnav ul li.on {
  background: #17486f;
  color: #ffffff;
}

.toucu_kanzhixuntabinfo {}

.toucu_kanzhixuntabinfo .toucu_kanzhixuntabinfo_module {
  position: relative;
}

.toucu_kanzhixuntabinfo_pic {
  width: 100%;
  height: auto;
}

.toucu_kanzhixuntabinfo_pic img {
  width: 100%;
  height: auto;
  border-radius: 0.35rem;
}

.toucu_kanzhixuntabinfo_module ul {}

.toucu_kanzhixuntabinfo_module ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.4rem;
  margin: 0.4rem 0 0.4rem;
  border-top: 1px solid #f2f6f9;
  background: #ffffff;
}

.toucu_kanzhixuntabinfo_module ul li:first-child {
  border: none;
}

.toucu_kanzhixuntabinfo_module ul li .time {
  width: 20%;
}

.toucu_kanzhixuntabinfo_module ul li .info {
  width: 74%;
  padding: 0.1rem 3%;
}

.toucu_kanzhixuntabinfo_module ul li .p1 {
  width: 100%;
  height: 1.4rem;
  background: #eeeeee;
  text-align: center;
  line-height: 1.4rem;
  font-size: 0.8rem;
  color: #17486f;
}

.toucu_kanzhixuntabinfo_module ul li .p2 {
  width: 100%;
  height: 0.6rem;
  background: #17486f;
  text-align: center;
  line-height: 0.6rem;
  color: #ffffff;
  font-size: 0.32rem;
}

.toucu_kanzhixuntabinfo_module ul li .p3 {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #333333;
  font-size: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.toucu_kanzhixuntabinfo_module ul li .p4 {
  margin: 0.1rem 0;
  color: #999999;
  height: 1rem;
  line-height: 0.5rem;
  font-size: 0.32rem;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*寻服务*/
.toucu_xunfuwu {
  background: #f2f6f9;
  width: 100%;
  padding: 1rem 0 0;
}

.toucu_xunfuwuinfo {
  width: 90%;
  padding: 1rem 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toucu_xunfuwuinfobtn {
  text-align: center;
  display: inline-block;
  width: 31.5%;
}

.toucu_xunfuwuinfobtn a {
  background: url(../images/xunfuwuinfobtnbg.png) no-repeat center center;
  background-size: 2.85rem;
  display: block;
  padding: 0.4rem 0;
  color: #17486f;
}

.toucu_xunfuwuinfobtn a:hover {
  background: url(../images/xunfuwuinfobtnbg2.png) no-repeat center center;
  background-size: 2.85rem;
  display: block;
  padding: 0.4rem 0;
  color: #ffffff;
}

.toucu_xunfuwuinfobtn a span {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
}

.toucu_xunfuwuinfobtn a span.zhengcefagui {
  background: url(../images/zhengcefagui.png) no-repeat center center;
  background-size: 1rem auto;
}

.toucu_xunfuwuinfobtn a span.touzizhinan {
  background: url(../images/touzizhinan.png) no-repeat center center;
  background-size: 1rem auto;
}

.toucu_xunfuwuinfobtn a span.zixunfuwu {
  background: url(../images/zixunfuwu.png) no-repeat center center;
  background-size: 1rem auto;
}

.toucu_xunfuwuinfobtn a:hover span.zhengcefagui {
  background: url(../images/zhengcefagui2.png) no-repeat center center;
  background-size: 1rem auto;
}

.toucu_xunfuwuinfobtn a:hover span.touzizhinan {
  background: url(../images/touzizhinan2.png) no-repeat center center;
  background-size: 1rem auto;
}

.toucu_xunfuwuinfobtn a:hover span.zixunfuwu {
  background: url(../images/zixunfuwu2.png) no-repeat center center;
  background-size: 1rem auto;
}

.toucu_xunfuwuinfobtn a p {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.4rem;
  margin: 0.1rem 0 0;
}

/*搜索框*/
.toucu_insearch {
  background: #f2f6f9;
  padding: 0.4rem 5%;
  width: 90%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toucu_insearchgroup {
  width: 74%;
  height: 1.08rem;
  line-height: 1.08rem;
  background: #ffffff;
  border-radius: 0.15rem;
}

.toucu_insearchgroup .search {
  height: 0.88rem;
  line-height: 0.88rem;
  margin: 0.1rem 0;
  border: none;
  padding: 0 3%;
  width: 77%;
  float: left;
  font-size: 0.4rem;
  color: #999999;
}

.toucu_insearchgroup .btn {
  background: url(../images/toucu_seach.png) no-repeat;
  margin: 0.1rem 0;
  height: 0.88rem;
  line-height: 0.88rem;
  background-size: 0.7rem;
  border: none;
  text-align: center;
  width: 15%;
  float: right;
  font-size: 30px;
  color: #ffffff;
}

.toucu_insearchtab {
  width: 23%;
  margin: 0 0;
  clear: both;
  position: relative;
  height: 1.08rem;
  line-height: 1.08rem;
}
.toucu_insearchtab1 {
  width: 100%;
  margin: 0 0;
  clear: both;
  position: relative;
  height: 1.08rem;
  line-height: 1.08rem;
}

.toucu_xuanzhitab_select {
  width: 100%;
  height: 1.08rem;
  line-height: 1.08rem;
}
.toucu_xuanzhitab_select1 {
  width: 35%;
  height: 1.08rem;
  line-height: 1.08rem;
  display: inline-block;
}
.toucu_xuanzhitab_select2 {
  width: 63%;
  height: 1.08rem;
  line-height: 1.08rem;
  display: inline-block;
}

.toucu_xuanzhitab_select span {
  display: inline-block;
  width: 90%;
  padding-left: 10%;
  margin: 0 0 0;
  height: 1.08rem;
  line-height: 1.08rem;
  font-size: 0.4rem;
  color: #ffffff;
  cursor: pointer;
  background: url(../images/downsjx2.png) no-repeat right 10% center #266eca;
  background-size: 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0.15rem;
}
.toucu_xuanzhitab_select1 span {
  display: inline-block;
  width: 90%;
  padding-left: 10%;
  margin: 0 0 0;
  height: 1.08rem;
  line-height: 1.08rem;
  font-size: 0.4rem;
  color: #000;
  cursor: pointer;
  background: url(../images/downsjx.png) no-repeat right 10% center #fff;
  background-size: 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0.15rem;
}
.toucu_xuanzhitab_select2 span {
  display: inline-block;
  width: 90%;
  padding-left: 10%;
  margin: 0 0 0;
  height: 1.08rem;
  line-height: 1.08rem;
  font-size: 0.4rem;
  color: #000;
  cursor: pointer;
  background: url(../images/downsjx.png) no-repeat right 10% center #fff;
  background-size: 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0.15rem;
}

.toucu_xuanzhitab_select ul {
  width: 100%;
  background: #e5e5e5;
  position: absolute;
  top: 1.2rem;
  display: none;
  z-index: 999;
}
.toucu_xuanzhitab_select1 ul {
  width: 35%;
  background: #e5e5e5;
  position: absolute;
  top: 1.2rem;
  display: none;
  z-index: 999;
}
.toucu_xuanzhitab_select2 ul {
  width: 63%;
  background: #e5e5e5;
  position: absolute;
  top: 1.2rem;
  display: none;
  z-index: 999;
}

.toucu_xuanzhitab_select ul li {
  width: 90%;
  padding-left: 10%;
  display: block;
  cursor: pointer;
  font-size: 0.4rem;
  color: #333333;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toucu_xuanzhitab_select1 ul li {
  width: 90%;
  padding-left: 10%;
  display: block;
  cursor: pointer;
  font-size: 0.4rem;
  color: #333333;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toucu_xuanzhitab_select2 ul li {
  width: 90%;
  padding-left: 10%;
  display: block;
  cursor: pointer;
  font-size: 0.4rem;
  color: #333333;
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.toucu_xuanzhitab_select ul li:last-child {
  border-bottom: none;
}

.toucu_xuanzhitab_select .current {
  color: #266eca;
}

.toucu_xuanzhitab_select .hover {
  color: #ffffff;
}
.toucu_xuanzhitab_select1 ul li:last-child {
  border-bottom: none;
}

.toucu_xuanzhitab_select1 .current {
  color: #266eca;
}

.toucu_xuanzhitab_select1 .hover {
  color: #000;
}
.toucu_xuanzhitab_select2 ul li:last-child {
  border-bottom: none;
}

.toucu_xuanzhitab_select2 .current {
  color: #266eca;
}

.toucu_xuanzhitab_select2 .hover {
  color: #000;
}

/*搜索框2*/
.toucu_insearch2 {
  background: #f2f6f9;
  padding: 0.4rem 5%;
  width: 90%;
  position: relative;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.toucu_insearchgroup2 {
  width: 100%;
  height: 1.08rem;
  line-height: 1.08rem;
  background: #ffffff;
  border-radius: 0.15rem;
}

.toucu_insearchgroup2 .search {
  background: url(../images/toucu_seach.png) no-repeat 0.2rem center;
  background-size: 0.7rem;
  height: 0.88rem;
  line-height: 0.88rem;
  margin: 0.1rem 0;
  border: none;
  padding: 0 3% 0 1.2rem;
  width: calc(77% - 1.2rem);
  float: left;
  font-size: 0.4rem;
  color: #999999;
}

.toucu_insearchgroup2 .btn {
  background: #17486f;
  margin: 0 0;
  height: 1.08rem;
  /* line-height: 1.08rem; */
  border: none;
  text-align: center;
  width: 20%;
  float: right;
  font-size: 30px;
  color: #ffffff;
  font-size: 0.4rem;
  border-radius: 0.15rem;
}

/*选址TAB*/
.toucu_xuanzhitab {
  width: 90%;
  padding: 0.2rem 5% 0.5rem;
  background: #f2f6f9;
}

.toucu_xuanzhitab_module {}

.toucu_xuanzhitab .hide {
  display: none;
}

h3.yuanqu_title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1rem;
  background: #f2f6f9;
  padding: 0.35rem 0 0.1rem;
}

h4.in_title {
  width: 100%;
  padding: 0.6rem 0 0.4rem;
  height: 1rem;
  line-height: 1rem;
}

h4.in_title span {
  background: url(../images/icon_title.png) no-repeat left center;
  background-size: auto 0.55rem;
  font-size: 0.48rem;
  padding: 0 0 0 0.5rem;
  font-weight: bold;
}

h4.in_title a {
  float: right;
  font-size: 0.4rem;
  color: #17486f;
  font-weight: bold;
}

.xuanzhi_pic {
  width: 100%;
}

.xuanzhi_pic img {
  width: 100%;
  border-radius: 0.15rem;
}

.gaikuang {
  background: #ffffff;
  border-radius: 0.15rem;
}

.gaikuang .wenzi {
  font-size: 0.373rem;
  color: #666666;
  line-height: 0.64rem;
  padding: 0.35rem 5%;
}

.gaikuang .btn {
  display: block;
  font-size: 0.4rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  border-top: 1px solid #f2f6f9;
}

.gaikuang .btn a {
  color: #17486f;
}

.zhuyaochanye {
  background: #ffffff;
  border-radius: 0.15rem;
  padding: 0 2% 0.35rem 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.zhuyaochanye span {
  font-size: 0.373rem;
  color: #666666;
  line-height: 0.64rem;
  background: #f2f6f9;
  padding: 0.1rem 0.35rem;
  border-radius: 0.15rem;
  margin: 0.35rem 0.2rem 0 0;
}

.zhaoshangzhengce {
  background: #ffffff;
  border-radius: 0.15rem;
  padding: 0.35rem 5% 0;
}

.zhaoshangzhengceinfo {
  border-top: 1px solid #f2f6f9;
  padding: 0.35rem 0 0.2rem;
}

.zhaoshangzhengceinfo:first-child {
  border-top: none;
  padding: 0 0 0.2rem;
}

.zhaoshangzhengceinfo .p1 {
  font-size: 0.373rem;
  line-height: 0.64rem;
  color: #666666;
}

.zhaoshangzhengceinfo .p2 {
  font-size: 0.32rem;
  line-height: 1rem;
  height: 1rem;
  color: #999999;
  text-align: right;
}

.zhaoshangzhengce2 {}

.zhaoshangzhengceinfo2 {
  background: #ffffff;
  padding: 0.35rem 5% 0 5%;
  margin-bottom: 0.35rem;
  border-radius: 0.15rem;
}

.zhaoshangzhengceinfo2 .p1 {
  font-size: 0.373rem;
  line-height: 0.64rem;
  color: #666666;
}

.zhaoshangzhengceinfo2 .p2 {
  font-size: 0.32rem;
  line-height: 1rem;
  height: 1rem;
  color: #999999;
  text-align: right;
}

.zhaoshangzhengceinfo2 .p2 span {
  float: left;
  background: #f2f6f9;
  color: #999999;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0.2rem;
  border-radius: 0.15rem;
  margin: 0.22rem 0;
}

.tuijianziyuantab {
  background: #ffffff;
  border-radius: 0.15rem;
  padding: 0.35rem 5%;
}

.tuijianziyuantab .toucu_kanzhixuntabnav {
  width: 100%;
  padding: 0 0 0.25rem 0;
  background-size: 100%;
  clear: both;
  overflow: hidden;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  position: relative;
}

.tuijianziyuantab .toucu_kanzhixuntabnav ul {
  float: left;
  width: 100%;
  font-size: 0.4rem;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.tuijianziyuantab .toucu_kanzhixuntabnav ul li {
  cursor: pointer;
  padding: 0.1rem;
  margin-right: 1rem;
  font-weight: bold;
}

.tuijianziyuantab .toucu_kanzhixuntabnav ul li:last-child {
  cursor: pointer;
  padding: 0.1rem;
  margin-right: 0;
}

.tuijianziyuantab .toucu_kanzhixuntabnav ul li.on {
  border-bottom: 0.07rem solid #17486f;
}

.toucu_kanzhixuntabinfo .tuijianziyuantabinfo_module {
  margin-top: -0.03rem;
}

.tuijianziyuaninfo {
  padding: 0.32rem 0 0.4rem;
  border-top: 1px solid #e5e8ea;
}

.tuijianziyuaninfo h5 {
  color: #333333;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
  background: url(../images/toucu_rightjiantou.png) no-repeat right center;
  background-size: 0.4rem
}

.tuijianziyuaninfo h5 a {
  color: #333333;
  display: block;
}

.tuijianziyuaninfo .block {
  width: 90%;
  padding: 0.2rem 5%;
  margin: 0.35rem 0 0;
  background: #f2f6f9;
  border-radius: 0.15rem;
  font-size: 0.373rem;
  color: #666666;
}

.tuijianziyuaninfo .block p {
  line-height: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.tuijianziyuaninfo .block p span {
  margin: 0 0.4rem 0 0;
}

.xiangmu {
  background-color: #ffffff;
  border-radius: 0.15rem;
  width: 90%;
  padding: 0 5%;
}

.xiangmu ul {}

.xiangmu ul li {
  line-height: 1.5rem;
  height: 1.5rem;
  background: url(../images/toucu_rightjiantou.png) no-repeat right center;
  background-size: 0.5rem;
  border-top: 1px solid #e5e8ea;
}

.xiangmu ul li:first-child {
  line-height: 1.5rem;
  height: 1.5rem;
  background: url(../images/toucu_rightjiantou.png) no-repeat right center;
  background-size: 0.5rem;
  border-top: none;
}

.xiangmu ul li a {
  font-size: 0.4rem;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem 0 0;
}

.longtouqiye {
  background-color: #ffffff;
  border-radius: 0.15rem;
  width: 90%;
  padding: 0.35rem 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.longtouqiye .longtouqiyeinfo {
  width: 30%;
  text-align: center;
}

.longtouqiye .longtouqiyeinfo img {
  width: 100%;
  border: 1px solid #e5e8ea;
  border-radius: 0.15rem;
  height: 1rem;
}

.longtouqiye .longtouqiyeinfo p {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #333333;
  margin: 0.2rem 0 0;
}

.zhaoshangfangxiang {
  background-color: #ffffff;
  border-radius: 0.15rem;
  width: 90%;
  padding: 0.35rem 5%;
}

.zhaoshangfangxiang ul {}

.zhaoshangfangxiang ul li {
  font-size: 0.373333rem;
  color: #666666;
  line-height: 0.64rem;
  background: url(../images/dian2.png) no-repeat left 0.22rem;
  background-size: 0.22rem;
  padding: 0 0 0.1rem 0.4rem;
}

.lianxifangshi {
  background-color: #ffffff;
  border-radius: 0.15rem;
  width: 90%;
  padding: 0.35rem 5%;
}

.lianxifangshi p {
  font-size: 0.373333rem;
  color: #666666;
  line-height: 0.8rem;
}

.lianxifangshi p a {
  width: 100%;
  height: 1.066667rem;
  text-align: center;
  line-height: 1.066667rem;
  display: block;
  background-color: #17486f;
  color: #ffffff;
  letter-spacing: 0.1rem;
  margin: 0.2rem 0 0;
}

/*项目菜单*/
.xiangmutab .toucu_kanzhixuntabnav {
  background-color: #f2f6f9;
  border-radius: 0.15rem;
  width: 90%;
  padding: 0.35rem 5%;
}

.xiangmutab .toucu_kanzhixuntabnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.xiangmutab .toucu_kanzhixuntabnav ul li {
  width: 22%;
  margin: 0 4% 0.35rem 0;
  font-size: 0.373333rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
}

.xiangmutab .toucu_kanzhixuntabnav ul li:nth-child(4n) {
  width: 22%;
  margin: 0 0 0.35rem;
  font-size: 0.373333rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
}

.xiangmutab .toucu_kanzhixuntabnav ul li a {
  color: #666666;
  display: block;
  background-color: #ffffff;
  color: #666666;
  border-radius: 0.15rem;
}

.xiangmutab .toucu_kanzhixuntabnav ul li.on a {
  background-color: #17486f;
  color: #ffffff;
}

.xiangmuchose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xiangmuchose a {
  font-size: 0.373333rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  background-color: #17486f;
  color: #ffffff;
  padding: 0 0.35rem;
  border-radius: 0.15rem;
}

.xiangmuchose a.chose {
  background: url(../images/shaixuan.png) no-repeat 0.2rem center #17486f;
  background-size: 0.45rem;
  padding: 0 0.35rem 0 0.8rem;
}

/*项目列表*/
.toucu_xiangmulist {
  min-height: 12rem;
  background-color: #f2f6f9;
  border-radius: 0.15rem;
  width: 90%;
  padding: 0.35rem 5%;
}

.toucu_xiangmuinfo {
  background-color: #ffffff;
  border-radius: 0.15rem;
  padding: 0 5% 0.35rem;
}

.toucu_xiangmuinfo_title {
  font-size: 0.4rem;
  height: 1.5rem;
  border-top: 1px solid #e5e8ea;
  line-height: 1.5rem;
  color: #333333;
  font-weight: bold;
  background: url(../images/toucu_rightjiantou.png) no-repeat right center;
  background-size: 0.5rem;
  margin: 0.5rem 0 0;
}

.toucu_xiangmuinfo_title:first-child {
  font-size: 0.4rem;
  height: 1.5rem;
  border-top: none;
  line-height: 1.5rem;
  color: #333333;
  font-weight: bold;
  background: url(../images/toucu_rightjiantou.png) no-repeat right center;
  background-size: 0.5rem;
  margin: 0 0 0;
}

.toucu_xiangmuinfo_title a {
  color: #333333;
  display: block;
  font-size: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem 0 0;
}

.toucu_xiangmuinfo_xx {
  background-color: #f2f6f9;
  width: 90%;
  padding: 0.2rem 5%;
  border-radius: 0.15rem;
}

.toucu_xiangmuinfo_xx p {
  line-height: 0.8rem;
  font-size: 0.373333rem;
  color: #666666;
}

.notmore {
  font-size: 0.373333rem;
  color: #999999;
  text-align: center;
  margin: 0.5rem 0;
}
.listCity {
  float: right;
  background: url(../images/add.png) no-repeat left center;
  background-size: 0.35rem;
  padding-left: 0.45rem;
}

/*项目详情*/
.xiangmudetails {
  background-color: #f2f6f9;
  width: 90%;
  padding: 0.35rem 5%;
}

.xiangmudetails_title {
  line-height: 1rem;
  height: 1rem;
  font-size: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 0.35rem;
}

.xiangmudetails_title span {
  background: url(../images/add.png) no-repeat left center;
  background-size: 0.35rem;
  padding: 0 0 0 0.5rem;
  float: right;
}

.xiangmudetails_info {
  background-color: #ffffff;
  padding: 0.35rem 5%;
  border-radius: 0.15rem;
}

.xiangmudetails_pic {
  width: 100%;
  margin: 0 0 0.5rem;
}

.xiangmudetails_pic img {
  width: 100%;
  border-radius: 0.15rem;
}

.xiangmudetails_info p {
  font-size: 0.373333rem;
  line-height: 0.8rem;
  color: #666666;
}

.xiangmudetails_info p span {
  color: #333333;
  margin: 0 0 0 0.2rem;
}

.xiangmudetails_info p b {
  color: #17486f;
  font-weight: normal;
}

h5.xiangmudetails_h5 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  line-height: 1rem;
  padding: 0 0 0 0.4rem;
}

.xiangmudetails_chanye {
  margin: 0.4rem 0 0;
}

.xiangmudetails_chanye ul {
  background: #ffffff;
  padding: 0.35rem 5% 0;
  border-radius: 0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.xiangmudetails_chanye ul li {
  width: 46%;
  margin: 0 4% 0.35rem 0;
  font-size: 0.373333rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
}

.xiangmudetails_chanye ul li:nth-child(4n) {
  width: 22%;
  margin: 0 0 0.35rem;
  font-size: 0.373333rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
}

.xiangmudetails_chanye ul li a {
  color: #666666;
  display: block;
  background-color: #f2f6f9;
  color: #666666;
  border-radius: 0.15rem;
}

.xiangmudetails_chanye ul li a.on {
  background-color: #17486f;
  color: #ffffff;
}

.xiangmudetails_size {
  margin: 0.4rem 0 0;
}

.xiangmudetails_lianxi {
  margin: 0.4rem 0 0;
}

.xiangmudetails_lianxifangshi {
  background: #ffffff;
  padding: 0.35rem 5%;
  border-radius: 0.15rem;
}

.xiangmudetails_lianxifangshi p {
  font-size: 0.373333rem;
  line-height: 0.8rem;
  color: #666666;
}

.xiangmudetails_lianxifangshi p a {
  /*float: right;*/
  color: #17486f;
}

.xiangmudetails_btn {
  margin: 0.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.xiangmudetails_btn a {
  width: 30%;
  text-align: center;
  border-radius: 0.15rem;
  line-height: 1rem;
  height: 1rem;
  display: block;
  font-size: 0.4rem;
  color: #ffffff;
}

.xiangmudetails_btn a.a1 {
  background-color: #51a3e3;
}

.xiangmudetails_btn a.a2 {
  background-color: #e35151;
}

.xiangmudetails_btn a.a3 {
  background-color: #3c90a3;
}

.xiangmudetails_page {
  margin: 0.4rem 0;
  background: #ffffff;
  padding: 0 5%;
  border-radius: 0.15rem;
  font-size: 0.373333rem;
}

.xiangmudetails_page p {
  line-height: 1.2rem;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}

.xiangmudetails_page p:last-child {
  line-height: 1.2rem;
  color: #333333;
  border-bottom: none;
}

.xiangmudetails_back {
  padding: 0 5%;
  margin: 0 0 0.35rem;
  border-radius: 0.15rem;
  font-size: 0.4rem;
  background-color: #17486f;
}

.xiangmudetails_back a {
  display: block;
  height: 1.12rem;
  line-height: 1.12rem;
  color: #ffffff;
  text-align: center;
}

/*主要产业*/
.toucu_zhuyaochanyelist {
  width: 90%;
  background: #ffffff;
  /* background: #f2f6f9; */
  margin: 0 5% 0.35rem;
  border-radius: 0.15rem;
}

.toucu_zhuyaochanyelist ul {
  width: 90%;
  padding: 0.35rem 5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toucu_zhuyaochanyelist ul li {
  width: 48%;
  position: relative;
  /* margin: 0 0 0.15rem; */
  margin: 0 0 0.35rem;
}

.toucu_zhuyaochanyelist ul li .pic {
  width: 100%;
}

.toucu_zhuyaochanyelist ul li .pic img {
  width: 100%;
  border-radius: 0.15rem;
  height: 2.5rem;
}

/* .toucu_zhuyaochanyelist ul li .txt {
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  background-color: rgb(23, 72, 111, 0.71);
  color: #ffffff;
  font-size: 0.32rem;
  position: absolute;
  margin-top: -0.76rem;
  width: 100%;
  border-radius: 0 0 0.15rem 0.15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */
.toucu_zhuyaochanyelist ul li .txt {
  height: 0.1rem;
  line-height: 0.1rem;
  text-align: center;
  background-color: rgb(23, 72, 111, 0.71);
  color: #ffffff;
  font-size: 0.32rem;
  position: absolute;
  margin-top: -0.7rem;
  width: 100%;
  border-radius: 0 0 0.15rem 0.15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chanyedetails_pic {
  width: 90%;
  padding: 0.35rem 5% 0;
}

.chanyedetails_pic img {
  width: 100%;
  border-radius: 0.15rem;
}

.chanyedetailstab {
  width: 90%;
  padding: 0.35rem 5%;
  margin: 0 0 0.35rem 0;
  clear: both;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 0.15rem;
}

.chanyedetailstab .toucu_kanzhixuntabnav {
  text-align: center;
  position: relative;
}

.chanyedetailstab .toucu_kanzhixuntabnav ul {
  width: 100%;
  font-size: 0.373333rem;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.chanyedetailstab .toucu_kanzhixuntabnav ul li {
  cursor: pointer;
  border-radius: 0.15rem;
  background: #d2d2d2;
  margin: 0 0.3rem 0.3rem 0;
  padding: 0.1rem 0.2rem;
  line-height: 0.8rem;
}

.chanyedetailstab .toucu_kanzhixuntabnav ul li.on {
  background: #17486f;
  color: #ffffff;
}

.chanyedetailstab .chanyedetailstabinfo_module {
  font-size: 0.373333rem;
  line-height: 0.64rem;
}

.chanyedetailslisttab {
  width: 90%;
  padding: 0 5%;
  margin: 0 0 0.35rem 0;
  clear: both;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 0.15rem;
}

.chanyedetailslisttab .toucu_kanzhixuntabnav {
  text-align: center;
  position: relative;
}

.chanyedetailslisttab .toucu_kanzhixuntabnav ul {
  width: 100%;
  font-size: 0.4rem;
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #e5e8ea;
}

.chanyedetailslisttab .toucu_kanzhixuntabnav ul li {
  cursor: pointer;
  width: 25%;
  padding: 0.15rem 2%;
  margin: 0 2%;
  line-height: 0.8rem;
  font-weight: bold;
}

.chanyedetailslisttab .toucu_kanzhixuntabnav ul li.on {
  border-bottom: 0.066666rem solid #17486f;
  color: #17486f;
}

.chanyedetailslisttab .chanyedetailstabinfo_module {
  font-size: 0.373333rem;
  line-height: 0.64rem;
}

.chanyedetailslisttab_module {
  width: 100%;
}

.chanyedetailslisttab_module ul {}

.chanyedetailslisttab_module ul li {
  font-size: 0.4rem;
  color: #333333;
  background: url(../images/dian2.png) no-repeat left center;
  background-size: 0.25rem;
  padding: 0 0 0 0.4rem;
  border-bottom: 1px solid #eeeeee;
}

.chanyedetailslisttab_module ul li a {
  color: #333333;
  display: block;
  height: 1.4rem;
  line-height: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/toucu_rightjiantou.png) no-repeat right center;
  background-size: 0.5rem;
  padding: 0 0.6rem 0 0;
}

/*筛选*/
.cutou_projects {
  width: 90%;
  padding: 0.35rem 5%;
}

.cutou_projects em {
  font-style: normal;
}

.cutou_projects .p1 {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.48rem;
  margin: 0.35rem 0 0.2rem;
}

.cutou_projects .p2 {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.48rem;
}

.cutou_projects .p2 input {
  width: calc(41% - 2px);
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 2%;
  font-size: 0.4rem;
  border: 1px solid #999999;
  border-radius: 0.15rem;
}

.cutou_projects .p2 em {
  width: 10%;
}

.cutou_projects .p3 {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.48rem;
  position: relative;
}

.cutou_projects .p3 input {
  width: calc(96% - 2px);
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 2%;
  font-size: 0.4rem;
  border: 1px solid #999999;
  border-radius: 0.15rem;
  background: url(../images/toucu_floornav_jiantoudownblack.png) no-repeat right 5% center #ffffff;
  background-size: 0.4rem;
}

.cutou_projects .cutou_select {
  width: calc(100% - 2px);
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #999999;
  border-top: none;
  position: absolute;
  z-index: 999999;
}

.cutou_projects .cutou_select .current1 {
  background-color: #17486f;
  color: #ffffff;
}

.cutou_shaixuanbtn {
  width: 90%;
  padding: 0.35rem 5%;
}

.cutou_shaixuanbtn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cutou_shaixuanbtn ul li {
  width: 45%;
  text-align: center;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.4rem;
}

.cutou_shaixuanbtn ul li.resetLeft {
  background-color: #d2d2d2;
  color: #666666;
  border: 1px solid #999999;
  border-radius: 0.15rem;
}

.cutou_shaixuanbtn ul li.resetLeft a {
  color: #666666;
}

.cutou_shaixuanbtn ul li.searchRight {
  background-color: #17486f;
  color: #ffffff;
  border: 1px solid #17486f;
  border-radius: 0.15rem;
}

.cutou_shaixuanbtn ul li.searchRight a {
  color: #ffffff;
}

.cutou_tabselect_info1 img{
  width:100% !important;
  height:100% !important;
}

/* .cutou_tabselect_info1 td{
  width:100px !important;
  height:100% !important;
} */
.cutou_dropdownselectcontent  table {
  width: 300px !important;
}
.cutou_dropdownselectcontent  table tbody tr td {
  width: 150px !important;
}

.investment_box {
  padding: 0 2% 2%;
}
.investment_box1 {
  padding: 0 5% 2%;
  background-color: #fff;
}
.investment_box .investment_con
{
  display: inline-block;
  width: 100%;
  padding: 0 10px 14px;
  margin: 1% 0 0 -2.5%;
}
.investment_box1 .investment_con1
{
  display: inline-block;
  width: 100%;
  padding: 10px 5px 15px 5px;
  border: 1px solid #f0f0f0;
  margin-bottom: 4px;
}
.investment_h4 {
  margin-bottom: 0.2rem;
}
.investment_a {
  color: #337ab7;
}
.investment_con {
  border: 1px solid #f0f0f0;
}
.investment_con h4 .net {
  float: right;
  padding: 0 5px 0px;
  margin-top: 6px;
}
.investment_con h4 span {
  background: #266eca;
  color: #fff;
  font-size: 12px;
  padding: 1px 5px 0px;
  display: inline-block;
  line-height: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 8px;
}
.investment_con1 h4 .net {
  float: right;
  padding: 0 5px 0px;
  margin-top: 6px;
}
.investment_con1 h4 span {
  background: #266eca;
  color: #fff;
  font-size: 12px;
  padding: 1px 5px 0px;
  display: inline-block;
  line-height: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: 8px;
}

.toucu_xiangmuinfo_xx span{
  background: url(../images/add.png) no-repeat left center;
  background-size: 0.35rem;
  padding: 0 0 0 0.5rem;
  float: right;
}