:root {
    --theme-color: #f3702a;
    --theme-color-hover: #d65a1a; 
    --theme-color-light: #fff0e6; 
}
@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

body{
    font-size: 16px;
    font-family: "Alibaba PuHuiTi 3.0", sans-serif;
    font-style: normal;
    color: #000;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
}
body a {
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
}
body li {
    list-style-type: none;
    margin: 0;
}
p, ul, li,h5,h4,h3,h2,h1 {
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
}
img, a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}
.w1400{
    width: 1440px;
    max-width: 94%;
    margin: 0 auto;
}
.p60{
    padding: 20px 0;
}
.mbx{
    display: flex;
    align-items: center;
}
.mbx img{
    margin-right: 5px;
}
@keyframes play {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes play2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.page-list{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.page-list a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.625vw;
	min-width: 2.1875vw;
	height: 2.1875vw;
	line-height: 2.1875vw;
	margin-bottom: 0.25vw;
	margin-right: 0.4vw;
	text-align: center;
	font-size: 0.83333333333333vw;
	color: #000000;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
	width: 70%;
	height: 70%;
	border: rgba(0,0,0,0.06) solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.page-list a.page-num-current:before,
.page-list  a:hover:before{
	border: #f3702a solid 1px;
	background: #f3702a;
}
.page-list a.fyprev span,
.page-list a.fynext span{ 
	width: 0.529vw;
	height: 0.529vw;
}
.page-list a.fyprev span{
	background: url(../images/icon26.png) center no-repeat;
	background-size: 100% auto;
}
.page-list a.fynext span{
	background: url(../images/icon27.png) center no-repeat;
	background-size: 100% auto;
}
.page-list a.fyprev:hover span{ 
	background: url(../images/icon26a.png) center no-repeat;
	background-size: 100% auto;
}
.page-list a.fynext:hover span{
	background: url(../images/icon27a.png) center no-repeat;
	background-size: 100% auto;
}
.page-list a:hover,
.page-list a.page-num-current{
    color: #FFFFFF;
}
header {
  position: fixed;
  width: 1920px;
  max-width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 999;
  height: 75px;
  background: transparent;
  padding: 0px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header {
    font-size: 14px;
  }
}
header a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 1680px) {
  header a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header a {
    font-size: 14px;
  }
}
header.on {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
header.scroll {
  top: -75px;
}
header:hover,
header.on,
header.header2 {
  background: var(--theme-color);
  color: #333;
}
header:hover .left .logo img,
header.on .left .logo img,
header.header2 .left .logo img {
  display: none;
}
header:hover .left .logo img.on,
header.on .left .logo img.on,
header.header2 .left .logo img.on {
  display: block;
}
header:hover .left .nav li:hover .li_a,
header.on .left .nav li:hover .li_a,
header.header2 .left .nav li:hover .li_a,
header:hover .left .nav li.on .li_a,
header.on .left .nav li.on .li_a,
header.header2 .left .nav li.on .li_a {
  color: #ffffff;
}
header:hover a,
header.on a,
header.header2 a {
  color: #ffffff;
}
header:hover .right .lan .lan_a,
header.on .right .lan .lan_a,
header.header2 .right .lan .lan_a {
  background: rgba(0, 0, 0, 0.1);
}
header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 70%;
}
header .left .logo {
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 2.19vw;
}
header .left .logo img {
  display: block;
  width: 160px;
  top: 0;
  position: absolute;
  background: var(--theme-color);
  padding: 10px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}
header .left .logo img.on {
  display: none;
}
header .left .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  /* width: calc(100% - 120px - 2.19vw); */
  width: 70%;
  /* flex-direction: row; */
}
header .left .nav li {
  padding: 2.5vh 1.5vw;
  position: relative;
  height: 100%;
}
header .left .nav li:nth-child(4){
    display:none;
}
header .left .nav li:nth-child(6) .nav_li{
    display: none;
}
header .left .nav li:hover .li_a,
header .left .nav li.on .li_a {
  color: #fff;
}
header .left .nav li.on .li_a:before {
  width: 100%;
  background: #f3702a;
  left: 0;
  bottom: -25px;
}
header .left .nav li .li_a {
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
header .left .nav li .li_a:before {
  content: '';
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  background: transparent;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li:hover .nav_li {
  height: auto;
  max-height: 500px;
}
header .left .nav li:hover .nav_li:before {
  width: 100%;
  left: 0;
  background: var(--theme-color);
}
header .left .nav li .nav_li  {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: rgba(255, 255, 255, 0.85);
  min-width: 250px;
  padding: 0px 0;
  height: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li a {
  display: block;
  height: 50px;
  font-size: 16px;
  color: #333333;
  font-family: "hs_l";
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  position: relative;
}
@media (max-width: 1680px) {
  header .left .nav li .nav_li a {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  header .left .nav li .nav_li a {
    font-size: 12px;
  }
}
@media (max-width: 1280px) {
  header .left .nav li .nav_li a {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1024px) {
  header .left .nav li .nav_li a {
    font-size: 8.53333333px;
  }
}
@media (max-width: 1680px) {
  header .left .nav li .nav_li a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header .left .nav li .nav_li a {
    font-size: 14px;
  }
}
header .left .nav li .nav_li a:first-child {
  padding-top: 5px;
}
header .left .nav li .nav_li a:last-child {
  padding-bottom: 5px;
}
header .left .nav li .nav_li a:last-child:before,
header .left .nav li .nav_li a:last-child:after {
  display: none;
}
header .left .nav li .nav_li a:before {
  content: '';
  width: 90%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #eaeaea;
}
header .left .nav li .nav_li a:after {
  content: '';
  width: 0%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .left .nav li .nav_li a:hover {
  color: var(--theme-color);
}
header .left .nav li .nav_li a:hover:after {
  width: 90%;
  background: var(--theme-color);
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 30%;
}
header .right .lan {
  width: 100px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .right .lan:hover .lan_box {
  height: auto;
  max-height: 500px;
}
header .right .lan .lan_a {
  width: 100%;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
}
header .right .lan .lan_a i:first-child {
  -webkit-animation: play 6s linear infinite;
  animation: play 6s linear infinite;
}
header .right .lan .lan_a i:last-child {
  font-size: 14px;
}
header .right .lan .lan_box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .right .lan .lan_box a {
  text-align: center;
  display: block;
  color: var(--theme-color);
  line-height: 40px;
  text-transform: capitalize;
}
header .right .lan .lan_box a:hover {
  color: var(--theme-color);
}
header .right a.email {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
}
header .right a.email i {
  font-size: 20px;
}
@media (max-width: 1680px) {
  header .right a.email i {
    font-size: 17.5px;
  }
}
@media (max-width: 1440px) {
  header .right a.email i {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  header .right a.email i {
    font-size: 13.33333333px;
  }
}
@media (max-width: 1024px) {
  header .right a.email i {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1680px) {
  header .right a.email i {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  header .right a.email i {
    font-size: 16px;
  }
}
header .right a.email:hover {
  color: var(--theme-color);
}
header .right .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 22px;
}
header .right .search.on .search_form {
  width: 295px;
}
header .right .search.on .open_search {
  width: 0;
}
header .right .search .open_search {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  header .right .search .open_search {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  header .right .search .open_search {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  header .right .search .open_search {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  header .right .search .open_search {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  header .right .search .open_search {
    font-size: 16px;
  }
}
header .right .search .open_search:hover {
  color: #ffffff;
}
header .right .search .search_form {
  width: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
header .right .search .search_form input {
  width: 200px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 16px;
  color: var(--theme-color);
  padding: 0 10px;
  border-right: none;
}
header .right .search .search_form input::placeholder {
  font-size: 16px;
  color: #999;
}
header .right .search .search_form a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999;
}
header .right .search .search_form a.close_search {
  border-radius: 50%;
  margin-left: 15px;
}
@media (max-width:1280px) {
  header .left .logo {
    width: 120px;
  }
}
@media (max-width:1024px) {
  header {
    padding: 0 30px;
  }
}
@media (max-width:990px) {
  header {
    display: none;
  }
}
.head_wap {
  display: none;
}
@media (max-width: 990px) {
  .head_wap {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    background: #fff;
  }
  .head_wap .h_top {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo {
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .logo img {
    max-height: 40px;
    margin-right: 5px;
  }
  .head_wap .h_top .open_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .head_wap .h_top .open_nav.on i:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  .head_wap .h_top .open_nav.on i:nth-child(2) {
    opacity: 0;
  }
  .head_wap .h_top .open_nav.on i:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  .head_wap .h_top .open_nav i {
    width: 24px;
    height: 2px;
    background-color: var(--theme-color);
    margin: 2.5px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot {
    position: absolute;
    width: 94%;
    left: 0;
    background: #f7f7f7;
    overflow: hidden;
    padding: 20px;
    display: none;
  }
  .head_wap .h_bot .h_nav a:hover {
    color: var(--theme-color);
  }
  .head_wap .h_bot .h_nav li.on .a1 .top a,
  .head_wap .h_bot .h_nav li.on .a1 .top i {
    color: var(--theme-color);
  }
  .head_wap .h_bot .h_nav li .a1 .top {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .top.on {
    border-color: var(--theme-color);
  }
  .head_wap .h_bot .h_nav li .a1 .top.on a {
    color: var(--theme-color);
  }
  .head_wap .h_bot .h_nav li .a1 .top.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: var(--theme-color);
  }
  .head_wap .h_bot .h_nav li .a1 .top a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
  }
  .head_wap .h_bot .h_nav li .a1 .top i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid transparent;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on {
    border-color: var(--theme-color);
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on a {
    color: var(--theme-color);
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2.on i {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: var(--theme-color);
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 a {
    width: calc(100% - 50px);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .top2 i {
    width: 40px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 {
    display: none;
    padding: 0 10px;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a {
    width: 100%;
    line-height: 30px;
    font-size: 13px;
    display: block;
  }
  .head_wap .h_bot .h_nav li .a1 .box .a2 .box2 a.on {
    color: var(--theme-color);
  }
  .head_wap .h_bot .h_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
    display: none;
  }
  .head_wap .h_bot .h_search input {
    width: calc(100% - 40px);
    height: 100%;
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search input::placeholder {
    font-size: 16px;
    color: #333;
  }
  .head_wap .h_bot .h_search a,
  .head_wap .h_bot .h_search button {
    width: 40px;
    height: 100%;
    background: var(--theme-color);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .head_wap .h_bot .h_lan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    margin: 10px 0;
  }
  .head_wap .h_bot .h_lan a {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
  }
  .head_wap .h_bot .h_lan a.on {
    color: var(--theme-color);
  }
}
.header_d {
  height: 0;
}
@media (max-width:990px) {
  .header_d {
    height: 60px;
  }
}
.header_d2 {
  height: 75px;
}
@media (max-width:990px) {
  .header_d2 {
    height: 0;
  }
}
.topheader{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-banner{
    
}
.swiper-banner img{
    width: 100%;
    height: 100%;
}
.swiper-banner .swiper-slide-active img {animation: srmgani 7000ms 1 ease forwards;}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.pro1Swiper{
    
}
.pro1Swiper .swiper-button-prev{left: -4% !important;}
.pro1Swiper .swiper-button-next{
    right: -4% !important;
}

.indexabout{
     /* background-attachment: fixed; */
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     /* background-image: url(../images/indexaboutbg.jpg); */
     position: relative;
}
.aboutbtbox{display: flex;flex-direction: column;align-items: flex-start;width: 50%;}
.indexabouta{
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.aboutnrbox{
    margin-top: 40px;
    margin-bottom: 20px;
}
.indexaboutimg{
    width: 40%;
    position: relative;
}
.indexaboutimg img{
    width: 100%;
}
.aboutnrbt{
}
.aboutnrbt h2{color: #111111;font-weight: bold;}
.aboutnrbt h3{font-weight: normal;color: #111111;}
.aboutbten{
    font-weight: bold;
    color: #111111;
}
.aboutbt{
    color: #111111;
}
.aboutnr{
    color: #fff;
    margin-top: 40px;
    line-height: 1.8;
}
.aboutnr p{
    color: #111111;
}
.indexhx{
    width: 10%;
    margin-top: 10px;
    height: 5px;
    background: var(--theme-color);
}
.indexbtn{
    margin-top: 40px;
    padding: 5px 30px;
    background-color: var(--theme-color);
    transition: all ease 0.3s;
    border: 1px solid var(--theme-color);
}
.indexbtn a{
    color: #fff;
    transition: all ease 0.3s;
}
.indexbtn:hover{
    background-color: #fff;
}
.indexbtn:hover.indexbtn a{
    color: var(--theme-color);
}
.aboutright{
    width: 40%;
    position: absolute;
    bottom: 0;
    padding: 30px 0;
    padding-left: 5%;
    right: 0;
    padding-right: 5%;
    background-color: var(--theme-color);
    border-radius: 30px 0 0 0;
}
.aboutrightwz{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.aboutrightwz h2{
    color: #fff;
    margin: unset;
}
.aboutrightwz p{
    color: #fff;
}
.indexgc {
}

.indexgca {display: flex;flex-direction: row;padding: 60px 0;justify-content: space-between;align-items: center;}

.indexgcbox {width: 48%;}

.indexgcbten {font-weight: bold;}

.indexgcbt {
}

.indexgcimg {width: 49%;}

.indexgcimgleft {padding: 20px;background-color: #f2f2f2;margin-top: 20px;}
.indexgcimgleft ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.indexgcimgleft ul li{
    width: 49%;
    margin-bottom: 2%;
    overflow: hidden;
}
.indexgcimgleft ul li:hover img{
    transform: scale(1.05);
}
.indexgcimgleft ul li img{width: 100%;transition: all ease 0.3s;}
.indexgcimgright {
    overflow:hidden;
}
.indexgcimgright:hover img{
    transform: scale(1.05);
}
.indexgcimgright img{
    transition: all ease 0.3s;
    width: 100%;
    height: 480px;
}
.gcSwiper{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
.gcSwiper img{
    width:100%;
}
.gcSwiper .swiper-pagination{
    width: 100% !important;
    bottom: 0% !important;
}

.gcSwiper .swiper-slide{
    transition: 300ms;
	  transform: scale(0.8);
}
.gcSwiper .swiper-slide-active,.gcSwiper .swiper-slide-duplicate-active{
      transform: scale(1);
	}
.gcSwiper .swiper-pagination-bullet-active{
    border: 2px solid #ffffff;
}
.indexzs{
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(../images/gcbgimg.jpg); */
    position: relative;
    background-color: var(--theme-color);
    background: linear-gradient(to bottom, transparent 50%, #ff671f 50%);
}
.indexzsa{
    padding: 100px 50px;
}
.swiper-paginationzs{text-align: center;width: 100% !important;margin-top: 20px;}
.swiper-button-prevzs{
    left: -3% !important;
    top: 50%;
}
.swiper-button-nextzs{
    right: -3% !important;
    top: 50%;
}
.indexprobox{
    display: flex;
}
.indexpro{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f2f2f2;
    /* background-image: url(../images/indexprobg.jpg); */
    position: relative;
}
.indexproa{
    padding: 60px 0;
}
.indexproleft{
    width: 33%;
}
.indexproright{
    
}
.indexprobt{
    margin-bottom: 20px;
}
.indexprobt h2{
    font-weight: normal;
}
.indexprobt span{
    font-weight: bold;
}
.indexpronr{
    position: relative;
}
.indexpronr .indexbtn{
    width: 20%;
}
.indexpronr h2{
    color: var(--theme-color);
    margin: 50px 0;
}
.indexpronr span{
    display: flex;
    width: 100%; 
    height: 1px;
    background-image: linear-gradient(to right, #333 50%, transparent 50%);
    background-size: 4px 1px; 
    background-repeat: repeat-x;
    margin-bottom: 30px;
}
.indexpronr p{
    color: #666;
}
.indexprorigft{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.indexprorigftimg{
    width: 70%;
}
.indexprorigftimg img{
    
}
.indexprorigftwz{display: flex;flex-direction: column;justify-content: flex-start;}
.indexprorigftwz h2{
    padding: 10px 20px;
    background: var(--theme-color);
    color: #fff;
}
.indexprorigftwz p{
    text-align: right;
    margin-top: 10px;
    font-weight: bold;
}
.indexpro2{
    
}
.indexpro2a{
    padding: 60px 0;
}
.indexpro2top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}
.indexpro2nav{
    width: 60%;
}
.indexpro2nav ul{
    display: flex;
    justify-content: flex-end;
}
.indexpro2nav ul li{
    border-left: 1px solid #cccccc;
    padding: 0 2%;
    transition: all ease 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.indexpro2nav ul li:hover img{transform: rotateY(360deg);}
.indexpro2nav ul li:hover{
    /* background-color: #f3702a; */
}
.indexpro2navbox{
    display: flex;
    justify-content: center;
    margin-top: 5px;
    transition: all ease 0.3s;
}
.indexpro2nav ul li:hover .indexpro2navbox{
    background-color: #f3702a;
    width: 100%;
    /* padding: 5px; */
}
.indexpro2nav ul li img{
    max-width: 100%;
    width: 50%;
    transition: all 0.5s ease 0s;
}
.indexpro2nav ul li a{padding: 10px 0;transition: all ease 0.3s;/* border-bottom: 1px solid #ffffff; */}
.indexpro2nav ul li:hover a{
    /* border-bottom: 1px solid var(--theme-color); */
    color: #ffffff;
}
.indexpro2nav ul li:first-child{
    border-left: unset;
}
.indexpro2bottom{
    
}
.pro1Swiper{
    position: relative;
    overflow: hidden;
}
.indexpro2bottombox{
    border: 1px solid #cccccc; 
    transition: all ease 0.3s;
}
.indexpro2bottomimg{
    transition: all ease 0.3s;
}
.indexpro2bottomimg img{
    width: 100%;
    transition: all ease 0.3s;
}
.indexpro2bottombt{
    text-align: center;
    padding: 20px 0;
    background: #999999;
    transition: all ease 0.3s;
}
.indexpro2bottombt a{
    color: #fff;
    transition: all ease 0.3s;
}
.indexpro2bottombox:hover .indexpro2bottombt{
    background: var(--theme-color);
}
.indexpro2bottombox:hover{
    border: 1px solid var(--theme-color);
}
.indexpro2bottombox:hover .indexpro2bottombt a{
    
}
.indexpro2bottombox:hover .indexpro2bottomimg img{transform: scale(1.05);}
.indexcase{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-image: url(../images/indexcasebg.jpg); */
    position: relative;
}
.indexcasea{
    padding: 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.indexcaseleft{
    width: 30%;
}
.indexcasebt{
    
}
.indexcasebt span{
    color: #111111;
    font-weight: bold;
}
.indexcasebt h2{
    color: #111111;
    font-weight: normal;
}
.indexcasenr{
    padding: 60px 0;
}
.indexcasenr p{
    color: #111111;
    line-height: 2;
}
.indexcasephone{width: 70%;}
.indexcasephone a{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 20px;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    transition: all ease 0.3s;
}
 
.indexcasephone{
    width: 70%;
}
.indexcasephone a:hover{
    background: #fff;
    border: 1px solid var(--theme-color);
    transition: all ease 0.3s;
}
.indexcasephone a:hover p{
    color: var(--theme-color);
}
.indexcasephone p{
    color: #fff;
}
.indexcasephone img{
    
}
.indexcaseright{
    width: 60%;
}
.indexcaseright ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.indexcaseright ul li{
    width: 32.3%;
    height: 350px;
    border: 1px solid #cccccc;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transition: all ease 0.3s;
    background-size: cover;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.indexcaseright ul li::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background: rgba(0,0,0,0.3);pointer-events:none;z-index: 0;}
.indexcaseright ul li:hover{
    display: flex;
    align-items: center;
    background: rgb(243 112 42 / 80%);
}
.indexcaseright ul li:hover::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 40%;
    border-radius: 100% 0 0 0;
    background-color: hsl(0deg 0% 100% / 80%);
    transition: all 0.4s ease;
}
.indexcaserightbox{
    margin-left: 10%;
    margin-bottom: 10%;
    z-index: 1;
}
.indexcaserightbox h2{
    color: #ffffff;
}
.indexcaserightbox p{
    color: #ffffff;
}
.indexcaserightbox a{
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    padding: 15%;
    display: none;
    color: var(--theme-color);
}
.indexcaseright ul li:hover a{
    display: block;
}
.indexcaseright ul li:hover p{
    color:#fff;
}
.indexcaseright ul li:hover h2{
    color:#fff;
}
.indexfwzc{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/indexshzcbg.jpg);
    position: relative;
}
.indexfwzca{
    padding: 60px 0;
    display: flex;
    flex-direction: column;
}
.indexfwzcbt{
    
}
.indexfwzc h2{
    font-weight: normal;
}
.indexfwzc span{
    font-weight: bold;
}
.indexfwzcnr{
    margin: 40px 0;
}
.indexfwzcnr ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.indexfwzcnr ul li{
    background:#fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid #cccccc; */
    box-shadow: 0px 20px 32px rgb(0 0 0 / 20%);
}
.indexfwzcnr ul li:hover{background: #f3702a;}
.indexfwzcimg{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 50%;
    padding: 20px;
    transition: all ease 0.3s;
}
.indexfwzcimg img{
    /* width: 30px; */
    transition: all 0.5s ease 0s;
}
.indexfwzcnr p{
    margin-top: 10px;
    transition: all ease 0.3s;
    font-weight: bold;
}
.indexfwzcnr h2{
    text-align: center;
    margin-top: 20px;
    transition: all ease 0.3s;
    color: #666666;
}
.indexfwzcnr ul li:hover p{
    color: #ffffff;
}
.indexfwzcnr ul li:hover h2{
    color: #ffffff;
}
.indexfwzcnr ul li:hover .indexfwzcimg{
    background: var(--theme-color);
}
.indexfwzcnr ul li:hover .indexfwzcimg img{
    filter: brightness(0) invert(1);
    filter: brightness(0) invert(1) contrast(100%);
    transform: rotateY(360deg);
}
.indexnews{}
.indexnewsa{
    padding-bottom: 60px;
}
.indexnewsbt{}
.indexnewsbottom{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.indexnewsbottomleft{
    width: 48%;
}
.indexnewsnr{
    display: flex;
    justify-content: space-between;
}
.indexnewsnrleft{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.indexnewsnrright{
    width: 85%;
}
.indexnewsbottomright{
    width: 48%;
    margin-bottom: 30px;
}
.indexnewsimg{}
.indexnewsimgbox{
    padding: 30px 50px;
    background: var(--theme-color);
}

.indexnewsbt span{}
.indexnewsbt h2{}
.indexnewsbottomleft ul{}
.indexnewsbottomleft li{}
.indexnewsbottomleft a{}
.indexnewsnrleft span{
    color: var(--theme-color);
}
.indexnewsnrleft p{
    font-weight: bold;
    color: var(--theme-color);
}
.indexnewsnrright h2{
    transition: all ease 0.3s;
}
.indexnewsnrright p{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    transition: all ease 0.3s;
    line-height: 1.5;
    margin-top: 10px;
}
.indexnewsimg{
    overflow:hidden;
}
.indexnewsimg img{
    width: 100%;
    transition: all ease 0.3s;
    max-height: 360px;
}
.indexnewsimg img:hover{transform: scale(1.05);}
.indexnewsimgbox h2{
    color: #fff;
    font-weight: normal;
}
.indexnewsimgbox p{
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.indexnewsbottomleft .hx{
    display: flex;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #333 50%, transparent 50%);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    margin: 40px 0;
}
.indexnewstop{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.indexnewnav{
    width: 60%;
}
.indexnewnav ul{
    display: flex;
    justify-content: flex-end;
}
.indexnewnav ul li{
    border-left: 1px solid #cccccc;
    padding: 0 2%;
    transition: all ease 0.3s;
}
.indexnewnav ul li a{padding: 10px 0;transition: all ease 0.3s;}
.indexnewnav ul li:hover a{
    border-bottom: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.indexnewnav ul li:first-child{
    border-left: unset;
}
.indexnewsbottomleft li:hover h2{
    color: var(--theme-color);
}
.indexnewsbottomleft li:hover p{
    color: var(--theme-color);
}
footer {
  background: #f7f7f7;
  overflow: hidden;
}
footer .top {
  padding: 2.6vw 0 2.08vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .top .logo {
  line-height: 0;
}
footer .top .logo img {
  max-height: 40px;
}
footer .top .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .top .tel .art {
  text-align: right;
  margin-right: 15px;
}
footer .top .tel span {
  font-size: 15px;
  color: #888888;
}
@media (max-width: 1680px) {
  footer .top .tel span {
    font-size: 13.125px;
  }
}
@media (max-width: 1440px) {
  footer .top .tel span {
    font-size: 11.25px;
  }
}
@media (max-width: 1280px) {
  footer .top .tel span {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  footer .top .tel span {
    font-size: 8px;
  }
}
@media (max-width: 1680px) {
  footer .top .tel span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  footer .top .tel span {
    font-size: 14px;
  }
}
footer .top .tel p {
  font-size: 24px;
  color: var(--theme-color);
}
@media (max-width: 1680px) {
  footer .top .tel p {
    font-size: 21px;
  }
}
@media (max-width: 1440px) {
  footer .top .tel p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .top .tel p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  footer .top .tel p {
    font-size: 12.8px;
  }
}
@media (max-width: 1680px) {
  footer .top .tel p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  footer .top .tel p {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  footer .top .tel p {
    font-size: 16px;
  }
}
footer .mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding: 4.08vw 0;
}
footer .mid:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: 55%;
  top: 0;
  background: #e6e6e6;
}
footer .mid:after {
  content: '';
  width: 150%;
  height: 1px;
  position: absolute;
  left: -25%;
  bottom: 0;
  background: #e6e6e6;
}
footer .mid .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}
footer .mid .left .a1 {
  font-size: 17px;
  color: #333333;
}
@media (max-width: 1680px) {
  footer .mid .left .a1 {
    font-size: 14.875px;
  }
}
@media (max-width: 1440px) {
  footer .mid .left .a1 {
    font-size: 12.75px;
  }
}
@media (max-width: 1280px) {
  footer .mid .left .a1 {
    font-size: 11.33333333px;
  }
}
@media (max-width: 1024px) {
  footer .mid .left .a1 {
    font-size: 9.06666667px;
  }
}
@media (max-width: 1680px) {
  footer .mid .left .a1 {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  footer .mid .left .a1 {
    font-size: 14px;
  }
}
footer .mid .left .a_s {
  margin-top: 15px;
}
footer .mid .left .a_s a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  font-family: "hs_l";
  font-weight: 300;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer .mid .left .a_s a:hover {
  color: var(--theme-color);
}
footer .mid .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .mid .right .art {
  width: calc(100% - 215px);
}
footer .mid .right .art h3 {
  font-size: 18px;
}
@media (max-width: 1680px) {
  footer .mid .right .art h3 {
    font-size: 15.75px;
  }
}
@media (max-width: 1440px) {
  footer .mid .right .art h3 {
    font-size: 13.5px;
  }
}
@media (max-width: 1280px) {
  footer .mid .right .art h3 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  footer .mid .right .art h3 {
    font-size: 9.6px;
  }
}
@media (max-width: 1680px) {
  footer .mid .right .art h3 {
    font-size: 16px;
  }
}
footer .mid .right .art .info {
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  margin-top: 1.04vw;
}
footer .mid .right .art .info a{
  color: #666;
}
footer .mid .right .art .info a:hover{
  color:var(--theme-color);
}
footer .mid .right .ewm {
  width: 128px;
}
footer .mid .right .ewm img{
  width:100%;
}
footer .mid .right .ewm p {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
footer .foot2 {
  background: #f7f7f7;
}
footer .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "hs_l";
  font-weight: 300;
  padding: 1.56vw 0 1.04vw;
}
@media (max-width: 1680px) {
  footer .bot {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  footer .bot {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  footer .bot {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  footer .bot {
    font-size: 7.46666667px;
  }
}
footer .bot *,
footer .bot a {
  font-size: 14px;
  color: #666666;
  font-family: "hs_l";
  font-weight: 300;
}
@media (max-width: 1680px) {
  footer .bot *,
  footer .bot a {
    font-size: 12.25px;
  }
}
@media (max-width: 1440px) {
  footer .bot *,
  footer .bot a {
    font-size: 10.5px;
  }
}
@media (max-width: 1280px) {
  footer .bot *,
  footer .bot a {
    font-size: 9.33333333px;
  }
}
@media (max-width: 1024px) {
  footer .bot *,
  footer .bot a {
    font-size: 7.46666667px;
  }
}
footer .bot a:hover {
  color: #fff;
}
footer .bot .left {
  margin-bottom: 0.52vw;
  display: flex;
}
footer .bot .left a {
  margin-left: 10px;
}
footer .bot .left a:last-child {
  margin-left: 20px;
}
footer .bot .right {
  margin-bottom: 0.52vw;
  display: flex;
}
.footphone{
    color: var(--theme-color) !important;
    font-weight: bold;
}
@media (max-width:1440px) {
  footer .mid .left .a_s {
    margin-top: 10px;
  }
  footer .mid .left .a_s a {
    line-height: 26px;
  }
  footer .mid .right .art .info {
    line-height: 26px;
    margin-top: 10px;
  }
  footer .mid .right .ewm {
    width: 100px;
  }
  
  footer .mid .right .ewm p {
    font-size: 13px;
  }
}
@media (max-width:768px) {
  footer .top {
    padding: 0px;
    position: relative;
    opacity: 1;
    transform: none;
  }
  footer .top .logo {
    display: none;
  }
  footer .top .tel {
    position: absolute;
    right: 0;
    top: 17px;
  }
  footer .top .tel .art {
    margin-right: 10px;
  }
  footer .top .tel span {
    font-size: 12px;
  }
  footer .top .tel p {
    font-size: 14px;
  }
  footer .top .tel img {
    width: 35px;
    height: 35px;
  }
  footer .mid {
    padding: 25px 0 15px;
    border-top: none;
    opacity: 1;
    transform: none;
  }
  footer .mid:before {
    display: none;
  }
  footer .mid .left {
    display: none;
  }
  footer .mid .right {
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  footer .mid .right .art {
    width: 100%;
  }
  footer .mid .right .art h3 {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  footer .mid .right .art .info {
    font-size: 14px;
    line-height: 22px;
  }
  footer .mid .right .ewm {
    width: 100%;
    display: none;
  }
  footer .bot {
    text-align: center;
    padding: 10px 0;
  }
  footer .bot .left {
    width: 100%;
  }
  footer .bot .right {
    width: 100%;
  }
}
.about_gsjj{
  padding: 0px 0;
  margin: 40px 0;
}
.about_gsjjw{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_gsjjw .nr{
  width: 50%;
}
.about_gsjjw .nr h5{
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
.about_gsjjw .nr h2{
  text-transform: uppercase;
  font-size: 34px;
  line-height: 60px;
  margin: 8px 0 20px 0;
  color: #1a1a1a;
  font-weight: bold;
}
.about_gsjjw .nr .hx{
  width: 80px;
  height: 4px;
  background: var(--theme-color);;
  margin: 10px 0;
}
.about_gsjjw .nr p{
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 20px;
}
.about_gsjjw .nr .sz{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.about_gsjjw .nr .szw{}
.about_gsjjw .nr .szw b{
  font-size: 40px;
  line-height: 26px;
  color: var(--theme-color);;
  margin: 10px 0;
}
.about_gsjjw .nr .szw span{
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 5%;
}
.about_gsjjw .img{
  width: 41%;
  position: relative;
}
.about_gsjjw .img .slogo{}
.about_gsjjw .img .slogo img{
  width: 100%;
  display: inline-block;
}
.about_gsjjw .img  img{
  width: 100%; 
}
.about_gszz{
  padding: 100px 0;
  background: var(--theme-color);;
}
.gszzw{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gszzwl{
  width: 34%;
  overflow: hidden;

}
.gszzwlw{
position: relative;
padding: 30px 0;
}
.swiper-abozs{

}
.swiper-abozs .swiper-pagination-bullet{
background: #fff;
}
.gszzwl img{
  width: 100%;
}
.gszzwr{
  width: 60%;
}
.gszzwr h2{
  text-transform: uppercase;
  font-size: 34px;
  line-height: 60px;
  margin: 8px 0 20px 0;
  color: #fff;
  font-weight: bold;
}
.gszzwr .hx{
  width: 80px;
  height: 4px;
  background: #ffffff;
  margin: 10px 0;
}
.gszzwr p{
  font-size: 13px;
  color: #fff;
  line-height: 28px;
  margin-top: 20px;
}
.about_hxjz{padding-bottom: 100px;padding-top: 50px;}
.about_hxjzw{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
  flex-direction: row;
}
.about_hxjzw .nr{
 position: relative;
 text-align: center;
 width: 23%;
 margin-bottom: 20px;
 padding-top: 20px;
 height: 250px;
 display: flex;
 align-items: flex-end;
 justify-content: center;
}
.about_hxjzw .nr:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.about_hxjzw .nr:nth-child(2),.about_hxjzw .nr:nth-child(4){
   /* border-left: solid 1px #d9dbdb; */
   /* border-right: solid 1px #d9dbdb; */
}
.about_hxjzw .nr:nth-child(1){
}
.about_hxjzw .nr img{
    width: 100%;
    position: absolute;
    left: 0;
}
.about_hxjzw .nr::before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 1;
}
.about_hxjzw .nr h2{
  font-size: 16px;
  color: #ffffff;
  margin: 20px 0;
  font-weight: bold;
  position: absolute;
  z-index: 2;
}
.about_hxjzw .nr p{
  font-size: 14px;
  line-height: 22px;
  /* opacity: .6; */
  font-weight: normal;
  color: #ffffff;
  margin: 0 auto;
  width: 90%;
  min-height: 85px;
  position: absolute;
  z-index: 2;
}
.about_hxjz .plate_bt{
  text-align: center;
}
.about_hxjz .plate_bt h2{
  font-weight: bold;
  color: #111;
  font-size: 36px;
}
.about_hxjz .plate_bt span{
  display: inline-block;
  width: 40px;
  height: 2px;
  background: var(--theme-color);;
  margin: 20px 0;
}
.about_hxjz .plate_bt h4{
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}
.qyryxq{

}
.qyryxqa{
}
.qyryxqbt{

}
.qyryxq h2{
color: #333;
font-size: 32px;
font-weight: bold;
border-bottom: solid 1px #fff;
text-align: center;
margin: 2% 0;
}
.qyryxqnr{margin-bottom: 60px;}
.qyryxqnr ul{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.qyryxqnr ul li{
width: 21%;
margin-left: 1%;
border: 1px solid #e6e6e6;
margin-bottom: 1%;
padding: 1%;
}
.qyryxqnr ul li img{
width: 100%;
}
.plate_gczs{
  text-align: center;
  background: url(../images/gczsbj.jpg) center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.plate_gczs  .plate_bt h2{
  font-weight: bold;
  color: #fff;
  font-size: 36px;
}
.plate_gczs .plate_bt span{
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 20px 0;
}
.plate_gczs  .plate_bt h4{
  font-size: 13px;
  color: #fff;
}
.gczsw{
  position: relative;
  width: 1360px;
  margin: 0 auto;
  margin-top: 60px;
}
.gczswnr{
  overflow: hidden;
  padding: 0;
}
.gczswnr img{
  width: 100%;
}
.aboutprev{

}
.aboutnext{
right: -23px !important;
}
.about_fzlc{
    background: url(../images/about5.jpg);
    background-size: cover;
}
.coursebox {
  position: relative;
}
.coursebox:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f8f8f8 url(../images/aboutlogo.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  opacity: 0.9;
}
.coursebox.active_before:before {
  position: fixed;
}
.coursebox-sec1 {
  position: relative;
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .coursebox-sec1 {
    padding-top: 0.54rem;
  }
}
.coursebox-sec1 .cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.coursebox-sec1 .cont .lt {
  width: 43.75%;
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .lt {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .lt {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .coursebox-sec1 .cont .lt {
    position: sticky;
    top: 30%;
    padding-right: 40px;
  }
}
.coursebox-sec1 .cont .lt .fz_title {
  /* margin-bottom: 0.7rem; */
  font-size: 16px;
  color: #999999;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .lt .fz_title {
    margin-bottom: 0.2rem;
  }
}
.coursebox-sec1 .cont .lt .course1_cont {
  width: 100%;
  margin-bottom: 0.5rem;
}
.coursebox-sec1 .cont .lt .course1_cont .item {
  width: 100%;
}
.coursebox-sec1 .cont .lt .course1_cont .item .date {
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .course1_cont .item .date {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .course1_cont .item .tit {
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  margin: 8px 0 20px 0;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .lt .course1_cont .item .tit {
    font-size: 0.52rem;
  }
}
.coursebox-sec1 .cont .lt .course1_cont .item .text {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 20px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .course1_cont .item .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.coursebox-sec1 .cont .lt .nav {
  width: 100%;
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .lt .nav {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .coursebox-sec1 .cont .lt .nav {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .lt .nav {
    padding-right: 0;
  }
}
.coursebox-sec1 .cont .lt .nav .text {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .nav .text {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .nav .course1_nav {
  width: 100%;
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide {
  width: auto;
  margin-right: 0.4rem;
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide .item {
  color: #999999;
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide .item {
    font-size: 14px;
  }
}
.coursebox-sec1 .cont .lt .nav .course1_nav .swiper-slide.on .item {
  color: #333333;
}
.coursebox-sec1 .cont .gt {
  width: 56.25%;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .gt {
    width: 100%;
    margin-top: 0.8rem;
  }
}
.coursebox-sec1 .cont .gt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #dddddd;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .gt:before {
    display: none;
  }
}
.coursebox-sec1 .cont .gt .item {
  width: 100%;
}
.coursebox-sec1 .cont .gt .item .li {
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .gt .item .li {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .gt .item .li {
    padding-left: 0;
  }
}
.coursebox-sec1 .cont .gt .item .li .date:hover{
    transform: scale(1.05);
}
.coursebox-sec1 .cont .gt .item .li .date {
  font-weight: bold;
  line-height: 0.8;
  font-size: 48px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .gt .item .li .date {
    font-size: 0.52rem;
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 768px) {
  .coursebox-sec1 .cont .gt .item .li .date {
    position: absolute;
    top: 0.3rem;
    left: -10px;
    z-index: 2;
  }
}
.coursebox-sec1 .cont .gt .item .li .date i {
  display: block;
  width: 20px;
  overflow: hidden;
  margin-right: 0.2rem;
}
.coursebox-sec1 .cont .gt .item .li .date i img {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .coursebox-sec1 .cont .gt .item .li .date span {
    color: #ad0319;
  }
}
.coursebox-sec1 .cont .gt .item .li .img {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 42.222%;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .gt .item .li .img {
    padding-bottom: 49.222%;
  }
}
.coursebox-sec1 .cont .gt .item .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .coursebox-sec1 .cont .gt .item .li .img:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.coursebox-sec1 .cont .gt .item .li .jut {
  width: 100%;
  padding-top: 10%;
  margin-left: 20px;
  margin-bottom: 10%;
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .gt .item .li .jut {
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .coursebox-sec1 .cont .gt .item .li .jut {
    padding-right: 0;
  }
}
.coursebox-sec1 .cont .gt .item .li .jut .list1 {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 0.16rem;
}
.coursebox-sec1 .cont .gt .item .li .jut .list1:hover .name{
    color: var(--theme-color);;
    transform: scale(1.05);
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .gt .item .li .jut .list1 {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .coursebox-sec1 .cont .gt .item .li .jut .list1 {
    line-height: 24px;
  }
}
.coursebox-sec1 .cont .gt .item .li .jut .list1:last-child {
  margin-bottom: 0;
}
.coursebox-sec1 .cont .gt .item .li .jut .list1 .yue {
  color: #333333;
  font-size: 20px;
  width: 78px;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .gt .item .li .jut .list1 .yue {
    width: 70px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .coursebox-sec1 .cont .gt .item .li .jut .list1 .yue {
    font-size: 16px;
    width: 58px;
  }
}
.coursebox-sec1 .cont .gt .item .li .jut .list1 .name {
  display: block;
  width: calc(100% - 78px);
  color: #666666;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1580px) {
  .coursebox-sec1 .cont .gt .item .li .jut .list1 .name {
    width: calc(100% - 70px);
  }
}
.coursebox-sec1 .cont .gt .item:last-child .li:last-child {
  margin-bottom: 0;
}
.lian-page-banner{
    position: relative;
}
.lian-page-banner img{
    width:100%;
}
.lian-page-banner .text{
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
}
.lian-page-banner .text .title-1{
    color: #fff;
    animation-duration: 3s;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.lian-page-banner .text .title-2 strong{
    color: #fff;
}
.bannerwz {
}
.lian-page-banner .text .title-1 i{
    animation: sonTitleRight 2.6s ease both;
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: -5%;
    transform-origin: 100% 50%;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.7);
}
@keyframes sonTitleRight{0%{transform: translateX(0);}100%{transform: translateX(110%);}}
.aboufourmaxbox {
    padding: 60px 0;
    background: url(../images/qywhbg.jpg) no-repeat center;
    background-size: cover;
}

.aboufourmaxbox .tit .h {
    display: flex;
    justify-content: center;
}

.aboufourmaxbox .tit .h i {
    /* font-size: 2.2rem; */
    line-height: 1;
    -webkit-background-clip: text;
    font-weight: 600;
    margin-bottom: 1.2rem;
    font-style: unset;
    color: #111111;
}

.aboufourmaxbox .tit .p {
    /* font-size: 1.18rem; */
    line-height: 1;
    color: #1A1A1A;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.8;
}

.aboufourmaxbox .list {
    margin: 4rem -0.7rem 0 -0.7rem;
    display: flex;
    justify-content: center;
}

.aboufourmaxbox .list .li {
    width: calc(100% / 4);
    padding: 0.4rem 0;
    position: relative;
}

.aboufourmaxbox .list .li .m {
    width: 4rem;
    height: 4rem;
    margin: auto;
}

.aboufourmaxbox .list .li .m img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.aboufourmaxbox .list .li:hover .m img {
    transform: rotateY(180deg);
}

.aboufourmaxbox .list .li .h {
    font-size: 1.24rem;
    line-height: 1.34rem;
    color: #191919;
    font-weight: 600;
    text-align: center;
    margin-top: 1.1rem;
    transition: all 0.5s;
}

.aboufourmaxbox .list .li:hover .h {
    color: var(--theme-color);
}

.aboufourmaxbox .list .li .p {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #191919;
    text-align: center;
    padding: 1.2rem 1.7rem 0 1.7rem;
    opacity: 0.8;
}

.aboufourmaxbox .list .li + .li::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #d9dbdb;
}
.qyrySwiper{
    position: relative;
    overflow: hidden;
}
.aboutqyry{
    
}
.aboutqyrya{
    padding: 60px 0;
}
.aboutqyrybt{
    
}
.aboutqyrybt h2{
    text-align: center;
}
.aboutqyrybt p{
    text-align: center;
}
.aboutqyrynr{
    padding: 40px 0;
}
.aboutqyrynrimg{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutqyrynrimg img{
    width: 100%;
}
.aboutqyrynrimg h2{
    font-weight: normal;
    text-align: center;
}
.abouthzhb{
    
}
.abouthzhba{
    
}
.abouthzhbbt{
    
}
.abouthzhbbt1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.abouthzhbbt1 h2{
    color: var(--theme-color);
}
.abouthzhbbt1 p{
    color: var(--theme-color);
}
.abouthzhbbt h2{
    text-align: center;
}
.abouthzhbbt p{
    text-align: center;
}
.abouthzhbnr{
    /* padding: 40px 0; */
}
.abouthzhbnr .sz{
    position: absolute;
    margin-top: 5%;
}
.abouthzhbnr .szw{display: flex;flex-direction: column;align-items: center;}
.abouthzhbnr .szbox{
    display: flex;
    font-weight: bold;
    font-size: 4.6rem;
}
.abouthzhbnr .sz b{
    color: #fff;
}
.abouthzhbnr .sz span{
    color: #fff;
}
.abouthzhbnr .sz p{
    color: #fff;
}
.hzbmimg{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.hzbmimg img{
    width: 100%;
}
.abouthzhbnr ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.abouthzhbnr ul li{
    width: 11%;
    position: relative;
    padding: 1.11%;
    transition: all ease 0.3s;
}
.abouthzhbnr ul li::before,.abouthzhbnr ul li::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.abouthzhbnr ul li::before{
     top: 0;
      transform: rotate(60deg);
}
.abouthzhbnr ul li::after {
      bottom: 0;
      transform: rotate(-60deg);
    }
.abouthzhbnr ul li img{
    width: 100%;
    transition: all ease 0.3s;
}
.abouthzhbnr ul li:hover img{
    transform: scale(1.05);
}
.abouthzhbnr ul li:hover{
    box-shadow: 0 0 9px rgb(255 102 31 / 50%);
}
.productCenter{
}
.productCenter .headline{
	text-align: center;
	padding-bottom: 4.375%;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.productCenter .headline small{
	color: rgba(0,0,0,0.2);
}
.productCenter .headline h2{
	margin-top: 1.2vw;
	color: #000000;
}
.productCenter .headline .txt{
	margin-top: 1vw;
	color: rgba(0,0,0,0.6);
}
.productCenter .wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 3.5% 0;
}
.productCenter .left_w{
	width: 16.25%;
}
.productCenter .right_w{
	width: 77.875%;
}
.productNav{
	position: relative;
	max-height: calc(100vh - 8.33333333333333vw);
	overflow-y: auto;
}
.productNav.fixed{
	position: fixed;
	top: 6.25vw;
}
.productNav>ul>li{
	margin-bottom: 30%;
}
.productNav>ul>li:last-child{
	margin-bottom: 0;
}
.productNav ul li .title{
	color: #000000;
	padding-bottom: 0.78125vw;
	margin-bottom: 1vw;
	border-bottom: rgba(0,0,0,0.1) solid 1px;
	font-weight: bold;
}
.productNav ul li ul li{
	margin-bottom: 1vw;
	display: flex;
}
.productNav .cur a{
    color: #f3702a;
}
.productNav .cur a i{
    background: url(../images/icon23.png) center no-repeat;
	background-size: 0.26041666666667vw auto;
}
.productNav ul li ul li a{
	position: relative;
	padding-right: 1.8vw;
	width: 100%;
	box-sizing: border-box;
	color: rgba(0,0,0,0.6);
	line-height: 1.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productNav ul li ul li:hover a,
.productNav ul li ul li.on a{
	color: #f3702a;
}
.productNav ul li ul li a i{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.8vw;
	height: 100%;
	background: url(../images/icon22.png) center no-repeat;
	background-size: 0.26041666666667vw auto;
}
.productNav ul li ul li:hover a i,
.productNav ul li ul li.on a i{
	background: url(../images/icon23.png) center no-repeat;
	background-size: 0.26041666666667vw auto;
}
.productCenter .brandlist ul{
	display: flex;
	flex-wrap: wrap;
}
.productCenter .brandlist ul li{
	max-width: 10.43338683788122%;
	margin-right: 1.20385232744783%;
	margin-bottom: 1.20385232744783%;
}
.productCenter .brandlist ul li a{
	display: block;
	width: 100%;
	text-align: center;
	border: rgba(129,129,129,0.2) solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productCenter .brandlist ul li:hover a,
.productCenter .brandlist ul li.on a{
	border: #f3702a solid 1px;
}
.productCenter .brandlist ul li.on a{
	background: #f3702a;
}
.productCenter .brandlist ul li a img{
	max-width: 100%;
}
.productCenter .brandlist ul li .ic2{
	display: none;
}
/*.productCenter .brandlist ul li.on .ic1{
	display: none;
}
.productCenter .brandlist ul li.on .ic2{
	display: inline-block;
}*/
.productCenter .brandlist .text{
	margin-top: 0.6vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}
.productCenter .productList{
	/* margin-top: 4.5%; */
}
.productList .box{
	margin-bottom: 4.8%;
}
.productList .box:last-child{
	margin-bottom: 0;
}
.productList .box .title{
	margin-bottom: 2%;
}
.productList .box .title h3{
	color: #000000;
}
.productList .box ul{
	display: flex;
	flex-wrap: wrap;
}
.productList .box ul li{
	width: 32.10272873194221%;
	margin-right: 1.84590690208668%;
	margin-bottom: 1.84590690208668%;
}
.productList .box ul li:nth-child(3n){
	margin-right: 0;
}
.productList .box ul li a{
	position: relative;
	display: block;
	width: 100%;
	background: url(../image/img29.png) top center no-repeat;
	background-size: 100% auto;
	border: rgba(129,129,129,0.15) solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover a{
	border: #f3702a solid 1px;
}
.productList .box ul li .imgBox{
	/*padding-left: 0.78125vw;*/
	/*padding-right: 0.78125vw;*/
	/*text-align: center;*/
	/*margin-bottom: 0.5vw;*/
	text-align: center;
	padding-left: 3.75%;
	padding-right: 3.75%;
	overflow: hidden;
	margin-bottom: 2.5%;
}
.productList .box ul li .casebox{
    padding: 0;
}
.productList .box ul li .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover .imgBox img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.productList .box ul li .textBox{
	text-align: center;
	padding-bottom: 3vw;
	padding-left: 9%;
	padding-right: 9%;
	box-sizing: border-box;
}

.productList .box ul li .textBox h4{
	color: #010101;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productList .box ul li:hover .textBox h4{
	color: #f3702a;
}
.productList .box ul li .textBox .txt{
	margin-top: 0.6vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.productList .box ul li .textBox .icon{
	display: flex;
	justify-content: center;
	margin-top: 1.5vw;
}
.productList .box ul li .textBox .icon span{
	display: inline-block;
	/*width: 1.51041666666667vw;
	height: 1.51041666666667vw;
	background: url(../images/icon24.png) center no-repeat;
	background-size: 100% auto;*/
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	color: #000000;
	font-size: 0.521vw;
}
.productList .box ul li .textBox .icon span:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	width: 1.04166666666667vw;
	height: 1.04166666666667vw;
	border: #000000 solid 1px;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.productList .box ul li:hover .textBox .icon span{
	color: #FFFFFF;
	/*background: url(../images/icon25.png) center no-repeat;
	background-size: 100% auto;*/
}
.productList .box ul li:hover .textBox .icon span:before{
	border: #f3702a solid 1px;
	background-color: #f3702a;
}

.prony .right_w .textBox .title span{
	display: block;
	color: var(--theme-color);
}
.prony .right_w .textBox .title h2{
	color: #000000;
}
.prony .right_w .textBox .text{
	margin-top: 1.5vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.6;
}
.prony .right_w .textBox .text .t1{
	color: #000000;
	margin-bottom: 0.5vw;
}
.prony .right_w .textBox .btn{
	margin-top: 2.60416666666667vw;
	padding-bottom: 1.5vw;
}
.prony .right_w .textBox .btn ul{
	display: inline-block;
}
.prony .right_w .textBox .btn ul li{
	position: relative;
}
.prony .right_w .textBox .btn ul li .codeBox{
	position: absolute;
	left: 11.5vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 0.9vw;
	display: none;
	width: 11vw;
}
.prony .right_w .textBox .btn ul li:hover .codeBox{
	display: block;
}
.prony .right_w .textBox .btn ul li .codeBox .img{
	padding: 0.78125vw;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.06);
}
.prony .right_w .textBox .btn ul li .codeBox .img img{
	display: block;
	width: 100%;
}
.prony .right_w .textBox .btn ul li .codeBox .triangle{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	/*width: 0;
	height: 0;
	border-bottom: transparent solid 0.5vw;
	border-top: transparent solid 0.5vw;
	border-right: #FFFFFF solid 0.78125vw;*/
	width: 0.98958333333333vw;
	height: 1.51041666666667vw;
	background: url(../images/icon59.png) center no-repeat;
	background-size: 100% auto;
}
.prony .right_w .textBox .btn a,
.prony .right_w .textBox .btn span{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 10.41666666666667vw;
	height: 2.86458333333333vw;
	line-height: 2.86458333333333vw;
	margin-bottom: 1vw;
	border: rgba(0,0,0,0.06) solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.prony .right_w .textBox .btn a:hover{
    color: #fff;
    background: var(--theme-color);
}
.prony{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.pronyleft{
    width: 50%;
}
.prony  .right_w{
    width: 65%;
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}
.pro_xq_nrsj {

    margin: 0 auto;

    /* border: solid 1px #eee; */
    margin-top: 4%;
}

#nava {
    background: #f9f9f9;
    overflow: hidden;
}

#nava li {
    float: left;
    width: 16.6666%;
    text-align: center;
    padding: 19px 0px;
    color: #000;
    cursor: pointer;
}

#nava li.on {
    background: var(--theme-color);
    color: #fff;
}

.nrsj_bt {
    border-bottom: solid 1px #eee;
    margin: 0 auto;
}

.nrsj_bt span {
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    padding: 0px 62px;
    color: #999;
}

.nrsj_bt span.on {
    background: #333;
    color: #fff;
}

.nrsj_bt span:hover {
    color: #fff;
    background: #f02a0a;
}

.nrsj_nr {
    /* padding: 35px; */
    font-size: 16px;
    line-height: 2;
    max-width: 100%;
}

.nrsj_nrw {
    display: none;
}

.nrsj_nrw.active {
    display: block;
}

.nrsj_nrw.active img {
    max-width: 100%;
}

.nrsj_cs.active img {
   max-width: 100%;
}
.news {/* width: 100%; */margin-top: 2%;}
@media (max-width:768px) {
.news {
  padding: 40px 0;
  width: 100%;
}
}
.news_list {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
margin-bottom: 10px;
}
.news_list li {width: calc(33.33% - 20px);margin: 0 30px 40px 0;position: relative;border: rgba(129, 129, 129, 0.15) solid 1px;}
.news_list li:hover{
    border: #f3702a solid 1px;
}
.news_list li:nth-child(3n) {
margin-right: 0;
}
.news_list li:before,
.news_list li:after {
content: '';
width: 100%;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
background: transparent;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.news_list li:before {
background: #f1f1f1;
}
.news_list li:after {
width: 0;
}
.news_list li:hover:after {
width: 100%;
background: #f3702a;
}
.news_list li:hover .imgbox img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.news_list li:hover .imgbox .p1 {
bottom: 0;
}
.news_list li:hover .art h4 {
color: #f3702a;
}
.news_list li .imgbox {width: 100%;height: 0;padding-bottom: 62.78%;position: relative;overflow: hidden;display: flex;justify-content: center;}
.news_list li .imgbox img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.news_list li .imgbox .p1 {width: 20%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;padding: 0.78vw 0;background: #f3702ab3;position: absolute;bottom: -60px;left: 40%;color: #fff;font-size: 16px;font-weight: 300;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
@media (max-width: 1680px) {
.news_list li .imgbox .p1 {
  font-size: 14px;
}
}
@media (max-width: 1440px) {
.news_list li .imgbox .p1 {
  font-size: 12px;
}
}
@media (max-width: 1280px) {
.news_list li .imgbox .p1 {
  font-size: 10.66666667px;
}
}
@media (max-width: 1024px) {
.news_list li .imgbox .p1 {
  font-size: 8.53333333px;
}
}
@media (max-width: 1680px) {
.news_list li .imgbox .p1 {
  font-size: 16px;
}
}
@media (max-width: 1280px) {
.news_list li .imgbox .p1 {
  font-size: 14px;
}
}
.news_list li .imgbox .p1 i {
font-size: 22px;
margin-left: 10px;
}
@media (max-width: 1680px) {
.news_list li .imgbox .p1 i {
  font-size: 19.25px;
}
}
@media (max-width: 1440px) {
.news_list li .imgbox .p1 i {
  font-size: 16.5px;
}
}
@media (max-width: 1280px) {
.news_list li .imgbox .p1 i {
  font-size: 14.66666667px;
}
}
@media (max-width: 1024px) {
.news_list li .imgbox .p1 i {
  font-size: 11.73333333px;
}
}
@media (max-width: 1680px) {
.news_list li .imgbox .p1 i {
  font-size: 18px;
}
}
@media (max-width: 1440px) {
.news_list li .imgbox .p1 i {
  font-size: 16px;
}
}
.news_list li .art {
padding: 1.3vw 0;
}
.news_list li .art p{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news_list li .art h4 {font-size: 18px;color: #333333;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;margin-bottom: 0.26vw;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
@media (max-width: 1680px) {
.news_list li .art h4 {
  font-size: 19.25px;
}
}
@media (max-width: 1440px) {
.news_list li .art h4 {
  font-size: 16.5px;
}
}
@media (max-width: 1280px) {
.news_list li .art h4 {
  font-size: 14.66666667px;
}
}
@media (max-width: 1024px) {
.news_list li .art h4 {
  font-size: 11.73333333px;
}
}
@media (max-width: 1680px) {
.news_list li .art h4 {
  font-size: 18px;
}
}
@media (max-width: 1440px) {
.news_list li .art h4 {
  font-size: 16px;
}
}
.news_list li .art .time {
font-size: 16px;
color: #b9b9b9;
font-family: 'Arial';
}
@media (max-width: 1680px) {
.news_list li .art .time {
  font-size: 14px;
}
}
@media (max-width: 1440px) {
.news_list li .art .time {
  font-size: 12px;
}
}
@media (max-width: 1280px) {
.news_list li .art .time {
  font-size: 10.66666667px;
}
}
@media (max-width: 1024px) {
.news_list li .art .time {
  font-size: 8.53333333px;
}
}
@media (max-width: 1680px) {
.news_list li .art .time {
  font-size: 16px;
}
}
@media (max-width: 1280px) {
.news_list li .art .time {
  font-size: 14px;
}
}
@media (max-width:1440px) {
.news_list li {
  width: calc(33.33% - 13.33px);
  margin: 0 20px 30px 0;
}
}
@media (max-width:768px) {
.news_list li {
  width: 100%;
  margin: 0 0 15px 0;
}
.news_list li .art {
  padding: 15px 0;
}
}
.news .box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.news .box ul{
	padding-bottom: 4.16666666666667vw;
}
.news .box ul li{
	padding: 2.60416666666667vw 3.125vw;
	box-sizing: border-box;
	border-bottom: rgba(0,0,0,0.06) solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li:hover{
	background-color: rgba(162,162,162,0.06);
	border-bottom: rgba(162,162,162,0.06) solid 1px;
}
.news .box ul li a{
	display: flex;
	align-items: center;
}
.news .box ul li .imgBox{
	width: 33.125%;
	overflow: hidden;
}
.news .box ul li .imgBox img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li:hover .imgBox img{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.news .box ul li .textBox{
	width: 66.875%;
	max-width: 47.39vw;
	padding-left: 4%;
	box-sizing: border-box;
}
.news .box ul li .textBox .date{
	color: #f3702a;
}
.news .box ul li .textBox h3{
	margin-top: 0.5vw;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li:hover .textBox h3{
	color: #f3702a;
}
.news .box ul li .textBox .txt{
	margin-top: 1vw;
	color: rgba(0,0,0,0.6);
	line-height: 1.7;
}
.news .box ul li .textBox .more{
	margin-top: 2vw;
}
.news .box ul li .textBox .more span{
	display: inline-block;
	position: relative;
	padding-left: 1.45833333333333vw;
	color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.news .box ul li:hover .textBox .more span{
	color: #f3702a;
}
.news .box ul li .textBox .more i{
	position: absolute;
	left: 0;
	top: 0.2vw;
	width: 0.88541666666667vw;
	height: 0.72916666666667vw;
	background: url(../images/icon28.png) center left no-repeat;
	background-size: 100% auto;
	/*-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}
.news .box ul li:hover .textBox .more i{
	background: url(../images/icon29.png) center left no-repeat;
	background-size: 100% auto;
}
.comnav{
    display: flex;
}
.comnav a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 9.375vw;
    height: 3.125vw;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #000000;
    margin-right: 20px;
    font-size: 20px;
}
.comnav .cur {
   
}
.comnav .cur a{
     background: var(--theme-color);
   color:#fff;
}
.contactboxmax {
    padding: 40px 0;
}

.contactboxmax .list {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    box-shadow: 0px 0px 16px 0px rgba(4,0,0,0.18);
}

.contactboxmax .list .left {
    width: 48%;
    padding: 2.66rem 0 2.55rem 2.52rem;
}

.contactboxmax .list .left .tit {
    display: flex;
    padding-bottom: 1.4rem;
    background: url(../images/68.jpg) no-repeat bottom center;
    background-size: 100% auto;
}

.contactboxmax .list .left .tit .h {
    font-size: 1.7rem;
    line-height: 1.7rem;
    color: #424242;
    margin-right: 1.3rem;
}

.contactboxmax .list .left .tit .p {
    font-size: 1.7rem;
    line-height: 1.7rem;
    color: #E3E3E3;
    text-transform: uppercase;
}

.contactboxmax .list .left .min .li {
    padding: 2.4rem 0;
    border-bottom: 1px solid #dcdcde;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactboxmax .list .left .min .li .m {
    width: 1.6rem;
    height: 1.6rem;
}

.contactboxmax .list .left .min .li .m img {
    display: block;
    width: 100%;
}

.contactboxmax .list .left .min .li .ter {
    width: calc(100% - 0.86rem);
}

.contactboxmax .list .left .min .li .mli {
    display: flex;
    align-items: center;
}

.contactboxmax .list .left .min .li .mli .h {
    font-size: 1.18rem;
    font-weight: 600;
    color: #313131;
    line-height: 0.3rem;
    white-space: nowrap;
}

.contactboxmax .list .left .min .li .mli .p {
    font-size: 1.18rem;
    line-height: 1.3rem;
    color: #313131;
}

.contactboxmax .list .left .min .li .mli + .mli {
    margin-top: 0.05rem;
}

.contactboxmax .list .right .t img {
    display: block;
    width: 6.22rem;
    padding: 0.77rem 0.5rem 0;
}

.contactboxmax .list .right {
    position: relative;
    width: 48%;
}

.contactboxmax .list .right .m img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 7rem;
}

.contactboxmax .mapbox {
    margin-top: 0.4rem;
    width: 100%;
    height: 8.4rem;
    overflow: hidden;
    background: url(../images/74.jpg) no-repeat center;
    background-size: cover;
}

.contactboxone {
    padding: 40px 0;
    background: url(../images/11.jpg) no-repeat top center;
    background-size: cover;
}

.contactboxone .cont {
    display: flex;
    justify-content: space-between;
}

.contactboxone .cont .left {
    width: 50%;
    padding-top: 0.3rem;
}

.contactboxone .cont .right {
}
.contactboxone .cont form{
    width: 48%;
}
.contactboxone .cont .left .h {
    font-size: 2.6rem;
    color: #0E0E0E;
    margin-bottom: 1.05rem;
}

.contactboxone .cont .left .n {
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: #A9A9A9;
    margin-bottom: 1.55rem;
}

.contactboxone .cont .left .p {
    font-size: 1.18rem;
    line-height: 2.36rem;
    color: #111111;
}

.contactboxone .cont .right .li + .li {
    margin-top: 0.5rem;
}

.contactboxone .cont .right .li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #372e50;
    transition: all 0.5s;
    align-items: center;
}

.contactboxone .cont .right .li:hover {
    border-color: #f3702a;
}

.contactboxone .cont .right .li .input {
    display: flex;
    box-sizing: border-box;
    width: calc(100% - 5.9rem);
    align-items: center;
}
button, textarea, input {
    outline: none;
}
.contactboxone .cont .right .li .input input {
    display: block;
    width: 100%;
    height: 2.54rem;
    border: none;
    font-size: 1.18rem;
    background: hsla(0,0%,100%,0.00);
}

.contactboxone .cont .right .li .h {
    font-size: 1.18rem;
    color: #0E0E0E;
    line-height: 2.18rem;
}

.contactboxone .cont .right .li2 {
    display: block;
    border: none;
}

.contactboxone .cont .right .li .ter {
    display: flex;
    box-sizing: border-box;
    margin-top: 10px;
}

.contactboxone .cont .right .li .ter textarea {
    display: block;
    padding: 0.1rem;
    font-size: 1.18rem;
    width: 100%;
    height: 10.78rem;
    background: hsla(0,0%,100%,0.00);
    border: 1px solid #372e50;
    transition: all 0.5s;
}

.contactboxone .cont .right .li:hover .ter textarea {
    border-color: hsl(21deg 89% 56% / 50%);
}

.contactboxone .cont .right .li .sub {
    display: block;
    width: 12.2rem;
    height: 2.42rem;
    font-size: 1.18rem;
    border: none;
    background: #f3702a;
    background-size: 100% 100%;
    color: #fff;
    margin-top: 1.2rem;
    cursor: pointer;
    transition: all 0.5s;
}

.contactboxone .cont .right .li .sub:hover {
    box-shadow: 0 0 10px #f3702a;
}
.goodsnews .list .li:hover .text .h {
    color: #ed7318;
}

.goodsnews .list .li .text .p {
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
    color: #504D4D;
}

.goodsnews .list .li .text .t {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    color: #909090;
}

.goodsnews .list .li .text .a {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    color: #0C63B1;
    transition: all 0.5s;
}

.goodsnews .list .li .text .a:hover {
    color: #ed7318;
}

.goodsnews .list {
    padding-top: 32px;
}

.titlesh1 {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    text-align: center;
}

.titlesp {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
    color: #5a5959
}
.titlesp img{
    max-width: 100%;
}
.conts {
    box-shadow: 0 0 10px hsla(0,0%,0%,0.08);
    padding: 40px;
    margin-top: 50px
}
.goodsnews {
    background: #fff;
    padding: 20px 0 60px 0;
}
.shzc{
    
}
.shzca{
    position: relative;
}
.shzctop{
    position: absolute;
    top: -100px;
    background: #fff;
    padding: 40px;
    width: 94%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 20px 32px rgb(0 0 0 / 10%);
}
.shzcleft{width: 100%;display: flex;flex-direction: column;}
.shzcleft h2{margin-top: 10px;}
.shzcleft span{
    color: #666666;
    text-align: center;
}
.shzcright{
    width: 70%;
}
.shzcright p{
    color: #666666;
}
.shzcnr{
    padding-top: 200px;
    padding-bottom: 60px;
}
.shzcnr ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shzcnr ul li{
    width: 28%;
    margin-bottom: 2%;
    padding: 2%;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shzcnr ul li:hover{
    background-color: var(--theme-color);
}
.shzcnr ul li:hover p,.shzcnr ul li:hover h2{
color:#fff;}
.shzcnr .indexfwzcimg{
    border: unset;
}
.shzcnr .indexfwzcimg img{
    
}
.shzcnr h2{
    text-align: center;
    margin-top: 10px;
    color: #666666;
    font-weight: normal;
}
.shzcnr p{
    font-weight: bold;
    margin-top: 10px;
}
.shzcnr ul li:hover .indexfwzcimg{
    background: var(--theme-color);
    border: 1px solid #ffffff;
}
.shzcnr ul li:hover .indexfwzcimg img{
    filter: brightness(0) invert(1);
    filter: brightness(0) invert(1) contrast(100%);
    transform: rotateY(360deg);
}
@media (max-width: 1440px) {
    .pro1Swiper .swiper-button-prev {
        left: -3% !important;
    }
    .pro1Swiper .swiper-button-next {
        right: -3% !important;
    }
}
.lbt-box {
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lbt-box button{
    padding: 5px 30px;
    background-color: var(--theme-color);
    transition: all ease 0.3s;
    border: unset;
    color: #ffff;
    cursor: pointer;
    margin: 0 10px;
}
.imgs {
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.imgitem {
	position: absolute;
	width: 400px;
	height: 600px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: .8s;
	opacity: 0;
}

.imgitem img {
	width: 100%;
	height: 100%;
}

.cur-img {
	width: 800px;
	z-index: 100;
	opacity: 1;
}

.pre-img {
	transform: translateX(-400px) rotateY(30deg) scale(0.8);
	z-index: 9;
	opacity: 0.9;
}

.next-img {
	transform: translateX(400px) rotateY(-30deg) scale(0.8);
	z-index: 9;
	opacity: 0.9;
}
.aboutgsimg{
    
}
.aboutgsimga{
    padding: 60px 0;
}

.aboutgsimgbt{
    text-align: center;
}
.aboutgsimgbt h2{
    
}
.aboutgsimgbt p{
    
}
.aboutgsimgbtn{
    
}
 video::-webkit-media-controls-enclosure {
    overflow: hidden !important;
  }
  video::-webkit-media-controls-panel {
    width: calc(100% + 30px) !important; 
  }
  .video-play-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 10;
}

.play-icon {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  animation: rotate 3s linear infinite;
}

.play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid var(--theme-color);
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.95);
  position: absolute;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1400px; 
  height: 85vh;
  background: #000;
  padding: 0;
}

.modal-content video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  z-index: 9999999;
}
.video-banner {
            width: 100%;
            max-height: 100vh;
            position: relative;
            overflow: hidden;
        }
#banner-video {
            width: 100%;
            object-fit: cover;
        }
.video-banner img{
    height: 100%;
}
@media (max-width: 1440px) {
    .video-banner  img{
        height: 800px;
    }
}
.navpro{
    width: 500px;
    background: #fff !important;
}
.navprobox{
    display: flex;
    flex-direction: row;
}
.navproimg{
    width: 50%;
    position: absolute;
    right: 0;
    top: 15%;
}
.navproimg img{
    width: 100%;
}
.navpro a{
    width: 50%;
}
.navprobox .navproimg {
  display: none;
}
.navprobox:first-child .navproimg {
  display: block;
}
.caselist{
    
}
.caselist li{
    width: 24% !important;
    margin-right: 1% !important;
}
.caselist li:nth-child(1),.caselist li:nth-child(2){
    width: 49% !important;
}
.nyvideo{
    margin-top: 40px;
}
.nyvideo .productList .box ul li a::before  {content: '';width: 4rem;height: 4rem;position: absolute;left: 50%;top: 44%;transform: translate(-50%,-50%);z-index: 1;background: url('../images/play2.png') center no-repeat;background-size: 100%;transition:all .4s ease;opacity: 0;}
.nyvideo .productList .box ul li a:hover::before{
        opacity: 1;
}
.nyvideo .productList .box ul li{
    width: 24%;
    margin-bottom: 1%;
    margin-right: 1%;
}
.nyvideo .productList .box ul li:nth-child(3n){
}
.nyvideo .productList .box ul li .textBox{
    padding-bottom: 20px;
}
.nyvideo .productList .box ul li .imgBox{
    padding:0;
}
.souym{
    background: #f2f2f2;
    padding: 60px 0px;
}
.souym ul{
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
}
.souym ul li{
    border-bottom: solid 1px #eee;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.souym ul li .img{
    float: left;
    width: 300px;
}
.souym ul li .img img{
    width: 100%;
}
.souym ul li .nr{
    float: left;
    margin-left: 25px;
    margin-top: 15px;
}
.souym ul li .nr h2{
    font-weight: bold;
    font-size: 16px;
}
.souym ul li .nr h3{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.souym ul li .nr a{
    display: block;
    background: #f5f5f5;
    text-align: center;
    width: 120px;
    border-radius: 6px;
    color: #999;
    padding: 8px 0px;
    margin-top: 19%;
}
.souym ul li:hover .nr a{
    background: #0176c3;
    color: #fff;
}
.xmhz{
    width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}
.fh_kf{
    position: fixed;
    right: 1%;
    bottom: 16%;
    z-index: 99;
}
.fh_kf .tba{
    width: 70px;
    background: var(--theme-color);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 4%;
    padding: 9px 0px;
    position: relative;
}
.fh_kf .tba .zxlx{
    top: 0%;
    right: 75px;
    position: absolute;
    z-index: 99;
    display: none;
    width: 140px;
    height: 70px;
    background: #f79646;
    border-radius: 5px;
    line-height: 70px;
    color: #fff;
}
.fh_kf .tba:hover .zxlx{
    display: block;
}
.fh_kf .tba .tel{
    top: 0%;
    right: 75px;
    position: absolute;
    z-index: 99;
    display: none;
    width: 140px;
    height: 70px;
    background: #f79646;
    border-radius: 5px;
    line-height: 70px;
    color: #fff;
}
.fh_kf .tba:hover .tel{
    display: block;
}
.fh_kf .tba img{
    /* max-width: 100%; */
}
.gzhwx img{
    width:110px;
}
.fh_kf .tba span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.tba .gzhwx {
    top: 0%;
    right: 74px;
    position: absolute;
    z-index: 99;
    display: none;
    border: solid 1px #eee;
}
.tba:hover .gzhwx {
    display: block;
}
.tba .gzhwx p{
    background: #ffffff;
    width: 200px;
    font-size: 16px;
    padding: 15px 20px;
    color: var(--theme-color);
    font-weight: bold;
    }
.fh_kf .tbb{
    background: #2b4695;
    width: 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
}
.fh_kf .tbc{
    background: var(--theme-color);
    width: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 4%;
}
.fh_kf .tbc span{
    color:#fff
}
.jjfl{
    width: 300% !important;
}
@media(max-width: 750px){
    .indexabouta{
        display: flex;
        flex-direction: column;
    }
    .aboutbtbox{
        width:100%;
    }
    .aboutright{
        width: 50%;
    }
    .aboutrightwz h2{
        font-size: 1.2rem;
    }
    .aboutrightwz p{
        font-size: 0.8rem;
    }
    .indexaboutimg{
    display: none;
    }
    .indexgca{
        display: flex;
        flex-direction: column;
    }
    .indexgca .indexgcbox{
        width: 100%;
    }
    .indexgcimg{
        width:100%
    }
    .indexpro2top{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .indexpro2nav{
        width:100%
    }
    .pro1Swiper .swiper-button-next{
        display: none;
    }
    .pro1Swiper .swiper-button-prev{
        display: none;
    }
    .indexcasea{
        display: flex;
        flex-direction: column;
    }
    .indexcaseleft{
        width: 100%;
    }
    .indexcaseright{
        width: 100%;
    }
    .indexcaserightbox p{
        font-size: 1.2rem;
    }
    .indexcaserightbox h2{
        font-size: 1.2rem;
    }
    .indexfwzcnr ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexfwzcnr ul li{
        width: 38%;
        margin-bottom: 4%;
    }
    .abouthzhbnr .szw{
        
    }
    .abouthzhbnr .szbox{
        font-size: 1.2rem;
    }
    .abouthzhbnr .sz span{
        font-size: 0.45rem;
    }
    .indexnewsbottom{
        display: flex;
        flex-direction: column-reverse;
    }
    .indexnewsbottomleft{
        width: 100%;
    }
    .indexnewsbottomright{
        width: 100%;
}
    .indexnewsa{
        padding-bottom: 20px;
    }
    .indexnewnav{
        width:50%;
    }
    .video-banner img{
        height: 241px;
    }
    .indexzsa{
        padding: 50px 0;
    }
    .gcSwiper .swiper-pagination{
        
    }
    .fh_kf{
        display:none;
    }
    .indexcaseright ul li{
        width: 100%;
    }
    .indexcaseright ul {
        
    }
    .productCenter .wrap{
        display: flex;
        flex-direction: column;
    }
    .productCenter .left_w{
        width: 100%;
    }
    .productCenter .right_w{
        width: 100%;
    }
    .productNav ul li ul li{
        width: 45%;
    }
     .productNav ul li ul{
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
         justify-content: space-between;
     }
    .productList .box ul{
        display: flex;
        flex-direction: column;
    }
    .productList .box ul li{
        width: 100% !important;
    }
    .page-list{
        
    }
    .page-list a{padding: 20px;font-size: 18px;max-width: 40px;}
    .page-list a.fyprev span, .page-list a.fynext span{
        width: 20px;
        height: 20px;
    }
    .productList .box ul li .textBox .icon span{
        font-size: 15px;
    }
    .productList .box ul li .textBox .icon span:before{
        width: 20px;
        height: 20px;
    }
    .prony{display: flex;flex-direction: column;}
    .pronyleft{
        width: 100%;
    }
    .prony .right_w{
        width: 100%;
    }
    #nava li{
        width:25%;
    }
    .about_gsjjw{
        display: flex;
        flex-direction: column;
    }
    .about_gsjjw .nr{
       width:100%; 
    }
    .about_gsjjw .img{
      width:100%;   
    }
    .about_gsjjw .nr .sz{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .about_gsjjw .nr .szw{width: 50%;margin-bottom: 10px;}
    .comnav{
        display: flex;
        flex-wrap: wrap;
    }
    .comnav .li{
        width: 50%;
        margin-bottom: 5px;
    }
    .comnav .li a{
        height: 40px;
    }
    .aboufourmaxbox .list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .aboufourmaxbox .list .li{
        width: calc(100% /2);
    }
    .shzcnr ul li{
        width: 100%;
    }
    .shzctop{
        top:0;
    }
    .shzcnr{
        padding-top: 230px;
    }
    .news .box ul li a{
        display: flex;
        flex-direction: column;
    }
    .news .box ul li .imgBox{
        width:100%;
    }
    .news .box ul li .textBox{
        width:100%;
        max-width: 100%;
    }
    .contactboxmax .list{
        display: flex;
        flex-direction: column;
    }
    .contactboxmax .list .left{
        width:100%;
        padding: 10px;
    }
    .contactboxmax .list .right{
        height:500px;
        width: 100%;
    }
    .contactboxmax .list .left .min .li{
width:94%;}
    .contactboxone .cont{
        display: flex;
        flex-direction: column;
    }
    .contactboxone .cont .left{
        width:100%;
    }
    .contactboxone .cont form{
        width:100%;
    }
        .aboutnrbt h2{
        font-size: 1.6rem;
    }
    .aboutnrbt h3{
        font-size: 1.1rem;
    }
}
