* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.4s;
}
a:hover {
  color: #dd371f !important;
  text-decoration: none;
}

.container,
.main_big_pic,
.main_big_pic > div,
.main_big_pic > div > img,
.main_p1,
.p2,
.flink,
.webinfo {
  width: 1200px !important;
}

.main_big_pic {
  margin: 0 auto 6px;
}

.nav {
  margin: 0 auto;
}
.nav p {
  width: 26%;
}
.nav ul {
  width: 74%;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-evenly;
  background: url(../images/new_nav-bg.jpg) no-repeat center center;
}
.nav ul li {
  width: auto;
  margin: 0;
}
.nav ul li a {
  font-size: 24px;
}

.p2,
.p3,
.p4 {
  margin: 0 auto;
}

.main_p1 {
  height: 434px;
  background-color: #fff;
}
.main_p1 > div {
  height: 100%;
}
.main_p1 .p1_left {
  width: 40%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_p1 .p1_left > div {
  height: 100%;
}
.main_p1 .p1_left .p1_left_img {
  width: 54px;
  font-size: 24px;
  color: #fff;
  direction: rtl;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
  white-space: nowrap;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/new_index_tbtj.jpg) no-repeat center/100% 100%;
}
.main_p1 .p1_left .p1_left_n {
  width: 100%;
  overflow: hidden;
  transform: scale();
}
.main_p1 .p1_left .p1_left_n ul {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-evenly;
  flex-direction: column;
}
.main_p1 .p1_left .p1_left_n ul li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.main_p1 .p1_left .p1_left_n ul li a {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 0 1em;
  transition: color 0.6s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_p1 .p1_left .p1_left_n ul li a:hover {
  color: #3057a4;
}
.main_p1 .p1_right_n {
  width: 60%;
  padding: 0;
}
.main_p1 .p1_right_n .mySwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.main_p1 .p1_right_n .mySwiper .swiper-slide div,
.main_p1 .p1_right_n .mySwiper .button_wrap,
.main_p1 .p1_right_n .mySwiper .my_pagination_wrap {
  height: 80px;
}
.main_p1 .p1_right_n .mySwiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.main_p1 .p1_right_n .mySwiper .swiper-slide img,
.main_p1 .p1_right_n .mySwiper .swiper-slide div {
  width: 100%;
}
.main_p1 .p1_right_n .mySwiper .swiper-slide img {
  height: 100%;
}
.main_p1 .p1_right_n .mySwiper .swiper-slide div {
  display: block;
  padding: 0 20%;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_p1 .p1_right_n .mySwiper .swiper-slide div span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main_p1 .p1_right_n .mySwiper .button_wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.main_p1 .p1_right_n .mySwiper .button_wrap .my_prev,
.main_p1 .p1_right_n .mySwiper .button_wrap .my_next {
  width: 14px;
  height: 28px;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  background: url(../images/prev.png) no-repeat center/100%;
  transition: all 0.4s ease-out;
}
.main_p1 .p1_right_n .mySwiper .button_wrap .my_prev:hover,
.main_p1 .p1_right_n .mySwiper .button_wrap .my_next:hover {
  transform: rotate(360deg) scale(1.2);
}
.main_p1 .p1_right_n .mySwiper .button_wrap .my_prev {
  left: 2%;
}
.main_p1 .p1_right_n .mySwiper .button_wrap .my_next {
  right: 2%;
  transform: rotate(180deg);
}
.main_p1 .p1_right_n .mySwiper .button_wrap .my_next:hover {
  transform: rotate(540deg) scale(1.2);
}
.main_p1 .p1_right_n .mySwiper .my_pagination_wrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 6%;
  display: flex;
  align-items: center;
}
.main_p1 .p1_right_n .mySwiper .my_pagination_wrap .my_pagination {
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 1;
  font-size: 24px;
  color: #fff;
  letter-spacing: 8px;
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main_p1 .p1_right_n .mySwiper .my_pagination_wrap .my_pagination .swiper-pagination-current {
  font-size: 30px;
}

.p2 {
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
}
.p2 .p2_left {
  width: 68%;
  overflow: hidden;
}
.p2 .p2_left > div {
  width: 100%;
}
.p2 .p2_left .xwzx_top {
  height: 44px;
  line-height: 1;
  font-size: 24px;
  padding: 0 0.5em 0 1em;
  background: url(../images/new_xwzx_top.jpg) no-repeat center/100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p2 .p2_left .xwzx_top span {
  width: auto;
}
.p2 .p2_left .xwzx_top span a {
  width: auto;
  font-size: 14px;
}
.p2 .p2_left .xwzx_nr a,
.p2 .p2_left .xwzx_nr img {
  width: 100%;
}
.p2 .p2_left .xwzx_nr a img {
  height: 100%;
}
.p2 .p2_left .xwxz {
  padding: 0 20px;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.p2 .p2_left .xwxz #tagContent {
  height: auto;
}
.p2 .p2_left .xwxz #tagContent,
.p2 .p2_left .xwxz .tagContent {
  width: 100%;
}
.p2 .p2_left .xwxz .lb_k {
  width: 100%;
  height: 146px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p2 .p2_left .xwxz .lb_k img {
  width: 22%;
  height: 100%;
  margin-right: 2%;
}
.p2 .p2_left .xwxz .lb_k > span {
  width: auto;
  float: none;
  flex: 1;
  display: block;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p2 .p2_left .xwxz .lb_k > span,
.p2 .p2_left .xwxz .lb_k > span > div,
.p2 .p2_left .xwxz .lb_k > span a {
  width: 100%;
}
.p2 .p2_left .xwxz .lb_k > span a {
  display: block;
}
.p2 .p2_left .xwxz .lb_k > span .lb_tit a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p2 .p2_left .xwxz .lb_k > span .lb_sm {
  display: none;
}
.p2 .p2_left .xwxz .lb_k > span .lb_gjz {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p2 .p2_left .xwxz .lb_k > span .lb_gjz span {
  width: auto;
  height: auto;
  float: none;
}
.p2 .p2_left .xwxz .more_pic_wrap > div,
.p2 .p2_left .xwxz .more_pic_wrap #BannerZoneAD_Div15,
.p2 .p2_left .xwxz .more_pic_wrap #BannerZoneAD_Div15 img {
  width: 100% !important;
}
.p2 .p2_left .xwxz .more_pic_wrap .lb_more {
  height: 32px;
  line-height: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p2 .p2_right {
  width: 30%;
  overflow: hidden;
}
.p2 .p2_right .code_wrap {
  width: 100%;
  margin-bottom: 10px;
}
.p2 .p2_right .code_wrap .top_img {
  height: 140px;
  background-color: #be0000;
}
.p2 .p2_right .code_wrap .top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p2 .p2_right .code_wrap ul {
  height: 416px;
  padding: 20px 6%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}
.p2 .p2_right .code_wrap ul li {
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p2 .p2_right .code_wrap ul li span {
  font-size: 18px;
  line-height: 1;
  margin-top: 0.5em;
}
.p2 .p2_right .p2_r_k {
  width: 100%;
  height: 450px;
  font-size: 18px;
  padding: 0 1em;
}
.p2 .p2_right .p2_r_k .in_rcpx,
.p2 .p2_right .p2_r_k .in_jrzq {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p2 .p2_right .p2_r_k .in_top {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.p2 .p2_right .p2_r_k .in_top .p2_title {
  border-top-color: #dd371f;
}
.p2 .p2_right .p2_r_k .in_top .p2_span {
  width: auto;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}
.p2 .p2_right .p2_r_k .in_top .p2_span a {
  line-height: 1;
}
.p2 .p2_right .p2_r_k .in_bottom {
  width: 100%;
  flex: 1;
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p2 .p2_right .p2_r_k .in_bottom > span {
  width: 100%;
  height: 36px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.p2 .p2_right .p2_r_k .in_bottom > span a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p2 .p2_right .p2_r_k .in_zqzh {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.p2 .p2_right .p2_r_k .in_zqzh .tabshow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.p2 .p2_right .p2_r_k .in_zqzh .tabshow .tabTagBox {
  height: 100%;
  overflow: hidden;
  margin-right: 1em;
}
.p2 .p2_right .p2_r_k .in_zqzh .tabshow .tabTagBox ul {
  height: 100%;
}
.p2 .p2_right .p2_r_k .in_zqzh .tabshow .tabTagBox ul li {
  width: 100%;
  height: 50%;
  color: #464646;
  line-height: 1;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  transition: all 0.6s;
}
.p2 .p2_right .p2_r_k .in_zqzh .tabshow .tabTagBox ul .current {
  color: #fff;
  background-color: red;
}
.p2 .p2_right .p2_r_k .in_zqzh .tabshow .tabcon {
  width: auto;
  height: 100%;
  overflow: hidden;
  position: static;
}
.p2 .p2_right .p2_r_k .in_zqzh .tabshow .tabcon h2 {
  height: 100%;
  line-height: 1;
  padding: 0;
}
.p2 .p2_right .p2_r_k .in_zqzh .tabshow .tabcon h2 img {
  height: 100%;
}
.p2 .p2_right .banner {
  height: 98px;
}
.p2 .p2_right .banner #BannerZoneAD_Div16,
.p2 .p2_right .banner img {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}

.p3 {
  margin-bottom: 20px;
}
.p3 .p2_right .p2_r_k {
  height: 463px;
}
.p3 .p2_right .p2_r_k:nth-of-type(2) {
  margin-bottom: 0;
}

.bottom {
  padding-top: 1em;
  border-top-color: #dd371f;
}
.bottom .flink,
.bottom .webinfo {
  margin: 0 auto;
}
.bottom .flink {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.bottom .flink > div {
  overflow: hidden;
}
.bottom .flink span {
  color: #dd371f;
}
.bottom .flink ul {
  width: auto;
  width: 100%;
  height: 32px;
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0;
}
.bottom .flink ul li {
  width: 18%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom .flink ul .dq {
  background-color: #dd371f;
}
.bottom .flink ol {
  width: auto;
  padding: 0;
}
.bottom .flink ol li {
  width: auto;
  height: 48px;
  display: flex;
  align-items: center;
}
.bottom .flink ol li:not(:nth-last-of-type(1)) {
  margin-right: 1em;
}