* {
  margin: 0;
  padding: 0;
  font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
}
body {
  font-size: 14px;
  color: #333;
  font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #0C9C7F;
}
ul,
li {
  list-style: none;
  outline: none;
}
em,
i {
  font-style: normal;
}
img {
  display: inline-block;
  border: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
.header {
  width: 100%;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.header .header-top {
  height: 40px;
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.header .header-top .left {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  line-height: 48px;
}
.header .header-top .right {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  line-height: 48px;
}
.header .header-top .right span {
  cursor: pointer;
}
.header .header-bottom {
  width: 1170px;
  margin: 20px auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.header .header-bottom .left img {
  width: 235px;
}
.header .header-bottom .left img {
  width: 100%;
}
.header .header-bottom .right img {
  width: 734px;
  height: 77px;
}
.menu_box {
  background-color: #0C9C7F;
  width: 100%;
  margin: 0 auto;
}
.menu_box .menu_list {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_box .menu_list .left_list {
  display: flex;
  justify-content: space-between;
  color: #fff;
  width: 70%;
}
.menu_box .menu_list .left_list li {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 53px;
  cursor: pointer;
  padding: 0 20px;
  height: 53px;
}
.menu_box .menu_list .left_list li.active{
  background-color: #0E7A64;
  color: #ffffff;
}
.menu_box .menu_list .right_input {
  width: 20%;
  position: relative;
}
.menu_box .menu_list .right_input input {
  width: 100%;
  border-radius: 20px;
  height: 29px;
  border: none;
  padding-left: 15px;
  box-sizing: border-box;
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.menu_box .menu_list .right_input span {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
  color: #ffffff;
}
.detail_wrap {
  display: flex;
  justify-content: space-between;
  width: 1170px;
  margin: 0 auto;
}


/*.info {*/
/*  display: none;*/
/*}*/
.left_box {
  width: 67% ;
}
.left_box .img_box {
  height: 410px;
  display: flex;
  justify-content: space-between;
}
.left_box .img_box .lefts {
  width: 57%;
  height: 100%;
}
.left_box .img_box .lefts img {
  width: 100%;
  height: 100%;
}
.left_box .img_box .rights {
  width: 41%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.left_box .img_box .rights .items {
  width: 48%;
  height: 31.6%;
}
.left_box .img_box .rights .items img {
  width: 100%;
  height: 100%;
}
.left_box .img_box .rights .items:nth-child(3) {
  margin-top: 10px;
}
.left_box .img_box .rights .items:nth-child(4) {
  margin-top: 10px;
}
.left_box .img_box .rights .items:nth-child(5) {
  margin-top: 10px;
}
.left_box .img_box .rights .items:nth-child(6) {
  margin-top: 10px;
}
.jiesao {
  background-color: #FFFFFF;
  margin-top: 0;
  border-top: 3px solid #0C9C7F;
}
.jiesao .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 48px;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.jiesao .intro {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 48px;
  padding-left: 20px;
  box-sizing: border-box;
}
.jiesao .intro span {
  margin-right: 50px;
}
.jiesao .content {
  padding: 20px 20px 25px 20px;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
}
.jiesao .content .lefts{
    width: 200px;
    height: 300px;
    float: left;
}
.jiesao .content .lefts img{
    width: 200px;
    height: 300px;
}
.jiesao .content .rights{
    width: 400px;
    float: left;
    margin-left: 30px;
}
.jiesao .content .rights h2{
    display: block;
    font-size: 22px;
    color: #333333;
    margin-top: 5px;
}
.jiesao .content .rights h2 span{
    width: 49px;
    height: 25px;
    line-height: 25px;
    background: #0C9C7F;
    border-radius: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
    margin-left: 15px;
    display: inline-block;
}
.jiesao .content .rights p.dz{
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    background: url(../img/location.png) no-repeat left 9px;
    padding-left: 15px;
    background-size: 10px;
}
.jiesao .content .rights p.dz1{
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    padding: 13px;
    border: 1px solid #85d3aa;
    background: #f4fff9;
    border-radius: 3px;
}
.jiesao .content .rights .info_right {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #0C9C7F;
    line-height: 50px;
    margin-top: 40px;
}
.jiesao .content .rights .info_right span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    line-height: 48px;
}
.zhengce {
  background-color: #FFFFFF;
  margin-top: 25px;
  border-top: 2px solid #50B24B;
}
.zhengce .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 48px;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.zhengce .content {
  padding: 0 20px 25px 20px;
  box-sizing: border-box;
}
.zhengce .content .items {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.zhengce .content .items .left {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  width: 55%;
}
.zhengce .content .items .right {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 80%;
}
.zhengce .content .items .right .bold {
  font-weight: bold;
}
.zhengce .content .items .right p {
  margin-bottom: 10px;
}
.service {
  background-color: #FFFFFF;
  margin-top: 25px;
  border-top: 2px solid #50B24B;
}
.service .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 48px;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.service > div {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.service > div .titles {
  margin-top: 15px;
  font-weight: bold;
}
.service > div > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  border-bottom: #eee 1px solid;
}
.service > div > ul > li {
  width:50%;
  margin-bottom: 30px;
}
.service > div > ul > li img {
  vertical-align: middle;
  margin-right: 10px;
}
.service > div > ul > li span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
.service > div > ul:last-child {
  border: none;
}
.right_box {
  width: 30% ;
}
.right_box .items {
  margin-bottom: 30px;
  background-color: #fff;
}
.right_box .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.right_box .title .a {
  display: inline-block;
  width: 3px;
  height: 16px;
  color: #0C9C7F;
  position: absolute;
  left: -3px;
  top: 0;
  z-index: 999;
  display: none;
}
.right_box .title::before {
    position: absolute;
    width: 3px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background-color: #0C9C7F;
    content: "";
    left: -1px;
}
.right_box .hot_list {
  padding: 20px;
  box-sizing: border-box;
  padding-top: 0;
}
.right_box .hot_list li {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
  height: 24%;
}
.right_box .hot_list li .img {
  width: 25%;
}
.right_box .hot_list li .img img {
  width: 100%;
}
.right_box .hot_list li .content {
  width: 68%;
}
.right_box .hot_list li .content .name {
  width: 100%;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right_box .hot_list li .content .name a {
  color: #333333;
}
.right_box .hot_list li .content .titles {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.right_box .hot_list li .content .num {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}
.right_box .hot_list li .content .num span {
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #28B76C;
}
.right_box .hot_list li:last-child {
  border: none;
}


.location {
  width: 1170px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.location img {
  vertical-align: middle;
}
.jingqu_box {
  width: 1170px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}
.jingqu_box .jingqu_left {
  width: 67%;
  border: 1px solid #f1f1f1;
}
.jingqu_box .jingqu_left .jq_hd {
    height: 54px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jingqu_box .jingqu_left .jq_hd .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
    color: #333333;
    line-height: 47px;
    height: 48px;
    width: 100px;
    padding-left: 19px;
    position: relative;
}
.jingqu_box .jingqu_left .jq_hd .title .a {
  display: inline-block;
  width: 3px;
  height: 16px;
  color: #4CB444;
  position: absolute;
  left: -1px;
  top: 0;
  display: none;
}
.jingqu_box .jingqu_left .jq_hd .title::before {
    position: absolute;
    width: 4px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background-color: #0C9C7F;
    content: "";
    left: -1px;
}
.jingqu_box .jingqu_left .jq_hd .city_list {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding-right: 20px;
  margin-top: -3px;
}
.jingqu_box .jingqu_left .jq_hd .city_list li {
  font-family: Microsoft YaHei;
  font-size: 14px;
  cursor: pointer;
  margin-left: 30px;
  position: relative;
}
.jingqu_box .jingqu_left .jq_hd .city_list li:last-child {
  background: url('../img/xl.png') no-repeat center right;
  padding-right: 15px;
}
.jingqu_box .jingqu_left .jq_hd .city_list li.color{
  font-weight: bold;
}
.jingqu_box .jingqu_left .jq_hd .city_list li .iconfont {
  font-size: 10px;
  position: absolute;
  margin-top: 5px;
  margin-left: 3px;
  display: none;
}
.jingqu_box .jingqu_left .jq_hd .city_list .showMenu {
  position: absolute;
    right: -21px;
    top: 38px;
    width: 123px;
    background-color: #fff;
    box-sizing: border-box;
    display: none;
    border: 1px solid #f1f1f1;
}
.jingqu_box .jingqu_left .jq_hd .city_list .showMenu > ul {
  display: flex;
  flex-wrap: wrap;
}
.jingqu_box .jingqu_left .jq_hd .city_list .showMenu > ul > li {
  height: 42px;
  width: 80%;
  line-height: 42px;
  text-align: center;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  margin-left: 10%;
}
.jingqu_box .jingqu_left .jq_hd .city_list .showMenu > ul > li:last-child {
  background:none;
}
.jingqu_box .jingqu_left .jq_list {
  padding: 0 20px  0 20px;
  box-sizing: border-box;
}
.jingqu_box .jingqu_left .jq_list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 20px;
}
.jingqu_box .jingqu_left .jq_list li .img {
  width: 267px;
  height: 182px;
  overflow: hidden;
}
.jingqu_box .jingqu_left .jq_list li .img img {
  width: 110%;
}
.jingqu_box .jingqu_left .jq_list li .content {
  width: 60.5%;
}
.jingqu_box .jingqu_left .jq_list li .content .name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.jingqu_box .jingqu_left .jq_list li .content .time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 48px;
  background: url(../img/time_01.png) no-repeat center left;
  padding-left: 15px;
}
.jingqu_box .jingqu_left .jq_list li .content .titles {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}
.jingqu_box .jingqu_left .jq_list li .content .btn {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  line-height: 48px;
  cursor: pointer;
}
.jingqu_box .jingqu_left .jq_list li .content .btn a {
  text-decoration-line: underline;
  color: #0C9C7F;
}
.jingqu_box .jingqu_left .jq_list_1 {
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.jingqu_box .jingqu_left .jq_list_1 li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 20px;
  margin: 0 10px;
  width:calc(33.33% - 20px);
  flex-direction: column;
  float: left;
}
.jingqu_box .jingqu_left .jq_list_1 li .img{
    width: 100%;
    height: auto;
}
.jingqu_box .jingqu_left .jq_list_1 li .img img{
    width: 100%;
}
.jingqu_box .jingqu_left .jq_list_1 li .content{
    width: 100%;
}
.jingqu_box .jingqu_left .jq_list_1 li .content .name{
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jingqu_box .hot_jingqu {
  width:30.3%;
}
.jingqu_box .hot_jingqu .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  height: 54px;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #f1f1f1;
}
.jingqu_box .hot_jingqu .title .a {
  display: inline-block;
  width: 3px;
  height: 16px;
  color: #4CB444;
  position: absolute;
  left: -1px;
  top: 0;
  display: none;
}
.jingqu_box .hot_jingqu .title::before {
    position: absolute;
    width: 4px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background-color: #0C9C7F;
    content: "";
    left: -1px;
}
.jingqu_box .hot_jingqu .hot_list {
  padding: 0px 20px;
  box-sizing: border-box;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.jingqu_box .hot_jingqu .hot_list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.jingqu_box .hot_jingqu .hot_list li .icon {
  position: relative;
}
.jingqu_box .hot_jingqu .hot_list li .icon img {
  margin-top: 30px;
  width: 20px;
  height: 25px;
}
.jingqu_box .hot_jingqu .hot_list li .icon span {
  position: absolute;
  top: 36px;
  left: 7px;
  color: #FFFFFF;
  font-size: 12px;
}
.jingqu_box .hot_jingqu .hot_list li .img {
  width: 124px;
  height: 94px;
  overflow: hidden;
}
.jingqu_box .hot_jingqu .hot_list li .img img {
  width: 120%;
}
.jingqu_box .hot_jingqu .hot_list li .content .name {
  width: 135px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jingqu_box .hot_jingqu .hot_list li .content span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 48px;
}
.jingqu_box .hot_jingqu .hot_list li:last-child {
  border: none;
}
.jingqu_box .hot_jingqu .hot_list_1 li .img {
  width: 67px;
  height:100px;
  overflow: hidden;
}
.jingqu_box .hot_jingqu .hot_list_1 li .img img {
  width: 100%;
}
.jingqu_box .hot_jingqu .hot_list_1 li .content .name {
  width: 180px;
}
.jingqu_box .hot_jingqu .gg {
  height: 220px;
  margin-top: 30px;
}
.jingqu_box .hot_jingqu .gg img {
  width: 100%;
  height: 100%;
}
.jingqu_box .detail_wrap {
  width: 67% ;
}
.jingqu_box .detail_wrap .details {
  padding: 20px 30px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
.jingqu_box .detail_wrap .details hr{
    height: 1px;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
}
.jingqu_box .detail_wrap .details .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 8px;
}
.jingqu_box .detail_wrap .details .info {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  margin-bottom: 20px;
}
.jingqu_box .detail_wrap .details .info span {
  margin-right: 10px;
}
.jingqu_box .detail_wrap .details .content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding: 20px 0 20px 0;
}
.jingqu_box .detail_wrap .down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f1f1f1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.jingqu_box .detail_wrap .down li {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.jingqu_box .detail_wrap .down li p:first-child {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.jingqu_box .detail_wrap .down li p:last-child {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  cursor: pointer;
  margin-top: 7px;
}
.jingqu_box .detail_wrap .down li:last-child {
  text-align: right;
  border-left: 1px solid #f1f1f1;
}
.jingqu_box .detail_wrap .like {
  border: #f1f1f1 1px solid;
}
.jingqu_box .detail_wrap .like .tops {
  display: flex;
  justify-content: space-between;
  border-bottom: #f1f1f1 1px solid;
  align-items: center;
  height: 54px;
}
.jingqu_box .detail_wrap .like .tops .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  line-height: 47px;
  height: 48px;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
}
.jingqu_box .detail_wrap .like .tops .title .a {
  display: inline-block;
  width: 3px;
  height: 16px;
  color: #0C9C7F;
  position: absolute;
  left: -1px;
  top: 0;
  display: none;
}
.jingqu_box .detail_wrap .like .tops .title::before {
    position: absolute;
    width: 4px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    background-color: #0C9C7F;
    content: "";
    left: -1px;
}
.jingqu_box .detail_wrap .like .tops .button {
  height: 40px;
  display: flex;
  margin-top: 10px;
}
.jingqu_box .detail_wrap .like .tops .button > div {
      width: 27px;
    height: 27px;
    border: 1px solid #f1f1f1;
  text-align: center;
  line-height: 27px;
  margin-right: 10px;
  cursor: pointer;
}
.jingqu_box .detail_wrap .like .yc_list {
  width: 100%;
  padding: 15px ;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.jingqu_box .detail_wrap .like .yc_list li {
  width: 48%;
  position: relative;
}
.jingqu_box .detail_wrap .like .yc_list li img {
  width: 100%;
  height: 100%;
}
.jingqu_box .detail_wrap .like .yc_list li p {
  width: 100%;
  position: absolute;
  bottom: 00px;
  left: 0px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 15px;
  background: url('../img/bnner.png');
  background-size: 100% 100%;
  height: 100px;
}
.jingqu_box .detail_wrap .like .yc_list li p a {
  display: inline-block;
  color: #FFFFFF;
  padding-left: 15px;
  margin-top: 60px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.jingqu_box .detail_wrap .like .yc_list li .name {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 25px;
  text-align: center;
  background-color: #50B24B;
  line-height: 25px;
  color: #FFFFFF;
}
.jingqu_box .detail_wrap .like .yc_list li:last-child .name {
  background-color: #F89C0B;
}
