@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul, li, p {
  padding: 0;
  margin: 0;
  list-style: none;
}
input{
  /*去掉ios阴影*/
  -webkit-appearance: none;
  /*去掉ios点击高亮*/
  -webkit-tap-highlight-color: transparent;
  /*聚焦时去掉轮廓*/
  outline: none;
  /*去掉边框*/
  border: none;
  /*禁止手动改变input框大小*/
  resize: none;
}
a {
  text-decoration: none;
}

input, textarea {

  outline: none;
}

body {
  font-size: 0.73vw;
  min-width: 80%;
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Microsoft Yahei", "微软雅黑";
}

::-webkit-scrollbar {
  width: 6px;
  height: 0.26vw;
  background: #ddd; /* 鏁翠釜婊氭潯鑳屾櫙 */
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.2vw;
  border-radius: 2px;
  background: #E6262F; /* 婊氭潯鍐呭祵棰滆壊 */
}

::-webkit-scrollbar-button {
  background-color: #ddd; /* 涓よ竟绔寜閽鑹� */
  display: none;
}

/*banner*/
.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 0.9vw;
  background: #fff;
}

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

.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.78vw;
}

img {
  vertical-align: middle;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #86858d;
  border-radius: 50%;
  margin: 8px !important;
}

.banner .swiper-pagination-bullet-active {
  background: #ea2a2f;
}

.top_nav {
  background: #fff;
  box-shadow: 0 0.26vw 0.63vw rgba(0, 0, 0, .2);
}

.top_nav > div {
  width: 80%;
  margin: auto;
  height: 6.77vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-log {
  margin-top: 0.52vw;
}

.top-nav-rrr {
  display: flex;
  align-items: center;
}

.top-nav-box {
  display: flex;
}

.top-nav-box > .title {
  margin: 0.73vw;
  position: relative;
}

.top-nav-box > .title:hover > .topnav-dis {
  display: block;
}

.top-nav-box > .title > .topnav-dis {
  position: absolute;
  width: 150%;
  background: #fff;
  left: -25%;
  /*top:50px;*/
  display: none;
}

.top-nav-box > .title > .topnav-dis > a:nth-child(1) {
  padding-top: 2.6vw;
}

.top-nav-box > .title > .topnav-dis > a {
  display: block;
  text-align: center;
  font-size: 0.9vw;
  font-weight: bold;
  color: #5B5959;
  line-height: 2.6vw;
}

.top-nav-box > .title > .topnav-dis > a:hover {
  color: #E6262F;
}

.top-nav-box > .title > a:hover::after, .top-nav-box > .title > a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #E6262F;
  left: 0;
  bottom: -0.9vw;
}

.top-nav-box > .title > a {
  font-size: 0.9vw;
  font-weight: bold;
  color: #5B5959;
  display: block;
  width: 3.75vw;
  text-align: center;
  line-height: 0.9vw;
}

.top-nav-box > .title > a:hover, .top-nav-box > .title > a.active {
  color: #E6262F;
}

.top-nav-right {
  display: flex;
  align-items: center;
}

.las {
  width: 1.8vw;
  height: 1.8vw;
  line-height: 1.8vw;
  font-size: 0.7vw;
  font-weight: normal;
  color: #5B5959;
  text-align: center;
}

.las:hover, .las.active {
  background: #E6262F;
  color: #fff;
}

.las {
  margin-right: 0.51vw;
}

.hs_fy_con {
  width: 62.5vw;
  margin: auto;
}

.hs_fy_con > a {
  display: block;
  color: #444;
  font-size: 0.83vw;
  margin: 1.04vw 0;
}

.hs_fy_con > a:hover {
  color: #E6262F;
}

.top-form {
  height: 1.77vw;
  position: relative;
  margin-right: 1.8vw;
  margin-left: 2.6vw;
  display: none;
}

.sadas {
  background: url("../images/ss.png") no-repeat center;
  background-size: contain;
  width: 1.2vw;
  height: 1.2vw;
  border: none;
  margin-right: 1.9vw;
  margin-left: 3.3vw;
}
.sadas.close{
  background:none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sadas.close::after{
    content:"X";
    font-size: 1.3vw;
}

.top-submit {
  background: url("../images/ss.png") no-repeat center;
  width: 1.1vw;
  height: 1.5vw;
  border: none;
  position: absolute;
  right: 0.52vw;
  top: 0;
  bottom: 0;
  width: 1.4vw !important;
    height: 1.4vw !important;
    border: none !important;
  margin: auto;
}

.ttt {
  border-bottom: 1px solid #8c8989;
  padding-bottom: 0.5vw;
}

.ttt > div {
  width: 80%;
  margin: auto;
  display: flex;
}

.ttt > div > div {
  margin-left: 7.2vw;
  font-size: 2.6vw;
  color: #333333;
  line-height: 2.6vw;
  position: relative;
}

.ttt > div > div::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #E6262F;
  position: absolute;
  left: 0;
  bottom: -0.52vw;
}

.index-bbox {
  width: 80%;
  margin: auto;
  margin-top: 2.55vw;
  overflow: hidden;
}

.index-pro-nav .swiper-slide {
  height: 7.3vw;
  line-height: 6.1vw;
  text-align: center;
  font-size: 1.9vw;
  color: #717070;
  background: url("../images/pro.png") no-repeat top;
  background-size: 100%;
}

.index-pro-nav .swiper-slide:nth-child(2) {
  background: url("../images/proaa2.png") no-repeat top;
  background-size: 100%;
}

.index-pro-nav .swiper-slide:nth-child(3) {
  background: url("../images/proaa1.png") no-repeat top;
  background-size: 100%;
}

.index-pro-nav .swiper-slide-active {
  background: url("../images/proc.png") no-repeat top;
  background-size: 100%;
  color: #fff;
}

.index-pro-box {
  margin-top: 1.25vw;
}

.index-pro-box .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-pro-box .swiper-slide > .pro-item-left {
  width: 33.1%;
}

.index-pro-box .swiper-slide > .pro-item-left > a > div:nth-child(1) {
  width: 100%;
  height: 52.86vw;
  line-height: 52.86vw;
  background: #f6f6f6;
  overflow: hidden;
}

.index-pro-box .swiper-slide > .pro-item-left > a > div:nth-child(1) > img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.index-pro-box .swiper-slide > .pro-item-left > a > div:nth-child(2) {
  border-bottom: 1px solid #a6a3a3;
  font-size: 1.25vw;
  color: #333333;
  line-height: 1.25vw;
  padding-bottom: 1.98vw;
  text-indent: 0.26vw;
  padding-top: 2.81vw;
  transition: all 0.5s;
}

.index-pro-box .swiper-slide > .pro-item-left > a:hover > div:nth-child(2) {
  background: #E6262F;
  color: #fff;
}

.index-pro-box .swiper-slide > .pro-item-right {
  width: 65.5%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-pro-box .swiper-slide > .pro-item-right > a {
  width: 49%;
}

.index-pro-box .swiper-slide > .pro-item-right > a:nth-child(3),
.index-pro-box .swiper-slide > .pro-item-right > a:nth-child(4) {
  margin-top: 1.98vw;
}

.index-pro-box .swiper-slide > .pro-item-right > a > div:nth-child(1) {
  width: 100%;
  height: 22.4vw;
  background: #f6f6f6;
  overflow: hidden;
}

.index-pro-box .swiper-slide > .pro-item-right > a > div:nth-child(1) > img {
  width: 100%;
  height: 22.4vw;
  object-fit: contain;
}

.index-pro-box .swiper-slide > .pro-item-right > a > div:nth-child(2) {
  border-bottom: 1px solid #a6a3a3;
  font-size: 1.25vw;
  color: #333333;
  line-height: 1.25vw;
  padding-bottom: 1.98vw;
  padding-top: 2.81vw;
  text-indent: 0.26vw;
  transition: all 0.5s;
}

.index-pro-box .swiper-slide > .pro-item-right > a:hover > div:nth-child(2) {
  background: #E6262F;
  color: #fff;
}

.index-about {
  background: url("../images/about.jpg") no-repeat center;
  background-size: cover;
  padding-top: 4.2vw;
  margin-top: 4.2vw;
}

.index-about-box {
  width: 80%;
  margin: auto;
  height: 50vw;
}

.index-about-box > div {
  width: 45vw;
}

.index-about-box > div:nth-child(1) {
  font-size: 2.9vw;
  font-weight: normal;
  color: #333333;
  line-height: 2.9vw;
  padding-top: 5.1vw;
  width: 100%;
}

.index-about-box > div:nth-child(2) {
  font-size: 1.3vw;
  color: #717070;
  line-height: 2.4vw;
  margin-top: 2.7vw;
}

.index-about-box > div:nth-child(4) > a {
  display: inline-block;
  width: 10.5vw;
  height: 2.4vw;

  background: #E6262F no-repeat;
  background-size: .4vw .6vw;
  background-position: 7vw center;
  color: #fff;
  line-height: 2.4vw;
  text-indent: 3.3vw;
  font-size: 0.7vw;
  margin-top: 3.7vw;
}

.index-about-box > div:nth-child(4) > a::after {
  content: '>>';
  font-family: 'Simsun', 'fangsong';
}

.index-about-item {
  display: flex;
  margin-top: 1.82vw;
}

.index-about-item > div {
  margin-right: 4vw;
}

.index-about-item > div > div:nth-child(1) {
  font-size: 3.2vw;
  font-weight: normal;
  color: #333333;
  line-height: 3.2vw;
}

.index-about-item > div > div:nth-child(1) > span {
  font-size: 1.7vw;
}

.index-about-item > div > div:nth-child(2) {
  font-size: 0.9vw;
  color: #717070;
  line-height: 0.9vw;
}

.index-news-title-box {
  background: #efefef;
  padding-top: 4.2vw;
  /*padding-bottom: 341px;*/
  height: 25.3vw;
}

.index-news-box {
  width: 80%;

  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -13vw;
}

.index-news-box a {
  width: 32%;
}

.index-news-box a > div:nth-child(1) {
  font-size: 1vw;
  color: #333333;
  line-height: 1vw;
}

.index-news-box a > div:nth-child(2) {
  width: 100%;
  height: 14.8vw;
  margin-top: 1.3vw;
  overflow: hidden;
}

.index-news-box a > div:nth-child(2) > img {
  width: 100%;
  height: 14.8vw;
  object-fit: cover;
  transition: all 0.6s;
}

.index-news-box a:hover > div:nth-child(2) > img {
  transform: scale(1.4);
}

.index-news-box a.swiper-slide {
  margin-right: 1.6vw;
}

.swiper-scrollbar {
  background: none !important;
}

.fdgfdhfgjhg {
  position: relative;

}

.swiper-scrollbar {
  position: absolute;
  left: 20.4vw;

  bottom: -4.25vw;
  width: 69.6vw;
}

.swiper-scrollbar .swiper-scrollbar-drag {

  border-radius: 0 !important;
  z-index: 1;
  height: 0.4vw;
  background: #E6262F;

}

.index-news-box a > div:nth-child(3) {
  font-size: 1.3vw;
  color: #333333;
  line-height: 2vw;
  height: 4vw;
  overflow: hidden;
  margin-top: 2vw;
}

.index-news-box a > div:nth-child(4) {
  font-size: 1vw;
  color: #717070;
  line-height: 1.8vw;
  height: 3.6vw;
  overflow: hidden;
  margin-top: 1.1vw;
}

.index-news-more {
  width: 80%;
  margin: auto;
  position: relative;
  margin-top: 2.9vw;
}

.index-news-more::after {
  content: "";
  width: 77vw;
  height: 1px;
  background: #d5d5d5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.index-news-more::before {
  /*content: "";*/
  /*width: 18.5vw;*/
  /*height: 0.4vw;*/
  /*background: #E6262F;*/
  /*position: absolute;*/
  /*right: 1.5vw;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*margin: auto;*/
  /*z-index: 1;*/
}

.index-news-more > a {
  display: inline-block;
  width: 10.41vw;
  height: 2.34vw;
  background: #E6262F;
  color: #fff;
  line-height: 2.34vw;
  text-align: center;
  font-size: 0.73vw;
  position: relative;
  z-index: 99;
}

.index-lxwm {
  width: 80%;
  margin: auto;
  height: 44vw;
  margin-top: 4.3vw;
  display: flex;
  margin-bottom: 2.6vw;
  flex-wrap: wrap;
}

.dshjf {
  width: 100%;
  font-size: 3.1vw;
  color: #333333;
  line-height: 3.1vw;
  position: relative;
  text-indent: 2.08vw;
}

.dshjf::after {
  width: 1.04vw;
  height: 2.8vw;
  background: #E6262F;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.xfdsaf-item {
  width: 17.7vw;
  font-size: 1.46vw;
  color: #717070;
  line-height: 3.1vw;
  margin-top: 2.08vw;
}

.xfdsaf-item > p {
  padding-left: 1.71vw;
}

.xfdsaf-item > p:nth-child(1) {
  background: url("../images/ico1.jpg") no-repeat;
  background-position: left 1.04vw;
}

.xfdsaf-item > p:nth-child(2) {
  background: url("../images/ico2.jpg") no-repeat;
  background-position: left 1.04vw;
}

.xfdsaf-item > p:nth-child(3) {
  background: url("../images/ico3.jpg") no-repeat;
  background-position: left 1.04vw;
}

.xfdsaf-item > p:nth-child(4) {
  background: url("../images/ico4.jpg") no-repeat;
  background-position: left 1.04vw;
}

.lxwm-img {
  margin-top: 1.46vw;
}

.lxwm-img > img {
  width: 27.2vw;
  height: 17.7vw;
}

.index-lxwm-left {
  width: 33.6%;
}

.index-lxwm-right {
  width: 62.9%;
  height: 33.75vw;
  padding-top: 6.1vw;

  background: url("/imgs/about-bg1.png") top no-repeat;
  background-size: contain;
}

.foot-form-title {
  font-size: 1.56vw;
  color: #333333;
  line-height: 3.22vw;
  padding-top: 3.90vw;
  text-align: center;
}

.fgdsagsdag {
  width: 77.7%;
  margin: auto;
}

.fot-div {
  display: flex;
  justify-content: space-between;
  margin-top: 3.1vw;
}

.fot-div > input {
  width: 16.45vw;
  border: none;
  border-bottom: 1px solid #bbb4b9;
  height: 1.87vw;
  background: none;
  font-size: 1.5vw;
}

.sdsagfdghjhj {
  border: none;
  width: 100%;
  border-bottom: 1px solid #bbb4b9;
  height: 1.87vw;
  background: none;
  margin-top: 1.35vw;
  font-size: 1.5vw;
}

.rightgfdg-bg {
  background: url("../images/dasfgds.png");
  background-position: left center;
  width: 27.6vw;
  height: 5.83vw;
  margin-top: 4.06vw;
}

.foot {
  border-top: 0.26vw solid #E6262F;
  background: #000;
}

.foot > div {
  display: flex;
  justify-content: space-between;
  height: 14.32vw;
  align-items: center;
  width: 80%;
  margin: auto;
}

.foot-left > .border-bottom-fdgdfs {
  display: flex;
}

.foot-left > .border-bottom-fdgdfs > div {
  margin: 0 1.04vw;
  text-align: center;
}

.foot-left > .border-bottom-fdgdfs > div > a {
  display: block;
  font-size: 0.63vw;
  color: #DFDCDC;
  line-height: 1.46vw;
}

.foot-left > .border-bottom-fdgdfs > div > a:nth-child(1) {
  font-size: 0.9vw;
  color: #fff;
}

.foot-right {
  display: flex;
}

.foot-right > div {
  margin: 0 1.71vw;
}

.foot-right > div > img {
  width: 6.1vw;
  height: 6.1vw;
}

.foot-right > div > div {
  font-size: 0.8vw;
  font-weight: normal;
  color: #DFDCDC;
  line-height: 0.83vw;
  margin-top: 1.04vw;
  text-align: center;
}

.bq {
  background: #595959;
}

.bq > div {
  line-height: 4.7vw;
  text-align: center;
  /*padding: 0.8vw 0;*/
  font-size: 0.8vw;
  color: #FFFFFF;
}

.bq > div a {
  color: #FFFFFF;
}

/*新闻中心*/
.page-news-nav {
  border-bottom: 1px solid #ddd;
}

.page-news-nav > div {
  width: 80%;
  margin: auto;
  padding-top: 3.3vw;
  padding-bottom: 0.67vw;
  display: flex;
  font-size: 0.9vw;
  align-items: center;
}

.page-news-nav > div > span {
  width: 1.56vw;
  height: 0.9vw;
  background: url("../images/pageright.png") no-repeat center;
}

.page-news-nav > div > a {
  color: #5B5959;
}

.page-news-nav > div > a:nth-child(1) {
  color: #333;
}

.page-news-nav > div > a:hover {
  color: #E6262F;
}

.page-news-nav-item {
  margin-right: 1.56vw;
  position: relative;
}

.page-news-nav-item:hover, .page-news-nav-item.page-news-nav-item-c {
  color: #E6262F;
}

.page-news-nav-item:hover::after, .page-news-nav-item-c::after {
  content: "";
  width: 3.75vw;
  height: 0.15vw;
  background: #E6262F;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.67vw;
}

.page-news-title {
  display: flex;
  justify-content: center;
  margin-top: 4.16vw;
  margin-bottom: 3.125vw;
}

.page-news-title > div {
  font-size: 3.3vw;
  /*font-weight: bold;*/
  color: #242728;
  line-height: 3.3vw;
  position: relative;
}

.page-news-title > div::after {
  content: "";
  width: 0.66vw;
  height: 3.3vw;
  background: #E6262F;
  position: absolute;
  top: 0;
  right: -1.9vw;
}

.page-news-title > div::before {
  content: "";
  width: 0.66vw;
  height: 3.3vw;
  background: #E6262F;
  position: absolute;
  top: 0;
  left: -1.9vw;
}

.n_news-box {
  width: 80%;
  margin: auto;
}

.news-page-item {
  display: flex;
  justify-content: space-between;
  margin-top: 2.9vw;
}

.news-page-item > div:nth-child(1) {
  width: 36.3%;
  height: 19vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.news-page-item > div:nth-child(1) > img {
  width: 100%;
  height: 19vw;
  object-fit: cover;
}

.news-page-item > div:nth-child(2) {
  width: 60%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.news-page-item:hover > div:nth-child(1) {
  -webkit-transform: translateX(0.75vw);
  -moz-transform: translateX(0.75vw);
  -ms-transform: translateX(0.75vw);
  transform: translateX(0.75vw);
}

.news-page-item:hover > div:nth-child(2) {
  -webkit-transform: translateX(0.75vw);
  -moz-transform: translateX(0.75vw);
  -ms-transform: translateX(0.75vw);
  transform: translateX(0.75vw);
}

.news-page-item > div:nth-child(2) > div:nth-child(1) {
  font-size: 0.9vw;
  color: #5B5959;
  line-height: 0.9vw;
  margin-top: 2.2vw;
}

.news-page-item > div:nth-child(2) > div:nth-child(2) {
  font-size: 1.3vw;
  color: #333333;
  line-height: 1.3vw;
  height: 1.3vw;
  overflow: hidden;
  margin-top: 2vw;
  text-overflow: ellipsis;/*文本超出以...显示*/
overflow: hidden;/*超出盒子隐藏*/
white-space: nowrap;/*强制在第一行显示*/
}

.news-page-item > div:nth-child(2) > div:nth-child(3) {
  font-size: 0.8vw;
  color: #5B5959;
  line-height: 1.6vw;
  height: 3.3vw;
  overflow: hidden;
  margin-top: 1.6vw;
}

.news-page-item > div:nth-child(2) > div:nth-child(4) {
  width: 5.5vw;
  height: 1.5vw;
  line-height: 1.5vw;
  text-align: center;
  font-size: 0.7vw;
  color: #FFFFFF;
  margin-top: 4.4vw;
  background: #9d9d9d;
}

.news-page-item:hover > div:nth-child(2) > div:nth-child(4) {
  background: #E6262F;
}

.layui-laypage.layui-laypage-pagination {
  display: flex;
  justify-content: center;
}

.layui-laypage.layui-laypage-pagination a,
.layui-laypage.layui-laypage-pagination span {
  min-width: 1.2vw;
  height: 2.2vw;
  border: 1px solid #f0f0f0;
  line-height: 2.2vw;
  text-align: center;
  font-size: 0.7vw;
  color: #333333;
  margin: 0 0.25vw;
  padding: 0 0.5vw;
  color: #333333;
}

.layui-laypage.layui-laypage-pagination a:hover {
  background: #E6262F;
}

.layui-laypage.layui-laypage-pagination .layui-laypage-curr .layui-laypage-em {
  background: #E6262F;
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination > li {
  height: 2.2vw;
  border: 1px solid #f0f0f0;
  line-height: 2.2vw;
  text-align: center;
  font-size: 0.7vw;
  color: #333333;
  margin: 0 0.25vw;
}

.pagination > li > a,
.pagination > li > span {
  min-width: 2.2vw;
  display: inline-block;
  padding: 0 0.5vw;
  color: #333333;
}

.pagination > li:hover {
  background: #E6262F;
}

.pagination > li:hover > a,
.pagination > li:hover > span {
  color: #fff;
}

.pagination > li > a {
  display: block;
  line-height: 2.2vw;
}

.pagination > li.active span {
  background: #E6262F;
  color: #fff;
}

#articeBottom {
  margin-top: 3.8vw;
  margin-bottom: 4.9vw;
}

.n-shfw-box {
  width: 60vw;
  margin: auto;
  font-size: 0.9vw;
  line-height: 2.2vw;
  color: #5B5959;
  margin-bottom: 4.95vw;
}

.n-shfw-box h2 {
  font-size: 1.9vw;
  color: #333;
  font-weight: 400;
}

.asdasfgfdadasd-wqeqw {
  width: 52vw;
  margin: auto;
}

.weixiugz {
  display: flex;
  justify-content: space-between;
  margin-top: 2.1vw;
}

.weixiugz > div {
  display: flex;
  align-items: center;
}

.weixiugz > div > span {
  font-size: 0.9vw;
  color: #5B5959;
  width: 4.6vw;
}

.weixiugz > div > input {
  width: 20.7vw;
  height: 2.5vw;
  border: 1px solid #CBCBCB;
  border-radius: 0.25vw;
  font-size: 0.9vw;
  text-indent: 0.5vw;
}

.weixiugzs > div {
  display: flex;
  margin-top: 2.1vw;
}

.weixiugzs > div > span {
  font-size: 0.9vw;
  color: #5B5959;
  width: 4.68vw;
}

.weixiugzs > div > textarea {
  width: 47vw;
  height: 11.7vw;
  border: 1px solid #CBCBCB;
  border-radius: 0.26vw 0.26vw 0.26vw 0.26vw;
  line-height: 1.6vw;
  font-size: 0.9vw;
  text-indent: 0.5vw;
}

/*人才理念*/
.n_rlldfds-box {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  flex-wrap: wrap;
}

.rcll-page-item {
  display: flex;
  width: 50%;
}

.rcll-page-item > div {
  display: flex;
  width: 50%;
  height: 15.1vw;
  overflow: hidden;
}

.rlll-right > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.rlll-right > img:hover {
  transform: scale(1.2);
}

.el-collapse-item__header.is-active {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd !important;
}

.n_rlldfds-box {
  margin-top: 3.6vw;
  margin-bottom: 4.68vw;
}

.n_rlldfds-box > .rcll-page-item:nth-child(1) > .rlll-left {
  background: url("../images/rcll1.png") no-repeat;
  background-size: cover;
}

.n_rlldfds-box > .rcll-page-item:nth-child(1) > .rlll-left > div {
  font-size: 1.56vw;
  color: #242728;
  line-height: 1.56vw;
  padding-top: 10.24vw;
  margin-left: 0.9vw;
}

.n_rlldfds-box > .rcll-page-item:nth-child(2) > .rlll-left {
  background: url("../images/rcll2.png") no-repeat;
  background-size: cover;
}

.n_rlldfds-box > .rcll-page-item:nth-child(2) > .rlll-left > div {
  font-size: 1.56vw;
  color: #242728;
  line-height: 1.56vw;
  padding-top: 5.15vw;
  margin-left: 1.4vw;
}

.n_rlldfds-box > .rcll-page-item:nth-child(3) > .rlll-left {
  background: url("../images/rcll3.png") no-repeat;
  background-size: cover;
}

.n_rlldfds-box > .rcll-page-item:nth-child(3) > .rlll-left > div {
  font-size: 1.56vw;
  color: #242728;
  line-height: 1.56vw;
  padding-top: 1.4vw;
  margin-left: 1.25vw;
}

.n_rlldfds-box > .rcll-page-item:nth-child(4) > .rlll-left {
  background: url("../images/rcll3.png") no-repeat;
  background-size: cover;
}

.n_rlldfds-box > .rcll-page-item:nth-child(4) > .rlll-left > div {
  font-size: 1.56vw;
  color: #242728;
  line-height: 1.56vw;
  padding-top: 1.4vw;
  margin-left: 1.25vw;
}

#cvdfgdfhgsdf {
  width: 62.5vw;
  margin: auto;
}

.hgfhjdfadsf {
  width: 62.5vw;
}

.zp-item-title {
  display: flex;
  text-align: center;
  font-size: 0.83vw;
  color: #5B5959;
  width: 80%;
  align-items: center;
}

.el-collapse-item__header {
  height: 3.85vw !important;
  line-height: 3.6vw !important;
}

.zp-item-title > div {
  width: 25%;
  text-align: center;
}

.red-haer {
  display: flex;
  width: 62.5vw;
  height: 3.22vw;
  background: #E6262F;
  line-height: 3.22vw;
  margin-top: 3.6vw;
}

.red-haer > div {
  width: 20%;
  text-align: center;
  font-size: 0.9vw;
  font-weight: bold;
  color: #FFFFFF;
}

.el-collapse-item__arrow {
  margin-right: 5.72vw !important;
}

.el-collapse-item__content {
  padding-bottom: 0 !important;
}

.gfdhfgdsfadsfas {
  background: #f8f8f8;
}

.gfdhfgdsfadsfas > div {
  padding: 2.6vw;
  font-size: 0.83vw;
  color: #5B5959;
  line-height: 2.08vw;
}

.btn-dfgdgs {
  color: #fff;
}

.btn-dfgdgs > a {
  display: inline-block;
  width: 7.8vw;
  height: 2.86vw;
  background: #E6262F;
  line-height: 2.86vw;
  text-align: center;
  font-size: 0.9vw;
  color: #FFFFFF;
  border-radius: 0.26vw;
  margin-top: 2.08vw;
}

.page-title-cname {
  text-align: center;
  font-size: 0.9vw;
  color: #727171;
  line-height: 0.9vw;
  margin-top: 1.3vw;
}

.page-mdgs {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.81vw;
}

.page-mdgs > div:nth-child(1) {
  font-size: 0.80vw;
  color: #5B5959;
  line-height: 2.13vw;
  padding-right: 10px;
  width: 40%;
  height: 27.76vw;
  overflow-y: auto;
}
.page-mdgs > div:nth-child(1)::-webkit-scrollbar {
  width: 6px;
  height: 0.26vw;
  background: #f6f6f6; /* 鏁翠釜婊氭潯鑳屾櫙 */
}

.page-mdgs > div:nth-child(1)::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.2vw;
  border-radius: 2px;
  background: #ddd; /* 婊氭潯鍐呭祵棰滆壊 */
}

.page-mdgs > div:nth-child(1)::-webkit-scrollbar-button {
  background-color: #f6f6f6; /* 涓よ竟绔寜閽鑹� */
  display: none;
}

.page-mdgs > div:nth-child(2) {
  width: 55.5%;
  margin-top: 0.52vw;
}

.page-mdgs > div:nth-child(2) > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-bbox-fzlc {
  width: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-top: 3.33vw;
}

.index-pro-nav-fzlc {
  position: relative;
  height: 8.22vw;
}

.index-pro-nav-fzlc::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.index-pro-nav-fzlc > .swiper-wrappersd {

}

.index-pro-nav-fzlc .swiper-slide {
  width: 10%;
  height: 8.22vw;
  text-align: center;
  position: relative;
}

.index-pro-nav-fzlc .swiper-slide > div:nth-child(1) {
  font-size: 1.25vw;
  color: #5B5959;
  top: 1.61vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}

.index-pro-nav-fzlc .swiper-slide > div:nth-child(2) {
  width: 0.73vw;
  height: 0.73vw;
  background: #E6262F;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.index-pro-nav-fzlc .swiper-slide.swiper-slide-thumb-active > div:nth-child(2)::after, .index-pro-nav-fzlc .swiper-slide:hover > div:nth-child(2)::after {
  width: 1.82vw;
  height: 1.82vw;
  border: 2px solid #E6262F;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -77%;
  margin: auto;
}

.index-pro-nav-fzlc .swiper-slide.swiper-slide-thumb-active > div:nth-child(2)::before, .index-pro-nav-fzlc .swiper-slide:hover > div:nth-child(2)::before {
  width: 3.54vw;
  height: 3.54vw;
  border: 1px solid #979797;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -189%;
  margin: auto;
}

.index-pro-nav-fzlc .swiper-slide.swiper-slide-thumb-active > div:nth-child(1), .index-pro-nav-fzlc .swiper-slide:hover > div:nth-child(1) {
  font-size: 1.56vw;
  font-weight: bold;
  color: #E6262F;
  top: 0;
}

.index-pro-box-fzlc {
  width: 78%;
  margin: auto;
  overflow: hidden;
}

.index-pro-box-fzlc .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-pro-box-fzlc .swiper-slide > div:nth-child(1) {
  width: 29.4vw;
  height: 18.85vw;
  text-align: center;
  line-height: 18.85vw;
}

.index-pro-box-fzlc .swiper-slide > div:nth-child(1) > img {
  width: 100%;
  height: 18.85vw;
  object-fit: contain;
}

.index-pro-box-fzlc .swiper-slide > div:nth-child(2) {
  font-size: 1.25vw;
  color: #333333;
  line-height: 2.5vw;
  width: 32.3vw;
}

.swiper-button-next-fzlc {
  width: 2.6vw;
  height: 6.51vw;
  background: url('../images/fzlcr.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 13.9vw;
  right: 0;
  bottom: 10.9vw;
  z-index: 9;
}

.swiper-button-prev-fzlc {
  width: 2.6vw;
  height: 6.51vw;
  background: url('../images/fzlcl.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 13.9vw;
  z-index: 9;
}

.page-qywh {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.22vw;
}

.qywh-item {
  width: 50%;
  display: flex;
}

.qywh-item > div {
  width: 50%;
  overflow: hidden;
}

.qywh-right {
  height: 15.1vw;
}

.qywh-right > img {
  width: 100%;
  transition: .3s;
  height: 100%;
  object-fit: cover;
}

.qywh-right > img:hover {
  transform: scale(1.2);
}

.page-qywh > .qywh-item:nth-child(1) > .qywh-left {
  background: url("../images/rcll1.png") no-repeat center;
  background-size: cover;
}

.page-qywh > .qywh-item:nth-child(2) > .qywh-left {
  background: url("../images/rcll2.png") no-repeat center;
  background-size: cover;
}

.page-qywh > .qywh-item:nth-child(3) > .qywh-left {
  background: url("../images/rcll3.png") no-repeat center;
  background-size: cover;
}

.page-qywh > .qywh-item:nth-child(4) > .qywh-left {
  background: url("../images/rcll3.png") no-repeat center;
  background-size: cover;
}

.qywh-left > div {
  margin-left: 1.04vw;
}

.qywh-left > div:nth-child(1) {
  font-size: 1.56vw;
  color: #E62730;
  line-height: 1.56vw;
}

.qywh-left > div:nth-child(2) {
  font-size: 0.9vw;
  color: #5B5959;
  line-height: 1.6vw;
  margin-top: 0.2vw;
}

.page-qywh > .qywh-item:nth-child(1) > .qywh-left > div:nth-child(1) {
  padding-top: 8.43vw;
}

.page-qywh > .qywh-item:nth-child(2) > .qywh-left > div:nth-child(1) {
  padding-top: 5.1vw;
}

.page-qywh > .qywh-item:nth-child(3) > .qywh-left > div:nth-child(1) {
  padding-top: 1.1vw;
}

.page-qywh > .qywh-item:nth-child(4) > .qywh-left > div:nth-child(1) {
  padding-top: 1.1vw;
}

.index-pro-nav-ry {
  width: 80%;
  margin: auto;
  overflow: hidden;
  margin-top: 3.6vw;
}

.index-pro-nav-ry .swiper-slide {
  width: 13.3vw;
  height: 3.75vw;
  background: url("../images/ryzsn.png") no-repeat;
  line-height: 3.02vw;
  text-align: center;
  font-size: 1.04vw;
  color: #717070;
  background-size: contain;
}

.index-pro-nav-ry > .swiper-wrappersd {
  display: flex;
  justify-content: center;
}

.index-pro-nav-ry .swiper-slide.swiper-slide-thumb-active {
  background: url("../images/ryzsl.png") no-repeat;
  background-size: contain;
  color: #fff;
}

.dfsgdfs-ertert {
  width: 80%;
  overflow: hidden;
  margin: auto;
}

.index-pro-box-ry {
  width: 80%;
  margin: auto;
  height: 16.8vw;
  overflow: hidden;
  position: relative;
  margin-top: 3.3vw;
}
.swiper-button-next-ry:focus,
.swiper-button-prev-ry:focus,
.swiper-button-next-fzlc:focus,
.swiper-button-prev-fzlc:focus{
    outline:none;
}
.swiper-button-next-ry {
  width: 2.6vw;
  height: 6.51vw;
  background: url(../images/fzlcr.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 2.55vw;
}

.swiper-button-prev-ry {
  width: 2.6vw;
  height: 6.51vw;
  background: url(../images/fzlcl.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 2.55vw;
}

.dfsgdfs-ertert .swiper-slide > div:nth-child(1) {
  /*background: #f5f5f5;*/
}

.dfsgdfs-ertert .swiper-slide img {
  height: 12.76vw;
  width: 100%;
  object-fit: contain;
}

.dfsgdfs-ertert .swiper-slide > div:nth-child(1) {
  height: 12.76vw;
}

.dfsgdfs-ertert .swiper-slide > div:nth-child(2) {
  font-size: 0.9vw;
  color: #5A5A5A;
  line-height: 4.06vw;
  text-align: center;
}

.gdfgdsf-bvnbvl {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 3.49vw;
  margin-bottom: 4.16vw;
}

.gdfgdsf-bvnbvl img {
  max-width: 100%;
}

.page-map {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 3.6vw;
  align-items: center;
}

.ledgfdfh-wqeqw > div:nth-child(1) {
  font-size: 1.87vw;
  font-weight: bold;
  color: #5B5B5B;
  line-height: 1.87vw;
}

.ledgfdfh-wqeqw > div:nth-child(2) {
  font-size: 1.2vw;
  color: #5B5B5B;
  line-height: 2.4vw;
  margin-top: 1.04vw;
}

.ledgfdfh-wqeqw > div:nth-child(2) > p {
  padding-left: 2.08vw;
  background-size: 1.3vw auto !important;
  background-position: 0.4vw 0.5vw !important;
}

.ledgfdfh-wqeqw > div:nth-child(2) > p:nth-child(1) {
  background: url("../images/map1.png") no-repeat;
  background-position: left center;
}

.ledgfdfh-wqeqw > div:nth-child(2) > p:nth-child(2) {
  background: url("../images/map2.png") no-repeat;
  background-position: left center;
}

.ledgfdfh-wqeqw > div:nth-child(2) > p:nth-child(3) {
  background: url("../images/map3.png") no-repeat;
  background-position: left center;
}

.ledgfdfh-wqeqw > div:nth-child(2) > p:nth-child(4) {
  background: url("../images/map4.png") no-repeat;
  background-position: left center;
}

.ledgfdfh-wqeqw > div:nth-child(2) > p:nth-child(5) {
  background: url("../images/map5.png") no-repeat;
  background-position: left center;
}

.ledgfdfh-wqeqw > div:nth-child(2) > p:nth-child(6) {
  background: url("../images/map6.png") no-repeat;
  background-position: left center;
}

.ledgfdfh-wqeqw > div:nth-child(2) > p:nth-child(7) {
  background: url("../images/map7.png") no-repeat;
  background-position: left center;
}

.riofdhg-we {
  width: 58%;
  height: 28.5vw;
  border: 1px solid #D9D9D9;
}

.map-zxklsd {
  width: 80.8vw;
  height: 41.8vw;
  margin: auto;
  margin-top: 5.3vw;
  margin-bottom: 5.3vw;
  background: url("../images/map-bg.jpg") no-repeat center;
  background-size: cover;
}

.zxly-title-map {
  text-align: center;
  font-size: 2.1vw;
  color: #333333;
  line-height: 3.8vw;
  /*padding-top: 120px;*/
}

.gdfghdfhgfghg-213 {
  width: 58%;
  margin: auto;
}

.item-input {
  display: flex;
  justify-content: space-between;
  margin-top: 3.1vw;
}

.item-input > input {
  width: 19.5vw;
  font-size: 1.35vw;
  height: 2.18vw;
  border: none;
  border-bottom: 1px solid #807e7f;
  background: none;
}

.uireotuyo-23 {
  width: 100%;
  font-size: 1.35vw;
  height: 2.18vw;
  border: none;
  border-bottom: 1px solid #807e7f;
  background: none;
  margin-top: 1.56vw;
}

/*产品中心*/
.page-pao-nav {
  border-bottom: 1px solid #bbb9b9;
  margin-top: 1.87vw;
}

.page-pao-nav > div {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  height: 3.02vw;
}

.page-pao-nav > div > div > a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 14.27vw;
  height: 3.75vw;
  line-height: 3.02vw;
  text-align: center;
  font-size: 1.04vw;
  color: #5E5F5F;
  margin: 0 0.52vw;
  background: url("../images/page-nav-pro.png") no-repeat;
  background-position: center top;
  background-size: contain;
}

.page-pao-nav > div > div > a:hover,
.page-pao-nav > div > div > a.page-pao-nav-nav-item-c {
  background: url("../images/page-nav-pro-c.png") no-repeat;
  background-position: center top;
  background-size: contain;
  color: #fff;
}

.pro-item-dis {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.5vw;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.page-pro-item-box {
  width: 80%;
  margin: auto;
}

.fdlkgj-pro {
  width: 45%;
  height: 24.7vw;
  overflow: hidden;
}

.fdlkgj-pro > img {
  width: 100%;
  height: 24.7vw;
  object-fit: contain;
  transition: all 0.5s;
  background-color: #f6f6f6;
}

.fdlkgj-pro:hover > img {
  transform: scale(1.2);
}

.pro-item-dis:hover {
  -webkit-transform: translateY(-0.75vw);
  -moz-transform: translateY(-0.75vw);
  -ms-transform: translateY(-0.75vw);
  transform: translateY(-0.75vw);
}

.rigdfsk-pro {
  width: 54%;
}

.rigdfsk-pro > div {
  margin-left: 4.3vw;
}

.rigdfsk-pro > div:nth-child(1) {
  font-size: 3.2vw;
  color: #333333;
  line-height: 4vw;
  width:36vw;
}

.rigdfsk-pro > div:nth-child(2) {
  font-size: 0.9vw;
  /*font-weight: bold;*/
  color: #5B5959;
  line-height: 1.8vw;
  margin-top: 2.1vw;
  padding-left: 1.9vw;
}

.rigdfsk-pro > div:nth-child(3) {
  width: 10.5vw;
  height: 2.7vw;
  line-height: 2.7vw;
  text-align: center;
  font-size: 0.7vw;
  color: #FFFFFF;
  background: #E62730;
  margin-top: 4.7vw;
}

.page-view-list {
  display: flex;
  justify-content: center;
  margin-top: 37px;
}

.page-view-list > a {
  font-size: 0.9vw;
  color: #5B5959;
  margin: 0 0.63vw;
  line-height: 0.9vw;
  position: relative;
}

.page-view-list > a:hover, .page-view-list > a.pro-content-c {
  color: #E62730;
}

.page-view-list > a:hover::after, .page-view-list > a.pro-content-c::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #E62730;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.page-news-titles {
  display: flex;
  justify-content: center;
  margin-top: 4.3vw;
}

.page-news-titles > div {
  font-size: 1.87vw;
  /*font-weight: bold;*/
  color: #242728;
  line-height: 1.87vw;
  position: relative;
}

.page-news-titles > div::after {
  content: "";
  width: 0.67vw;
  height: 1.87vw;
  background: #E6262F;
  position: absolute;
  top: 0;
  right: -37px;
}

.page-news-titles > div::before {
  content: "";
  width: 0.67vw;
  height: 1.87vw;
  background: #E6262F;
  position: absolute;
  top: 0;
  left: -37px;
}

.pro-view-content {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  font-size: 0.83vw;
  color: #5B5959;
  line-height: 1.87vw;
  margin-bottom: 2.6vw;
}

.pro-view-content img {
  max-width: 100%;
  height: auto;
}

.pro-view-content table {
  width: 100%;
  /*border: 1px solid #a3a3a3 !important;*/
  text-align: center;
  position: relative;
  background: #efefef;
}

/*.pro-view-content table::after {*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  content: "";*/
/*  left: 0;*/
/*  right: 0;*/
/*  top: 0;*/
/*  margin: auto;*/
/*  background: #ddd;*/
/*}*/

.pro-view-content table td {
  height: 3.8vw;
  line-height: 3.8vw;
  vertical-align: middle;
  border: 1px solid #a3a3a3 !important;
}

.pro-view-content table td:first-child {
  border-left: none !important;
}

.pro-view-content table td:last-child {
  border-right: none !important;
}

.pro-view-content table tr:last-child td {
  border-bottom: none !important;
}

.pro-view-content table .firstRow td {
  border: none !important;
}

.pro-view-content table .firstRow {
  background: #E6262F;
  color: #fff;
  font-size: 1.25vw;
}

.pro-view-content video {
  width: 100%;
}

.page-view-news {
  width: 62.5vw;
  margin: auto;
  margin-bottom: 4.68vw;
}

.page-view-news > div:nth-child(1) {
  font-size: 1.87vw;
  line-height: 2.6vw;
  color: #000;
  margin-top: 3.6vw;
  text-align: center;
}

.page-view-news > div:nth-child(2) {
  text-align: center;
  font-size: 0.83vw;
  margin-top: 1.04vw;
  color: #5B5959;
}

.page-view-news > div:nth-child(3) {
  font-size: 0.83vw;
  color: #5B5959;
  line-height: 1.87vw;
  margin-top: 1.04vw;
}

.page-pic-item-box {
  width: 62.5vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pic-item-dis {
  width: 19.69vw;
  margin-top: 3.1vw;
}

.pic-item-dis > div:nth-child(1) {
  height: 12.66vw;
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
}

.pic-item-dis > div:nth-child(1) > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pic-item-dis > div:nth-child(2) {
  font-size: 0.9vw;
  color: #545454;
  text-align: center;
  margin-top: 1.56vw;
  line-height: 1.5vw;
  height: 3vw;
  overflow: hidden;
}

.links-foot {
  font-size: 0.8vw;
  color: #FFFFFF;
  margin-left: 1.04vw;
  margin-top: 1.56vw;
}

.links-foot > a {
  color: #FFFFFF;
  margin-left: 0.78vw;
}

@media only screen and (min-width: 800px) and (max-width: 62.5vw) {
  /*    设置了浏览器宽度不小于800px且不大于1199px时，content显示1000px的宽度样式    */
  .top_nav > div {
    width: 98%;
    margin: auto;
    height: 6.77vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.is-active .zp-item-title {
  color: #E6262F;
}

#cvdfgdfhgsdf .el-collapse-item__arrow.is-active {

  color: #E6262F;
}

.el-button--primary {
  background-color: #E6262F !important;
  border-color: #E6262F !important;
}



























































































































































































































