* {
  margin: 0;
  padding: 0;
}
.top-container {
  height: 90px;
  position: relative;
  min-width: 1200px;
  background: url('../../pc_imgs/texture_top.png') no-repeat;
  background-size: cover;
  background-position: center center;
}
.top-container .top-bar {
  position: relative;
  height: 90px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 14px;
  box-sizing: border-box;
}
.top-container .top-bar .logo {
  position: absolute;
  width: 520px;
  height: 56px;
  background: url('../../pc_imgs/logo_top.png') no-repeat;
  background-size: cover;
  background-position: left top;
}
.top-container .top-bar .search-bar {
  position: absolute;
  top: 30px;
  left: 1215px;
  width: 180px;
  height: 30px;
  border-radius: 15px;
}
.top-container .top-bar .search-bar a {
  position: absolute;
  right: 7px;
  top: calc((30px - 19px) / 2);
  display: block;
  width: 19px;
  height: 19px;
  background: url('../../pc_imgs/search_green.png') no-repeat;
  background-size: cover;
}
.top-container .top-bar .search-bar input {
  width: 180px;
  height: 30px;
  border-radius: 15px;
  border: none;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 14px;
}
.top-container .top-bar .search-bar input::placeholder {
  color: #A8A8A8;
}
.top-container .top-bar .search-bar input:focus {
  outline: none;
}
.top-container .top-bar .links {
  margin-left: 530px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
.top-container .top-bar .links .link:hover::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 26px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
}
.top-container .top-bar .links li{
  float: left;
  list-style-type: none;
  position: relative;
}
.top-container .top-bar .links li a{
  display: block;
  font-size: 15px;
  line-height: 23px;
  width: 110px;
  color: #fff;
  text-decoration: none;
}
.top-container .top-bar .avatar li a {
  display: block;
  font-size: 15px;
  line-height: 23px;
  width: 120px;
  color: #fff;
  text-decoration: none;
}
.top-container .top-bar .links li ul{
  display: none;
  position: absolute;
  left: 0;
  z-index: 9999;
  top: 56px;
  width: 100%;
  background-color: #fff;
}
.top-container .top-bar .avatar li ul {
  display: none;
  position: absolute;
  left: -45px;
  z-index: 9999;
  top: 56px;
  width: 115px;
  background-color: #fff;
  text-align: center;
}
.top-container .top-bar .links li ul li:hover {
  background: #006D33;
}
.top-container .top-bar .links li ul li:hover a {
  color: #fff;
}
.top-container .top-bar .links li ul li a {
  height: 40px;
  line-height: 40px;
  color: #333333;
}
.top-container .top-bar .links li ul::after {
  content: '';
  width: 0;
  height: 0;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.top-container .top-bar .links li:nth-last-child(1) {
  margin-right: 0;
  border-right: 1px solid #FEFAEA;
}
.top-container .top-bar .avatar li ul li:hover {
  background: #006D33;
}
.top-container .top-bar .avatar li ul li:hover a {
  color: #fff;
}
.top-container .top-bar .avatar li ul li a {
  height: 40px;
  line-height: 40px;
  color: #333333;
}
.top-container .top-bar .avatar li ul::after {
  content: '';
  width: 0;
  height: 0;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.top-container .top-bar .avatar {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 38%;
/*   transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
  right: 43px;
}
.top-container .top-bar .usrBox {
  display:flex;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 25px;
  font-size:14px;
  color: #fff;
}
.top-container .top-bar .usrBox  a{
  color: #fff;
  font-size: 15px;
  margin: 0 5px;
}
.top-container .top-bar .search {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  background: url('../../pc_imgs/search.png') no-repeat;
  background-size: cover;
}
.carousel-container #mycarousel {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  background-color: #6e6e6e;
}
.carousel-container #mycarousel .carousel-indicators {
  margin: 0;
  bottom: 9px;
  left: 83%;
}
.carousel-container #mycarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.carousel-container #mycarousel .carousel-indicators .active {
  background-color: #CFD5A9;
}
.carousel-container #mycarousel .carousel-inner {
  width: 1200px;
  height: 500px;
}
.carousel-container #mycarousel .carousel-inner .carousel-item > a > img {
  width: 100%;
  height: 100%;
}
.carousel-container #mycarousel .carousel-inner .carousel-item .intro {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 1200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(34, 34, 34, 0.62);
  font-size: 18px;
  color: #fff;
}
.messages {
  width: 1200px;
  margin: 34px auto 0 auto;
}
.messages .title {
  margin-bottom: 10px;
}
.messages .title a {
  line-height: 18px;
}
.messages .title .main {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.messages .title .sub {
  font-size: 18px;
  color: #A8A8A8;
}
.messages .title .more {
  float: right;
  color: #A8A8A8;
  position: relative;
  text-decoration: none;
}
.messages .title .more .tri {
  position: absolute;
  top: 2px;
  left: -18px;
  border: 8px solid transparent;
  border-left: 8px solid #A8A8A8;
}
.messages .title .more .tri .tri-inner {
  position: absolute;
  top: -6px;
  left: -8px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
.messages .title .more:hover {
  color: #006D33;
}
.messages .title .more:hover .tri {
  border-left-color: #006D33;
}
.messages .contents .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.messages .contents .content .message {
  width: 585px;
  height: 80px;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #E9E9E9;
}
.messages .contents .content .message:hover {
  background: url('../../pc_imgs/texture_message.png') no-repeat;
  background-size: cover;
}
.messages .contents .content .message:hover a {
  color: #006D33;
}
.messages .contents .content .message a {
  display: block;
  color: #646464;
  font-size: 14px;
  line-height: 14px;
}
.messages .contents .content .message a:nth-child(1) {
  width: 545px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.messages .contents .content .message a:nth-child(2) {
  text-align: right;
}
.projects {
  width: 1200px;
  margin: 0 auto;
}
.projects .title {
  margin: 35px 0 20px 0;
}
.projects .title a {
  line-height: 18px;
}
.projects .title .main {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.projects .title .sub {
  font-size: 18px;
  color: #A8A8A8;
}
.projects .title .more {
  float: right;
  color: #A8A8A8;
  position: relative;
  text-decoration: none;
}
.projects .title .more .tri {
  position: absolute;
  top: 2px;
  left: -18px;
  border: 8px solid transparent;
  border-left: 8px solid #A8A8A8;
}
.projects .title .more .tri .tri-inner {
  position: absolute;
  top: -6px;
  left: -8px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
.projects .title .more:hover {
  color: #006D33;
}
.projects .title .more:hover .tri {
  border-left-color: #006D33;
}
.projects .cards {
  display: flex;
  justify-content: space-between;
}
.projects .cards .project {
  width: 380px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(186, 186, 186, 0.25);
  border-radius: 8px;
  position: relative;
}
.projects .cards .project .tag {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  height: 35px;
  background: #006D33;
  border-radius: 0px 8px 0px 8px;
}
.projects .cards .project .img-container {
  width: 380px;
  height: 200px;
}
.projects .cards .project .img-container img {
  width: 380px;
  height: 200px;
  display: block;
}
.projects .cards .project .project-content {
  padding: 20px 20px 24px;
  box-sizing: border-box;
}
.projects .cards .project .project-content .project-name {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
.projects .cards .project .project-content .progress-rate {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
}
.projects .cards .project .project-content .progress-rate .rate {
  width: 273px;
  height: 6px;
  background: #E8E8E8;
  border-radius: 3px;
  margin-top: calc((14px - 6px) / 2);
}
.projects .cards .project .project-content .progress-rate .rate .rate-inner {
  background: #006D33;
  height: 6px;
  border-radius: 3px;
}
.projects .cards .project .project-content .progress-rate .now {
  color: #006D33;
  font-size: 14px;
  line-height: 14px;
}
.projects .cards .project .project-content .details {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.projects .cards .project .project-content .details .detail {
  width: 33%;
}
.projects .cards .project .project-content .details .detail a {
  display: block;
}
.projects .cards .project .project-content .details .detail a:nth-child(1) {
  font-size: 14px;
  color: #333333;
}
.projects .cards .project .project-content .details .detail a:nth-child(2) {
  font-size: 14px;
  color: #006D33;
}
.projects .cards .project .project-content .details .detail:nth-child(2) {
  position: relative;
}
.projects .cards .project .project-content .details .detail:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 33px;
  background: #E8E8E8;
}
.projects .cards .project .project-content .details .detail:nth-child(2)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 33px;
  background: #E8E8E8;
}
.bottom-bar {
    /* margin-top: 100px; */
    height: 180px;
    position: relative;
    min-width: 1200px;
    background: url('../../pc_imgs/texture_bottom.png') no-repeat;
    background-size: cover;
    background-position: center center;
}
.bottom-bar .links-bottom {
    min-width: 1200px;
    height: 50px;
    border-bottom: 1px solid #1B7847;
    text-align: center;
}
.bottom-bar .links-bottom .link-inner {
    height: 50px;
}
.bottom-bar .links-bottom .dot {
    font-size: 20px;
    margin-top: 5px;
}
.bottom-bar .links-bottom .link {
    font-size: 14px;
    line-height: 50px;
}
.bottom-bar .links-bottom a {
    color: #ADCEBC;
    text-decoration: none;
    margin-right: 40px;
}
.bottom-bar .links-bottom a:hover {
    color: #fff;
}
.bottom-bar .links-bottom a:nth-last-child(1) {
    margin: 0;
}
.bottom-bar .info {
    width: 1200px;
    margin: 0 auto;
    padding-left: 238px;
    white-space: nowrap;
    box-sizing: border-box;
}
.bottom-bar .info .desc {
    color: #ADCEBC;
    font-size: 14px;
    line-height: 130px;
    margin-right: 30px;
}
.bottom-bar .info .desc:nth-child(3) {
    margin: 0;
}
.bottom-bar .info .box {
    position: absolute;
    top: 45px;
    right: 234px;
    list-style: none;
    margin-top: 45px;
}
.bottom-bar .info .box .tip {
    display: block;
    float: left;
    margin-left: 30px;
    position: relative;
}
.bottom-bar .info .box .tip .box-show {
    display: none;
    position: absolute;
    z-index: 9999;
    top: -126px;
    left: -30px;
    width: 100px;
    height: 100px;
    background-color: #fff;
}
.bottom-bar .info .box .tip .box-show .tri {
    position: absolute;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -24px;
}
.bottom-bar .info .box .tip .box-show img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 10px auto;
}
.bottom-bar .info .box .tip .phone {
    background: url("../../pc_imgs/phone.png") no-repeat;
    background-size: 16px 25px;
    background-position: center;
    background-color: #0C7E41;
}
.bottom-bar .info .box .tip .wechat {
    background: url("../../pc_imgs/weixin.png") no-repeat;
    background-size: 27px 21px;
    background-position: center;
    background-color: #0C7E41;
}
.bottom-bar .info .box .tip .school {
    background: url("../../pc_imgs/school.png") no-repeat;
    background-size: 24px 25px;
    background-position: center;
    background-color: #0C7E41;
}
.bottom-bar .info .box .tip a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.bottom-bar .info .box .active .box-show {
    display: block;
}
.right {
    text-align: center;
    min-width: 1200px;
    line-height: 50px;
    /*height: 50px;*/
    background: #015D2C;
    color: #ADCEBC;
    font-size: 14px;
	padding-bottom: 10px;
}

