/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  width: 1400px;
  margin: 0 auto;
}
.pulic_head_cont {
  border-top: 50px solid #aa1413;
  background: #f7f2eb;
  position: relative;
  z-index: 11;
}
.pulic_head_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_head_cont .logo {
  display: block;
}
.pulic_head_cont .navi_cont {
  display: flex;
  align-items: center;
}
.pulic_head_cont .navi_cont .li {
  position: relative;
  padding: 30px 0;
}
.pulic_head_cont .navi_cont .li .tle {
  margin: 0 16px;
  font-size: 18px;
  color: #2a2623;
}
.pulic_head_cont .navi_cont .li .tle:hover {
  color: #aa1413;
}
.pulic_head_cont .navi_cont .li .bit_cont {
  position: absolute;
  box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  left: -15px;
  top: 100%;
  padding: 10px 0 15px;
  right: -15px;
  background: #f7f2eb url(../i/header_nav_bg.png) no-repeat right bottom;
  border-top: 2px solid #aa1413;
}
.pulic_head_cont .navi_cont .li .bit_cont .dd {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  position: relative;
  color: #474747;
}
.pulic_head_cont .navi_cont .li .bit_cont .dd::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  border-top: 1px solid #e9e3da;
  width: 30px;
}
.pulic_head_cont .navi_cont .li .bit_cont .dd:hover {
  color: #aa1413;
}
.pulic_head_cont .navi_cont .li:hover .bit_cont {
  opacity: 1;
  visibility: visible;
}
.index_baner_cont {
  position: relative;
}
.index_baner_cont .bg {
  display: block;
  width: 100%;
}
.index_baner_cont .deta_content {
  position: absolute;
  width: 1230px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index_baner_cont .deta_content .item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 276px;
  height: 276px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_baner_cont .deta_content .item.bg_1 {
  background: url(../i/index_nav_bg2.png) no-repeat left bottom;
  background-size: 100% auto;
  margin-top: -160px;
  margin-left: -320px;
}
.index_baner_cont .deta_content .item.bg_2 {
  background: url(../i/index_nav_bg2.png) no-repeat left bottom;
  background-size: 100% auto;
  margin-top: -320px;
  margin-left: 0;
}
.index_baner_cont .deta_content .item.bg_3 {
  background: #f6e5cc;
  background-size: 100% auto;
  margin-top: -160px;
  margin-left: 320px;
}
.index_baner_cont .deta_content .item.bg_3 .txt {
  color: #aa1413;
}
.index_baner_cont .deta_content .item.bg_4 {
  background: url(../i/index_nav_bg.png) no-repeat left bottom;
  background-size: 100% auto;
  margin-top: 0;
  margin-left: 0;
}
.index_baner_cont .deta_content .item .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  transition: all 0.8s ease;
}
.index_baner_cont .deta_content .item .tis_i img {
  width: 100%;
  display: block;
}
.index_baner_cont .deta_content .item .txt {
  font-size: 30px;
  color: #f6e5cc;
  padding: 10px 0;
  text-align: center;
}
.index_baner_cont .deta_content .item:hover .tis_i {
  transform: scale(0.95);
}
.pulic_footer_cont {
  background: #262426;
  padding-top: 68px;
}
.pulic_footer_cont .bit_content {
  border-top: 1px solid #565352;
  padding: 40px 0 80px;
}
.pulic_footer_cont .bit_content .contain {
  display: flex;
  justify-content: space-between;
}
.pulic_footer_cont .bit_content .l_content {
  text-align: left;
}
.pulic_footer_cont .bit_content .l_content p {
  font-size: 16px;
  color: #e5d8cf;
  padding: 10px 0;
}
.pulic_footer_cont .bit_content .r_content {
  display: flex;
  align-items: center;
}
.pulic_footer_cont .bit_content .r_content .inf_cont {
  text-align: right;
}
.pulic_footer_cont .bit_content .r_content .nav_dl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.pulic_footer_cont .bit_content .r_content .nav_dl .dd {
  display: block;
  margin-left: 26px;
  font-size: 16px;
  color: #e5d8cf;
}
.pulic_footer_cont .bit_content .r_content .copy {
  text-align: right;
  font-size: 15px;
  color: #e5d8cf;
}
.pulic_footer_cont .bit_content .r_content .code_dl {
  display: flex;
  align-items: center;
}
.pulic_footer_cont .bit_content .r_content .code_dl .dl {
  margin-left: 20px;
}
.pulic_footer_cont .bit_content .r_content .code_dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
}
.pulic_footer_cont .bit_content .r_content .code_dl .dd {
  text-align: center;
  font-size: 14px;
  color: #e5d8cf;
}
.pulic_cont_baner {
  display: block;
  width: 100%;
  position: relative;
}
.pulic_cont_baner img {
  display: block;
  width: 100%;
}
.pulic_cont_baner .contain {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
}
.pulic_cont_baner .contain .ksjs_title {
  position: absolute;
  right: 0;
  top: 70px;
  width: 80px;
  height: 320px;
  background: url(../i/ksjs_baner_title.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #f3f3f3;
  letter-spacing: 1px;
  text-align: center;
}
.about_pulic_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0;
  font-size: 42px;
  color: #474747;
}
.about_pulic_title img {
  margin: 0 30px;
  width: 31px;
}
.about_case_1 {
  padding: 90px 0;
  background: url(../i/cont_bg.png);
}
.about_case_1 .deta_content {
  display: flex;
  justify-content: space-between;
}
.about_case_1 .l_cont {
  width: 50%;
  padding: 20px 40px 0;
}
.about_case_1 .l_cont .txt p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.about_case_1 .l_cont .more_btn {
  display: flex;
  align-items: center;
  font-size: 23px;
  color: #2a2623;
}
.about_case_1 .l_cont .more_btn img {
  margin: 0 12px;
}
.about_case_1 .r_cont {
  width: 654px;
  height: 414px;
  padding: 10px;
  border: 1px solid #996857;
}
.about_case_1 .r_cont img {
  display: block;
  width: 100%;
  border: 1px solid #a6634d;
}
.about_case_2 {
  background: url(../i/about_bg_1.png) no-repeat center;
  background-size: cover;
  padding: 70px 0 120px;
}
.about_case_2 .about_pulic_title {
  color: #f6e5cc;
  margin-bottom: 60px;
}
.about_case_2 .video_content {
  width: 1170px;
  height: 614px;
  background: url(../i/about_video_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 14px;
}
.about_case_2 .video_content video {
  width: 100%;
}
.about_case_3 {
  background: url(../i/about_bg_2.png) no-repeat center;
  background-size: cover;
  padding: 45px 0;
}
.about_case_3 .last_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_case_3 .last_cont .list {
  margin: 0 100px;
}
.about_case_3 .last_cont .list:hover .tis_i img {
  z-index: 1;
}
.about_case_3 .last_cont .list:hover .tis_i img:nth-child(2) {
  z-index: 2;
}
.about_case_3 .last_cont .tis_i {
  display: block;
  width: 138px;
  height: 149px;
  position: relative;
  margin: 0 auto;
}
.about_case_3 .last_cont .tis_i img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.about_case_3 .last_cont .tis_i img:nth-child(2) {
  z-index: 1;
}
.about_case_3 .last_cont .txt {
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  color: #aa1413;
}
.jyzn_content {
  padding: 100px 0;
  background: url(../i/jyzn_bg.png) repeat;
}
.pulic_content_navi {
  position: relative;
  overflow: hidden;
  padding: 0 32px;
  margin-bottom: 20px;
}
.pulic_content_navi .navi_prev {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 45px;
  background: url(../i/tab_nav_l.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  z-index: 11;
}
.pulic_content_navi .navi_next {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 45px;
  background: url(../i/tab_nav_r.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
  z-index: 11;
}
.pulic_content_navi .swiper-slide {
  height: 46px;
  background: url(../i/tab_nav_bg.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulic_content_navi .swiper-slide a {
  font-size: 20px;
  color: #595959;
}
.pulic_content_navi .swiper-slide:hover,
.pulic_content_navi .swiper-slide.hover {
  background: url(../i/tab_nav_bgh.png) no-repeat center;
  background-size: cover;
}
.pulic_content_navi .swiper-slide:hover a,
.pulic_content_navi .swiper-slide.hover a {
  color: #fdfdfd;
}
.visit_tab_content .header img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}
.visit_tab_content .tbody_cont img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.traffic_detail_cont {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.traffic_detail_cont .l_map {
  width: 966px;
}
.traffic_detail_cont .l_map img {
  display: block;
  width: 100%;
}
.traffic_detail_cont .r_cont {
  width: 424px;
}
.traffic_detail_cont .r_cont .det_cont {
  width: 100%;
  padding: 24px 34px;
  background: #bf0505;
}
.traffic_detail_cont .r_cont .det_cont .tis_i {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.traffic_detail_cont .r_cont .det_cont .det_txt {
  height: 150px;
  overflow-y: scroll;
  padding-right: 10px;
  /* 设置滚动条的滑块部分的样式 */
  /* 设置滚动条轨道的样式 */
}
.traffic_detail_cont .r_cont .det_cont .det_txt::-webkit-scrollbar {
  width: 12px;
  /* 滚动条宽度 */
  height: 150px;
  /* 滚动条高度 */
}
.traffic_detail_cont .r_cont .det_cont .det_txt::-webkit-scrollbar-thumb {
  background: url(../i/traffic_ring.png) no-repeat center;
  /* 滑块颜色 */
  background-size: cover;
}
.traffic_detail_cont .r_cont .det_cont .det_txt::-webkit-scrollbar-track {
  background: url(../i/traffic_line.png) no-repeat center top;
  /* 轨道颜色 */
  background-size: cover;
}
.traffic_detail_cont .r_cont .det_cont .det_txt .txt {
  padding: 10px 0 24px;
  border-bottom: 1px solid rgba(217, 89, 88, 0.51);
  font-size: 15px;
  color: #ffffff;
}
.traffic_detail_cont .r_cont .det_cont:nth-child(1) {
  background: url(../i/traffic_bg.png) no-repeat center;
  background-size: cover;
}
.discou_detail_cont {
  position: relative;
  background: url(../i/cont_bg.png) repeat;
  padding: 90px 0 140px;
}
.discou_detail_cont .bit_i {
  position: absolute;
  left: 0;
  bottom: 0;
}
.discou_detail_cont .title_head {
  text-align: center;
  font-size: 34px;
  color: #474747;
  font-weight: bold;
}
.discou_detail_cont .det_cont {
  margin-bottom: 30px;
}
.discou_detail_cont .det_cont .txt {
  font-size: 16px;
  color: #474747;
}
.discou_detail_cont .det_cont span {
  color: #e81111;
}
.discou_detail_cont .det_cont img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
.depart_intro {
  padding: 30px 0 270px;
  background: url(../i/cont_bg.png) repeat;
  position: relative;
}
.depart_intro .bit_i {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pulic_maps_tip {
  padding: 10px 0;
  margin-bottom: 30px;
}
.depart_inf_cont {
  padding: 80px 0 40px;
}
.depart_inf_cont .tle_head {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #313131;
  margin-bottom: 40px;
}
.depart_inf_cont .tle_head img {
  margin-right: 10px;
}
.depart_inf_cont .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.depart_inf_cont .last_cont .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 46px;
  background: url(../i/ksjs_nav_bg.png) no-repeat center;
  background-size: cover;
  font-size: 22px;
  color: #ffffff;
  margin-right: 13px;
  margin-bottom: 22px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.depart_inf_cont .last_cont .li:nth-child(6n) {
  margin-right: 0;
}
.depart_det_1 {
  background: url(../i/cont_bg_1.png);
  padding: 40px 0 100px;
}
.depart_det_1 .det_txt p {
  text-indent: 2em;
  font-size: 16px;
  color: #474747;
  margin-bottom: 10px;
}
.depart_det_2 {
  padding: 74px 0;
  background: url(../i/cont_bg.png);
}
.depart_last_cont {
  display: flex;
  flex-wrap: wrap;
}
.depart_last_cont .list {
  margin-right: 24px;
  width: 255px;
  border-radius: 10px;
  background: url(../i/ksxq_list_bg.png) no-repeat center;
  background-size: cover;
  padding: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.depart_last_cont .list:nth-child(5n) {
  margin-right: 0;
}
.depart_last_cont .list .tis_i {
  display: block;
  width: 100%;
  position: relative;
}
.depart_last_cont .list .tis_i img {
  display: block;
  width: 100%;
}
.depart_last_cont .list .tis_i::after {
  content: "";
  display: block;
  width: 160px;
  height: 140px;
  background: url(../i/ksxq_ava_bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -12px;
  left: -12px;
}
.depart_last_cont .list .bit_txt {
  padding: 10px 0;
  text-align: center;
}
.depart_last_cont .list .bit_txt h2 {
  font-size: 22px;
  color: #373737;
  margin-bottom: 10px;
}
.depart_last_cont .list .bit_txt p {
  font-size: 15px;
  color: #575757;
}
.contact_contain_box {
  background: url(../i/contact_i_1.png) no-repeat center left;
  padding: 90px 0 100px;
}
.contact_contain_box .case_1 {
  margin-bottom: 70px;
  margin-top: 50px;
}
.contact_contain_box .case_1 p {
  font-size: 15px;
  color: #373737;
  margin-bottom: 15px;
}
.contact_contain_box .case_2 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contact_contain_box .case_2 .l_map {
  width: 966px;
}
.contact_contain_box .case_2 .l_map img {
  display: block;
  width: 100%;
}
.contact_contain_box .case_2 .r_cont {
  width: 424px;
  background: url(../i/contact_i_4.png) no-repeat center;
  background-size: cover;
}
.contact_contain_box .case_2 .r_cont .det_cont {
  width: 100%;
  padding: 24px 34px;
}
.contact_contain_box .case_2 .r_cont .det_cont .tis_i {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.contact_contain_box .case_2 .r_cont .det_cont .det_txt {
  padding-right: 10px;
}
.contact_contain_box .case_2 .r_cont .det_cont .det_txt .tle {
  font-size: 18px;
  color: #ffffff;
}
.contact_contain_box .case_2 .r_cont .det_cont .det_txt .txt {
  padding: 10px 0 24px;
  border-bottom: 1px solid rgba(217, 89, 88, 0.51);
  font-size: 15px;
  color: #ffffff;
}
.contact_contain_box .case_2 .r_cont .det_cont:last-child .det_txt .txt {
  border-bottom: 0;
}
.contact_navi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_navi .li {
  width: 234px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  background: url(../i/tab_nav_bg.png) no-repeat center;
  background-size: cover;
}
.contact_navi .li a {
  font-size: 20px;
  color: #595959;
}
.contact_navi .li:hover,
.contact_navi .li.hover {
  background: url(../i/tab_nav_bgh.png) no-repeat center;
  background-size: cover;
}
.contact_navi .li:hover a,
.contact_navi .li.hover a {
  color: #fff;
}
.tszl_case_1 {
  padding: 30px 0 60px;
  background: url(../i/cont_bg.png);
}
.tszl_case_2 {
  padding: 70px 0 100px;
  position: relative;
}
.tszl_case_2 .bits_i {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tszl_case_2 .case_1 h2 {
  text-align: center;
  font-size: 34px;
  color: #474747;
  margin-bottom: 20px;
}
.tszl_case_2 .case_1 img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}
.tszl_case_2 .case_1 p {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
  text-indent: 2em;
}
.tszl_case_2 .case_2 {
  margin-top: 50px;
}
.tszl_case_2 .case_2 .ava_det_cont {
  text-align: center;
}
.tszl_case_2 .case_2 .ava_det_cont .tis_ava {
  display: block;
  width: 347px;
  height: 308px;
  margin: 0 auto 40px;
  background: url(../i/tszl_ava_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.tszl_case_2 .case_2 .ava_det_cont .tis_ava .ava {
  display: block;
  width: 297px;
  height: 297px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 31px;
  border: 1px solid #f5cb74;
}
.tszl_case_2 .case_2 .ava_det_cont .tis_ava .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.tszl_case_2 .case_2 .ava_det_cont .name_det {
  width: 360px;
  height: 74px;
  margin: 10px auto 0;
  background: url(../i/tszl_btn_bg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  font-size: 35px;
  color: #000000;
  line-height: 74px;
}
.tszl_case_2 .case_2 .txt p {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
}
.tszj_case_1 {
  padding: 70px 0;
  background: url(../i/cont_bg_1.png);
}
.tszj_case_1 .last_content {
  width: 1265px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 32px 70px;
  margin: 30px auto;
  display: block;
}
.tszj_case_1 .last_content::before {
  content: "";
  display: block;
  width: 101%;
  height: 90%;
  border: 1px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tszj_case_1 .last_content .tips_title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #474747;
  margin-bottom: 26px;
}
.tszj_case_1 .last_content .tips_title img {
  margin-right: 10px;
}
.tszj_case_1 .last_content .pro_list {
  position: relative;
  z-index: 2;
}
.tszj_case_1 .last_content .pro_list .line {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.tszj_case_1 .last_content .pro_list .pro_det {
  display: flex;
  padding: 10px 0;
}
.tszj_case_1 .last_content .pro_list .pro_det .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 119px;
}
.tszj_case_1 .last_content .pro_list .pro_det .pro_i img {
  display: block;
  width: 100%;
}
.tszj_case_1 .last_content .pro_list .pro_det .txt {
  width: calc(100% - 192px);
  padding-left: 20px;
  font-size: 14px;
  color: #575757;
  line-height: 26px;
}
.news_detail_cont {
  background: url(../i/cont_bg.png);
  position: relative;
  padding: 30px 0 100px 0;
}
.news_detail_cont .bit_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_detail_cont .title_head {
  text-align: center;
  margin-bottom: 50px;
}
.news_detail_cont .title_head h2 {
  font-size: 34px;
  color: #474747;
  margin-bottom: 16px;
}
.news_detail_cont .title_head p {
  font-size: 15px;
  color: #575757;
}
.news_detail_cont .det_txt p {
  font-size: 16px;
  line-height: 32px;
}
.yyjs_detail_cont {
  position: relative;
  padding: 30px 0 140px;
  background: url(../i/cont_bg.png);
  overflow: hidden;
}
.yyjs_detail_cont .bit_bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.yyjs_detail_cont .detail_cont {
  padding-top: 50px;
}
.yyjs_detail_cont .detail_cont .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 34px;
  color: #474747;
}
.yyjs_detail_cont .detail_cont p {
  font-size: 16px;
  line-height: 32px;
  color: #575757;
}
.zjtt_contain {
  position: relative;
  padding: 30px 0 140px;
  background: url(../i/cont_bg_1.png);
}
.zjtt_contain .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.zjtt_contain .last_cont .list {
  width: 325px;
  margin-right: 32px;
  position: relative;
  margin-bottom: 16px;
}
.zjtt_contain .last_cont .list:nth-child(4n) {
  margin-right: 0;
}
.zjtt_contain .last_cont .list .list_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 103%;
  height: 90%;
  border: 1px solid #fff;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.zjtt_contain .last_cont .list .cont_bg {
  position: relative;
  z-index: 2;
  padding: 26px 24px;
  border-radius: 10px;
  background: #fff;
}
.zjtt_contain .last_cont .list .title_head {
  padding: 10px 0;
  font-size: 20px;
  color: #373737;
  position: relative;
}
.zjtt_contain .last_cont .list .title_head .more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ffffff;
  opacity: 0;
}
.zjtt_contain .last_cont .list .title_head .more img {
  margin-left: 10px;
}
.zjtt_contain .last_cont .list .line {
  width: 100%;
  margin: 10px auto;
  opacity: 0.2;
}
.zjtt_contain .last_cont .list .bit_det {
  display: flex;
  flex-wrap: wrap;
  min-height: 110px;
}
.zjtt_contain .last_cont .list .bit_det .li {
  width: calc(100% / 3);
  text-align: center;
  padding: 14px 0;
  font-size: 15px;
  color: #575757;
}
.zjtt_contain .last_cont .list:hover .cont_bg {
  background: url(../i/zjtt_hover.png) no-repeat center;
  background-size: cover;
}
.zjtt_contain .last_cont .list:hover .title_head {
  color: #fff;
}
.zjtt_contain .last_cont .list:hover .title_head .more {
  opacity: 1;
}
.zjtt_contain .last_cont .list:hover .line {
  opacity: 1;
}
.zjtt_contain .last_cont .list:hover .list_bg {
  background: #b00505;
  border: 1px solid #b00505;
}
.zjtt_contain .last_cont .list:hover .bit_det .li {
  color: #fff;
}
.zjtt_detail_contain {
  padding: 60px 0;
}
.zjtt_detail_contain .inf_head {
  display: flex;
  margin-bottom: 70px;
}
.zjtt_detail_contain .inf_head .l_ava {
  width: 284px;
  height: 418px;
}
.zjtt_detail_contain .inf_head .l_ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.zjtt_detail_contain .inf_head .det_cont {
  width: calc(100% - 284px);
  padding: 36px 28px;
  background: url(../i/zjtt_det_bg.png) no-repeat center;
  background-size: cover;
}
.zjtt_detail_contain .inf_head .det_cont .dl {
  margin-bottom: 24px;
}
.zjtt_detail_contain .inf_head .det_cont .dl .dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.zjtt_detail_contain .inf_head .det_cont .dl .dt img {
  margin-right: 6px;
}
.zjtt_detail_contain .inf_head .det_cont .dl .dd {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
}
.zjtt_detail_contain .inf_head .det_cont .dl:last-child {
  margin-bottom: 0;
}
.zjtt_detail_contain .bit_det .title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #232222;
}
.zjtt_detail_contain .bit_det .title img {
  margin-right: 10px;
}
.zjtt_detail_contain .bit_det .txt {
  font-size: 16px;
  color: #474747;
}
/***********phone************/
.phone_show {
  display: none;
}
@media (max-width: 720px) {
  .contain {
    width: 100%;
  }
  .pulic_head_cont {
    border-top-width: 10px;
  }
  .pulic_head_cont .contain {
    padding: 2rem 1rem;
  }
  .pulic_head_cont .logo img {
    width: 16rem;
  }
  .pulic_head_cont .navi_cont {
    display: none;
  }
  .pulic_head_cont .phone_menu_btn {
    width: 3rem;
    height: 2rem;
    position: relative;
  }
  .pulic_head_cont .phone_menu_btn .line {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background: #aa1413;
    position: absolute;
    transition: all 0.8s;
  }
  .pulic_head_cont .phone_menu_btn .line:nth-child(1) {
    top: 0;
    left: 0;
  }
  .pulic_head_cont .phone_menu_btn .line:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .pulic_head_cont .phone_menu_btn .line:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .pulic_head_cont .phone_menu_btn.active .line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(-226deg);
  }
  .pulic_head_cont .phone_menu_btn.active .line:nth-child(2) {
    width: 0;
  }
  .pulic_head_cont .phone_menu_btn.active .line:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(226deg);
  }
  .phone_show {
    display: block;
  }
  .phone_mene_bg {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 14;
    transition: all 0.8s;
  }
  .phone_mene_bg.active {
    right: 0;
  }
  .phone_mene_cont {
    display: block;
    position: fixed;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 1rem;
    overflow-y: scroll;
    z-index: 15;
    transition: all 0.8s;
  }
  .phone_mene_cont .li {
    padding: 1rem;
  }
  .phone_mene_cont .li .tle {
    font-size: 1.3rem;
    color: #333;
    font-weight: bold;
  }
  .phone_mene_cont .bit_cont {
    padding-left: 2rem;
  }
  .phone_mene_cont .bit_cont .dd {
    display: block;
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  .phone_mene_cont.active {
    left: 0;
  }
  .index_baner_cont {
    height: 32rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index_baner_cont .bg {
    width: 200%;
    height: 100%;
  }
  .index_baner_cont .deta_content {
    width: 100%;
  }
  .index_baner_cont .deta_content .item {
    width: 10rem;
    height: 10rem;
  }
  .index_baner_cont .deta_content .item .tis_i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
  }
  .index_baner_cont .deta_content .item .txt {
    font-size: 1.2rem;
  }
  .index_baner_cont .deta_content .item.bg_1 {
    margin-top: -4rem;
    margin-left: -16rem;
  }
  .index_baner_cont .deta_content .item.bg_2 {
    margin-top: -12rem;
    margin-left: -4rem;
  }
  .index_baner_cont .deta_content .item.bg_3 {
    margin-top: -4rem;
    margin-left: 8rem;
  }
  .index_baner_cont .deta_content .item.bg_4 {
    margin-left: -4rem;
  }
  .about_pulic_title {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .about_pulic_title img {
    width: 1.4rem;
    margin: 0 0.8rem;
  }
  .about_case_1 {
    padding: 2rem 1rem;
  }
  .about_case_1 .deta_content {
    flex-wrap: wrap;
  }
  .about_case_1 .l_cont {
    width: 100%;
    padding: 1rem 0;
  }
  .about_case_1 .l_cont .txt p {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .about_case_1 .l_cont .more_btn {
    font-size: 1.2rem;
  }
  .about_case_1 .l_cont .more_btn img {
    width: 1.4rem;
    margin: 0 0.8rem;
  }
  .about_case_1 .r_cont {
    width: 100%;
    height: auto;
  }
  .about_case_2 {
    padding: 2rem 1rem;
  }
  .about_case_2 .about_pulic_title {
    margin-bottom: 1rem;
  }
  .about_case_2 .video_content {
    width: 100%;
    height: auto;
  }
  .about_case_3 {
    padding: 2rem 1rem;
  }
  .about_case_3 .last_cont {
    flex-wrap: wrap;
  }
  .about_case_3 .last_cont .list {
    width: 50%;
    padding: 1rem 0;
    margin: 0 auto;
  }
  .about_case_3 .last_cont .tis_i {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }
  .about_case_3 .last_cont .txt {
    padding: 0.5rem 0;
    font-size: 1.4rem;
  }
  .pulic_footer_cont {
    padding-top: 2rem;
  }
  .pulic_footer_cont .bit_content {
    padding: 2rem 1rem 1rem;
  }
  .pulic_footer_cont .bit_content .contain {
    flex-wrap: wrap;
  }
  .pulic_footer_cont .bit_content .l_content {
    width: 100%;
  }
  .pulic_footer_cont .bit_content .r_content {
    width: 100%;
    flex-wrap: wrap;
  }
  .pulic_footer_cont .bit_content .r_content .nav_dl {
    flex-wrap: wrap;
  }
  .pulic_footer_cont .bit_content .r_content .nav_dl .dd {
    width: calc(100% / 4);
    margin: 0;
    padding: 0.6rem 0;
  }
  .pulic_footer_cont .bit_content .r_content .copy {
    text-align: left;
  }
  .pulic_footer_cont .bit_content .r_content .inf_cont {
    width: 100%;
    text-align: left;
  }
  .tszj_case_1 {
    padding: 2rem 1rem;
  }
  .tszj_case_1 .last_content {
    width: 100%;
    padding: 1rem;
    margin: 1rem auto;
  }
  .tszj_case_1 .last_content::before {
    display: none;
  }
  .tszj_case_1 .last_content .tips_title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .tszj_case_1 .last_content .tips_title img {
    margin-right: 1rem;
  }
  .tszj_case_1 .last_content .pro_list .line {
    display: none;
  }
  .tszj_case_1 .last_content .pro_list .pro_det {
    flex-wrap: wrap;
  }
  .tszj_case_1 .last_content .pro_list .pro_det .pro_i {
    width: 100%;
    height: auto;
  }
  .tszj_case_1 .last_content .pro_list .pro_det .txt {
    width: 100%;
    padding: 1rem 0;
    font-size: 1rem;
  }
  .contact_navi {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .contact_navi .li {
    width: 16rem;
    height: 3rem;
    margin: 0 0.5rem 1rem;
  }
  .contact_navi .li a {
    font-size: 1.2rem;
  }
  .pulic_maps_tip {
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .news_detail_cont {
    padding: 1rem 1rem 2rem;
  }
  .news_detail_cont .bit_bg {
    width: 100%;
  }
  .news_detail_cont .title_head {
    margin-bottom: 2rem;
  }
  .news_detail_cont .title_head h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .news_detail_cont .title_head p {
    font-size: 1.2rem;
  }
  .news_detail_cont .det_txt p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .pulic_content_navi .swiper-slide {
    height: 2.8rem;
  }
  .pulic_content_navi .swiper-slide a {
    font-size: 1rem;
  }
  .pulic_content_navi .navi_next,
  .pulic_content_navi .navi_prev {
    height: 38px;
  }
  .jyzn_content {
    padding: 2rem 0;
  }
  .visit_tab_content {
    overflow-x: scroll;
  }
  .visit_tab_content .header {
    width: 200%;
  }
  .visit_tab_content .header img {
    width: 200%;
  }
  .visit_tab_content .tbody_cont {
    width: 200%;
  }
  .visit_tab_content .tbody_cont img {
    width: 200%;
  }
  .discou_detail_cont {
    padding: 2rem 1rem;
  }
  .discou_detail_cont .bit_i {
    width: 100%;
  }
  .discou_detail_cont .title_head {
    font-size: 1.8rem;
  }
  .discou_detail_cont .det_cont {
    margin-bottom: 1rem;
  }
  .discou_detail_cont .det_cont .txt {
    font-size: 1.2rem;
  }
  .traffic_detail_cont {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .traffic_detail_cont .l_map {
    width: 100%;
  }
  .traffic_detail_cont .r_cont {
    width: 100%;
  }
  .pulic_cont_baner .contain {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
  }
  .pulic_cont_baner .contain .ksjs_title {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 8rem;
    height: 12rem;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #f3f3f3;
    letter-spacing: 1px;
    text-align: center;
  }
  .depart_det_1 {
    padding: 1rem 1rem 2rem;
  }
  .depart_det_2 {
    padding: 1rem;
  }
  .depart_last_cont .list {
    width: 49%;
    margin-right: 2% !important;
  }
  .depart_last_cont .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .depart_intro {
    padding: 1rem 0 3rem;
  }
  .depart_intro .contain {
    position: relative;
    z-index: 2;
  }
  .depart_inf_cont {
    padding: 2rem 1rem 1rem;
  }
  .depart_inf_cont .bit_i {
    width: 100%;
  }
  .depart_inf_cont .tle_head {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
  .depart_inf_cont .last_cont .li {
    width: 32%;
    height: 3rem;
    margin-right: 2% !important;
    font-size: 1rem;
  }
  .depart_inf_cont .last_cont .li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .contact_contain_box {
    padding: 1rem 1rem 2rem;
  }
  .contact_contain_box .case_2 {
    flex-wrap: wrap;
  }
  .contact_contain_box .case_2 .l_map {
    width: 100%;
  }
  .contact_contain_box .case_2 .r_cont {
    width: 100%;
  }
  .tszl_case_1 {
    padding: 1rem 0 2rem;
  }
  .tszl_case_2 {
    padding: 1rem 0 2rem;
  }
  .tszl_case_2 .bits_i {
    width: 100%;
  }
  .tszl_case_2 .contain {
    position: relative;
    z-index: 2;
    padding: 0 1rem;
  }
  .tszl_case_2 .case_1 h2 {
    font-size: 1.6rem;
  }
  .tszl_case_2 .case_2 {
    margin-top: 2rem;
  }
  .tszl_case_2 .case_2 .ava_det_cont .tis_ava {
    width: 12rem;
    height: 12rem;
  }
  .tszl_case_2 .case_2 .ava_det_cont .tis_ava .ava {
    width: 12rem;
    height: 12rem;
    top: 0;
    left: 0;
  }
  .tszl_case_2 .case_2 .ava_det_cont .name_det {
    width: 16rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }
  .yyjs_detail_cont {
    padding: 1rem 0 2rem;
  }
  .yyjs_detail_cont .contain {
    padding: 0 1rem;
  }
  .zjtt_contain {
    padding: 1rem 0 2rem;
  }
  .zjtt_contain .last_cont {
    padding: 1rem;
  }
  .zjtt_contain .last_cont .list {
    width: 49%;
    margin-right: 2% !important;
  }
  .zjtt_contain .last_cont .list .cont_bg {
    padding: 1rem;
  }
  .zjtt_contain .last_cont .list .title_head {
    font-size: 1.2rem;
  }
  .zjtt_contain .last_cont .list .title_head .more img {
    width: 0.9rem;
  }
  .zjtt_contain .last_cont .list .bit_det {
    align-items: flex-start;
  }
  .zjtt_contain .last_cont .list .bit_det .li {
    padding: 0.5rem 0;
  }
  .zjtt_contain .last_cont .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .zjtt_detail_contain {
    padding: 1rem 0;
  }
  .zjtt_detail_contain .inf_head {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .zjtt_detail_contain .inf_head .l_ava {
    width: 100%;
    height: auto;
  }
  .zjtt_detail_contain .inf_head .det_cont {
    width: 100%;
    padding: 1rem;
  }
  .zjtt_detail_contain .bit_det {
    padding: 1rem;
  }
}
