body {
  background: #fff;
}
.content1 {
  width: 100%;
  margin: 53px auto 0;
  background: url(../img/bg.png);
  padding-bottom: 95px;
}
.content1 .content {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}
.content1 .content .title {
  height: 36px;
  width: 100%;
  background: url(../img/til.png) center no-repeat;
  line-height: 28px;
  text-align: center;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.content1 .content .more {
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 30px;
}
.content1 .content .more:hover {
  text-decoration: underline;
}
.content1 .content .projectBox {
  margin: 60px auto 0;
}
.content1 .content .projectBox .projectItem {
  width: 100%;
  padding: 0 17px;
}
.content2 .content .projectBox .projectItem{
  padding-right: 0;
}
.content1 .content .projectBox .projectItem:after {
  content: "";
  display: block;
  clear: both;
}
.content1 .content .projectBox .projectItem a .imgBox {
  width: 100%;
  height: 373px;
  background: #fff;
  float: left;
  margin-right: 50px;
  transition: all 0.3s ease;
}
.content1 .content .projectBox .projectItem a .imgBox img {
  display: block;
  width: 100%;
  height: 298px;
  margin: 0 auto;
}
.content1 .content .projectBox .projectItem a .imgBox p {
  text-align: center;
  height: 68px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 68px;
}
.content1 .content .projectBox .projectItem a .imgBox:hover {
  background: #3E8E7F;
  box-shadow: 0 0 0 5px #3E8E7F;
}
.content1 .content .projectBox .projectItem a .imgBox:hover p {
  color: #fff;
}
.content1 .content .projectBox .projectItem a:nth-last-child(1) .imgBox {
  margin-right: 0;
}
.content1 .content .projectBox .slick-prev {
  position: absolute;
  bottom: -40px;
  left: 0%;
  margin-left: -40px;
  width: 30px;
  height: 30px;
  background: url(../img/arrleft.png) center no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  cursor: pointer;
}
.content1 .content .projectBox .slick-prev:hover {
  opacity: 0.8;
}
.content1 .content .projectBox .slick-next {
  position: absolute;
  bottom: -40px;
  right: 0%;
  margin-right: -40px;
  width: 30px;
  height: 30px;
  background: url(../img/arrright.png) center no-repeat;
  background-size: 100% 100%;
  font-size: 0;
  cursor: pointer;
}
.content1 .content .projectBox .slick-next:hover {
  opacity: 0.8;
}
.content2 {
  background: #fff;
}
.content2 .projectItem .imgBox1 {
  width: 500px;
  height: 341px;
  float: left;
  margin-right: 38px;
  transition: all 0.3s ease;
  position: relative;
}
.content2 .projectItem .imgBox1 img {
  display: block;
  width: 500px;
  height: 341px;
  margin: 0 auto;
}
.content2 .projectItem .imgBox1 .mode {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 0;
  left: 0;
}
.content2 .projectItem .imgBox1 .mode h1 {
  width: 404px;
  height: 60px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.content2 .projectItem .imgBox1 .mode p {
  display: none;
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 27px;
}
.content2 .projectItem .imgBox1 .mode p a {
  color: #FFFFFF;
}
.content2 .projectItem .imgBox1 .mode p a:hover {
  text-decoration: underline;
}
.content2 .projectItem .imgBox1:hover .mode div {
  width: 404px;
  height: 269px;
  background: #3E8E7F;
  opacity: 0.71;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.content2 .projectItem .imgBox1:hover .mode div h1 {
  position: static;
  border-bottom: 1px solid #fff;
  height: 74px;
  margin: 0;
  margin-bottom: 15px;
}
.content2 .projectItem .imgBox1:hover .mode div p {
  display: block;
  text-align: center;
}
.content2 .projectItem .imgBox1:nth-last-child(1) {
  margin-right: 0;
}
.content3 {
  width: 100%;
  background: url(../img/bg.png);
}
.content3 .content {
  width: 1600px;
  padding-top: 65px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.content3 .content .left {
  width: 790px;
  float: left;
}
.content3 .content .left .list {
  margin-top: 29px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0 11px;
}
.content3 .content .left .list a .item {
  height: 78px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dashed #006731;
  padding: 29px 33px 29px 25px;
}
.content3 .content .left .list a .item i {
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  background: #006731;
  margin-right: 19px;
  margin-top: 5px;
}
.content3 .content .left .list a .item p {
  width: 450px;
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content3 .content .left .list a .item p:hover {
  color: #3E8E7F;
  font-weight: bold;
}
.content3 .content .left .list a .item span {
  float: right;
  width: 100px;
  height: 12px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.content3 .content .left .list a:nth-last-child(1) .item {
  border: none;
}
.content3 .content .right {
  width: 790px;
  float: right;
}
.content3 .content .right .list {
  margin-top: 29px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0 11px;
}
.content3 .content .right .list a .item {
  height: 79px;
  width: 100%;
  padding: 0 31px 0 16px;
}
.content3 .content .right .list a .item div {
  width: 68px;
  float: left;
  margin-top: 12px;
}
.content3 .content .right .list a .item div h2 {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
.content3 .content .right .list a .item div h3 {
  color: #fff;
  font-size: 14px;
  width: 68px;
  height: 27px;
  background: #3E8E7F;
  line-height: 27px;
  text-align: center;
}
.content3 .content .right .list a .item p {
  height: 79px;
  box-sizing: border-box;
  width: 638px;
  padding: 0 18px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 79px;
  float: right;
  border-bottom: 1px dashed #006731;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content3 .content .right .list a .item p:hover {
  color: #3E8E7F;
  font-weight: bold;
}
.content3 .content .title {
  width: 100%;
  height: 70px;
  position: relative;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 70px;
  color: #FFFFFF;
  background: url(../img/til2.png) left center no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
  padding-left: 19px;
}
.content3 .content .title a {
  position: absolute;
  right: 0;
  top: 40px;
  height: 12px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.content3 .content .title a:hover {
  text-decoration: underline;
}
.content4 {
  width: 100%;
  background: url(../img/bg.png);
  margin-bottom: 150px;
}
.content4 .content {
  width: 1600px;
  padding-top: 48px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.content4 .content .left {
  width: 790px;
  float: left;
  height: auto;
  overflow: hidden;
}
.content4 .content .left .imgBox {
  width: 100%;
  height: 325px;
  overflow: hidden;
  margin-top: 43px;
}
.content4 .content .left .imgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.content4 .content .left .imgBox img:hover {
  transform: scale(1.1);
}
.content4 .content .right {
  width: 790px;
  float: right;
  height: auto;
  overflow: hidden;
}
.content4 .content .right .imgBox {
  width: 100%;
  height: 325px;
  overflow: hidden;
  margin-top: 43px;
  background: url(../img/lxfs.png) center no-repeat;
  background-size: 100% 100%;
  padding-top: 87px;
  box-sizing: border-box;
  padding-left: 117px;
}
.content4 .content .right .imgBox p {
  color: #fff;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 48px;
  width: 90%;
}
.content4 .content .right .imgBox p span:nth-of-type(2) {
  display: inline-table;
}
.content4 .content .title {
  width: 100%;
  height: 70px;
  position: relative;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 70px;
  color: #FFFFFF;
  background: url(../img/til2.png) left center no-repeat;
  box-sizing: border-box;
  padding-left: 19px;
  background-size: auto 100%;
}
.content4 .content .title a {
  position: absolute;
  right: 0;
  top: 40px;
  height: 12px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.content4 .content .title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1700px) {
  .content1 .content {
    width: 1440px;
  }
  .content3 .content {
    width: 1440px;
  }
  .content4 .content {
    width: 1440px;
  }
  .content3 .content .left {
    width: 710px;
  }
  .content3 .content .right {
    width: 710px;
  }
  .content4 .content .left {
    width: 710px;
  }
  .content4 .content .right {
    width: 710px;
  }
  .content2 .projectItem .imgBox1 {
    width: 445px;
    height: auto;
  }
  .content2 .projectItem .imgBox1 img {
    width: 100%;
    height: auto;
  }
  .content3 .content .right .list a .item p {
    width: 565px;
  }
}
@media screen and (max-width: 1500px) {
  .content1 .content {
    width: 1280px;
  }
  .content3 .content {
    width: 1280px;
  }
  .content4 .content {
    width: 1280px;
  }
  .content3 .content .left {
    width: 630px;
  }
  .content3 .content .right {
    width: 630px;
  }
  .content4 .content .left {
    width: 630px;
  }
  .content4 .content .right {
    width: 630px;
  }
  .content3 .content .right .list a .item p {
    width: 460px;
  }
  .content3 .content .left .list a .item p {
    width: 410px;
  }
  .content2 .projectItem .imgBox1 {
    width: 393px;
  }
  .content2 .projectItem .imgBox1:hover .mode div {
    width: 100%;
    height: 100%;
  }
  .content2 .projectItem .imgBox1 .mode h1 {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .content1 .content {
    width: 1024px;
  }
  .content3 .content {
    width: 1024px;
  }
  .content4 .content {
    width: 1024px;
  }
  .content1 .content .projectBox .projectItem a .imgBox {
    width: 100%;
  }
  .content2 .projectItem .imgBox1 {
    width: 305px;
  }
  .content2 .projectItem .imgBox1:hover .mode div p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .content2 .projectItem .imgBox1:hover .mode div h1 {
    height: 64px;
    margin-bottom: 13px;
  }
  .content3 .content .left {
    width: 500px;
  }
  .content3 .content .right {
    width: 500px;
  }
  .content4 .content .left {
    width: 500px;
  }
  .content4 .content .right {
    width: 500px;
  }
  .content3 .content .right .list a .item p {
    width: 350px;
  }
  .content3 .content .left .list a .item p {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .content1 .content .projectBox .projectItem{
    padding-right: 0;
  }
  .content4{
    margin-bottom: 50px;
  }
  .content1 .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content3 .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content4 .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 65px;
  }
  .content2 .projectItem .imgBox1 {
    width: 70%;
    float: none;
    margin: 0 auto 20px !important;
  }
  .content2 .content .projectBox .projectItem {
    height: auto;
  }
  .content3 .content .left {
    width: 100%;
    float: none;
  }
  .content4 .content .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .content4 .content .right {
    width: 100%;
    float: none;
    margin-top: 65px;
  }
  .content3 .content .right {
    width: 100%;
    float: none;
    margin-top: 65px;
  }
  .content3 .content .right .list a .item p {
    width: 90%;
  }
  .content3 .content .left .list a .item p {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .content3 .content .left .list a .item p {
    width: 70%;
  }
  .content3 .content .right .list a .item p {
    width: 80%;
  }
  .content1 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .content4 .content .right .imgBox p{
    font-size:18px;
  }
  .content4 .content .right .imgBox p span:nth-of-type(2){
    width: 85%;
  }
  .content3 .content .left .list a .item p {
    width: 60%;
  }
  .content1 .content .more {
    right: 21px;
  }
  .content2 .projectItem .imgBox1 {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .content3 .content .left .list a .item i {
    display: none;
  }
  .content3 .content .right .list a .item p {
    width: 74%;
  }
  .content4 .content .left .imgBox {
    height: auto;
  }
  .content4 .content .right .imgBox {
    padding-left: 77px;
    padding-top: 70px;
  }
}
@media screen and (max-width:480px){
  .content4 .content .right .imgBox{
    padding-left: 57px;
  }
  .content4 .content .right .imgBox p{
    font-size: 14px;
  }
  .content4 .content .right .imgBox p span:nth-of-type(2){
    width:88%;
  }
}
@media screen and (max-width:426px){
  .content4 .content .right .imgBox{
    padding-left: 45px;
  }
  .content4 .content .right .imgBox p{
    font-size: 13px;
  }
  .content4 .content .right .imgBox p span:nth-of-type(2){
    width:88%;
  }
}
@media screen and (max-width: 375px) {
  .content2 .projectItem .imgBox1:hover .mode div h1 {
    height: 74px;
  }
  .content3 .content .left .list a .item {
    padding: 10px;
    height: 54px;
  }
  .content3 .content .left .list a .item p {
    width: 57%;
  }
  .content3 .content .right .list a .item div {
    float: none;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .content3 .content .right .list a .item {
    height: auto;
    padding: 0;
  }
  .content3 .content .right .list a .item p {
    width: 100%;
    float: none;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  .content3 .content .right .list a .item div h2 {
    float: left;
    margin-right: 10px;
  }
  .content3 .content .right .list a .item div h3 {
    float: right;
  }
  .content1 .content .title {
    background: transparent;
  }
  .content1 .content .more {
    top: 3px;
  }
}
@media screen and (max-width: 366px){
  .content4 .content .right .imgBox p{
    line-height:30px;
  }
  .content4 .content .right .imgBox p span:nth-of-type(2){
    width: 100%;
    line-height: 30px;
  }
}
/*# sourceMappingURL=zhy.css.map */