.t-position {
  border-bottom: 1px solid #d8d0d0;
}
.t-position .w1200 {
  padding: 15px 0;
}
.t-position .w1200 .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 25px;
  background: url(../simages/position.png) no-repeat left center;
}
.t-position .w1200 a {
  font-size: 16px;
  display: block;
  padding: 0 5px 0;
}
.t-position .w1200 a:hover {
  color: #019a45;
}
.show_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #019a45;
  margin: 0 0 15px 0;
  padding: 10px 0;
}
.show_nav a {
  font-size: 20px;
  color: #999999;
  line-height: 40px;
  padding: 0px 16px 0px 16px;
}
.show_nav a:hover {
  font-size: 20px;
  font-weight: bold;
  color: #019a45;
  background: url(../simages/nav.png) no-repeat left center;
}
.show_nav .active {
  font-size: 20px;
  font-weight: bold;
  color: #019a45;
  background: url(../simages/nav.png) no-repeat left center;
}
.list_box {
  position: relative;
}
.show_nav_th {
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #019a45;
  margin: 0 0 30px 0;
}
.show_nav_th a {
  font-size: 20px;
  color: #999999;
  line-height: 50px;
  padding: 0 20px 0 20px;
}
.show_nav_th a:hover {
  font-size: 24px;
  font-weight: bold;
  color: #019a45;
  background: url(../simages/nav.png) no-repeat left center;
}
.show_nav_th .active {
  font-size: 24px;
  font-weight: bold;
  color: #019a45;
  background: url(../simages/nav.png) no-repeat left center;
}
.show_adress {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_adress .text .t_2 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.show_adress .text p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.show_adress .text a {
  display: block;
  width: 150px;
  line-height: 30px;
  text-align: center;
  background: url(../simages/adress_a.png) no-repeat left center;
}
.show_adress .left {
  width: 265px;
  display: flex;
  justify-content: space-between;
}
.show_adress .left .pic {
  width: 120px;
}
.show_adress .left .pic img {
  width: 100%;
  display: block;
}
.show_adress .left p {
  text-align: center;
}
.show_position a {
  color: #019a45;
  padding: 0 0 0 23px;
  display: block;
  line-height: 70px;
  background: url(../simages/position.png) no-repeat left center;
}
.list_content {
  float: left;
  width: 880px;
}
.list_right {
  width: 300px;
  float: right;
}
.show_hot .t_2 {
  margin: 0 0 15px 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 0 0 40px;
  background: url(../simages/hot.png) no-repeat 15px center #019a45;
}
.show_hot .box {
  margin: 0 0 15px 0;
  width: 300px;
}
.show_hot .box p {
  font-size: 15px;
  line-height: 28px;
}
.show_hot .box a {
  display: block;
  width: 100%;
  border-left: 6px solid #019a45;
  position: relative;
  margin: 0 0 15px 0;
  box-shadow: 0 0 8px #787676;
  overflow: hidden;
}
.show_hot .box a img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.show_hot .box a p {
  font-size: 24px;
  position: absolute;
  left: 20px;
  color: #333333;
  z-index: 999;
  top: 24px;
}
.show_hot .box a:hover {
  border-left: 6px solid #e5ed11;
}
.show_hot .box a:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.show_hot .box a:last-child {
  margin-bottom: 0;
}
.show_hot .lc {
  box-shadow: 0 0 8px #787676;
  padding: 15px;
  margin: 0 0 15px 0;
}
.show_hot .lc h3 {
  background: url(../simages/hot_h3.png) no-repeat 0px 2px;
  padding: 0 0 10px 37px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #e4ce22;
  margin: 0 0 20px 0;
}
.show_hot .lc .lc_box .lc_list {
  margin: 0 0 15px 0;
}
.show_hot .lc .lc_box a{
  line-height: 28px;
  display: block;
}
.show_hot .lc .lc_box .lc_list a {
  padding: 0 0 0 35px;
  color: #000000;
  display: block;
  font-size: 15px;
  line-height: 28px;
  background: url(../simages/hot_a_1.png) no-repeat 0px 2px;
}
.show_hot .lc .lc_box .lc_list:nth-child(2) a {
  background: url(../simages/hot_a_2.png) no-repeat 0px 2px;
}
.show_hot .lc .lc_box .lc_list:nth-child(3) a {
  background: url(../simages/hot_a_3.png) no-repeat 0px 2px;
}
.show_hot .lc .lc_box .lc_list:nth-child(4) a {
  background: url(../simages/hot_a_4.png) no-repeat 0px 2px;
}
.show_hot .lc .lc_box .lc_list:nth-child(5) a {
  background: url(../simages/hot_a_5.png) no-repeat 0px 2px;
}
.show_hot .lc .lc_box .lc_list:nth-child(6) a {
  background: url(../simages/hot_a_6.png) no-repeat 0px 2px;
}
.show_hot .tel {
  margin: 0 0 15px 0;
  padding: 0 10px 0 0;
  height: 153px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../simages/tel_bg.jpg) no-repeat top center;
}
.show_hot .tel .right {
  padding: 3px 0 0 0;
}
.show_hot .tel .right h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 0 45px;
  line-height: 28px;
  color: #fff;
  background: url(../simages/tel_h2.png) no-repeat 10px center;
}
.show_hot .tel .right .cd-headline {
  font-size: 2rem;
}
.show_hot .tel .right b {
  padding: 0 0 0 10px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: block;
  font-style: italic;
  text-shadow: #000 0px 2px 1px;
}
.show_hot .tel .more {
  margin: 10px 0 0 0;
  display: block;
  width: 65px;
  height: 80px;
  line-height: 25px;
  text-align: left;
  padding: 15px 0 0 0;
  color: #333333;
  background: #e5ed11;
  font-size: 21px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
  margin: 10px auto 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.show_hot .ewm {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  margin: 0 0 15px 0;
}
.show_hot .ewm .ewm_box {
  margin: 0 35px 0 0;
}
.show_hot .ewm .ewm_box .d_icon {
  padding: 2px;
  width: 115px;
  height: 115px;
  background: url(../simages/ewm_box.png) no-repeat center center;
}
.show_hot .ewm .ewm_box p {
  margin: 4px 0 0 0;
  font-size: 14px;
  text-align: center;
}
.show_hot .ewm .ewm_box:last-child {
  margin: 0;
}
.show_tag {
  padding: 15px 30px;
  margin: 20px 0;
  background: #eeeeee;
}
.show_tag p {
  padding: 0 0 0 32px;
  line-height: 32px;
  font-size: 18px;
  background: url(../simages/tag_1.png) no-repeat left center;
}
.show_tag p a {
  color: #019a45;
}
.show_tag p .line {
  border-bottom: 1px solid #019a45;
}
.show_tag p:nth-child(2) {
  background: url(../simages/tag_2.png) no-repeat left center;
}
.show_tag p:nth-child(3) {
  background: url(../simages/tag_2.png) no-repeat left center;
}
.show_page {
  padding: 0px 30px;
  margin: 20px 0 30px;
}
.show_page p {
  line-height: 32px;
  font-size: 18px;
}
.show_zj {
  margin: 0px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_zj .item {
  width: 49%;
  cursor: pointer;
  margin-bottom: 25px;
  box-shadow: 0 0 8px #777;
  height: 200px;
}
.show_zj .item a {
  padding: 0 15px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_zj .item a .icon {
  width: 134px;
  height: 134px;
  overflow: hidden;
  border-radius: 50%;
}
.show_zj .item a .icon img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.show_zj .item a .text {
  width: 245px;
  padding: 25px 0px 0 0;
  text-align: left;
}
.show_zj .item a .text .t_2 {
  color: #333333;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 0 0px;
  font-weight: bold;
  border-left: 6px solid #019a45;
  padding: 0 0 0 10px;
}
.show_zj .item a .text p {
  margin: 10px 0 0 0px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
}
.show_zj .item a .text span {
  display: block;
  width: 200px;
  line-height: 36px;
  color: #333;
  margin: 15px auto 0;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
  background: #e5ed11;
}
.show_zj .item:hover a .icon img {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.show_zj .item:hover a .text span {
  background: #019a45;
  color: #fff;
}
.show_list {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
}
.show_list .list {
  width: 48%;
}
.show_list .list .t_2 {
  padding: 0 0 8px 0;
  margin: 0 0 15px;
  font-size: 20px;
  color: #019a45;
  font-weight: bold;
  border-bottom: 2px solid #019a45;
}
.show_list .list a {
  display: block;
  line-height: 26px;
  font-size: 16px;
  overflow: hidden;
}
.show_list .list a:hover {
  color: #019a45;
}
.show_list .list a span {
  float: right;
}
.show_qa .group {
  box-shadow: 0 0 8px #ddd;
  margin: 0 0 20px 0;
  display: block;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.show_qa .group .pic {
  width: 243px;
  overflow: hidden;
}
.show_qa .group .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.show_qa .group .text {
  width: 635px;
  padding: 15px 20px;
}
.show_qa .group .text .t_2 {
  font-size: 24px;
  line-height: 35px;
  background: url(../simages/h2_q.png) no-repeat left center;
  padding: 0 0 0 35px;
  font-weight: bold;
}
.show_qa .group .text p {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  background: url(../simages/h2_a.png) no-repeat left 2px;
  padding: 0 0 0 35px;
}
.show_qa .group .text h3 {
  margin: 25px 0 0;
  overflow: hidden;
}
.show_qa .group .text h3 b {
  display: inline-block;
  margin: 0 0 0 60px;
}
.show_qa .group .text h3 span {
  float: right;
  padding: 3px 0 0 0;
}
.show_qa .group:hover .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.show_qa .group:hover .t_2 a {
  color: #019a45;
}
.show_zs .group {
  box-shadow: 0 0 8px #ddd;
  margin: 0 0 20px 0;
  display: block;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.show_zs .group .pic {
  width: 315px;
  overflow: hidden;
}
.show_zs .group .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.show_zs .group .text {
  width: 635px;
  padding: 15px 20px;
}
.show_zs .group .text .t_2 {
  font-size: 24px;
  line-height: 35px;
}
.show_zs .group .text p {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 26px;
}
.show_zs .group .text h3 {
  margin: 10px 0 0;
  overflow: hidden;
  font-size: 13px;
}
.show_zs .group .text h3 a {
  background: #f8d4d9;
  padding: 3px 10px;
  margin: 0 10px 10px 0;
  line-height: 20px;
  display: inline-block;
}
.show_zs .group .text h3 span {
  float: right;
  padding: 3px 0 0 0;
}
.show_zs .group .text h3 span a {
  background: none;
}
.show_zs .group:hover {
  background: #019a45;
}
.show_zs .group:hover .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.show_zs .group:hover .t_2 a {
  color: #fff;
}
.show_zs .group:hover p {
  color: #fff;
}
.show_zs .group:hover h3 {
  color: #fff;
}
.show_zs .group:hover h3 a {
  color: #fff;
}
.show_zs .group:hover h3 span {
  color: #fff;
  padding: 3px 0 0 0;
}
.show_news .group {
  box-shadow: 0 0 8px #ddd;
  margin: 0 0 20px 0;
  display: block;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.show_news .group .pic {
  width: 243px;
  overflow: hidden;
}
.show_news .group .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.show_news .group .text {
  width: 635px;
  padding: 15px 20px;
}
.show_news .group .text .t_2 {
  font-size: 24px;
  line-height: 35px;
}
.show_news .group .text p {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 26px;
}
.show_news .group .text h3 {
  margin: 10px 0 0;
  overflow: hidden;
}
.show_news .group .text h3 b {
  display: inline-block;
  margin: 0 0 0 60px;
}
.show_news .group .text h3 span {
  float: right;
  padding: 3px 0 0 0;
}
.show_news .group:hover {
  background: #019a45;
}
.show_news .group:hover .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.show_news .group:hover .t_2 a {
  color: #fff;
}
.show_news .group:hover p {
  color: #fff;
}
.show_news .group:hover h3 {
  color: #fff;
}
.show_news .group:hover h3 a {
  color: #fff;
}
.show_news .group:hover h3 span {
  color: #fff;
  padding: 3px 0 0 0;
}
.show_group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.show_group .group {
  box-shadow: 0 0 8px #ddd;
  margin: 0 20px 20px 0;
  display: block;
  color: #333333;
  width: 280px;
}
.show_group .group .pic {
  width: 280px;
  overflow: hidden;
}
.show_group .group .pic img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.show_group .group .t_2 {
  width: 100%;
  font-size: 18px;
  line-height: 36px;
  background: #019a45;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}
.show_group .group:nth-child(3n + 3) {
  margin-right: 0;
}
.show_group .group:hover .pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.show_group .group:hover .t_2 {
  color: #333;
  background: #e5ed11;
}
.show_page {
  margin: 30px 0;
  width: 100%;
}
.show_page .pagination {
  display: flex;
  justify-content: center;
}
.show_page .pagination li {
  margin: 0 5px;
}
.show_page .pagination li span {
  border: 1px solid #828080;
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  background: #019a45;
  color: #fff;
  border: 1px solid #019a45;
  border-radius: 50%;
}
.show_page .pagination li a {
  border: 1px solid #828080;
  display: block;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show_page .pagination li a:hover {
  background: #019a45;
  color: #fff;
  border: 1px solid #019a45;
}
.show_page .pagination li:first-child a {
  width: 80px;
  border-radius: 5px;
}
.show_page .pagination li:last-child a {
  width: 80px;
  border-radius: 5px;
}
.show_page .pagination .active a {
  background: #019a45;
  color: #fff;
  border: 1px solid #019a45;
}
.list_form {
  height: 692px;
  background: url(../simages/list_form_bg.jpg) no-repeat top center;
}
.list_form .box {
  position: relative;
}
.list_form .box .t_2 {
  color: #ffffff;
  position: absolute;
  font-size: 36px;
  font-weight: bold;
  left: 30px;
  top: 295px;
  line-height: 60px;
}
.list_form .box .form {
  margin-left: auto;
  width: 710px;
  height: 692px;
  background: rgba(1, 154, 69, 0.6);
  text-align: center;
  padding: 30px 37px 0;
}
.list_form .box .form h3 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 15px;
  color: #fff;
}
.list_form .box .form p {
  font-size: 30px;
  color: #fff;
  margin: 20px 0;
}
.list_form .box .form .list {
  margin: 0 0 0px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_form .box .form .list b {
  width: 106px;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.list_form .box .form .list b span {
  font-size: 18px;
}
.list_form .box .form .list .duoxuan {
  width: 525px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.list_form .box .form .list .duoxuan .sel {
  position: relative;
  width: 95px;
  height: 50px;
  margin: 0 0 10px 0;
}
.list_form .box .form .list .duoxuan i {
  position: absolute;
  line-height: 17px;
  left: 15px;
  top: 17px;
}
.list_form .box .form .list .duoxuan input[type="checkbox"] {
  visibility: hidden;
}
.list_form .box .form .list .duoxuan #color-input1 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input1:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input2 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input2:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input3 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input3:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input4 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input4:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input5 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input5:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input6 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input6:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input7 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input7:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input8 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input8:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input9 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input9:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .list .duoxuan #color-input10 + label {
  display: block;
  width: 95px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.list_form .box .form .list .duoxuan #color-input10:checked + label::before {
  display: block;
  content: " ";
  width: 95px;
  height: 50px;
  border-radius: 10px;
  background: #e5ed11;
  border: 1px solid #7d7d7d;
  text-align: center;
  font-size: 16px;
  color: white;
}
.list_form .box .form .input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px 0;
}
.list_form .box .form .input b {
  width: 106px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.list_form .box .form .input b span {
  font-size: 18px;
}
.list_form .box .form .input input {
  width: 84%;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  border-radius: 10px;
  padding: 0 0 0 10px;
}
.list_form .box .form .input input input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.list_form .box .form .dx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_form .box .form .dx b {
  width: 106px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.list_form .box .form .dx b span {
  font-size: 18px;
}
.list_form .box .form .dx .dx_input {
  width: 84%;
  margin: 15px 0;
}
.list_form .box .form .dx .dx_input ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list_form .box .form .dx .dx_input ul li {
  width: 155px;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  float: left;
  margin: 0 10px 0px 0;
  cursor: pointer;
  box-sizing: content-box;
  padding: 0 15px 0 0;
}
.list_form .box .form .dx .dx_input ul li label {
  text-align: center;
}
.list_form .box .form .dx .dx_input ul li input[type="radio"] {
  visibility: hidden;
}
.list_form .box .form .dx .dx_input ul li:nth-child(3) {
  margin-right: 0;
}
.list_form .box .form .dx .dx_input ul .on {
  background: #e5ed11;
}
.list_form .box .form button {
  width: 60%;
  line-height: 50px;
  border: 1px solid #7d7d7d;
  border-radius: 30px;
  background: #e5ed11;
  padding: 0 0 0 10px;
  font-size: 20px;
  cursor: pointer;
}
.list_form .box .form .bz {
  font-size: 14px;
}
.show-detail .box .t_2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 55px;
  color: #333333;
  margin-bottom: 20px;
}
.show-detail .box .detail {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.show-detail .box .detail .list {
  text-align: center;
  width: 100%;
}
.show-detail .box .detail .list span {
  color: #999999;
  padding: 0 10px;
}
.show-detail .box .detail a {
  display: block;
  color: #019a45;
  background: url(../simages/go.png) no-repeat left center;
  padding: 0px 0 0 20px;
}
.show-detail .box .content {
  padding: 10px 0;
}
.show-detail .box .content img,video{
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
.show-detail .box .content h2{
  font-weight: bold;
  line-height: 34px !important;
  font-size: 16px !important;
  text-indent: 2em;
}
.show-detail .box .content p,h2 {
  line-height: 38px;
  font-size: 16px;
  text-indent: 2em;
}
.show-detail .box .content p span{
  font-size: 16px!important;
}
.show-detail .box .return a {
  display: block;
  width: 220px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0 auto;
  border-radius: 20px;
  background: #e5ed11;
}
.show-detail .box .return a:hover {
  background: #019a45;
  color: #fff;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}
.fixed .box {
  width: 300px;
  height: 230px;
  overflow-y: scroll;
}
.fixed .box a {
  width: 100%;
}
.fixed .lc {
  width: 300px;
  height: 230px;
  overflow-y: scroll;
}
.fixed .lc a {
  width: 100%;
}
.fixed2 {
  position: absolute;
  bottom: 0;
  right: 50%;
  top: auto;
  margin-right: -600px;
}
.fixed2 .box {
  width: 300px;
  height: 230px;
  overflow-y: scroll;
}
.fixed2 .box a {
  width: 100%;
}
.fixed2 .lc {
  width: 300px;
  height: 230px;
  overflow-y: scroll;
}
.fixed2 .lc a {
  width: 100%;
}
.show_route {
  margin: 0px 0 30px 0;
}
.show_route .text {
  margin: 60px 0 0 0;
  padding: 50px 20px 0;
  border: 1px solid #019a45;
  text-indent: 2em;
  position: relative;
}
.show_route .text .list {
  margin: 0 0 20px 0;
}
.show_route .text .list .t_2 {
  font-weight: bold;
  color: #019a45;
  font-size: 20px;
}
.show_route .text .list p {
  line-height: 32px;
  margin: 10px 0 0 0;
  font-size: 18px;
}
.show_route .text .icon {
  position: absolute;
  left: -1px;
  top: 0;
  margin-top: -25px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0 0 40px;
  width: 198px;
  height: 50px;
  line-height: 50px;
  background: url(../simages/route_1.png) no-repeat center center;
}
.show_route .text .icon2 {
  background: url(../simages/route_2.png) no-repeat center center;
}
.show_route .text .icon3 {
  background: url(../simages/route_3.png) no-repeat center center;
}
.show_route .tag {
  margin: 20px 0 10px;
  color: #019a45;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
