@font-face {
  font-family: 'iconfont';  /* Project id 4734958 */
  src: url('//at.alicdn.com/t/c/font_4734958_jtvkwhncjgo.woff2?t=1743053828825') format('woff2'),
  url('//at.alicdn.com/t/c/font_4734958_jtvkwhncjgo.woff?t=1743053828825') format('woff'),
  url('//at.alicdn.com/t/c/font_4734958_jtvkwhncjgo.ttf?t=1743053828825') format('truetype');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: SourceHanSansCNBold;
  src: url('../fonts/SourceHanSansCN-Bold.otf');
  /*src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Bold.otf')*/
}
@font-face {
  font-family: SourceHanSansCNRegular;
  src: url('../fonts/SourceHanSansCN-Regular.otf');
  /*src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Regular.otf')*/
}
@font-face {
  font-family: Oswald;
  src: url('../fonts/Oswald-Medium.ttf');
}
@font-face {
  font-family: MiSans;
  src: url('../fonts/MiSans-Demibold.woff2');
}
@font-face {
	font-family: MiNormal;
	src: url('../fonts/MiSans-Normal.woff2');
}
@font-face {
  font-family: zg;
  src: url('../fonts/zhuiguang.ttf');
}
html,
body {
  color: #272727;
  font-family: SourceHanSansCNRegular;
  -webkit-text-size-adjust: 100%;
}
input,
textarea {
  font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: rgba(255,80,0);
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.1s;
}
.he_fadeup2 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.he_fadeup3 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.5s;
}
.he_fadeup4 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.7s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 8vw;
  position: fixed;
  z-index: 99;
  background: white;
  backdrop-filter: blur(0px);
  transition: 0.3s all ease-in-out;
  box-shadow: 0 0 .5vw 0 gainsboro;
}
header .logo {
  width: 12vw;
  position: relative;
  /*background: rgba(255, 80, 0);*/
}
header .logo img{
  width: 90%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
header nav {
  margin-left: 3vw;
  transition: 0.3s all ease-in-out;
}
header nav ul {
  display: flex;
}
header nav ul li {
  padding: 1.2vw 0;
  border-bottom: 3px solid transparent;
}
header nav ul li a {
  font-size: 20px;
  margin: 0 2vw;
}
header nav ul li a:hover{
  color: rgba(255,80,0);
}
header nav ul li ul{
  position: absolute;
  display: block;
  background: white;
  padding: 1vw 1.2vw;
  margin-top: 1vw;
  margin-left: 1vw;
  border-bottom: 2px solid rgba(255,80,0);
  opacity: 0;
  pointer-events: none;
}
header nav ul li ul li{
  padding: .2vw 0;
}
header nav ul li ul li a{
  font-size: 18px;
  margin: 0;
}
header nav ul li:hover ul{
  opacity: 1;
  pointer-events: all;
}
header.active {
  background: rgba(149, 149, 149, 0.35);
  backdrop-filter: blur(0px);
}
header.active nav ul li:hover a {
  color: rgba(255, 80, 0);
}
header.active nav ul li:hover {
  border-bottom: 3px solid rgba(255, 80, 0);
}
footer {
  width: 100%;
  overflow: hidden;
  background: #3e3e3e;
  padding: 3vw 8vw 1vw 8vw;
}
footer .logo {
  width: 18vw;
}
footer .footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
footer .footer .text {
  color: white;
  font-family: MiNormal;
}
footer .footer .text .t {
  font-size: 0.9vw;
}
footer .footer .text .tel {
  color: white;
  font-size: 1.5vw;
  margin: 0.5vw 0;
  display: block;
}
footer .footer .text .address{
  line-height: 2;
  margin: .5vw 0;
}
footer .footer .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
footer .footer .footerNav ul .level1 {
  padding: 0 3vw;
  border-right: 1px solid rgba(255,255,255,.2);
}
footer .footer .footerNav ul .level1 a {
  font-size: 1vw;
  color: #ffffff;
  font-family: MiNormal;
}
footer .footer .footerNav ul .level1 .ul {
  display: flex;
}
footer .footer .footerNav ul .level1 ul {
  display: block;
  margin-top: 1vw;
}
footer .footer .footerNav ul .level1 ul li {
  margin-bottom: 0.5vw;
  text-align: left;
}
footer .footer .footerNav ul .level1 ul li a {
  font-size: 0.8vw;
  color: #ffffff;
  opacity: 0.7;
  font-family: SourceHanSansCNRegular;
}
footer .footer .footerNav ul .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footer .footerNav ul .level1 .ul2:nth-child(2) {
  margin-left: 2vw;
}
footer .footer .footerNav ul .level1:last-child {
  border-right: transparent;
  padding-right: 0;
}
footer .footerInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: white;
  opacity: 0.5;
  font-size: 0.8vw;
  margin-top: 3vw;
}
footer .footerInfo a {
  color: white;
}
#menu {
  position: fixed;
  padding-left: 6.5px;
  right: 1vw;
  z-index: 90;
  top: 20vw;
  width: 25px;
  transition: 0.3s all ease-in-out;
  transform: translateX(5vw);
}
#menu a {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: none;
  margin: 15px 0px;
  position: relative;
  cursor: pointer;
  display: block;
  border: 1px solid white;
  border-radius: 50%;
}
#menu a p {
  position: relative;
  right: 6vw;
  text-align: right;
  margin-top: -0.25vw;
  width: 5vw;
  z-index: 999;
  font-size: 14px;
  color: rgba(255, 80, 0);
  display: none;
}
#menu a:hover p {
  display: block;
}
#menu .active {
  background: white;
}
#menu .active p {
  display: block;
}
@keyframes rotate0 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#menu.active {
  transform: translateX(0);
}
#menu::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 25px;
  height: 100%;
  margin-left: -6.5px;
  transition: 0.5s all ease-in-out;
}
#menu:hover::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 120px;
  height: 100%;
  margin-left: -100px;
}
.titBox {
  color: #ffffff;
  font-size: 2.2vw;
  font-family: MiSans;
}
.titBox .en {
  font-family: MiSans;
  font-size: 1vw;
}
.bannerBox {
  width: 100%;
  height: 27vw;
  position: relative;
  overflow: hidden;
}
.bannerBox::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,80,0,.5);
  z-index: 1;
  /*backdrop-filter: blur(5px);*/
}
.bannerBox .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: MiSans;
  z-index: 1;
}
.bannerBox .text .e {
  /*-webkit-text-stroke: 1px #ffffff;*/
  /*-webkit-text-fill-color: transparent;*/
  font-size: 1vw;
  color: white;
  font-weight: 100;
  /*opacity: .5;*/
}
.bannerBox .text .t {
  font-size: 3vw;
  color: white;
}
.bannerBox .banner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
  animation: bannerBoxidentifier 2s forwards;
}
@keyframes bannerBoxidentifier {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tabBox {
  width: 100%;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  /*position: sticky;*/
  /*top: 3.8vw;*/
  z-index: 9;
}
.tabBox .tab {
  color: #333333;
  font-size: 1vw;
  padding: 1vw 0;
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.tabBox .tab::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background-color: rgba(255, 80, 0);
  top: 0;
  left: 0;
  transition: 0.5s all ease-in-out;
  z-index: -1;
}
.tabBox .tab:hover::before {
  width: 100%;
}
.tabBox .tab:hover {
  color: white;
}
.tabBox .active {
  color: white;
  background-color: rgba(255, 80, 0);
}
.index {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index .homeSwiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index .homeSwiper .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index .homeSwiper .swiper-slide .f1 .shubiao {
  width: 1vw;
  position: absolute;
  bottom: 3vw;
  left: 8vw;
  z-index: 9;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper .img {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper .img .textImg {
  width: 40vw;
  position: absolute;
  left: 5vw;
  top: 8vw;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper .img .text {
  position: absolute;
  bottom: 5vw;
  left: 5vw;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper .img .text .t {
  font-weight: bold;
  font-size: 1.8vw;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper .img .text .d {
  font-size: 1.2vw;
  margin-top: 1vw;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper .swiper-button-next {
  width: 2.5vw;
  right: 3vw;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper .swiper-button-prev {
  width: 2.5vw;
  left: 3vw;
}
.index .homeSwiper .swiper-slide .f1 .mySwiper .swiper-button-next:after,
.index .homeSwiper .swiper-slide .f1 .mySwiper .swiper-button-prev:after {
  content: inherit;
}
.index .homeSwiper .swiper-slide .f1 video {
  width: 100%;
  height: 100vh;
  object-fit: cover !important;
}
.index .homeSwiper .swiper-slide .f2 {
  width: 100%;
  height: 100vh;
  background: url('../images/img6.jpg?v2') center no-repeat;
  background-size: cover !important;
  padding: 7vw 8vw 0 8vw;
  text-align: center;
}
.index .homeSwiper .swiper-slide .f2 .titBox .cn{
  color: #000000;
}
.index .homeSwiper .swiper-slide .f2 .titBox .en{
  color: rgba(255, 80, 0);
}
.index .homeSwiper .swiper-slide .f2 .des {
  width: 55vw;
  font-size: 0.9vw;
  line-height: 2;
  text-align: justify;
  margin: 3vw auto;
}
.index .homeSwiper .swiper-slide .f2 .more{
  background: #ff5000;
  color: white;
  font-size: .9vw;
  border-radius: 3vw;
  overflow: hidden;
  padding: .4vw 0.5vw .4vw 2vw;
  display: inline-flex;
  align-items: center;
}
.index .homeSwiper .swiper-slide .f2 .more .icon{
  width: 1.5vw;
  height: 1.5vw;
  background: white;
  color: #ff5000;
  font-size: .8vw;
  border-radius: 50%;
  line-height: 1.5vw;
  margin-left: 2vw;
}
.index .homeSwiper .swiper-slide .f2 .numBox {
  width: 60vw;
  display: flex;
  justify-content: space-between;
  /*color: white;*/
  margin: 5vw auto 0 auto;
}
.index .homeSwiper .swiper-slide .f2 .numBox .item{
  width: 14vw;
  display: flex;
  align-items: center;
}
.index .homeSwiper .swiper-slide .f2 .numBox .item:nth-child(2) {
  width: 17vw;
}
.index .homeSwiper .swiper-slide .f2 .numBox .item .num {
  font-size: 4vw;
  font-family: MiSans;
  color: #ff5000;
  margin-left: 1vw;
  display: flex;
  line-height: 1;
}
.index .homeSwiper .swiper-slide .f2 .numBox .item .num span{
  color: #333333;
  font-size: .85vw;
}
.index .homeSwiper .swiper-slide .f2 .numBox .item .d{
  text-align: left;
}
.index .homeSwiper .swiper-slide .f2 .numBox .item .d p:nth-child(1){
  font-size: 1vw;
  background: #ff5000;
  color: white;
  display: inline-flex;
  padding: 0 5px;
}
.index .homeSwiper .swiper-slide .f2 .numBox .item .d p:nth-child(2){
  font-size: 0.8vw;
  color: #666666;
  line-height: 1.2;
  margin-top: .5vw;
}
.index .homeSwiper .swiper-slide .f2 .f2Box {
  width: 40vw;
  display: flex;
  flex-wrap: wrap;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item {
  width: 14vw;
  height: 7.5vw;
  border: 1px solid #ffffff;
  margin-right: 2.5vw;
  margin-bottom: 2.5vw;
  /*color: white;*/
  text-align: center;
  font-size: 0.9vw;
  transition: 0.3s all ease-in-out;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item .icon {
  width: 3vw;
  margin: 1vw auto;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:hover {
  background: rgba(139, 74, 24, 0.6);
}
.index .homeSwiper .swiper-slide .f3 {
  width: 100%;
  height: 100vh;
  display: flex;
}
.index .homeSwiper .swiper-slide .f3 .item {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f3 .item .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  position: relative;
  transition: 0.5s all ease;
}
.index .homeSwiper .swiper-slide .f3 .item .img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: 0.5s all ease;
}
.index .homeSwiper .swiper-slide .f3 .item .text {
  width: 100%;
  color: white;
  position: absolute;
  margin-top: 20vw;
  z-index: 1;
  text-align: center;
  transition: 0.5s all ease;
}
.index .homeSwiper .swiper-slide .f3 .item .text .iconImg {
  width: 3vw;
  margin: 0 auto;
}
.index .homeSwiper .swiper-slide .f3 .item .text .t {
  font-size: 1.3vw;
  margin: 1vw 0;
}
.index .homeSwiper .swiper-slide .f3 .item .text .d {
  font-size: 0.9vw;
  line-height: 2;
}
.index .homeSwiper .swiper-slide .f3 .item:hover .img {
  transform: scale(1.1);
}
.index .homeSwiper .swiper-slide .f3 .item:hover .img::before {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.index .homeSwiper .swiper-slide .f3 .item:hover .text {
  transform: translateY(-2vw);
}
.index .homeSwiper .swiper-slide .f4 {
  width: 100%;
  height: 100vh;
  padding: 7vw 8vw;
}
.index .homeSwiper .swiper-slide .f4 .titBox{
  text-align: center;
}
.index .homeSwiper .swiper-slide .f4 .titBox .cn {
  color: #000000;
}
.index .homeSwiper .swiper-slide .f4 .titBox .en {
  color: rgba(255, 80, 0);
}

.index .homeSwiper .swiper-slide .f4 .imgIcon {
  width: 17vw;
  position: absolute;
  left: 0;
  top: 7vw;
  pointer-events: none;
  transform: translateX(-17vw);
  transition: 0.8s all ease-in-out;
  z-index: -1;
}
.index .homeSwiper .swiper-slide .f4 .imgIcon.active {
  transform: translateX(0);
}
.index .homeSwiper .swiper-slide .f4 .f4Box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item{
  width: 15vw;
  height: 27vw;
  background-size: cover !important;
  border-radius: 1vw;
  padding: 5vw 3vw;
  display: block;
  position: relative;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .icon{
  width: 3vw;
  margin: 0 auto;
  position: relative;
  filter: invert(.5);
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .text{
  position: relative;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .text .t{
  color: #333333;
  font-size: 1.5vw;
  text-align: center;
  margin: 1vw 0;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .text .d{
  color: #999999;
  font-size: .9vw;
  text-align: justify;
  line-height: 1.5;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .img{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f7f7f7;
  left: 0;
  top: 0;
  transition: .5s all;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item.active .img{
  background-color: #ff5000;
  opacity: .7;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item.active .icon{
  filter: invert(0);
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item.active .text .t{
  color: white;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item.active .text .d{
  color: white;
}
.index .f5 {
  width: 100%;
  height: 100vh;
  padding: 7vw 8vw 0 8vw;
  background: #f1f1f1;
}
.index .f5 .imgIcon {
  width: 18vw;
  position: absolute;
  right: 0;
  top: 15vh;
  pointer-events: none;
  transform: translateX(17vw);
  transition: 0.8s all ease-in-out;
}
.index .f5 .imgIcon img {
  transform: rotate(180deg);
}
.index .f5 .imgIcon.active {
  transform: translateX(0);
}
.index .f5 .titBox{
  text-align: center;
}
.index .f5 .titBox .cn {
  color: #000000;
}
.index .f5 .titBox .en {
  color: rgba(255, 80, 0);
}
.index .f5 .f5Swiper2 {
  width: 100%;
  margin-top: 5vw;
  overflow: hidden;
}
.index .f5 .f5Swiper2 .swiper-wrapper {
  justify-content: space-between;
}
.index .f5 .f5Swiper2 .swiper-slide {
  width: auto;
  padding: .4vw 3vw;
  border-radius: 3vw;
  border: solid 1px #ff5000;
  font-size: 1vw;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #ff5000;
}
.index .f5 .f5Swiper2 .active{
  background-color: #ff5000;
  color: white;
}
.index .f5 .f5Swiper {
  width: 100%;
  margin-top: 3vw;
  overflow: hidden;
  display: none;
}
.index .f5 .f5Swiper.active{
  display: block;
}
.index .f5 .f5Swiper .swiper-slide .item {
  width: 100%;
  height: 17vw;
  border-radius: 1vw;
  position: relative;
  overflow: hidden;
  /*box-shadow: 0.5vw 0.5vw 1vw 0.5vw #f5f5f5;*/
}
.index .f5 .f5Swiper .swiper-slide .item .imgBox {
  width: 100%;
  height: 17vw;
  overflow: hidden;
}
.index .f5 .f5Swiper .swiper-slide .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f5 .f5Swiper .swiper-slide .item .text {
  width: 100%;
  font-size: 1.2vw;
  padding: 1vw;
  position: absolute;
  bottom: 0;
  display: flex;
  background: linear-gradient(180deg, rgba(255,80,0,0),rgba(255,80,0,0.7));
  justify-content: space-between;
  color: white;
  opacity: 0;
  transition: .5s all;
}
.index .f5 .f5Swiper .swiper-slide .item .text .more{
  width: 2vw;
  height: 2vw;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ff5000;
  box-shadow: 0 1vw 1vw 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #ff5000;
}
.index .f5 .f5Swiper .swiper-slide .item:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f5 .f5Swiper .swiper-slide .item:hover .text {
  opacity: 1;
}
.index .f5 .swiper-button-next {
  width: 3vw;
  left: 51vw;
  right: inherit;
  top: inherit;
  margin-top: 2vw;
}
.index .f5 .swiper-button-next img {
  transform: rotate(180deg);
}
.index .f5 .swiper-button-prev {
  width: 3vw;
  left: 46vw;
  right: inherit;
  top: inherit;
  margin-top: 2vw;
}
.index .f5 .swiper-button-next:after,
.index .f5 .swiper-button-prev:after {
  content: inherit;
}

.index .f6 {
  width: 100%;
  height: 100vh;
  padding: 7vw 8vw;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
.index .f6 .titBox{
  text-align: center;
}
.index .f6 .titBox .cn {
  color: #333333;
}
.index .f6 .titBox .en {
  color: rgba(255, 80, 0);
}
.index .f6 .f6Logos{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.index .f6 .f6Logos .logo{
  width: 13vw;
  height: 5vw;
  background-color: #ffffff;
  border-radius: .5vw;
  border: 1px solid #e5e5e5;
  margin-top: 1vw;
  position: relative;
  transition: .3s all;
}
.index .f6 .f6Logos .logo:hover{
  box-shadow: 0 0 2vw 0 rgba(206, 206, 206, 0.36);
}
.index .f6 .f6Logos .logo img{
  width: auto;
  max-width: 65%;
  height: auto;
  max-height: 3.5vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.index .homeSwiper .swiper-slide .imgBox {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
}
.index .homeSwiper .swiper-slide:last-child {
  height: auto !important;
  position: relative;
}
.index .tabBox{
  padding: 0 35vw;
}
.about {
  width: 100%;
}
.about .tabBox{
  padding: 0 18vw;
}
.about .f0 {
  width: 100%;
  height: auto;
  padding: 8vw 8vw 0 8vw;
  display: flex;
  justify-content: space-between;
}
.about .f0 .dszImg {
  width: 30vw;
}
.about .f0 .textBox {
  width: 50vw;
}
.about .f0 .textBox .titBox .cn {
  color: #333333;
}
.about .f0 .textBox .titBox .en {
  color: rgba(255, 80, 0);
}
.about .f0 .textBox .des {
  color: #333333;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin-top: 3vw;
}
.about .f0 .textBox .qm {
  color: #333333;
  font-size: 1vw;
  display: flex;
  float: right;
  margin-top: 4vw;
}
.about .f0 .textBox .qm img {
  width: 8vw;
  position: relative;
  top: -3vw;
}
.about .f1 {
  width: 100%;
  height: 100vh;
  background: url('../images/nimg1.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 20vw;
}
.about .f1 .titBox{
  text-align: center;
}
.about .f1 .titBox .cn {
  color: #333333;
}
.about .f1 .titBox .en {
  color: rgba(255, 80, 0);
}
.about .f1 .f1Box {
  width: 100%;
  margin-top: 2vw;
}
.about .f1 .f1Box .itemBox {
  width: 100%;
  margin-top: 3vw;
}
.about .f1 .f1Box .itemBox .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 3vw 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.about .f1 .f1Box .itemBox .item:last-child{
  border-bottom: transparent;
}
.about .f1 .f1Box .itemBox .item .t {
  font-size: 1.5vw;
  font-family: SourceHanSansCNBold;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  color: #ff5000;
  display: flex;
  align-items: center;
}
.about .f1 .f1Box .itemBox .item .t .icon{
  width: 2vw;
  margin-right: 1vw;
}
.about .f1 .f1Box .itemBox .item .des {
  width: 50%;
  text-align: left;
  color: #333333;
  font-size: 1vw;
  line-height: 2;
}
.about .f2 {
  width: 100%;
  padding: 8vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about .f2 .imgInfo {
  width: 17vw;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
.about .f2 .imgInfo img {
  transform: rotate(180deg);
}
.about .f2 .left {
  width: 45vw;
}
.about .f2 .left .titBox .cn {
  color: #333333;
}
.about .f2 .left .titBox .en {
  color: rgba(255, 80, 0);
}
.about .f2 .imgBox {
  width: 34vw;
  height: 37vw;
  border-radius: 1vw;
  overflow: hidden;
}
.about .f2 .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.about .f2 .right {
  width: 34vw;
}
.about .f2 .des {
  color: #484848;
  font-size: 0.9vw;
  line-height: 2;
  text-align: justify;
}
.about .f2 .des p {
  margin-top: 1vw;
}
.about .f3 {
  width: 100%;
  height: 50vw;
  background: url('../images/img20.jpg') center no-repeat;
  background-size: cover !important;
  padding: 0 8vw;
  display: flex;
  position: relative;
}
.about .f3 .titBox {
  padding-top: 8vw;
}
.about .f3 .f3Swiper {
  width: 55vw;
  color: white;
  overflow: hidden;
  position: relative;
}
.about .f3 .f3Swiper .swiper-slide {
  padding: 2vw 0;
  opacity: 0.5;
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.about .f3 .f3Swiper .swiper-slide .year {
  font-family: MiSans;
  font-size: 5vw;
}
.about .f3 .f3Swiper .swiper-slide .des {
  width: 40vw;
  line-height: 2;
  font-size: 1.2vw;
  text-align: center;
  margin-top: 1vw;
}
.about .f3 .f3Swiper .swiper-slide-active {
  opacity: 1;
}
.about .f3 .swiper-button-next {
  width: 3vw;
  left: 20vw;
  right: inherit;
  bottom: inherit;
  top: 27vw;
}
.about .f3 .swiper-button-next img {
  transform: rotate(180deg);
}
.about .f3 .swiper-button-prev {
  width: 3vw;
  left: 20vw;
  right: inherit;
  bottom: inherit;
  top: 22vw;
}
.about .f3 .swiper-button-next:after,
.about .f3 .swiper-button-prev:after {
  content: inherit;
}
.about .f4 {
  width: 100%;
  padding: 8vw;
}
.about .f4 .f4Head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about .f4 .f4Head .titBox .cn {
  color: #333333;
}
.about .f4 .f4Head .titBox .en {
  color: rgba(255, 80, 0);
}
.about .f4 .f4Head .f4Tab {
  width: 60vw;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  padding-left: 20vw;
}
.about .f4 .f4Head .f4Tab .tab {
  padding: 0 1vw;
  text-align: center;
  color: #959595;
  font-size: 1vw;
  cursor: pointer;
}
.about .f4 .f4Head .f4Tab .tab .icon {
  font-size: 2vw;
  margin-bottom: 0.2vw;
}
.about .f4 .f4Head .f4Tab .active {
  color: rgba(255, 80, 0);
  border-bottom: 5px solid rgba(255, 80, 0);
}
.about .f4 .f4Head .f4Tab .tab:last-child {
  margin-right: 0;
}
.about .f4 .f4Box {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 5vw;
  display: none;
}
.about .f4 .f4Box.item1{
  display: flex;
}
.about .f4 .f4Box .item {
  width: 27vw;
  height: 16vw;
  background: #f9f9f9;
  /*background-size: cover !important;*/
  /*background: linear-gradient(0deg, #ffe6dd 0%, #f4f4f4 100%);*/
  border-radius: 0 3.5vw 0 3.5vw;
  padding: 4vw 2vw;
  margin-right: 1vw;
  margin-bottom: 1vw;
  color: #333333;
  cursor: pointer;
  line-height: 2;
  transition: .5s all;
  position: relative;
  overflow: hidden;
}
.about .f4 .f4Box .item .img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .5s all;
  border-radius: 0 3vw 0 3.5vw;
  background-size: cover !important;
  pointer-events: none;
  z-index: -1;
}
.about .f4 .f4Box .item .itemBg::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff5000;
  opacity: 0;
  z-index: -1;
}
.about .f4 .f4Box .item .t {
  font-size: 1.5vw;
  font-family: SourceHanSansCNBold;
}
.about .f4 .f4Box .item .d {
  font-size: 0.9vw;
}
.about .f4 .f4Box .item:nth-child(3n) {
  margin-right: 0;
}
.about .f4 .f4Box .item:hover {
  background: transparent;
  color: white;
}
.about .f4 .f4Box .item .itemBg::before{
  opacity: .65;
}
.about .f5 {
  width: 100%;
  height: 50vw;
  background: #f7f7f7;
  /*background-size: cover !important;*/
  padding: 8vw;
  position: relative;
  overflow: hidden;
}
.about .f5 .titBox .cn {
  color: #333333;
}
.about .f5 .titBox .en {
  color: rgba(255, 80, 0);
}
.about .f5 .des {
  width: 18vw;
  margin-top: 3vw;
  color: #484848;
  font-size: 0.9vw;
  line-height: 2;
}
.about .f5 .f5imgInfo {
  width: 55vw;
  position: absolute;
  bottom: -4vw;
  right: 3vw;
}
.about .f5 .f5Swiper {
  width: 55vw;
  overflow: hidden;
  position: absolute;
  top: 6vw;
  right: 5vw;
}
.about .f5 .f5Swiper .swiper-slide .img {
  width: 20vw;
}
.about .f5 .f5Swiper .swiper-slide .img:nth-child(1) {
  margin-left: 30vw;
}
.about .f5 .f5Swiper .swiper-slide .img:nth-child(2) {
  margin-left: 5vw;
  margin-top: -8vw;
}
.about .f5 .f5Swiper .swiper-slide .img:nth-child(3) {
  margin-left: 21vw;
  margin-top: -8vw;
}
.about .f5 .swiper-button-next {
  width: 3vw;
  left: 13vw;
  bottom: 9vw;
  right: inherit;
  top: inherit;
}
.about .f5 .swiper-button-next img {
  transform: rotate(180deg);
}
.about .f5 .swiper-button-prev {
  width: 3vw;
  left: 8vw;
  bottom: 9vw;
  right: inherit;
  top: inherit;
}
.about .f5 .swiper-button-next:after,
.about .f5 .swiper-button-prev:after {
  content: inherit;
}
.about .f6 {
  width: 100%;
  padding: 8vw 0;
  background-image: linear-gradient(0deg, #ffe6dd 0%, #f4f4f4 100%);
  position: relative;
}
.about .f6 .titBox {
  padding: 0 8vw;
}
.about .f6 .titBox .cn {
  color: #333333;
}
.about .f6 .titBox .en {
  color: rgba(255, 80, 0);
}
.about .f6 .f6Swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 5vw;
}
.about .f6 .f6Swiper .swiper-slide {
  width: 27vw;
  height: 19vw;
  border-radius: 1.3vw;
  overflow: hidden;
}
.about .f6 .f6Swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.about .f6 .f6Swiper .swiper-slide:hover .img {
  transform: scale(1.1);
}
.about .f6 .swiper-button-next {
  width: 3vw;
  right: 8vw;
  top: 9vw;
  left: inherit;
  bottom: inherit;
}
.about .f6 .swiper-button-next img {
  transform: rotate(180deg);
}
.about .f6 .swiper-button-prev {
  width: 3vw;
  right: 13vw;
  top: 9vw;
  left: inherit;
  bottom: inherit;
}
.about .f6 .swiper-button-next:after,
.about .f6 .swiper-button-prev:after {
  content: inherit;
}
.about .f7 {
  width: 100%;
  padding: 8vw;
  position: relative;
}
.about .f7 .titBox .cn {
  color: #333333;
}
.about .f7 .titBox .en {
  color: rgba(255, 80, 0);
}
.about .f7 .f7Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.about .f7 .f7Box .item {
  width: 19vw;
  height: 28vw;
  background: url('../images/img29.jpg') center no-repeat;
  background-size: cover !important;
  border-radius: 1vw;
  display: block;
  margin-right: 2vw;
  margin-top: 2vw;
  color: #e1ded9;
  position: relative;
}
.about .f7 .f7Box .item .text {
  position: absolute;
  margin-top: 9vw;
  margin-left: 2vw;
}
.about .f7 .f7Box .item .text .t {
  font-family: MiSans;
  font-size: 1.2vw;
}
.about .f7 .f7Box .item .text .d {
  font-size: 1vw;
}
.about .f7 .f7Box .item:nth-child(4n) {
  margin-right: 0;
}
.about .f7 .f7Box .item:nth-last-child(-n+4) {
  background: url('../images/img30.jpg') center no-repeat;
}
.about .f7 .more {
  width: 9vw;
  height: 3vw;
  background-color: rgba(255, 80, 0);
  border-radius: 0 2vw 0 2vw;
  line-height: 3vw;
  font-size: 0.9vw;
  text-align: center;
  display: block;
  margin: 5vw auto 0 auto;
  color: white;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.about .f7 .more:hover {
  border-radius: 2vw 0 2vw 0;
}
.business {
  width: 100%;
}
.business .tabBox {
  padding: 0 35vw;
}
.business .f1 {
  width: 100%;
  height: 53vw;
  overflow: hidden;
  padding: 7vw 0;
  position: relative;
}
.business .f1 .map {
  width: 100%;
  position: absolute;
  top: 0;
}
.business .f1 .mapItem .item{
  width: 17vw;
  background-color: #ffffff;
  border-radius: 1vw;
  border: 1px solid #ff5000;
  position: absolute;
  z-index: 2;
  padding: 1vw;
}
.business .f1 .mapItem .item .tit{
  display: flex;
  justify-content: space-between;
  font-size: 1.2vw;
  align-items: end;
  padding-bottom: .5vw;
  font-family: SourceHanSansCNBold;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.business .f1 .mapItem .item .tit .num{
  color: #ff5000;
  font-size: 2vw;
  line-height: 1;
  font-family: MiSans;
}
.business .f1 .mapItem .item .it{
  display: flex;
  flex-wrap: wrap;
  color: #737373;
  margin-top: .5vw;
}
.business .f1 .mapItem .item .it .t{
  width: 33%;
  font-size: .9vw;
  margin-top: .5vw;
}
.business .f1 .mapItem .item.item1{
  left: 29vw;
  top: 29vw;
}
.business .f1 .mapItem .item.item2{
  left: 66.5vw;
  top: 16vw;
}
.business .f1 .mapItem .item.item3{
  left: 55vw;
  top: 34vw;
}
.business .f1 .titBox{
  text-align: center;
  position: relative;
  z-index: 1;
}
.business .f1 .titBox .cn {
  color: #333333;
}
.business .f1 .titBox .en {
  color: rgba(255, 80, 0);
}
.business .f1 .itemBox {
  margin-top: 4vw;
}
.business .f1 .itemBox .item {
  color: #333333;
  font-size: 1vw;
  margin-top: 1vw;
  padding-left: 1.5vw;
  position: relative;
}
.business .f1 .itemBox .item::before {
  content: '';
  position: absolute;
  width: 0.6vw;
  height: 0.6vw;
  background-color: rgba(255, 80, 0);
  border-radius: 50%;
  left: 0;
  margin-top: 0.5vw;
}
.business .f2 {
  width: 100%;
  position: relative;
  padding: 2vw 8vw 4vw 8vw;
  display: none;
}
.business .f2 .item{
  width: 100%;
  height: 30vw;
  position: relative;
  background-size: cover !important;
  border-radius: 1vw;
  overflow: hidden;
  margin-top: 2vw;
}
.business .f2 .item::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a55943;
  top: 0;
  left: 0;
  opacity: .9;
}
.business .f2 .item:nth-child(2)::before{
  background-color: #7f9461;
}
.business .f2 .item:nth-child(3)::before{
  background-color: #ee3526;
}
.business .f2 .item:nth-child(4)::before{
  background-color: #ff5000;
}
.business .f2 .item:nth-child(5)::before{
  background-color: #836a8a;
}
.business .f2 .item .text{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10vw;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.business .f2 .item .text .icon{
  width: 3vw;
  position: relative;
  filter: invert(0);
}
.business .f2 .item .text .t{
  font-size: 1.5vw;
}
.business .f2 .item .text .d{
  width: 30vw;
  line-height: 2;
  font-size: .9vw;
}
.cooperative {
  width: 100%;
}
.cooperative .tabBox {
  padding: 0 27vw;
}
.cooperative .f1 {
  width: 100%;
  padding: 8vw 8vw 6vw 8vw;
}
.cooperative .f1 .titBox {
  text-align: center;
}
.cooperative .f1 .titBox .cn {
  color: #333333;
}
.cooperative .f1 .titBox .en {
  color: rgba(255, 80, 0);
}
.cooperative .f1 .f1Tab {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 4vw auto;
}
.cooperative .f1 .f1Tab .tab {
  width: 10vw;
  border-radius: 0 2vw 0 2vw;
  border: 1px solid rgba(255, 80, 0);
  display: inline-block;
  text-align: center;
  line-height: 3vw;
  color: rgba(255, 80, 0);
  font-size: 1vw;
  margin: 0 1vw;
  cursor: pointer;
}
.cooperative .f1 .f1Tab .tab:hover {
  background-color: rgba(255, 80, 0);
  color: white;
}
.cooperative .f1 .f1Tab .active {
  background-color: rgba(255, 80, 0);
  color: white;
}
.cooperative .f1 .f1Box {
  width: 100%;
  display: none;
  flex-wrap: wrap;
}
.cooperative .f1 .f1Box.item1{
  display: flex;
  margin-top: 3vw;
}
.cooperative .f1 .f1Box .item {
  width: 19vw;
  height: auto;
  border-radius: 0.5vw;
  overflow: hidden;
  margin-right: 2vw;
  margin-bottom: 2vw;
  box-shadow: 0.5vw 0.5vw 1vw 0.5vw #f5f5f5;
}
.cooperative .f1 .f1Box .item .imgBox {
  width: 100%;
  height: 11vw;
  overflow: hidden;
}
.cooperative .f1 .f1Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.cooperative .f1 .f1Box .item .name {
  text-align: center;
  color: #333333;
  font-size: 1vw;
  padding: 1vw 0;
}
.cooperative .f1 .f1Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.cooperative .f1 .f1Box .item:nth-child(4n) {
  margin-right: 0;
}
.cooperative .f2 {
  width: 100%;
  padding: 8vw;
  background-image: linear-gradient(0deg, #ffe6dd 0%, #f4f4f4 100%);
  position: relative;
}
.cooperative .f2 .ImgInfo {
  width: 17vw;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.cooperative .f2 .ImgInfo img {
  transform: rotate(180deg);
}
.cooperative .f2 .titBox {
  text-align: center;
}
.cooperative .f2 .titBox .cn {
  color: #333333;
}
.cooperative .f2 .titBox .en {
  color: rgba(255, 80, 0);
}
.cooperative .f2 .f2Swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 4vw;
}
.cooperative .f2 .f2Swiper .swiper-slide {
  display: flex;
}
.cooperative .f2 .f2Swiper .swiper-slide .imgBox {
  width: 41vw;
  height: 23vw;
  border-radius: 1vw;
  overflow: hidden;
}
.cooperative .f2 .f2Swiper .swiper-slide .imgBox .f2SwiperImg{
  width: 100%;
  height: 23vw;
  overflow: hidden;
}
.cooperative .f2 .f2Swiper .swiper-slide .f2SwiperImg .swiper-slide{
  display: block;
}
.cooperative .f2 .f2Swiper .swiper-slide .f2SwiperImg .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.cooperative .f2 .f2Swiper .swiper-slide .textBox {
  width: 40vw;
  padding: 4vw;
}
.cooperative .f2 .f2Swiper .swiper-slide .textBox .t {
  font-size: 1.5vw;
  font-family: MiSans;
  color: #333333;
}
.cooperative .f2 .f2Swiper .swiper-slide .textBox .d {
  color: #666666;
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 1vw;
}
.cooperative .f2 .f2Swiper .swiper-button-next:after,
.cooperative .f2 .f2Swiper .swiper-button-prev:after {
  content: inherit;
}
.cooperative .f2 .f2Swiper .swiper-pagination {
  width: 41vw;
}
.cooperative .f2 .f2Swiper .swiper-pagination-bullet{
  background: white;
  opacity: 1;
}
.cooperative .f2 .f2Swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 80, 0);
}
.cooperative .f2 .f2Swiper .swiper-button-next {
  width: 3vw;
  bottom: 0.5vw;
  left: 50vw;
  right: inherit;
  top: inherit;
}
.cooperative .f2 .f2Swiper .swiper-button-next img {
  transform: rotate(180deg);
}
.cooperative .f2 .f2Swiper .swiper-button-prev {
  width: 3vw;
  left: 45vw;
  right: inherit;
  bottom: 0.5vw;
  top: inherit;
}
.cooperative .f3 {
  width: 100%;
  height: 55vw;
  padding: 8vw;
  overflow: hidden;
  position: relative;
  background: #fbfbfb;
}
.cooperative .f3 .ImgInfo {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cooperative .f3 .titBox {
  text-align: center;
}
.cooperative .f3 .titBox .cn {
  color: #333333;
}
.cooperative .f3 .titBox .en {
  color: rgba(255, 80, 0);
}
.cooperative .f3 .des {
  color: #666666;
  font-size: 1vw;
  text-align: center;
  margin-top: 4vw;
}
.cooperative .f3 .des::before {
  content: '';
  position: absolute;
  width: 4vw;
  height: 4vw;
  background: url('../images/icon10.png') center no-repeat;
  background-size: contain !important;
  margin-left: -2vw;
  margin-top: -2vw;
}
.cooperative .f3 .f3Box {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.cooperative .f3 .f3Box .item {
  width: 20vw;
  height: 9vw;
  background-image: linear-gradient(0deg, #fcd0c0 0%, #f4f4f4 100%);
  border-radius: 1vw;
  margin-top: 6vw;
  margin-right: 0.8vw;
  display: inline-block;
}
.cooperative .f3 .f3Box .item .logos {
  width: 5vw;
  margin: -2.5vw auto 1vw auto;
}
.cooperative .f3 .f3Box .item .text {
  width: 16vw;
  text-align: center;
  color: #333333;
  position: relative;
  margin: 0 auto;
}
.cooperative .f3 .f3Box .item .text .t {
  width: 8vw;
  margin: 0 auto;
  font-size: 1vw;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
}
.cooperative .f3 .f3Box .item .text .d {
  font-size: 0.9vw;
}
.cooperative .f3 .f3Box .item .text::before {
  content: '';
  position: absolute;
  width: 3vw;
  height: 4vw;
  background: url('../images/icon11.png') center no-repeat;
  background-size: contain !important;
  left: 0;
}
.cooperative .f3 .f3Box .item .text::after {
  content: '';
  position: absolute;
  width: 3vw;
  height: 4vw;
  background: url('../images/icon11.png') center no-repeat;
  background-size: contain !important;
  right: 0;
  top: 0;
  transform: scaleX(-1);
}
.cooperative .f3 .f3Box .item:nth-child(4n) {
  margin-right: 0;
}
.news {
  width: 100%;
}
.news .tabBox {
  padding: 0 35vw;
}
.news .f1 {
  width: 100%;
  padding: 8vw;
  display: inline-block;
}
.news .f1 .left {
  width: 55vw;
  display: inline-block;
  float: left;
}
.news .f1 .left .titBox .cn {
  color: #333333;
}
.news .f1 .left .titBox .en {
  color: rgba(255, 80, 0);
}
.news .f1 .left .itemFirst {
  width: 100%;
  margin-top: 2vw;
  display: block;
  position: relative;
  border-radius: 1vw;
  overflow: hidden;
}
.news .f1 .left .itemFirst .imgBox {
  width: 55vw;
  height: 32vw;
  border-radius: 1vw;
  overflow: hidden;
}
.news .f1 .left .itemFirst .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.news .f1 .left .itemFirst .textBox {
  width: 100%;
  position: absolute;
  background: linear-gradient(to bottom, transparent, #575757);
  padding: 2vw;
  bottom: 0;
  color: white;
}
.news .f1 .left .itemFirst .textBox .time {
  font-size: 0.85vw;
}
.news .f1 .left .itemFirst .textBox .tit {
  font-size: 1vw;
  margin: 0.5vw 0 1vw 0;
}
.news .f1 .left .itemFirst .textBox .more {
  font-size: 0.8vw;
}
.news .f1 .left .itemFirst .textBox .more i {
  width: 1vw;
  height: 1vw;
  background-color: #ffffff;
  border-radius: 50%;
  color: #e27123;
  font-size: 0.75vw;
  padding: 0.1vw;
  margin-left: 0.5vw;
}
.news .f1 .left .itemFirst:hover .imgBox .img {
  transform: scale(1.1);
}
.news .f1 .left .item {
  width: 100%;
  margin-top: 2vw;
  display: flex;
  position: relative;
  border-radius: 1vw;
  background-color: #f7f7f7;
  overflow: hidden;
}
.news .f1 .left .item .imgBox {
  width: 20vw;
  height: 12vw;
  border-radius: 1vw;
  overflow: hidden;
}
.news .f1 .left .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.news .f1 .left .item .textBox {
  width: 34vw;
  padding: 2vw;
  display: flex;
}
.news .f1 .left .item .textBox .time {
  font-size: 0.85vw;
  color: #2c2c2c;
  text-align: right;
}
.news .f1 .left .item .textBox .time p:nth-child(1) {
  font-size: 1.5vw;
}
.news .f1 .left .item .textBox .time p:nth-child(2) {
  font-size: 0.9vw;
}
.news .f1 .left .item .textBox .text {
  width: 25vw;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 1vw;
  padding-left: 1vw;
}
.news .f1 .left .item .textBox .text .tit {
  font-size: 1vw;
  margin: 0.5vw 0 1vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .f1 .left .item .textBox .text .d {
  font-size: 0.9vw;
  color: #7a7a7a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .f1 .left .item .textBox .text .more {
  font-size: 0.8vw;
  margin-top: 1vw;
}
.news .f1 .left .item .textBox .text .more i {
  width: 1vw;
  height: 1vw;
  background-color: rgba(255, 80, 0);
  border-radius: 50%;
  color: white;
  font-size: 0.75vw;
  padding: 0.1vw;
  margin-left: 0.5vw;
}
.news .f1 .left .item:hover .imgBox .img {
  transform: scale(1.1);
}
.news .f1 .left .item:hover .text {
  color: rgba(255, 80, 0);
}
.news .f1 .right {
  width: 26vw;
  display: inline-block;
  margin-left: 2vw;
  position: sticky;
  top: 5vw;
}
.news .f1 .right .titBox .cn {
  color: #333333;
}
.news .f1 .right .titBox .en {
  color: rgba(255, 80, 0);
}
.news .f1 .right .itemBox {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 1vw;
  margin-top: 2vw;
  padding: 1vw 2vw;
}
.news .f1 .right .itemBox .item {
  display: block;
  color: #2c2c2c;
  padding: 1.5vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news .f1 .right .itemBox .item .time {
  font-size: 0.85vw;
}
.news .f1 .right .itemBox .item .t {
  font-size: 0.9vw;
  margin-top: 0.5vw;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .f1 .right .itemBox .item:last-child {
  border-bottom: transparent;
}
.news .f1 .right .itemBox .item:hover {
  color: rgba(255, 80, 0);
}
.contactUs {
  width: 100%;
}
.contactUs .f1 {
  width: 100%;
  position: relative;
}
.contactUs .f1 .map {
  width: 100%;
  height: 45vw;
  overflow: hidden;
}
.contactUs .f1 .map #map{
  width: 100%;
  height: 50vw;
  position: relative;
  z-index: 1;
}
.contactUs .f1 .f1Box {
  width: 100%;
  position: absolute;
  bottom: 10vw;
  display: flex;
  justify-content: space-between;
  padding: 0 12vw;
  z-index: 9;
}
.contactUs .f1 .f1Box .item {
  width: 22vw;
  height: 7vw;
  background-color: rgba(255, 80, 0);
  border-radius: 0vw 5vw 0vw 5vw;
  text-align: center;
  position: relative;
}
.contactUs .f1 .f1Box .item .icon {
  width: 4vw;
  height: 4vw;
  background-color: rgba(255, 80, 0);
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 1.8vw;
  padding-top: 0.6vw;
  color: white;
  margin: -2vw auto 0.5vw auto;
}
.contactUs .f1 .f1Box .item .text {
  width: 100%;
  color: white;
  position: relative;
	padding: 0 2vw;
}
.contactUs .f1 .f1Box .item .text .t {
  font-size: 0.85vw;
}
.contactUs .f1 .f1Box .item .text .d {
  font-size: 0.85vw;
}
.contactUs .f1 .f1Box .item .text .phone {
  font-size: 1.2vw;
}
.contactUs .f1 .f1Box .item .text::before {
  content: '';
  position: absolute;
  bottom: -1.5vw;
  left: 0;
  width: 100%;
  height: 3vw;
  background: url('../images/icon12.png') center no-repeat;
  background-size: cover !important;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width: 1660px) {
  header nav ul li a{
    font-size: 18px;
  }
  header nav ul li ul li a{
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .bannerBox {
    height: 45vw;
  }
  .bannerBox .text {
    top: 50%;
  }
  .bannerBox .text .e {
    font-size: 12px;
  }
  .bannerBox .text .t {
    font-size: 22px;
  }
  .tabBox {
    display: none;
  }
  .about .f1 {
    height: auto;
    padding: 10vw 5vw;
  }
  .titBox {
    font-size: 20px;
  }
  .titBox .en {
    font-size: 12px;
  }
  .about .f1 .f1Box {
    margin-top: 5vw;
  }
  .about .f1 .f1Box .imgBox {
    height: 40vw;
    border-radius: 0 5vw 0 5vw;
  }
  .about .f1 .f1Box .itemBox {
    margin-top: 5vw;
    display: block;
  }
  .about .f1 .f1Box .itemBox .item {
    width: 100%;
    display: block;
  }
  .about .f1 .f1Box .itemBox .item .t {
    font-size: 16px;
  }
  .about .f1 .f1Box .itemBox .item .des {
    width: 100%;
    font-size: 14px;
  }
  .about .f1 .f1Box .itemBox .item .t .icon{
    width: 6vw;
    margin-right: 2vw;
  }
  .about .f2 {
    padding: 10vw 5vw;
    display: block;
  }
  .about .f2 .left {
    width: 100%;
  }
  .about .f2 .imgBox {
    width: 100%;
    height: 50vw;
  }
  .about .f2 .right {
    width: 100%;
    margin-top: 5vw;
  }
  .about .f2 .des {
    font-size: 14px;
  }
  .about .f2 .imgInfo {
    width: 50vw;
  }
  .about .f3 {
    height: 80vw;
    padding: 0 5vw;
  }
  .about .f3 .f3Swiper .swiper-slide .year {
    font-size: 20px;
  }
  .about .f3 .f3Swiper .swiper-slide .des {
    font-size: 14px;
    margin-top: 0;
    line-height: 1.7;
  }
  .about .f3 .swiper-button-prev {
    width: 7vw;
    top: 35vw;
  }
  .about .f3 .swiper-button-next {
    width: 7vw;
    top: 45vw;
  }
  .about .f3 .f3Swiper .swiper-slide {
    padding: 3vw 0;
  }
  .about .f4 {
    padding: 10vw 5vw;
  }
  .about .f4 .f4Head {
    display: block;
  }
  .about .f4 .f4Head .f4Tab {
    width: 100%;
    padding-left: 0;
    margin-top: 5vw;
  }
  .about .f4 .f4Head .f4Tab .active {
    border-bottom: 2px solid rgba(255, 80, 0);
  }
  .about .f4 .f4Head .f4Tab .tab {
    font-size: 14px;
  }
  .about .f4 .f4Head .f4Tab .tab .icon {
    font-size: 16px;
  }
  .about .f4 .f4Box .item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3vw;
    padding: 10vw 5vw;
    border-radius: 0 10vw 0 10vw;
  }
  .about .f4 .f4Box .item .img{
    border-radius: 0 3vw 0 10.5vw;
  }
  .about .f4 .f4Box .item .t {
    font-size: 16px;
  }
  .about .f4 .f4Box .item .d {
    font-size: 14px;
  }
  .about .f5 {
    height: auto;
    padding: 10vw 5vw;
  }
  .about .f5 .des {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20vw;
  }
  .about .f5 .f5Swiper {
    width: 100%;
    bottom: -10vw;
    top: inherit;
  }
  .about .f5 .f5Swiper .swiper-slide .img {
    width: 40vw;
    margin-top: inherit !important;
    position: relative;
  }
  .about .f5 .f5Swiper .swiper-slide .img:nth-child(1) {
    margin-left: 54vw;
  }
  .about .f5 .f5Swiper .swiper-slide .img:nth-child(2) {
    margin-left: 13vw;
    top: -18vw;
  }
  .about .f5 .f5Swiper .swiper-slide .img:nth-child(3) {
    margin-left: 38vw;
    top: -38vw;
  }
  .about .f5 .f5imgInfo {
    width: 100%;
    bottom: -15vw;
    right: 0;
    position: relative;
  }
  .about .f5 .swiper-button-prev {
    width: 7vw;
  }
  .about .f5 .swiper-button-next {
    width: 7vw;
    left: 20vw;
  }
  .about .f6 {
    padding: 10vw 0;
  }
  .about .f6 .titBox {
    padding: 0 5vw;
  }
  .about .f6 .swiper-button-prev {
    width: 7vw;
    top: 15vw;
    right: 20vw;
  }
  .about .f6 .swiper-button-next {
    width: 7vw;
    top: 15vw;
  }
  .about .f6 .f6Swiper .swiper-slide {
    width: 80%;
    height: 50vw;
  }
  .about .f7 {
    padding: 10vw 5vw;
  }
  .about .f7 .f7Box {
    margin-top: 5vw;
  }
  .about .f7 .f7Box .item {
    width: 44vw;
    height: 64vw;
  }
  .about .f7 .f7Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .about .f7 .f7Box .item .text .t {
    font-size: 20px;
  }
  .about .f7 .f7Box .item .text {
    margin-top: 15vw;
    margin-left: 4vw;
  }
  .about .f7 .more {
    width: 30vw;
    height: auto;
    line-height: 10vw;
    font-size: 14px;
    border-radius: 0 5vw 0 5vw;
  }
  footer {
    padding: 5vw;
  }
  footer .logo {
    width: 40vw;
  }
  footer .footer .text {
    margin: 5vw 0;
  }
  footer .footer .text .t {
    font-size: 14px;
  }
  footer .footer .text .tel {
    font-size: 16px;
  }
  .footerNav {
    display: none;
  }
  footer .footerInfo {
    display: block;
    font-size: 14px;
  }
  .business .f1 .itemBox .item {
    font-size: 14px;
    padding-left: 3.5vw;
  }
  .business .f1 {
    height: 105vw;
    padding: 10vw 5vw;
    background: url('/resources/assets/images/map.jpg') center no-repeat;
    background-size: cover !important;
  }
  .business .f1 .itemBox .item::before {
    width: 1vw;
    height: 1vw;
    margin-top: 2.4vw;
  }
  .business .f1 .map {
    width: 100%;
    position: relative;
    right: 0;
    top: inherit;
  }
  .business .f1 .mapItem .item .tit{
    font-size: 14px;
  }
  .business .f1 .mapItem .item .tit .num{
    font-size: 22px;
  }
  .business .f1 .mapItem .item .it .t{
    font-size: 12px;
  }
  .cooperative .f1 {
    padding: 10vw 5vw;
  }
  .cooperative .f1 .f1Tab .tab {
    width: auto;
    font-size: 14px;
    padding: 1vw 5vw;
    line-height: inherit;
    margin-bottom: 2vw;
  }
  .cooperative .f1 .f1Box .item {
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
  }
  .cooperative .f1 .f1Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .cooperative .f1 .f1Box .item .imgBox {
    height: 50vw;
  }
  .cooperative .f1 .f1Box .item .name {
    font-size: 16px;
    padding: 2vw 0;
  }
  .cooperative .f2 {
    padding: 10vw 5vw;
  }
  .cooperative .f2 .f2Swiper {
    margin-top: 5vw;
    padding-bottom: 2vw;
  }
  .cooperative .f2 .f2Swiper .swiper-slide {
    display: block;
  }
  .cooperative .f2 .f2Swiper .swiper-slide .imgBox {
    width: 100%;
    height: 50vw;
    border-radius: 3vw;
  }
  .cooperative .f2 .f2Swiper .swiper-slide .textBox {
    width: 100%;
    padding: 5vw 0;
  }
  .cooperative .f2 .f2Swiper .swiper-slide .textBox .t {
    font-size: 16px;
  }
  .cooperative .f2 .f2Swiper .swiper-slide .textBox .d {
    font-size: 14px;
  }
  .cooperative .f2 .f2Swiper .swiper-button-next {
    display: none;
  }
  .cooperative .f2 .f2Swiper .swiper-button-prev {
    display: none;
  }
  .cooperative .f2 .f2Swiper .swiper-pagination {
    width: 100%;
  }
  .cooperative .f3 {
    height: auto;
    padding: 10vw 5vw;
  }
  .cooperative .f3 .des {
    font-size: 14px;
  }
  .cooperative .f3 .f3Box {
    margin: 5vw auto 0 auto;
  }
  .cooperative .f3 .f3Box .item {
    width: 100%;
    height: auto;
    margin-top: 15vw;
    margin-right: 0;
    padding-bottom: 2vw;
  }
  .cooperative .f3 .f3Box .item .logos {
    width: 20vw;
    margin: -10vw auto 2vw auto;
  }
  .cooperative .f3 .f3Box .item .text {
    width: 80%;
    padding: 3vw 0;
  }
  .cooperative .f3 .f3Box .item .text .t {
    width: 70%;
    font-size: 16px;
    margin-bottom: 1vw;
    padding-bottom: 1vw;
  }
  .cooperative .f3 .f3Box .item .text .d {
    font-size: 14px;
  }
  .cooperative .f3 .f3Box .item .text::before {
    width: 10vw;
    height: 15vw;
    top: 0;
  }
  .cooperative .f3 .f3Box .item .text::after {
    width: 10vw;
    height: 15vw;
  }
  .news .f1 {
    padding: 10vw 5vw;
    display: block;
  }
  .news .f1 .left {
    width: 100%;
  }
  .news .f1 .left .itemFirst {
    margin-top: 5vw;
  }
  .news .f1 .left .itemFirst .imgBox {
    width: 100%;
    height: 50vw;
  }
  .news .f1 .left .itemFirst .textBox {
    padding: 3vw;
  }
  .news .f1 .left .itemFirst .textBox .time {
    font-size: 14px;
  }
  .news .f1 .left .itemFirst .textBox .tit {
    font-size: 16px;
  }
  .news .f1 .left .itemFirst .textBox .more {
    display: none;
  }
  .news .f1 .left .item {
    margin-top: 5vw;
    display: block;
  }
  .news .f1 .left .item .imgBox {
    width: 100%;
    height: 50vw;
  }
  .news .f1 .left .item .textBox {
    width: 100%;
    padding: 5vw 0;
  }
  .news .f1 .left .item .textBox .time {
    font-size: 14px;
    display: none;
  }
  .news .f1 .left .item .textBox .text {
    width: 100%;
    margin: 0;
    padding: 0 5vw;
    border: transparent;
  }
  .news .f1 .left .item .textBox .text .tit {
    font-size: 16px;
  }
  .news .f1 .left .item .textBox .text .d {
    display: none;
  }
  .news .f1 .left .item .textBox .text .more {
    display: none;
  }
  .news .f1 .right {
    width: 100%;
    margin-top: 10vw;
  }
  .news .f1 .right .itemBox {
    margin-top: 5vw;
    padding: 2vw 5vw;
  }
  .news .f1 .right .itemBox .item {
    padding: 3vw 0;
  }
  .news .f1 .right .itemBox .item .time {
    font-size: 14px;
  }
  .news .f1 .right .itemBox .item .t {
    font-size: 16px;
  }
  .contactUs .f1 .f1Box {
    display: block;
    bottom: inherit;
    position: relative;
  }
  .contactUs .f1 .f1Box .item {
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
    margin-top: 8vw;
  }
  .contactUs .f1 .f1Box .item .icon {
    width: 10vw;
    height: 10vw;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
    padding-top: 1.5vw;
    top: -4vw;
  }
  .contactUs .f1 .f1Box .item .text {
    width: 100%;
  }
  .contactUs .f1 .f1Box .item .text .t {
    font-size: 14px;
  }
  .contactUs .f1 .f1Box .item .text .phone {
    font-size: 18px;
  }
  .contactUs .f1 .f1Box .item .text .d {
    font-size: 16px;
  }
  #menu {
    display: none;
  }
  .index .homeSwiper .swiper-slide .f2 .des {
    width: 100%;
    height: 65vw;
    font-size: 14px;
    overflow: hidden;
  }
  .index .homeSwiper .swiper-slide .f2 {
    padding: 5vw 5vw 0 5vw;
    background-blend-mode: multiply;
  }
  .index .homeSwiper .swiper-slide .f2 .more{
    font-size: 14px;
    border-radius: 5vw;
    padding: 1vw 2vw 1vw 5vw;
  }
  .index .homeSwiper .swiper-slide .f2 .more .icon{
    width: 4.5vw;
    height: 4.5vw;
    font-size: 12px;
    line-height: 4.5vw;
    margin-left: 4vw;
  }
  .index .homeSwiper .swiper-slide .f2 .numBox{
    width: 100%;
  }
  .index .homeSwiper .swiper-slide .f2 .numBox .item{
    width: 100% !important;
    margin-top: 3vw;
    display: block;
  }
  .index .homeSwiper .swiper-slide .f2 .numBox .item .d{
    text-align: center;
  }
  .index .homeSwiper .swiper-slide .f2 .numBox .item .d p:nth-child(1){
    font-size: 14px;
    padding: 2px 10px;
  }
  .index .homeSwiper .swiper-slide .f2 .numBox .item .d p:nth-child(2){
    font-size: 12px;
    margin-top: 5px;
  }
  .index .homeSwiper .swiper-slide .f2 .numBox .item .num{
    font-size: 36px;
    margin-left: 0;
    margin-top: 3vw;
    display: block;
  }
  .index .homeSwiper .swiper-slide .f2 .numBox .item .num span{
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box {
    width: 100%;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item {
    width: 43vw;
    height: auto;
    font-size: 14px;
    padding: 3vw 0;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item .icon {
    width: 8vw;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .index .homeSwiper .swiper-slide .f3 {
    display: block;
  }
  .index .homeSwiper .swiper-slide .f3 .item {
    height: 33.33%;
  }
  .index .homeSwiper .swiper-slide .f3 .item .text {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index .homeSwiper .swiper-slide .f3 .item .text .iconImg {
    width: 8vw;
  }
  .index .homeSwiper .swiper-slide .f3 .item .text .t {
    font-size: 16px;
  }
  .index .homeSwiper .swiper-slide .f3 .item .text .d {
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f4 {
    display: block;
  }
  .index .homeSwiper .swiper-slide .f4 .left {
    width: 100%;
    padding: 5vw 5vw 10vw 5vw;
  }
  .index .homeSwiper .swiper-slide .f4 .left .des {
    width: 100%;
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f4 .right {
    width: 100%;
  }
  .index .homeSwiper .swiper-slide .f4 .right .f4Swiper {
    width: 100%;
    height: 55vh;
  }
  .index .homeSwiper .swiper-slide .f4 .right .f4Swiper .textBox {
    padding: 5vw;
  }
  .index .homeSwiper .swiper-slide .f4 .right .f4Swiper .textBox .num {
    font-size: 26px;
  }
  .index .homeSwiper .swiper-slide .f4 .right .f4Swiper .textBox .text {
    padding: 1vw 3vw;
  }
  .index .homeSwiper .swiper-slide .f4 .right .f4Swiper .textBox .text .t {
    font-size: 16px;
  }
  .index .homeSwiper .swiper-slide .f4 .right .f4Swiper .textBox .text .d {
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f4 .right .f4Swiper2 {
    display: none;
  }
  .index .f5 {
    padding: 5vw 5vw 0 5vw;
  }
  .index  .f5 .f5Swiper2 {
    width: 100%;
    position: relative;
    right: inherit;
    top: 3vw;
  }
  .index .f5 .f5Swiper2 .swiper-slide {
    font-size: 13px;
    margin-right: 2vw;
    border-radius: 5vw;
  }
  .index .f5 .f5Swiper2 .swiper-slide-thumb-active .t::before {
    height: 2px;
  }
  .index .f5 .f5Swiper2 .swiper-slide .t {
    padding: 1vw 0;
  }
  .index .f5 .f5Swiper {
    margin-top: 10vw;
    padding-left: 0;
  }
  .index .f5 .f5Swiper .swiper-slide .logoItem {
    width: 29vw;
    height: 16vw;
  }
  .index .f5 .f5Swiper .swiper-slide .logoItem img {
    width: 25vw;
  }
  .index .f5 .f5Swiper .swiper-slide .item{
    height: 52vw;
  }
  .index .f5 .f5Swiper .swiper-slide .item .text{
    opacity: 1;
    font-size: 14px;
    padding: 3vw;
  }
  .index .f5 .f5Swiper .swiper-slide .item .imgBox{
    height: 100%;
  }
  .index .f5 .f5Swiper .swiper-slide .item .text .more{
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .index .f5 .swiper-button-prev{
    width: 8vw;
    left: 35vw;
  }
  .index .f5 .swiper-button-next{
    width: 8vw;
    left: 57vw;
  }
  .index .f6 .f6Logos .logo{
    width: 28vw;
    height: 12vw;
  }
  .index .f6 .f6Logos .logo img {
    max-width: 70%;
    max-height: 7.5vw;
  }
  .business .tabBox{
    display: flex;
    padding: 0 22vw;
  }
  .business .tabBox .tab{
    padding: 3vw 2vw;
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f4 .left .imgIcon {
    width: 35vw;
  }
  .index .homeSwiper .swiper-slide .f5 .imgIcon {
    width: 35vw;
  }
  .index .homeSwiper .swiper-slide .f1 .mySwiper .img .textImg {
    width: 70vw;
    left: 5vw;
    top: 20vw;
  }
  .index .homeSwiper .swiper-slide .f1 .mySwiper .img .text {
    bottom: 25vw;
  }
  .index .homeSwiper .swiper-slide .f1 .mySwiper .img .text .t {
    font-size: 22px;
  }
  .index .homeSwiper .swiper-slide .f1 .mySwiper .img .text .d {
    font-size: 16px;
  }
  .index .homeSwiper .swiper-slide .f1 .mySwiper .swiper-button-prev {
    width: 7.5vw;
    left: 5vw;
  }
  .index .homeSwiper .swiper-slide .f1 .mySwiper .swiper-button-next {
    width: 7.5vw;
    right: 5vw;
  }
  .about .f0 {
    height: auto;
    padding: 10vw 5vw 0 5vw;
  }
  .about .f0 .textBox {
    width: 100%;
  }
  .about .f0 .textBox .des {
    font-size: 14px;
  }
  .about .f0 .textBox .qm {
    font-size: 14px;
  }
  .about .f0 .textBox .qm img {
    width: 20vw;
    top: -6vw;
  }
  .index .homeSwiper .swiper-slide .f6 {
    height: 100vh;
    padding: 5vw 5vw 0 5vw;
  }
  .index .homeSwiper .swiper-slide .f6 .des {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f6Swiper {
    width: 100%;
    bottom: -19vw;
    top: inherit;
  }
  .index .homeSwiper .swiper-slide .f6 .f6Swiper .swiper-slide .img {
    width: 40vw;
    margin-top: inherit !important;
    position: relative;
  }
  .index .homeSwiper .swiper-slide .f6 .f6Swiper .swiper-slide .img:nth-child(1) {
    margin-left: 54vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f6Swiper .swiper-slide .img:nth-child(2) {
    margin-left: 13vw;
    top: -18vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f6Swiper .swiper-slide .img:nth-child(3) {
    margin-left: 38vw;
    top: -38vw;
  }
  .index .homeSwiper .swiper-slide .f6 .f6imgInfo {
    width: 100%;
    bottom: -15vw;
    right: 0;
    position: relative;
  }
  .index .homeSwiper .swiper-slide .f6 .swiper-button-prev {
    display: none;
  }
  .index .homeSwiper .swiper-slide .f6 .swiper-button-next {
    display: none;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Swiper .swiper-slide .f1Box .item {
    width: 42vw;
    margin-right: 5vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Swiper .swiper-slide .f1Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Swiper .swiper-slide .f1Box .item .imgBox {
    height: 23vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Swiper .swiper-slide .f1Box .item .name {
    font-size: 14px;
  }
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: rgba(255, 80, 0);

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0

  }

  .sp_logo {
    padding: 10px;
    float: left;
  }

  .sp_logo img {

    margin: auto;

    width: 125px;

    transition: .35s all ease-in-out;
  }

  .sp_nav {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 2vw;
  }

  .sp_nav span {

    display: block;

    background: white;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 10px;

    transition: all ease .35s

  }

  .sp_nav span:nth-of-type(1) {

    top: 15px;

  }

  .sp_nav span:nth-of-type(2) {

    top: 25px

  }

  .sp_nav span:nth-of-type(3) {

    top: 35px

  }

  .sp_nav_se span:nth-of-type(1) {

    top: 25px;

    transform: rotate(45deg)

  }

  .sp_nav_se span:nth-of-type(2) {

    width: 0

  }

  .sp_nav_se span:nth-of-type(3) {

    top: 25px;

    transform: rotate(-45deg)

  }
  .nav_sp_logo{
    width: 40px !important;
    position: fixed;
    z-index: 999;
  }
  .sp_flex{
    display: flex;
  }
  .sp_black{
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: -100%;
    top: 0;
    transition: top ease .35s
  }
  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: white;
    width: 85%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: 0;
    right: -100%;
    padding-top: 15vw;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease .35s
  }
  .sp_flex .mengBan{
    width: 15%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right ease .35s
  }
  .nav_show2 {

    right: 85% !important;

  }
  .nav_show {

    right: 0;

  }
  .sp_bottom{
    width: 100%;
    margin: 8vw auto;
    display: inline-block;
    text-align: center;
  }
  .sp_bottom .sp_serach{
    width: 31vw;
    height: 12vw;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5vw;
  }
  .sp_bottom .sp_serach i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sp_bottom .sp_lag{
    width: 31vw;
    height: 12vw;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    text-align: center;
  }
  .sp_bottom .sp_lag i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sjj_nav > ul > li:first-child {

    overflow: hidden;

    border-top: 0

  }

  .sjj_nav > ul > li:first-child > a {

    /*float: left;*/

    /*width: calc(100% - 70px)*/

  }

  .sjj_nav > ul > li:first-child .language {

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px

  }

  .sjj_nav > ul > li:first-child .language a {

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999

  }

  .sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0;

    height: 30px;

    padding: 0 7px

  }

  .sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease .35s

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0)

  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px

  }
  .sjj_nav ul li.active{
    background: #f3f3f3;
  }
  .sjj_nav > ul > li:last-child {

    border-bottom: 1px #ddd solid

  }

  .sjj_nav ul li ul {
    background: #f3f3f3;
    display: none;
    border-top: 1px #ddd solid;
    padding: 10px 0;
  }

  .sjj_nav ul li a {

    color: rgba(0, 0, 0, .8);

    width: 80%;

    display: block;

    font-size: 16px;

    padding-left: 25px;

  }
  .sjj_nav ul li ul li{
    border: transparent;
    line-height: 30px;
  }
  .sjj_nav ul li ul li a {

    color: rgba(0, 0, 0, .5);

    display: block;

    text-align: left;

    font-size: 14px;
    padding-left: 45px;

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #e31e4d;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #e31e4d;

  }

  .sjj_nav ul li ul li > ul {

    margin-left: 10px

  }
  .sjj_nav .iconBox{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15vw;
  }
  .sjj_nav .iconBox .icon{
    width: 50px;
    margin: 0 3vw;
    display: inline-block;
  }
  .sp_flex .sjj_nav .close{
    position: absolute;
    right: 4vw;
    top: 1vw;
    font-size: 28px;
    color: #cf211a;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  main{
    margin-top: 50px;
  }
  .contactUs .f1 .map{
    height: auto;
  }
  .cooperative .f2 .f2Swiper .swiper-slide .imgBox .f2SwiperImg{
    height: 50vw;
  }
  .index .homeSwiper .swiper-slide .f4{
    padding: 7vw 5vw 0 5vw;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box{
    display: block;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item{
    width: 100%;
    height: 25vw;
    margin-top: 3vw;
    padding: 3vw;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item .icon{
    width: 6vw;
    margin: 3vw auto;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item .text .t{
    font-size: 16px;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item .text .d{
    font-size: 14px;
    display: none;
  }
  .business .f1 .mapItem .item{
    width: 38vw;
    padding: 3vw;
  }
  .business .f1 .mapItem .item.item1 {
    left: 4vw;
    top: 57vw;
  }
  .business .f1 .mapItem .item .it .t{
    width: 50%;
  }
  .business .f1 .mapItem .item.item2 {
    left: 58.5vw;
    top: 38vw;
  }
  .business .f1 .mapItem .item.item3 {
    left: 54vw;
    top: 73vw;
  }
  .business .f2{
    padding: 5vw;
  }
  .business .f2 .item .text .icon{
    width: 6vw;
  }
  .business .f2 .item{
    height: 50vw;
    margin-top: 5vw;
  }
  .business .f2 .item .text{
    display: block;
  }
  .business .f2 .item .text .t{
    font-size: 16px;
    margin: 3vw 0;
  }
  .business .f2 .item .text .d{
    width: 100%;
    font-size: 14px;
  }
  .index .f6{
    padding: 7vw 5vw;
  }
  .contactUs .f1{
    padding: 0;
  }
}
