@charset "UTF-8";
body.show a,
body.show .transition,
body.show .side-bar li .layer,
.side-bar li body.show .layer,
body.show #index-dots li,
#index-dots body.show li,
body.show .index-5 .side-r .form .submit div,
.index-5 .side-r .form .submit body.show div,
body.show .index-5 .side-r .form .submit div input,
.index-5 .side-r .form .submit div body.show input,
body.show .about-4 .list .list-wrapper li .box,
.about-4 .list .list-wrapper li body.show .box,
body.show .about-4 .list .list-wrapper li .box2,
.about-4 .list .list-wrapper li body.show .box2,
body.show .join-1 .tab-btn li div,
.join-1 .tab-btn li body.show div,
body.show :before,
body.show :after,
body.show img,
body.show .g-nav {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex,
.g-nav ul,
.g-foot .wal .ewm ul,
.g-foot .wal .list .name,
.g-foot .wal .list li,
.g-foot .msg,
.side-bar li .layer dl,
.index-1 .arrow,
.index-3 .arrow,
.index-4 .arrow,
.about-3 .list .title,
.about-3 .list ul,
.join-1 .tab-btn ul,
.join-1 .tab-box .row,
.join-1 .tab-box .row .col .name,
.join-1 .tab-box .row .col .SenseOfWorthBtn,
.join-2 .list li .title,
.responsibility-1 li .box .title,
.responsibility-3 .box .name,
.responsibility-3 .list .arrow,
.product-nav ul,
.p-num,
.investment-2 ul,
.investment-3 .title div,
.investment-3 .box,
.product-show .info,
.p-num2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
}

.flexColumn,
.side-bar li a.name,
.about-1,
.about-2 .container,
.about-3,
.about-4,
.about-5,
.responsibility-1 li,
.responsibility-1 li .box,
.product-side li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter,
.g-foot .wal .list .name,
.g-foot .wal .list li,
.g-foot .msg,
.side-bar li a.name,
.side-bar li .layer dl,
.foot .foot1,
.about-2 .container,
.about-3,
.about-3 .container,
.about-3 .list .title,
.about-4,
.about-5,
.about-5 .container,
.join-1 .tab-box .row,
.join-1 .tab-box .row .col .name,
.responsibility-1 li .box .title,
.responsibility-3 .box .name,
.p-num,
.investment-3 .title div,
.investment-3 .box,
.product-side li .name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter,
.g-foot .msg,
.side-bar li a.name,
.side-bar li .layer dl,
.about-1,
.about-2 .container,
.about-3,
.about-4,
.about-5,
.join-1 .tab-btn ul,
.responsibility-1 li .box,
.product-nav ul,
.p-num,
.investment-3 .title div,
.product-side li .name {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween,
.g-nav ul,
.index-5 .side-r .form ul,
.foot .foot1,
.about-2 .list ul,
.about-3 .container,
.about-3 .list ul,
.about-5 .container,
.about-5 .container .col ul,
.join-1 .tab-box .row,
.join-1 .tab-box .row .col .SenseOfWorthBtn,
.join-3 .TalentConceContent,
.join-2,
.responsibility-1 ul,
.investment-3 .row,
.investment-3 .box,
.product-show .info,
.p-num2 ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap,
.index-5 .side-r .form ul,
.foot .foot1,
.about-2 .list ul,
.about-3 .container,
.about-5 .container,
.about-5 .container .col ul,
.join-3 .TalentConceContent,
.join-2,
.responsibility-1 ul,
.product ul,
.investment-1 .list ul,
.investment-3 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.p-title {
  /* color: #e70012; */
  font-size: 0.14rem;
  padding-bottom: 0.2rem;
}

.p-title h2 {
  font-size: 0.36rem;
  line-height: 1em;
  padding-bottom: 0.02rem;
}
.p-title .left {
  font-size: 0.22rem;
}
.p-title .right {
  /* display: inline-block; */
  height: 100%;
  padding: 0.05rem 0.15rem;
  font-size: 0.15rem;
  border: 0.01rem solid #000;
  border-radius: 0.3rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  font-size: 16px;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #fdd003;
  outline: none;
}

li {
  list-style: outside none;
}

h1 {
  font-size: 16px;
}

h2,
h3,
h4,
h5 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

textarea,
input {
  background: transparent;
  font-size: 16px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}

.wal {
  max-width: 14rem;
  margin: 0 auto;
  /* padding-top: 1rem; */
}

@font-face {
  font-family: "Impact";
  src: url("fonts/Impact.woff2") format("woff2"),
    url("fonts/Impact.woff") format("woff"),
    url("fonts/Impact.ttf") format("truetype"),
    url("fonts/Impact.eot") format("embedded-opentype"),
    url("fonts/Impact.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.phone-show {
  display: none;
}

/*-------------------------*/
.g-headD {
  height: 1rem;
}

.g-head {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.g-head .wal {
  min-height: 1rem;
  position: relative;
  max-width: 100%;
}

.g-head a.logo {
  display: block;
  background: url("../image/logo1.png") center no-repeat;
  background-size: 100%;
  width: 2rem;
  height: 100%;
}

.g-nav {
  position: absolute;
  width: 100%;
  z-index: 1;
  /* left: 2.6rem; */
  /* right: 2.6rem; */
  top: 0;
  bottom: auto;
  padding: 0 1rem;
}
.g-nav ul div{
  width: 50%;
}

.g-nav a.name {
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.2rem;
  color: #000;
  text-align: center;
}

.g-nav .img {
  position: absolute;
  right: -2.2rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1rem;
  width: 2rem;
}

@media screen and (max-width: 1700px) {
  .g-nav a.name {
    font-size: 0.18rem;
  }
}

.g-foot {
  background: #e70012;
  color: #fff;
  font-size: 0.14rem;
}

.g-foot .wal {
  min-height: 2.8rem;
  position: relative;
}

.g-foot .wal .logo {
  width: 1.41rem;
  position: absolute;
  z-index: 1;
  left: 0.3rem;
  right: auto;
  top: 0.44rem;
  bottom: auto;
}

.g-foot .wal .ewm {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0.57rem;
  bottom: auto;
  padding-left: 0.1rem;
  border-left: rgba(250, 206, 207, 0.2) solid 1px;
}

.g-foot .wal .ewm li {
  width: 1.2rem;
  margin-left: 0.9rem;
}

.g-foot .wal .ewm li .name {
  text-align: center;
  color: #facecf;
  padding: 0.1rem 0;
}

.g-foot .wal .list {
  padding: 0.5rem 0 0 3.5rem;
}

.g-foot .wal .list .name {
  color: #facecf;
}

.g-foot .wal .list .name:after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  margin-left: 0.1rem;
  width: 0.32rem;
  height: 1px;
  background: #facecf;
}

.g-foot .wal .list h3 {
  font-size: 0.48rem;
  letter-spacing: 0.02rem;
  line-height: 1em;
  padding: 0.12rem 0 0.1rem 0;
  font-family: "Impact";
  font-weight: 100;
}

.g-foot .wal .list li {
  padding: 0.06rem 0;
}

.g-foot .wal .list li img {
  width: 0.18rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.g-foot .wal .list li p {
  opacity: 0.7;
}

.g-foot .msg {
  height: 0.8rem;
  background: #b50d11;
}

.g-foot .msg p {
  padding: 0 0.1rem;
}

.g-foot .msg p:nth-of-type(2):hover {
  cursor: pointer;
}

.side-bar {
  position: fixed;
  z-index: 40;
  top: 50%;
  right: 0.2rem;
  width: 0.6rem;
}

.side-bar li {
  position: relative;
  background: #fabcbd;
  border-radius: 0.5rem;
  margin-bottom: 0.3rem;
  color: #fff;
}

.side-bar li a.name {
  height: 0.6rem;
  font-size: 0.16rem;
  color: #4c4c4c;
  position: relative;
  z-index: 11;
}

.side-bar li a.name .ico {
  width: 0.28rem;
  position: relative;
}

.side-bar li a.name .ico img:nth-child(2) {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  opacity: 0;
}

.side-bar li .layer {
  opacity: 0;
  visibility: hidden;
  visibility: visible;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  height: 0.6rem;
  background: #e70012;
  width: 1.78rem;
  padding-right: 0;
}

.side-bar li .layer dl {
  height: 0.6rem;
}

.side-bar li .layer dl dd {
  margin: 0 0.1rem;
}

.side-bar li .layer dl a {
  display: block;
  width: 0.48rem;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.side-bar li:hover {
  background: #e70616;
}

.side-bar li:hover a.name {
  color: #fff;
}

.side-bar li:hover a.name .ico img:nth-child(1) {
  opacity: 0;
}

.side-bar li:hover a.name .ico img:nth-child(2) {
  opacity: 1;
}

.side-bar li:hover .layer {
  opacity: 1;
  visibility: visible;
  width: 2.58rem;
  padding-right: 0.6rem;
  border-radius: 0.5rem;
}

/*index*/
#index-dots {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#index-dots li {
  position: relative;
  left: 0.38rem;
  width: 0.66rem;
  line-height: 0.57rem;
  color: #ffffff;
  font-size: 0.18rem;
  border-radius: 0.3rem;
  cursor: pointer;
}

#index-dots li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.02rem;
  background: #da6774;
}

#index-dots li .name {
  font-size: 0.16rem;
  white-space: nowrap;
  opacity: 0;
}

#index-dots li.on:before {
  width: 0.62rem;
  height: 0.04rem;
  background: #ffffff;
}

#index-dots li.on .name {
  color: #ffffff;
  font-weight: 900;
  opacity: 1;
}

#index-dots li.active:before {
  width: 0.62rem;
  height: 0.04rem;
  background: #ed2226;
}

#index-dots li.active .name {
  color: #ed2226;
  font-weight: 900;
  opacity: 1 !important;
}

#index {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.index-slide {
  height: 100vh;
  position: relative;
  /* overflow: hidden; */
  background: center no-repeat;
  background-size: cover;
}


/* 顶部 tab 切换 */
.tabs {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.08rem 0;
  background-color: #fdd003;
}
.tabs .tab-header-item {
  font-weight: 700;
  margin-right: 1rem;
  cursor: pointer;
}
.tabs .tab-header-item.active {
  color: #d90910;
}
/* 内容切换 */
.tab-content {
  display: none;
  max-width: 18rem;
  margin: auto;
}
.tab-content.active {
  display: block;
  padding-top: 1.8rem;
}

/* 产品分类 */
.tab-container {
  display: flex;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem dashed #9e9e9e;
}
.tab-container .title {
  font-size: 0.3rem;
  display: flex;
}
.tab-container .title span {
  font-size: 0.4rem;
  margin-left: 0.1rem;
}
.tab-container .ul {
  flex: 1;
}
.tab-container .ul ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tab-container .ul ul li {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  cursor: pointer;
}
.tab-container .ul ul .active {
  color: #d80808;
}
/* .tab-container .ul ul li > * {
  pointer-events: none;
} */
.tab-container .ul ul li img {
  max-width: 0.5rem;
  margin-right: 0.05rem;
}
/* tab 2 */
.tab-container .ul .ul2 {
  justify-content: flex-start;
  margin-left: 0.5rem;
}
.tab-container .ul .ul2 li{
  margin-right: 1.5rem;
}


/* 产品列表 */
.content-list {
  margin-top: 0.5rem;
}
.content-list .list-title {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}
.content-list .list-ul ul {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.content-list .list-ul ul li {
  width: 24%;
  padding: 0.2rem;
  margin: 0 0.2rem 0.3rem 0;
  margin-bottom: 0.3rem;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.content-list .list-ul ul li:nth-child(4n) {
  margin-right: 0;
}
.content-list .list-ul ul li img {
  width: 100%;
}
.content-list .list-ul ul li .name {
  font-size: 0.3rem;
  margin: 0.3rem 0 0.2rem;
}

/* tab1 分页按钮 */
.pagination-controls {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
#item-list li {
  display: none; /* 初始隐藏所有项目 */
}
.pagination-controls button {
  /* padding: 5px 15px; */
  padding: 0.08rem 0.14rem;
  /* margin: 0 5px; */
  margin: 0 0.05rem;
  cursor: pointer;
  border: none;
}
.pagination-controls button:disabled {
  /* opacity: 0.5; */
  cursor: not-allowed;
}
/* .page-info {
  margin: 0 10px;
} */
.pagination-controls span {
  border: solid black;
  border-width: 0 0.01rem 0.01rem 0;
  display: inline-block;
  padding: 0.03rem;
  text-align: center;
}
.prev-page .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.next-page .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-numbers button.active {
  background: #c10016;
  color: #fff;
  border-color: #c10016;
}

/* tab2 分页按钮 */
.pagination-controls2 {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
#item-list2 li {
  display: none; /* 初始隐藏所有项目 */
}
.pagination-controls2 button {
  /* padding: 5px 15px; */
  padding: 0.08rem 0.14rem;
  /* margin: 0 5px; */
  margin: 0 0.05rem;
  cursor: pointer;
  border: none;
}
.pagination-controls2 button:disabled {
  /* opacity: 0.5; */
  cursor: not-allowed;
}
/* .page-info {
  margin: 0 10px;
} */
.pagination-controls2 span {
  border: solid black;
  border-width: 0 0.01rem 0.01rem 0;
  display: inline-block;
  padding: 0.03rem;
  text-align: center;
}
.prev-page2 .left2 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.next-page2 .right2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.page-numbers2 button.active {
  background: #c10016;
  color: #fff;
  border-color: #c10016;
}
 


.product1 {
  width: 100%;
  position: relative;
}
.product1 img {
  width: 100%;
}
.product1 .product1-content {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 10;
  margin-top: 0.5rem;
}
.product1 .product1-content .top {
  font-size: 0.45rem;
  font-weight: 700;
}
.product1 .product1-content .top span {
  color: #d90910;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  /* font-family: cursive; */
  font-size: 0.7rem;
}
.product1 .product1-content .top span:nth-last-child(1) {
  margin-left: 0.5rem;
}
.product1 .product1-content .bottom {
  margin-top: 0.1rem;
  font-size: 0.2rem;
}
.product1 .product1-content .bottom div {
  margin-top: 0.05rem;
}

#tab1 .product2 {
  width: 100%;
  position: relative;
  background: url(../image/zy/grey.png) center no-repeat;
  background-size: 100% 100%;
  text-align: right;
  height: 6.5rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
#tab2 .product2 {
  width: 100%;
  position: relative;
  background: url(../image/zy/index1_5.jpg) center no-repeat;
  background-size: 100% 100%;
  text-align: right;
  height: 6.5rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.product2 img {
  max-width: 12rem;
}
.product2 .product2-content {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 10;
  margin-top: 0.5rem;
  text-align: left;
  max-width: 5rem;
}
#tab1 .product2 .product2-content .top {
  font-size: 0.45rem;
  font-weight: 700;
}
#tab2 .product2 .product2-content .top {
  font-size: 0.45rem;
  font-weight: 700;
  color: #fff;
}
.product2 .product2-content .top span {
  color: #d90910;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  /* font-family: cursive; */
  font-size: 0.7rem;
}
#tab1 .product2 .product2-content .bottom {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #7a7979;
  line-height: 0.3rem;
}
#tab2 .product2 .product2-content .bottom {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.3rem;
}
.product2 .product2-content .bottom div {
  margin-top: 0.05rem;
}

#tab1 .product3 {
  width: 100%;
  position: relative;
  background: url(../image/zy/grey.png) center no-repeat;
  background-size: 100% 100%;
  text-align: left;
  height: 6.5rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
#tab2 .product3 {
  width: 100%;
  position: relative;
  background: url(../image/zy/index1_5.jpg) center no-repeat;
  background-size: 100% 100%;
  text-align: left;
  height: 6.5rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.product3 img {
  max-width: 12rem;
}
.product3 .product3-content {
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 10;
  margin-top: 0.5rem;
  text-align: right;
  max-width: 5rem;
}
.product3 .product3-content .top {
  font-size: 0.45rem;
  font-weight: 700;
}
#tab2 .product3 .product3-content .top {
  font-size: 0.45rem;
  font-weight: 700;
  color: #fff;
}
.product3 .product3-content .top span {
  color: #d90910;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  /* font-family: cursive; */
  font-size: 0.7rem;
}
#tab1 .product3 .product3-content .bottom {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #7a7979;
  line-height: 0.3rem;
}
#tab2 .product3 .product3-content .bottom {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.3rem;
}
.product3 .product3-content .bottom div {
  margin-top: 0.05rem;
}

/* 底部 */
.foot {
  height: 2.5rem;
  padding: 0.4rem 1.5rem 0;
}
.foot .footLeft {
  font-size: 0.15rem;
  float: left;
  padding-right: 1.5rem;
  border-right: 0.01rem dashed #ccc;
}
.footLeft .phone {
  font-size: 0.22rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem dashed #ccc;
}
.footLeft .phone div {
  margin-bottom: 0.1rem;
}
.footLeft .phone div:nth-child(2) {
  color: #d91b23;
}
.footLeft .address {
  margin-top: 0.2rem;
}
.footLeft .address div{
  margin-bottom: 0.1rem;
}

.foot .footRigth {
  flex: 1;
  display: flex;
  /* justify-content: space-evenly; */
  padding-left: 1rem;
}
.foot .footRigth .footRigthImg {
  margin-right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.1rem;
  text-align: center;
  font-size: 0.15rem;
  color: #000;
}

@media screen and (max-width: 1700px) {
  .index-5 .side-l-t {
    font-size: 0.6rem;
  }

  .index-5 .side-l-b > div:nth-of-type(1) {
    font-size: 0.2rem;
  }

  .index-5 .side-l-b > div:nth-of-type(1) img {
    width: 0.21rem;
    height: 0.18rem;
  }

  .index-5 .side-l-b > div:nth-of-type(2) {
    font-size: 0.4rem;
  }

  .index-5 .side-r .form .formtitle {
    font-size: 0.2rem;
  }

  .index-5 .side-r .form li .input input,
  .index-5 .side-r .form li .input textarea {
    font-size: 0.12rem;
  }

  .index-5 .side-r .form li .input textarea {
    height: 0.6rem;
  }

  .index-5 .side-r .form li .input text {
    font-size: 0.15rem;
  }

  .foot .footLeft .footLeftImg img {
    width: 0.8rem;
    height: 0.8rem;
  }

  .foot .footRigth .img1 {
    width: 1rem;
    height: 0.64rem;
  }

  .foot .footRigth .img2 {
    width: 3.8rem;
    height: 1.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .foot .footLeft .footLeftCopyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* 底部 logo */
.bottom_logo {
  height: 2rem;
  background-color: #fdd003;
  text-align: center;
  margin-top: 0.7rem;
}
.bottom_logo img {
  width: 3rem;
  transform: translateY(-0.35rem);
}

.responsibility-3 .box {
  position: relative;
  min-height: 5.3rem;
  padding: 0 0.13rem 0 7.53rem;
}

.responsibility-3 .box .img {
  width: 7rem;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
}

.responsibility-3 .box .name {
  padding-bottom: 0.15rem;
  border-bottom: #e6e6e6 solid 1px;
}

.responsibility-3 .box .name img {
  width: 0.65rem;
  margin-right: 0.2rem;
}

.responsibility-3 .box .name h3 {
  font-size: 0.24rem;
  color: #e70012;
}

.responsibility-3 .box h5 {
  line-height: 0.55rem;
  font-size: 0.18rem;
  border-bottom: #e6e6e6 solid 1px;
}

.responsibility-3 .box .content {
  font-size: 0.18rem;
  line-height: 0.38rem;
  padding: 0.45rem 0;
}

.responsibility-3 .list {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: auto;
  bottom: 1.15rem;
  width: 6.81rem;
  overflow: hidden;
  padding-top: 0.68rem;
}

.responsibility-3 .list .list-wrapper {
  margin-left: -0.12rem;
}

.responsibility-3 .list li {
  padding-left: 0.12rem;
}

.responsibility-3 .list .arrow {
  position: absolute;
  z-index: 1;
  left: 0.44rem;
  right: auto;
  top: 0;
  bottom: auto;
}

.responsibility-3 .list .arrow a {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: center no-repeat;
  background-size: 100%;
  margin-right: 0.2rem;
}

/* .responsibility-3 .list .arrow a.prev {
  left: 0;
  background-image: url("../image/prev36.png");
}

.responsibility-3 .list .arrow a.prev:hover {
  background-image: url("../image/prev36on.png");
}

.responsibility-3 .list .arrow a.next {
  right: 0;
  background-image: url("../image/next36.png");
}

.responsibility-3 .list .arrow a.next:hover {
  background-image: url("../image/next36on.png");
} */

/*# sourceMappingURL=index.css.map */
