.page_top {
  width: 100%;
  height: 320px;
  background-image: url(../image/jck_bg.png);
  position: relative;
}
.build_tab {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.build_tab .jr span {
  width: 120px;
  height: 36px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.build_tab .tab {
  margin-top: 48px;
}
.build_tab .tab span {
  width: 200px;
  height: 48px;
  background: #334252;
  /* opacity: 0.7; */
  border-radius: 10px 10px 0px 0px;
  margin: 0 2px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.build_tab .tab span i {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.build_tab .tab span.on {
  background: #ffffff;
  color: #1a1a1a;
}
.build_tab .tab span i.large {
  width: 43px;
  height: 22px;
}

/*联系我们*/
.page_top.contact {
  background-image: none;
  padding-top: 70px;
}
.contact .contact_bg {
  width: 100%;
  height: 100%;
  background-image: url(../image/43_bg.png);
}

.settl_list {
  padding: 16px 0;
}
.settl_list .item {
  width: 100%;
  height: 168px;
  background: #ffffff;
  border-radius: 0px 32px 0px 32px;
  margin: 24px 0;
  padding: 20px 46px;
}
.settl_list .item .icon,
.settl_list .item p,
.settl_list .item .line {
  width: 100%;
}
.settl_list .item .icon {
  margin-top: 10px;
}
.settl_list .item .icon label {
  width: 132px;
  height: 52px;
}
.settl_list .item .icon.small {
  margin-bottom: 10px;
}
.settl_list .item .icon.small label {
  height: 42px;
}
.settl_list .item p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin: 8px 0 15px;
}
.settl_list .item .line i {
  width: 48px;
  height: 6px;
}
.settl_list .item .btn {
  width: 104px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 56px;
  background-image: url(../image/yjjx_icon.png);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

/*资讯*/
.infom_panel .infom_search {
  padding: 33px 0;
}
.infom_panel .infom_search .search_circle {
  width: 600px;
  height: 40px;
  background: #ffffff;
  border-radius: 20px;
  padding-right: 58px;
}
.infom_panel .infom_search .search_circle input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding-left: 33px;
  font-size: 14px;
  font-weight: 400;
}
.infom_panel .infom_search .search_circle span {
  width: 58px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.infom_panel .infom_search .search_circle span i {
  width: 16px;
  height: 16px;
}
.infom_panel .infom_main .infom_tab span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0 25px;
  position: relative;
  cursor: pointer;
  line-height: 32px;
}
.infom_panel .infom_main .infom_tab span:first-of-type {
  margin-left: 0;
}
.infom_panel .infom_main .infom_tab span::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: transparent;
}
.infom_panel .infom_main .infom_tab span.on {
  color: #1a71ff;
}
.infom_panel .infom_main .infom_tab span.on::after {
  background-color: #1a71ff;
}
.infom_main .infom_list {
  margin-left: -15px;
  margin-right: -15px;
  padding: 8px 0;
}
.infom_main .infom_list .item {
  width: 590px;
  height: 142px;
  background: #ffffff;
  margin: 12px 15px;
  padding: 10px;
  padding-left: 190px;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
}
.infom_main .infom_list .item:hover {
  border-color: #2b7afe;
}
.infom_main .infom_list .item:hover .item_cont h5{
  color: #2b7afe;
}
.infom_main .infom_list .item .icon {
  width: 160px;
  height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
.infom_main .infom_list .item .icon img{
  width: 100%;
  height: 100%;
}
.infom_main .infom_list .item .item_cont {
  width: 100%;
  height: 100%;
}
.infom_main .infom_list .item .item_cont h5,
.infom_main .infom_list .item .item_cont p,
.infom_main .infom_list .item .item_cont .tab {
  width: 100%;
}
.infom_main .infom_list .item .item_cont h5 {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}
.infom_main .infom_list .item .item_cont h5:hover {
  color: #2b7afe;
}
.infom_main .infom_list .item .item_cont p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.infom_main .infom_list .item .item_cont .tab span {
  font-size: 12px;
  font-weight: 400;
  color: #4d4d4d;
  margin-right: 26px;
}
.infom_main .infom_list .item .item_cont .tab span i {
  width: 12px;
  height: 12px;
  margin-right: 9px;
}
/**联系我们*/
.contact_list{
  padding: 46px 0;
  overflow: hidden;
  clear: both;
}
.contact_list .item{
  width: 280px;
  margin: 10px;
  float: left;
  cursor: pointer;
}
.contact_list .item .item_img{
  width: 100%;
  height: 144px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.contact_list .item .item_img:hover{

}
.contact_list .item p{
  line-height: 34px;
  color: #555555;
}
.contact_list .item p:hover{
  color: #2b7afe;
}