@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body{
  min-width: 1200px;
  background-color: #fff;
}
.city_nav {
  width: 100%;
  height: 44px;
  padding: 16px 0;
  background: #fbfbfb;
  -webkit-box-shadow: 0 4px 12px #ccc;
  -moz-box-shadow: 0 4px 12px #ccc;
  box-shadow: 0 4px 12px #ccc;
}
.city_nav li {
  float: left;
  position: relative;
  font-size: 16px;
}
.city_nav li a {
  display: block;
  width: 166px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-left: 1px solid #e5e5e5;
}
.city_nav li span {
  display: block;
  position: absolute;
  right: 14px;
  top: 14px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.city_nav li.active a {
  color: #008ffe;
}
.city_nav li:hover .sub_box {
  display: block;
  background-color: #fbfbfb;
  padding-left: 7px;
  padding-right: 7px;
}
.city_nav .sub_box {
  position: absolute;
  display: none;
  z-index: 1;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 4px 12px #cbc9ca;
  box-shadow: 0 4px 12px #cbc9ca;
}
.city_nav .sub_box a {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-left: none;
}

.fl {
  float: left;
}

p.trusteeship-about {
  font-size: 14px;
  line-height: 30px;
  padding: 0 30px;
}

.trusteeship_cont {
  height: 1300px;
  padding: 0px 30px;
  /*background: url(/template/Home/AllNew/PC/Static/images/trusteeship/map.png) 190px 0px no-repeat;*/
  margin-bottom: 100px;
}

.trusteeship_cont a:hover {

}

.trusteeship_cont .left {
  width: 200px;
}

.trusteeship_cont .left .title {
  margin: 10px 0 40px 0;
}

.trusteeship_cont .left .title img {
  float: left;
  margin: 10px 16px 0 0;
}

.trusteeship_cont .left .title h3 {
  float: left;
  font-size: 30px;
  color: #fe8300;
}
.trusteeship_cont .left .left_city {
  float: left;
  width: 120px;
  padding-left: 20px;
}

.trusteeship_cont .left .left_city h3 {
  display: block;
  width: 130px;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.trusteeship_cont .left .left_city h3 img{
  float: right;
  width: 28px;
}
.trusteeship_cont .left .left_city ul{
  margin-top: 10px;
  margin-bottom: 10px;
}
.trusteeship_cont .left .left_city ul li {
  margin-top: 5px;
  float: left;
  height: 20px;
  font-size: 14px;
}
.trusteeship_cont .right {
  position: relative;
  width: 900px;
  height: 600px;
}

.trusteeship_cont .right .right_city {
  position: absolute;
}

.trusteeship_cont .right .right_city ul {
  border: 1px solid #ff8400;
  padding: 0 10px;
  display: none;
  background: #ffffff;
  white-space: nowrap;
  position: absolute;
  right: -66px;
  z-index: 9999;
  top: 40px;
}

.trusteeship_cont .right .right_city ul li {
  line-height: 24px;
}
.trusteeship_cont .right .right_city ul li a {
  font-size: 12px;
}

.trusteeship_cont .right .right_city:hover ul {
  display: block;
}

.trusteeship_cont .right .right_city a p {
  font-weight: bold;
  font-size: 18px;
  float: left;
  line-height: 60px;
  margin-right: 4px;
}

.trusteeship_cont .right .right_city.beijin {
  left: 330px;
  top: 160px;
}

.trusteeship_cont .right .right_city.tianjin {
  left: 360px;
  top: 186px;
}

.trusteeship_cont .right .right_city.langfang {
  left: 280px;
  top: 200px;
}

.trusteeship_cont .right .right_city.shanghai {
  left: 420px;
  top: 300px;
}

.trusteeship_cont .right .right_city.guangzhou {
  left: 304px;
  top: 438px;
}

.trusteeship_cont .right .right_city.guangdong {
  left: 370px;
  top: 406px;
}

.trusteeship_cont .right .right_city.guangdong p {
  float: right;
}

.trusteeship_cont .right .right_city.hubei {
  left: 270px;
  top: 300px;
}

.trusteeship_cont .right .right_city.shanxi {
  left: 210px;
  top: 280px;
}

.trusteeship_cont .right .right_city.chongqing {
  left: 220px;
  top: 340px;
}

.trusteeship_cont .right .right_city.xianggang {
  left: 380px;
  top: 448px;
}

.trusteeship_cont .right .right_city.xianggang p {
  float: right;
}

.trusteeship_cont .right .right_city.meiguo {
  right: 210px;
  top: 236px;
}
.dellBrand {
  height: 110px;
  width: 850px;
  margin: 10px auto 20px;
  border: 1px solid #e5e5e5;
  padding: 15px 10px 25px 40px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dellBrand:hover {
  -webkit-box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
  -moz-box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
  box-shadow: 3px 3px 10px #dcdcdc, -3px -3px 10px #dcdcdc;
}
.dellBrand ul {
  width: 850px;
  height: 110px;
}
.dellBrand ul li {
    float: left;
    height: 110px;
    width: 260px;
}
.dellBrand ul li.brandGin {
    width: 480px;
    margin: 0 15px;
    font-size: 14px;
    color: #666;
    text-indent: 0px;
    border-right: 1px solid #e5e5e5;
}
.dellBrand ul li.brandGin p {
    height: 15px;
    line-height: 15px;
    margin-top: 10px;
}
.dellBrand ul li.brandGin p span.conf {
  font-weight: bold;
  color: #666;
}

.dellBrand ul li.brandLast {
  text-align: center;
  padding-left: 25px;
}
.dellBrand ul li.brandLast p {
  height: 25px;
  padding: 7px 0 0 0;
  color: #666;
  line-height: 25px;
  font-size: 14px;
}
.dellBrand ul li.brandLast p span {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  padding: 80px 0 0 0;
}

.dellBrand ul li.brandLast p.list-item {
  text-align: left;
  margin-left: 30px;
  padding: 6px 0 0 0;
}

.dellBrand ul li.brandLast p.list-item span,
.dellBrand ul li.brandLast p.rent span {
  color: #555;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0 0 0;
}

.dellBrand ul li.brandLast p.list-item input {
  margin-right: 10px;
}
.dellBrand ul li.brandLast p b {
  color: #f80808;
  font-size: 20px;
}

.dellBrand ul li.brandLast p i {
  font-style: normal;
  font-size: 14px;
  color: #009dee;
}

.dellBrand ul li.brandLast p a {
  color: #fff;
  padding: 4px 30px;
  background: #FF7800;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dellBrand:hover ul li.brandLast p a {
  background-color: #fff;
  color: #ff7800;
  border: 1px solid #ff7800;
}

.dellBrand li.gfwfBandTop h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ff7800;
}

.dellBrand li.gfwfBandTop img {
  display: block;
  margin: 38px 0px 0 59px;
  width: 70%;
}

.dellBrand li.gfwfBandTop p {
  width: 210px;
  height: 30px;
  background: #ff7800;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin: 0 auto;
}




/*********************原样式 end*******************/
.bg {
  background-color: #f4f4f4;
}

.pd-t-1-b-3 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.bg {
  background-color: #f4f4f4;
}
.image {
  text-align: center;
  width: auto;
  max-width: 100%;
}
.image2 {
  margin: 5px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.image2:hover {
  box-shadow: 0px 0px 12px #dedede;
}

.customized.customized4 form .input-area input[type=text], .customized.customized form .input-area input[type=number], .customized.customized form .input-area input[type=email], .customized.customized form .input-area input[type=date], .customized.customized form .input-area select {
  margin-left: 15px;
  width: 280px;
  height: 30px;
}     
.customized.customized4 {
  width: 800px;
  margin: 0 auto;
}
.customized.customized4 .input-area {
  width: 400px;
  float: left;
}
.customized.customized4 form {
  width: 800px;
}
.customized.customized4 .input-area select, 
.customized.customized4 .input-area input {
  width: 300px;
}

.customized.customized4 .input-area .btn {
  width: 200px;
}

element.style {
}
.customized.customized4 form .input-area.input-area-3 {
    width: 405px;
}