html {
  min-width: 1200px;
  height: 100%;
}

body {
  height: 100%;
}

.wrap {
  position: relative;
  /*background-image: url('../img/bg.png');*/
  /* background: linear-gradient(rgb(100, 224, 255), rgb(172, 238, 255) 40%, #fff); */
  background-position: 0 105px !important;
  background-size: cover;
  background-repeat: no-repeat;
  /* position: relative; */
  /* background-attachment: fixed; */
  min-height: 100%;
  /* background-color: #eee; */
  padding-bottom: 80px;
  box-sizing: border-box;
}

/*.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}*/

.page-top {
  position: relative;
  /* background-image: url('../img/top-bg.png'); */
  width: 100%;
  height: 72px;
   background-color: #CBB486; 
/*  background: linear-gradient(
    to right,
    #fff 0%,
    #fff 22%,
    #0061ad 70%,
    #0061ad 100%
  );*/
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-wrap {
    margin-left: 240px;
    padding-top: 10px;
    font-size: 0;
    height: 72px;
}

.logo {
    /* display: inline-block; */
    float: left;
    background-image: url('../img/19.png');
    width: 614px;
    height: 60px; 
    background-repeat: no-repeat;
}

.name {
  float: left;
  /* color: #fff; */
  color: #000;
  padding-left: 40px;
  height: 100%;
  /* display: inline-block; */
  font-size: 34px;
  font-weight: 600;
  line-height: 90px;
  cursor: default;
}

/* 回到顶部 */
.to-top {
  z-index: 10;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 45px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: rgb(170, 170, 170);
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  cursor: default;
}

.beside {
  width: 140px;
  position: absolute;
  right: 30px;
  top: 50px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
  z-index: 101;
}

.beside-qrcode {
  width: 140px;
  height: 140px;
  /* background-color: red; */
}

.beside-qrcode:hover .big-qrcode {
  /* display: block; */
}

.beside-address {
  padding: 10px 5px 5px 5px;
  font-size: 16px;
  line-height: 22px;
}

.beside-address p {
  margin: 5px 0;
  /* word-break: break-all; */
}

.big-qrcode {
  position: absolute;
  right: 104%;
  bottom: 0;
  display: none;
  width: 170px;
  height: 170px;
  background-color: red;
}

.beside-qrcode .qr {
  width: 100%;
  height: 100%;
}

.clearfix {
  overflow: auto;
  _height: 1%;
}

.more {
    position: relative;
    color: #BCBEC0;
    font-size: 14px;
    text-decoration: dashed;
    float: right;
    padding-right: 15px;
    height: 16px;
}

.more:after {
  position: absolute;
  right: 3px;
  top: 4px;
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  background-image: url('../img/14.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-top:before {
  /* content: ''; */
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.login-wrap {
  position: absolute;
  right: 20px;
  top: 10px;
  /* display: flex; */
  border-radius: 3px;
  /* background-color: rgba(219, 219, 219, 0.6); */
  color: #fff;
  z-index: 2;
  font-size: 0;
}

.login-item {
  font-size: 16px;
}

.user-item {
  font-size: 16px;
  cursor: pointer;
  color: orange !important;
}

.user-item:hover {
  background-color: rgb(0, 53, 226);
}

.login-item:hover {
  background-color: #dcdcdc;
}

.login-item:first-child {
  color: orange;
}

.login-wrap a {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
  font-family: '微软雅黑';
}

.login-wrap a:not(:last-child) {
  border-right: 1px solid orange;
}

.nav {
  width: 100%;
  /* background-color: rgb(0, 97, 173); */
  /*background-color: #ae1e24;*/
  box-sizing: border-box;
  padding: 0 50px;
  text-align: center;
  font-size: 0;
}

.nav-item {
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  text-align: center;
 
}

    .nav-item a {
        padding: 0 35px;
        display: inline-block;
        font-size: 22px;
        color: #fff;
        height: 48px;
        line-height: 48px;
        box-sizing: border-box;
        text-decoration: none;
        letter-spacing: 3px;
        color: black;
    }

    .nav-item:hover a {
        /* border-bottom: 3px solid #fff; */
        /*background-color: #CBB486;*/
        color: #CBB486;
    }

.nav-chonse a {
    /* border-bottom: 3px solid #fff; */
    /*background-color: #8d1115;*/
    color: #CBB486;
}

.page-wrap {
  position: relative;
  /* background-image: url('../img/bg.png'); */
  /* background-attachment: fixed; */
  /* background-image: url('../img/bg.jpg'); */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  /* margin-top: 100px; */
  overflow: hidden;
  min-height: 100%;
}

.page-wrap:after {
  /* content: ''; */
  /* margin-top: 100px; */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-attachment: fixed;
}

.page-container {
  /* position: absolute; */
  /* float: left; */
  width: 900px;
  /* height: 1000px; */
  margin: 0px auto;
  /* background-color: #999; */
  margin-top: 40px;
}

.part-one {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
  /* float: left; */
}

.part-one-left {
  float: left;
}

.apply {
  /* float: left; */
}

.apply-title {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
}

.apply-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background-color: #57aded;
}

.apply-item {
  display: block;
  margin-top: 15px;
  width: 200px;
  height: 70px;
  font-size: 0;
}

.download {
  margin-top: 15px;
  border-bottom: 1px dashed #999;
  box-sizing: border-box;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
}

.download-line {
  height: 40px;
  line-height: 40px;
  position: relative;
  display: block;
  padding: 5px 0;
  padding-left: 50px;
  font-size: 16px;
  /* height: 100%; */
  text-decoration: none;
  color: #000;
}

.download-line:before {
  background-image: url('../img/data.png');
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.download-icon {
  float: left;
  height: 40px;
  width: 40px;
}

.project {
  float: right;
  width: 610px;
  padding-left: 15px;
  box-sizing: border-box;
}

.show {
  margin-top: 10px;
  height: 240px;
  overflow: hidden;
}

.show-title {
  position: relative;
  font-size: 16px;
  padding-left: 10px;
}

/*.show-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background-color: #57aded;
}*/

.show-item {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
  box-sizing: border-box;
  color: #777;
  vertical-align: bottom;
  margin-top: 4px;
}

.show-item:hover .show-item-title {
  color: #000;
}

.show-item:first-child {
  /* margin-top: 0; */
}

.show-item-title {
  /* height: 25px; */
  /* line-height: 25px; */
  box-sizing: border-box;
  display: inline-block;
  width: 400px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* text-align: center; */
  text-decoration: none;
  padding: 1px 0;
  color: #777;
}

.show-item .date {
  font-size: 12px;
  float: right;
}

.project-title {
  position: relative;
  vertical-align: top;
  font-size: 20px;
  height: 30px;
  padding-left: 10px;
}

/*.project-title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 4px;
  height: 25px;
  background-color: #57aded;
}*/

.part-two {
  padding: 15px;
  /* height: 400px; */
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}

.project-container {
  margin-top: 10px;
  /* height: 340px; */
}

.project-item {
  position: relative;
  display: block;
  /* height: 50px; */
  /* line-height: 50px; */
  border-bottom: 1px dashed #999;
  text-decoration: none;
  padding: 7px 0;
  transition: all 0.3s;
}

.project-item:hover {
  transform: translateX(8px);
}

.project-item-title {
  /* float: left; */
  color: #000;
  text-decoration: none;
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.project-img {
  height: 80px;
  width: 80px;
  float: left;
  font-size: 0;
  margin-right: 10px;
  /* margin-bottom: 7px; */
  /* margin-top: 7px; */
}

.project-img img {
  height: 100%;
  width: 100%;
}

.project-address {
  color: #999;
  text-decoration: none;
  font-size: 16px;
  margin-top: 5px;
}
.project-address2 {
    color: #CBB486;
    text-decoration: none;
    font-size: 16px;
    margin-top: 5px;
}

.part-three {
  padding: 15px;
  box-sizing: border-box;
  /* height: 600px; */
  margin-top: 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
}
/*
#container {
  margin-top: 5px;
  height: 540px;
}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  /* height: 80px; */
  /* background-color: rgb(0, 97, 173); */
  background-color: #BCBEC0;
  color: #000000;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

.tree {
  position: relative;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 25px;
  box-sizing: border-box;
}

.tree:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 20px;
  width: 20px;
  background-image: url('../img/home.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tree a {
  text-decoration: none;
  color: #333;
}

.toptip {
  display: none;
  position: fixed;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 25px;
  background-color: #eccfa5;
  color: rgb(224, 122, 88);
  border-radius: 6px;
}

.doc {
  /* border:1px solid #000; */
}

.doc table {
  margin: 0 auto;
}

.doc tr {
  border: 1px solid #000;
}

.doc td {
  border: 1px solid #000;
  border-collapse: collapse;
}

.toBaidu {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #333;
}
.left-beside {
  background-image: url('../img/leftBeside.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 300px;
  left: 15px;
  width: 90px;
  height: 180px;
  /* background-color: red; */
  color: #fff;
  padding: 10px;
  padding-top: 50px;
  box-sizing: border-box;
  font-size: 26px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  /* line-height: 100px; */
}
.xieyi-content{
  line-height: 32px;
  font-size: 14px;
}
.project-price{
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 24px;
  color: orange;
}