@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
  cursor: pointer;
  /* 修改鼠标指针样式 */
  font-size: 16px;
}

ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
  background: transparent;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.headers {
  width: 100%;
  height: 60px;
  background-color: #2f2f2f;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.headers .headers_n {
  max-width: 1200px;
  margin: 0 auto;
  color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.headers .headers_n .headers_ul {
  display: flex;
}

.headers .headers_n .headers_ul > li {
  margin-right: 57px;
}

.headers .headers_n .headers_ul > li > a {
  color: #fff !important;
}

.headers .headers_n .header_right {
  display: flex;
  height: 100%;
  align-items: center;
}

.headers .headers_n .header_right a {
  color: #fff;
}

.headers .headers_n .header_right .sg {
  margin-right: 18px;
  margin-left: 18px;
}

.headers .headers_n .header_right > .li2 {
  width: 90px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 200;
  margin-left: 20px;
}

.headers .headers_n .header_right > .li2:hover > .ul {
  position: absolute;
  top: 60px;
  width: 90px;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.1);
}

.headers .headers_n .header_right > .li2:hover > .ul > a {
  color: #000 !important;
}

.headers .headers_n .header_right > .li2:hover > .ul > div {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ccc;
}

.headers .headers_n .header_right > .li2 > .ul {
  position: absolute;
  top: 60px;
  width: 90px;
  color: #000;
  background-color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.1);
}

.headers .headers_n .header_right > .li2 > .ul > div {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ccc;
}

.bigbox {
  width: 100%;
  background: #fff;
  margin-top: 60px;
}

.bigbox .logos {
  max-width: 1200px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.bigbox .logos > .rightkf {
  width: 189px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.bigbox .logos > .rightkf .line {
  margin-top: 6px;
  margin-bottom: 6px;
}

.bigbox .logos > .rightkf .padding {
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.bigbox .logos > .rightkf > .right-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bigbox .logos > .rightkf > .right-flex .left_color {
  color: #696969;
}

.bigbox .logos > .rightkf > .right-flex .right_color {
  color: #398fdc;
}

.bigbox .logos > .rightkf > .right-flex .top_size {
  font-size: 15px;
}

.bigbox .logos > .rightkf > .right-flex .bom_size {
  font-size: 13px;
}

.bigbox .logos > .rightkf > .right-flex .left-line {
  position: relative;
  width: 60px;
  height: 3px;
  /* 线的高度 */
  background-color: #fe3235;
  /* 线的颜色 */
}

.bigbox .logos > .rightkf > .right-flex .left-line::after {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  border-width: 3px 7px 0 0;
  /* 上边框宽度为5px，右边框宽度为10px，下边框宽度为5px，左边框宽度为0 */
  border-style: solid;
  border-color: #fe3235 transparent transparent transparent;
}

.bigbox .logos > .rightkf > .right-flex .right-line {
  position: relative;
  width: 118px;
  height: 3px;
  /* 线的高度 */
  background-color: #398fdc;
  /* 线的颜色 */
}

.bigbox .logos > .rightkf > .right-flex .right-line::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -5px;
  border-left: 0 solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 7px solid #398fdc;
  transform: rotate(-90deg);
}

.bigbox .logos > .li1 {
  width: 700px;
  height: 47px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #da251d;
}

.bigbox .logos > .li1 > .search {
  width: 559px;
  height: 47px;
  padding-left: 29px;
  box-sizing: border-box;
  font-size: 16px;
}

.bigbox .logos > .li1 > .btn {
  width: 143px;
  height: 47px;
  border-radius: 0 100px 100px 0;
  background-color: #da251d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
}

.gif {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.gif > a {
  margin-top: 10px;
  max-width: 19%;
}

.gif > a > img {
  width: 100%;
  height: 100%;
}

.gif > a:nth-of-type(5) {
  margin-right: 0;
}

.gif > a:nth-of-type(10) {
  margin-right: 0;
}

.swiper {
  width: 100%;
  height: 500px;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.main-index {
  max-width: 1200px;
  position: relative;
  margin: -55px auto 15px;
}

.main-index .template {
  max-width: 1200px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}

.main-index .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main-index .flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-index .iconfont {
  position: absolute;
  right: 10px;
  top: 40%;
  border: 7px solid;
  border-color: #999 transparent transparent;
}

.main-index .iconfont1 {
  position: absolute;
  right: 10px;
  top: 30%;
  border: 7px solid;
  border-color: #999 transparent transparent;
  transform: rotate(180deg);
}

.main-index .plate1 {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.main-index .plate1 .main {
  background: #fbfbfb;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
}

.main-index .plate1 .main .top {
  justify-content: flex-start;
}

.main-index .plate1 .main .top .active {
  color: #0f5ffe;
  position: relative;
}

.main-index .plate1 .main .top .active::after {
  content: "";
  position: absolute;
  bottom: -137%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  transform: translate(-50%, 0) rotate(-45deg);
  z-index: 9;
}

.main-index .plate1 .main .top .item {
  margin: 0 25px;
  cursor: pointer;
}

.main-index .plate1 .main .bot {
  margin-top: 20px;
  position: relative;
}

.main-index .plate1 .main .bot .left {
  flex: 1;
  margin-right: 10px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  justify-content: space-between;
}

.main-index .plate1 .main .bot .left .item {
  width: 20%;
  height: 100%;
  justify-content: space-between;
  border-right: 1px solid #e5e5e5;
  position: relative;
}

.main-index .plate1 .main .bot .left .item input {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  padding: 5px 10px;
}

.main-index .plate1 .main .bot .left .item .select {
  display: flex;
  flex-wrap: wrap;
}

.main-index .plate1 .main .bot .left .item .ull {
  box-shadow: 0 10px 15px 0 rgba(1, 1, 1, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 500px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 2;
}

.main-index .plate1 .main .bot .left .item .ull .li {
  width: calc(100% / 4.2);
  margin-right: 4px;
  margin-bottom: 10px;
}

.main-index .plate1 .main .bot .left .item .ull .li .i {
  margin-right: 10px;
  font-size: 13px;
  cursor: pointer;
  width: 100px;
  text-align: left;
  margin-top: 10px;
}

.main-index .plate1 .main .bot .left .item .ull .li .ul1 {
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main-index .plate1 .main .bot .left .item .ull .lis {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main-index .plate1 .main .bot .left .item .selects {
  flex-direction: column;
}

.main-index .plate1 .main .bot .right {
  width: 230px;
  height: 50px;
  border-radius: 6px;
  background: #0f5ffe;
  color: #fff;
  cursor: pointer;
}

footer {
  width: 100%;
  height: 332px;
  background-color: #2f2f2f;
  margin-top: 40px;
  overflow: hidden;
}

footer .footer_center {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

footer .footer_center .footer_left {
  width: 700px;
  color: #fff;
  margin-top: 80px;
}

footer .footer_center .footer_left .dl1 {
  display: flex;
  align-items: center;
}

footer .footer_center .footer_left .dl1 div {
  display: flex;
  margin-right: 60px;
}

footer .footer_center .footer_left .dl1 div .phone {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

footer .footer_center .footer_left .dl1 div .pp {
  margin-right: 10px;
}

footer .footer_center .footer_left .dl1 .two {
  margin-right: 0;
}

footer .footer_center .footer_left .dl2 {
  margin-top: 60px;
}

footer .footer_center .footer_left .dl2 .dl2_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer_center .footer_left .dl3 {
  font-size: 14px;
  color: #9f9f9f;
  margin-top: 55px;
  display: flex;
}

footer .footer_center .footer_right {
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer_center .footer_right .ewm1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .footer_center .footer_right .ewm1 .ewmimg {
  position: relative;
}

footer .footer_center .footer_right .ewm1 .ewmimg .lm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

footer .footer_center .footer_right .ewm1 .texts {
  margin-top: 20px;
  font-size: 14px;
  color: #9f9f9f;
}

.main1-index {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.main1-index .template {
  max-width: 1200px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}

.main1-index .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main1-index .flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main1-index .plate1 .main {
  background: #fbfbfb;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 14px;
}

.main1-index .plate1 .main .top {
  justify-content: flex-start;
}

.main1-index .plate1 .main .top .item_one {
  background-color: #0f5ffe;
  color: #fff !important;
  font-weight: bold;
}

.main1-index .plate1 .main .top .active {
  color: #0f5ffe;
  position: relative;
}

.main1-index .plate1 .main .top .active::after {
  content: "";
  position: absolute;
  bottom: -74%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #fff;
  transform: translate(-50%, 0) rotate(-45deg);
  z-index: 9;
}

.main1-index .plate1 .main .top .item {
  margin: 0 25px;
  cursor: pointer;
  width: 68px;
  height: 34px;
  border-radius: 5px;
  line-height: 34px;
  font-size: 18px;
}

.main1-index .plate1 .main .bot {
  margin-top: 20px;
  position: relative;
}

.main1-index .plate1 .main .bot .left {
  flex: 1;
  margin-right: 10px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  justify-content: space-between;
}

.main1-index .plate1 .main .bot .left .item {
  width: 20%;
  height: 100%;
  justify-content: space-between;
  border-right: 1px solid #e5e5e5;
  position: relative;
}

.main1-index .plate1 .main .bot .left .item input {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  padding: 5px 10px;
}

.main1-index .plate1 .main .bot .left .item .select {
  display: flex;
  flex-wrap: wrap;
}

.main1-index .plate1 .main .bot .left .item .ull {
  box-shadow: 0 10px 15px 0 rgba(1, 1, 1, 0.2);
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 500px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 2;
}

.main1-index .plate1 .main .bot .left .item .ull .li {
  width: calc(100% / 4.2);
  margin-right: 4px;
  margin-bottom: 10px;
}

.main1-index .plate1 .main .bot .left .item .ull .li .i {
  margin-right: 10px;
  font-size: 13px;
  cursor: pointer;
  width: 100px;
  text-align: left;
  margin-top: 10px;
}

.main1-index .plate1 .main .bot .left .item .ull .li .ul1 {
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.main1-index .plate1 .main .bot .left .item .ull .lis {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main1-index .plate1 .main .bot .left .item .selects {
  flex-direction: column;
}

.main1-index .plate1 .main .bot .right {
  width: 230px;
  height: 50px;
  border-radius: 6px;
  background: #0f5ffe;
  color: #fff;
  cursor: pointer;
}

.mian-zxh {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px;
}

.mian-zxh .table_box {
  font-size: 14px;
  margin-right: 10px;
  flex: 1;
  font-size: 12px;
}

.mian-zxh .table_box .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: #fff;
}

.mian-zxh .table_box .table > thead {
  border-bottom: solid 1px #0f5ffe;
  height: 60px;
}

.mian-zxh .table_box .table > thead > tr > th {
  font-weight: normal;
}

.mian-zxh .table_box .table > tbody {
  width: 100%;
}

.mian-zxh .table_box .table > tbody > tr {
  width: 100%;
  height: 60px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

.mian-zxh .table_box .table > tbody > tr > .gs {
  position: relative;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .gsa {
  color: #105efe;
  font-size: 14px;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .detail {
  display: none;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .dwdeatel {
  padding: 15px 15px 35px 15px;
  display: none;
  position: absolute;
  top: 91%;
  right: 0;
  width: 330px;
  background: #fff;
  border: 1px solid #4a86ff;
  z-index: 8;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .dwdeatel > .det_flex {
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .dwdeatel > .det_flex > .item_hang {
  display: flex;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .dwdeatel > .det_flex > .item_hang > .gsname {
  color: #0c6eb8;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .dwdeatel > .det_flex > .item_hang > .names {
  width: 54px;
  color: #ff6600;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .dwdeatel > .det_flex > .item_hang:nth-of-type(1) {
  margin-bottom: 5px;
}

.mian-zxh .table_box .table > tbody > tr > .gs > div > .dwdeatel > .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 20px;
  background: #4a86ff;
  color: #fff;
  box-sizing: border-box;
}

.mian-zxh .table_box .table > tbody > tr > .gs:hover > div > .detail {
  display: block;
}

.mian-zxh .table_box .table > tbody > tr > .gs:hover::after {
  display: block;
}

.mian-zxh .table_box .table > tbody > tr > .gs::after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #4a86ff;
  border-left: 1px solid #4a86ff;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  z-index: 9;
}

.mian-zxh .table_box .table > tbody > tr:hover {
  background-color: #dddddd;
}

.mian-zxh .table_box .table_fy {
  width: 100%;
  margin: 40px 0 40px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.mian-zxh .table_box .table_fy > .table_jl {
  display: flex;
  align-items: center;
}

.mian-zxh .table_box .table_fy > .table_jl > .table_jl_span {
  width: auto;
  padding: 0 5px;
  background: none;
  border: 1px solid #a6b2c4;
  margin-right: 13px;
  color: #026db8;
  background-color: #fff;
}

.mian-zxh .table_box .table_fy > .table_djnum {
  max-width: 639px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt {
  width: 40px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt > #image1 {
  background: url("../image/image_6993.png") no-repeat;
  background-position: -104px 0px;
  width: 16px;
  height: 16px;
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt > #image2 {
  background: url("../image/image_6993.png") no-repeat;
  background-position: -104px 0px;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.mian-zxh .table_box .table_fy > .table_djnum > .left_jt:hover {
  background-color: #ddd;
  transition: 0.2s;
}

.mian-zxh .table_box .table_fy > .table_djnum > .num:hover {
  background-color: #0c6eb8;
  color: #fff;
  transition: 0.2s;
}

.mian-zxh .table_box .table_fy > .table_djnum > .num {
  width: 32px;
}

.mian-zxh .table_box .table_fy > .table_djnum > .current {
  background-color: #0c6eb8;
  color: #fff;
}

.mian-zxh .table_box .table_fy > .table_djnum > .current:hover {
  background-color: #ddd;
  transition: 0.2s;
}

.mian-zxh .table_box .mzsm {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  color: #888888;
  text-align: left;
}

.mian-zxh .table_box .mzsm .mzsmspan {
  color: red;
}

.mian-zxh .table_right {
  max-width: 300px;
}

.mian-zxh .table_right > .dztj {
  max-width: 300px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.mian-zxh .table_right > .dztj > .tab-ul {
  border-bottom: 1px solid #e5e5e5;
  height: 41px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.mian-zxh .table_right > .dztj > .tab-ul > li {
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-right: 30px;
}

.mian-zxh .table_right > .dztj > .tab-ul > .hit {
  border-bottom: 2px solid #0f5ffe;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}

.mian-zxh .table_right > .dztj .itemdztj {
  max-width: 360px;
  height: 378px;
  border-radius: 5px;
  box-shadow: 0 5px 10px #e7e8ef;
  margin-top: 24px;
}

.mian-zxh .table_right > .dztj .itemdztj > .images {
  width: 100%;
  height: 270px;
  display: block;
  overflow: hidden;
}

.mian-zxh .table_right > .dztj .itemdztj > .images > img {
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  transition: all .6s ease-in-out;
}

.mian-zxh .table_right > .dztj .itemdztj > .images img:hover {
  transform: scale(1.2);
}

.mian-zxh .table_right > .dztj .itemdztj > .cpms {
  height: 108px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
}

.mian-zxh .table_right > .dztj .itemdztj > .cpms > .cpms1 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.mian-zxh .table_right > .dztj .itemdztj > .cpms .cpms2 {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 15px;
}

.mian-zxh .table_right > .dztj .itemdztj > .cpms .cpms2 > .gsjz {
  display: flex;
  color: #999999;
}

.mian-zxh .table_right > .dztj .itemdztj > .cpms .cpms2 > .gsjz > .pin {
  width: 19px;
  height: 19px;
  background-color: #db241e;
  color: #fff;
  margin: 0 9px;
}

.mian-zxh .table_right > .dztj .itemdztj > .cpms .cpms2 > .address {
  color: #999999;
  display: flex;
}

.mian-zxh .table_right > .dztj .itemdztj > .cpms .cpms2 > .address > .sheng1 {
  margin-right: 5px;
}

.mian-zxh .table_right > .zxh_hyqy {
  width: 100%;
  height: 527px;
  margin-top: 40px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.mian-zxh .table_right > .zxh_hyqy > .tab-ul {
  border-bottom: 1px solid #e5e5e5;
  height: 41px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.mian-zxh .table_right > .zxh_hyqy > .tab-ul > li {
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-right: 30px;
}

.mian-zxh .table_right > .zxh_hyqy > .tab-ul > .hit {
  border-bottom: 2px solid #0f5ffe;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record {
  margin: 10px 0 0 0;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee {
  margin: 0 auto;
  color: #7C7C7C;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee ul {
  width: 100%;
  float: left;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee ul li {
  width: 100%;
  font-size: 12px;
  height: 54px;
  box-sizing: border-box;
  line-height: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee ul li .itemli {
  display: flex;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee ul li .itemli .dot {
  display: inline-block;
  height: 8px;
  margin-right: 11px;
  overflow: hidden;
  width: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #0f5ffe;
  border-radius: 8px;
  margin-top: 6px;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee ul li .itemli .m-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee .hyqy {
  overflow: hidden;
  padding-top: 10px;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee .hyqy > li > span {
  color: #aaa;
  display: block;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee .hyqy > li:hover > .itemli > div > .m-name > a {
  color: red;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee .hyqy > li:hover > span {
  color: red;
}

.mian-zxh .table_right > .zxh_hyqy .Top_Record .topRec_List .maquee .hyqy > li:nth-of-type(1) {
  margin-top: 0;
}

.three-box {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
}

.three-box .ine_tab {
  width: 450px;
  height: 377px;
  background: #fff;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  padding: 5px 20px;
  border-radius: 10px;
  margin-right: 25px;
}

.three-box .tab-new > .tab-ul {
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.three-box .tab-new > .tab-ul > li {
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-right: 30px;
}

.three-box .tab-new > .tab-ul > .hit {
  border-bottom: 2px solid #0f5ffe;
  color: #000;
  font-weight: bold;
  height: 53px;
  text-decoration: none;
}

.three-box .tab-new .new_list {
  overflow: hidden;
  height: 300px;
  padding-top: 10px;
}

.three-box .tab-new .new_list li {
  overflow: hidden;
  width: 100%;
  height: 50px;
  float: left;
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  font-size: 14px;
  border-bottom: solid 1px #ccc;
}

.three-box .tab-new .new_list li a,
.three-box .tab-new .new_list li span {
  display: block;
}

.three-box .tab-new .new_list li a {
  color: #333;
  float: left;
  max-width: 255px;
}

.three-box .tab-new .new_list li .dot {
  display: inline-block;
  height: 8px;
  margin-right: 11px;
  overflow: hidden;
  width: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #0f5ffe;
  border-radius: 8px;
}

.three-box .tab-new .new_list li span {
  float: right;
  color: #aaa;
  font-size: 12px;
}

.three-box .tab-new .new_list li:hover > a {
  color: red;
}

.three-box .tab-new .new_list li:hover > span {
  color: red;
}

.three-box .tab-new .Top_Record {
  margin: 10px 0 0 0;
}

.three-box .tab-new .Top_Record .topRec_List .maquee {
  overflow: hidden;
  margin: 0 auto;
  color: #7C7C7C;
  height: 276px;
}

.three-box .tab-new .Top_Record .topRec_List .maquee ul {
  width: 100%;
  float: left;
}

.three-box .tab-new .Top_Record .topRec_List .maquee ul li {
  width: 100%;
  font-size: 12px;
  padding-bottom: 5px;
  box-sizing: border-box;
  line-height: 20px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
}

.three-box .tab-new .Top_Record .topRec_List .maquee ul li .itemli {
  display: flex;
}

.three-box .tab-new .Top_Record .topRec_List .maquee ul li .itemli .dot {
  display: inline-block;
  height: 8px;
  margin-right: 11px;
  overflow: hidden;
  width: 8px;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #0f5ffe;
  border-radius: 8px;
  margin-top: 6px;
}

.three-box .tab-new .Top_Record .topRec_List .maquee ul li .itemli .m-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
}

.three-box .tab-new .Top_Record .topRec_List .maquee .hyqy {
  overflow: hidden;
  padding-top: 10px;
}

.three-box .tab-new .Top_Record .topRec_List .maquee .hyqy > li > span {
  color: #aaa;
  display: block;
}

.three-box .tab-new .Top_Record .topRec_List .maquee .hyqy > li:hover > .itemli > div > .m-name > a {
  color: red;
}

.three-box .tab-new .Top_Record .topRec_List .maquee .hyqy > li:hover > span {
  color: red;
}

.three-box .tab-new .Top_Record .topRec_List .maquee .hyqy > li:nth-of-type(1) {
  margin-top: 0;
}

.imgbox {
  max-width: 1200px;
  margin: 0 auto;
  height: 110px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.imgbox > .img1 {
  width: 68%;
  height: 110px;
}

.imgbox > .img1 > img {
  width: 100%;
  height: 100%;
}

.imgbox > .img2 {
  width: 28%;
  height: 110px;
}

.imgbox > .img2 > img {
  width: 100%;
  height: 100%;
}

.mains {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 40px;
  padding: 15px;
  box-sizing: border-box;
}

.mains > .main_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.mains > .main_header > .tab-ul {
  height: 55px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.mains > .main_header > .tab-ul > li {
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-right: 30px;
}

.mains > .main_header > .tab-ul > .hit {
  border-bottom: 2px solid #0f5ffe;
  color: #000;
  font-weight: bold;
  height: 53px;
  text-decoration: none;
}

.mains > .main_header .classify {
  display: flex;
  justify-content: space-between;
}

.mains > .main_header .classify li {
  width: 60px;
  text-align: center;
  margin-right: 10px;
}

.mains > .main_header .classify li:hover > a {
  color: red;
}

.mains .ulii {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 30px;
}

.mains .ulii .li {
  border-radius: 5px;
  background: #fff;
  width: 255px;
  height: 350px;
  box-shadow: 0 0 20px #e9edf4;
  border-radius: 5px;
}

.mains .ulii .img {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}

.mains .ulii .img img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transition: transform 0.5s ease;
}

.mains .ulii .img img:hover {
  transform: scale(1.1);
}

.mains .ulii .text {
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  margin-top: 10px;
}

.mains .ulii .text .p1 {
  height: 40px;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mains .ulii .text .p1:hover {
  color: red;
}

.mains .ulii .text .p2 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.mains .ulii .text .p2 em {
  color: #fff;
  background: #ff6d12;
  width: 14px;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}

.mains .ulii .text .p2 span {
  font-size: 12px;
  color: #999;
}

.flimage > .cpflbox {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.flimage > .cpflbox > .fl_left {
  width: 260px;
  height: 100%;
  background-color: #2d2f3e;
  position: relative;
}

.flimage > .cpflbox > .fl_left > .fl_all {
  height: 60px;
  background-color: #da251e;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  padding-left: 30px;
  box-sizing: border-box;
}

.flimage > .cpflbox > .fl_left > .flbox > .itemfl {
  height: 128px;
  border-bottom: solid 1px #6b6b6b;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.flimage > .cpflbox > .fl_left > .flbox > .itemfl > .itemfl_top {
  display: flex;
  align-items: center;
}

.flimage > .cpflbox > .fl_left > .flbox > .itemfl > .itemfl_top > .fltitle {
  font-size: 16px;
  margin-right: 14px;
}

.flimage > .cpflbox > .fl_left > .flbox > .itemfl > .itemfl_top > .clickfl {
  font-size: 14px;
}

.flimage > .cpflbox > .fl_left > .flbox > .itemfl > .itemfl_btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 14px;
  color: #bbb9ba;
}

.flimage > .cpflbox > .fl_left > .flbox > .itemfl > .itemfl_btn > a {
  margin-right: 17px;
}

.flimage > .cpflbox > .fl_left > .flbox > .itemfl > .itemfl_btn > a:hover {
  color: red;
}

.flimage > .cpflbox > .fl_left > .flbox > .itemfl:last-child {
  border: none;
}

.flimage > .cpflbox > .fl_left > .flbox > .hoverfl {
  position: absolute;
  top: 0;
  right: -540px;
  width: 540px;
  height: 100%;
  background-color: #fff;
  display: none;
}

.flimage > .cpflbox > .fl_left > .flbox > .hoverfl > .titlefl {
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #dfdddd;
  margin-bottom: 10px;
  padding: 0 20px;
}

.flimage > .cpflbox > .fl_left > .flbox > .hoverfl > .itemfl_btns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  justify-content: flex-start;
}

.flimage > .cpflbox > .fl_left > .flbox > .hoverfl > .itemfl_btns > a {
  margin-bottom: 15px;
  width: calc(100% / 4);
  font-size: 16px;
  justify-content: flex-start;
}

.flimage > .cpflbox > .fl_left > .flbox > .hoverfl > .itemfl_btns > a:hover {
  color: red;
}

.flimage > .cpflbox > .fl_left > .flbox:hover > .hoverfl {
  display: block;
}

.itemxl {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 40px;
  padding: 20px;
  box-sizing: border-box;
}

.itemxl > .xl_top {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

.itemxl > .xl_top > .tab-ul {
  height: 55px;
  overflow: hidden;
  text-align: left;
  width: 372px;
}

.itemxl > .xl_top > .tab-ul > li {
  color: #ccc;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-right: 30px;
}

.itemxl > .xl_top > .tab-ul > .hit {
  border-bottom: 2px solid #0f5ffe;
  color: #000;
  font-weight: bold;
  height: 53px;
  text-decoration: none;
}

.itemxl > .xl_top > .xl_top_right {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.itemxl > .xl_top > .xl_top_right > a {
  font-size: 15px;
  padding: 0 10px;
  color: #5a5a5a;
}

.itemxl > .xl_top > .xl_top_right > em {
  width: 1px;
  height: 20%;
  background: #e5e5e5;
}

.itemxl > .xl_top > .xl_top_right > a:last-child {
  color: #0c61fc;
}

.itemxl > .xl_top > .xl_top_right > a:hover {
  color: #0c61fc;
}

.itemxl > .xl_btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}

.itemxl > .xl_btn .li {
  border-radius: 5px;
  background: #fff;
  width: 255px;
  height: 350px;
  box-shadow: 0 0 20px #e9edf4;
  border-radius: 5px;
  margin-top: 30px;
}

.itemxl > .xl_btn .img {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}

.itemxl > .xl_btn .img img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  transition: transform 0.5s ease;
}

.itemxl > .xl_btn .img img:hover {
  transform: scale(1.1);
}

.itemxl > .xl_btn .text {
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  margin-top: 10px;
}

.itemxl > .xl_btn .text .p1 {
  height: 40px;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.itemxl > .xl_btn .text .p1:hover {
  color: red;
}

.itemxl > .xl_btn .text .p2 {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.itemxl > .xl_btn .text .p2 em {
  color: #fff;
  background: #ff6d12;
  width: 14px;
  display: inline-block;
  margin: 0 5px;
}

.itemxl > .xl_btn .text .p2 span {
  font-size: 12px;
  color: #999;
}
