body {
  background: #fff;
}
.animated {
  animation-duration: .3s;
  animation-fill-mode: both;
}
#prompts {
  background-color: #fff;
  line-height: 34px;
}
#prompts #zjw_location {
  width: auto;
  position: relative;
}
#prompts #zjw_location .location_tips {
  width: 800px;
  line-height: 34px;
  color: #90969f;
}
#prompts #zjw_location .location_tips span {
  display: inline-block;
  float: left;
  font-size: 12px;
}
#prompts #now_city {
  padding-left: 16px;
  background: url('../img/zjw_icon.png') no-repeat;
  background-position: 0px 10px;
  color: #d94421;
  font-size: 16px;
  font-weight: 600;
}
#prompts #change_city {
  cursor: pointer;
}
#prompts #change_city:hover {
  color: #666;
}
#prompts #weather {
  margin-left: 16px;
}
#prompts #weather img {
  vertical-align: middle;
}
#prompts #address {
  position: absolute;
  top: 35px;
  left: 0;
  width: 386px;
  transition: all 0.3s ease-out;
  border: 1px solid #dadada;
  background-color: #fff;
  padding-bottom: 10px;
  z-index: 2000;
}
#prompts #address p {
  width: 343px;
  margin: 0 auto;
  padding-top: 8px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
#prompts #address .line {
  padding-left: 6px;
}
#prompts #address .line span {
  display: inline-block;
  width: 57px;
  line-height: 26px;
  text-align: center;
  float: left;
  margin-left: 4px;
  color: #676869;
  cursor: pointer;
  border: 2px solid transparent;
  border-bottom: none;
}
#prompts #address .line span:hover {
  color: #2187cf;
}
#prompts #address .line .on {
  border-color: #d94421;
  background-color: #f5f5f5;
  border-bottom-color: transparent ;
}
#prompts #address .city_list {
  width: 100%;
  border: 2px solid #d94421;
  margin-top: -2px;
  background-color: #f5f5f5;
  padding-left: 16px;
  padding-bottom: 4px;
}
#prompts #address .city_list span {
  line-height: 20px;
  padding: 2px 6px;
  margin-top: 6px;
  display: block;
  text-align: center;
  float: left;
  color: #676869;
  cursor: pointer;
  border: 2px solid transparent;
}
#prompts #address .city_list span:hover {
  background-color: #2187cf;
  color: #fff;
}
#prompts #address .city_list .on {
  background-color: #2187cf;
  color: #fff;
}
#prompts .right li {
  display: inline-block;
  font-size: 12px;
  color: #52575e;
}
#prompts .right li a {
  color: #52575e;
}
#prompts .right li a:hover {
  color: #1989e7;
}
#prompts .right .middle_li {
  padding: 0 10px;
}
#search_area {
  height: 176px;
  background-color: #edf0f3;
  box-shadow: 0px 1px 26px #cdcdcd;
}
#search_area .left {
  height: 132px;
  width: 458px;
  background: url("../img/search_logo.png") no-repeat center;
  background-position-x: 1px;
}
#search_area .right {
  margin-top: 46px;
  height: 42px;
  background-color: #fff;
  position: relative;
}
#search_area .right .item_con .item1 {
  border: 1px solid #d94421;
  border-right: none;
  padding-left: 14px;
  font-size: 14px;
  color: #636879;
  height: 41px;
  line-height: 41px;
  width: 108px;
  background: url("../img/icon_1.png") no-repeat center;
  background-position-x: 82px;
  cursor: pointer;
}
#search_area .right .item_con .item2 input {
  height: 41px;
  width: 240px;
  border: none;
  border-top: 1px solid #d94421;
  border-bottom: 1px solid #d94421;
  color: #b1b6bf;
}
#search_area .right .item_con .item3 {
  cursor: pointer;
  width: 110px;
  text-align: center;
  height: 44px;
  line-height: 44px;
  background: url("../img/search_bg.png") no-repeat;
  color: #fff;
  font-size: 16px;
}
#search_area .right .item_list {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 99;
}
#search_area .right .item_list li {
  background-color: #1E9FFF;
  line-height: 36px;
  min-width: 108px;
  padding-left: 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
#search_area .right .item_list li:hover {
  background-color: #4E5465;
}
#nav {
  position: relative;
}
#nav .content {
  width: 100%;
  height: 42px;
  position: absolute;
  top: -42px;
  left: 0;
}
#nav .content .service {
  width: 150px;
  height: 42px;
  line-height: 42px;
  background-color: #2795f2;
  color: #fff;
  cursor: pointer;
}
#nav .content .service b {
  padding-left: 14px;
  font-size: 13px;
}
#nav .content .service span {
  font-size: 16px;
  padding-left: 16px;
}
#nav .content .service .service_list {
  z-index: 99;
  display: none;
  height: 100%;
  position: relative;
}
#nav .content .service .service_list .list_ul ._list {
  height: 95px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 5px solid transparent;
}
#nav .content .service .service_list .list_ul ._list i {
  font-style: normal;
  display: block;
  height: 100%;
  width: 130px;
  margin: 0 auto;
  border-bottom: 1px solid #42435b;
  text-align: left;
  line-height: 94px;
  font-size: 16px;
  color: #fff;
  padding-left: 6px;
}
#nav .content .service .service_list .list_ul ._list .service_con {
  display: none;
  opacity: 0;
  width: 1050px;
  height: 475px;
  position: absolute;
  left: 150px;
  top: 0px;
  color: #0C0C0C;
  transition: all 0.2s ease-out;
  background-color: #fff;
}
#nav .content .service .service_list .list_ul ._list:hover {
  border-left: 5px solid #fe4c2d;
  background-color: #43435d;
}
#nav .content .service .service_list .list_ul ._list:hover .service_con {
  opacity: 1;
  display: block;
}
#nav .content .service:hover .service_list {
  display: block;
}
#nav .content .layui-nav {
  width: 1050px;
  height: 42px;
  background-color: #fff;
}
#nav .content .layui-nav .layui-nav-item {
  line-height: 42px;
  height: 45px;
  position: relative;
}
#nav .content .layui-nav .layui-nav-item a {
  color: #39393a;
  font-size: 16px;
  padding: 0px 15px;
}
#nav .content .layui-nav .layui-nav-item span {
  display: none;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 2px;
  background-color: #1E9FFF;
  width: 100%;
}
#nav .content .layui-nav .on span {
  display: block;
}
#nav .service_con {
  padding-left: 30px;
}
#nav .service_con .top {
  font-size: 16px;
  color: #f72221;
  line-height: normal;
}
#nav .service_con .top span {
  display: block;
  padding-top: 50px;
  background-color: #fff;
  cursor: default;
}
#nav .service_con .bottom ul {
  margin-top: 14px;
}
#nav .service_con .bottom li {
  display: block;
  float: left;
  line-height: 28px;
  padding: 0 6px;
  color: #999999;
  margin-bottom: 10px;
}
#nav .service_con .bottom li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
  color: #999999;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#nav .service_con .bottom li a:hover {
  background-color: #1E9FFF;
  color: #fff;
}
#nav .link {
  width: 270px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
#nav .link .service_call {
  line-height: 42px;
  background-color: #e84825;
  color: #fff;
  box-shadow: -1px 4px 17px #888888;
}
#nav .link .service_call ._call1 {
  padding-left: 20px;
}
#nav .link .service_call ._call2 {
  padding-left: 16px;
  font-size: 16px;
}
#nav .link .aptitude_call {
  border-bottom: 2px solid #ff4f2e;
  color: #fff;
  line-height: 42px;
  background: #ed1f1c;
  background: -webkit-linear-gradient(#d94321, #f30a1a);
  background: -o-linear-gradient(#d94321, #f30a1a);
  background: -moz-linear-gradient(#d94321, #f30a1a);
  background: linear-gradient(#d94321, #f30a1a);
}
#nav .link .aptitude_call ._call1 {
  padding-left: 20px;
}
#nav .link .aptitude_call ._call2 {
  padding-left: 16px;
  font-size: 16px;
}
#nav .link .form {
  position: relative;
  width: 100%;
  height: 432px;
  background: #586172;
}
#nav .link .form .title {
  line-height: 72px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
#nav .link .form .layui-input {
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
  width: 230px;
  height: 34px;
  outline: none;
  color: #757575;
}
#nav .link .form .district {
  color: #9199a6;
}
#nav .link .form .district .selelct {
  width: 105px;
  height: 34px;
  float: left;
  margin-left: 20px;
}
#nav .link .form .district .layui-form-select {
  width: 105px;
  float: left;
  margin-left: 20px;
}
#nav .link .form .district .layui-form-select .layui-select-title {
  width: 105px;
}
#nav .link .form .district .layui-form-select .layui-select-title .layui-input {
  width: 105px;
  padding-right: 20px;
  color: #757575;
}
#nav .link .form .district .layui-form-select .layui-edge {
  top: 39%;
}
#nav .link .form #classify {
  position: relative;
}
#nav .link .form #classify input {
  cursor: pointer;
}
#nav .link .form #classify i {
  font-style: normal;
  position: absolute;
  top: 9px;
  right: 28px;
  color: #c2c2c2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#nav .link .form #classify .on {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#nav .link .form textarea {
  width: 230px;
  height: 76px;
  margin: 0 auto;
  color: #757575;
  margin-bottom: 20px;
}
#nav .link .form .layui-btn {
  display: block;
  width: 230px;
  height: 35px;
  background: url("../img/shenqing.png") no-repeat;
  margin: 0 auto;
  box-shadow: 0px 4px 16px #eb261d;
}
#nav .link .form .tab_con {
  display: none;
  width: 600px;
  height: 180px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 20px;
}
#nav .link .form .tab_con .title {
  position: relative;
}
#nav .link .form .tab_con .title .ul1 {
  border-bottom: 1px solid #ededed;
  height: 42px;
}
#nav .link .form .tab_con .title .ul1 .on {
  color: #fe4a2d;
}
#nav .link .form .tab_con .title .ul1 .on span {
  background-color: #fe4a2d;
}
#nav .link .form .tab_con .title .ul1 li {
  line-height: 42px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  position: relative;
  cursor: pointer;
}
#nav .link .form .tab_con .title .ul1 li span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
#nav .link .form .tab_con .title #tabClose {
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 8888;
  height: 20px;
  width: 20px;
  line-height: normal;
  cursor: pointer;
  color: #9f9f9f;
}
#nav .link .form .tab_con .tabCon {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 43px;
  left: 0;
  width: 600px;
  height: 138px;
  overflow-y: auto;
  padding-top: 18px;
  padding-left: 8px;
}
#nav .link .form .tab_con .tabCon li {
  float: left;
  line-height: 26px;
  padding-right: 12px;
  padding-left: 12px;
  cursor: pointer;
  color: #666;
}
#nav .link .form .tab_con .tabCon li:hover {
  background-color: #2795f2;
  color: #fff;
}
#nav .link .form .tab_con .tabCon .on {
  background-color: #2795f2;
  color: #fff;
}
/*自定义动画样式*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
