.w1400 {
  margin: 0 auto;
  width: 73.57%;
}
.w1600 {
  margin: 0 auto;
  width: 84.08%;
}
.w1760 {
  margin: 0 auto;
  width: 92.5%;
}
.w1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
/* !!swiper!! */
.swiper-container .swiper-slide,
.swiper-container .swiper-wrapper {
  height: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  display: inline-block;
}
.swiper-container-vertical>.swiper-pagination-bullets{
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  top: auto;
  right: auto;
}
.swiper-pagination-bullet {
  position: relative;
  margin: 0 5px !important;
	width: 30px;
	height: 2px;
	background: #c1c3c8;
	border-radius: 1px;
  border-radius: 1px;
  opacity: 1;
  transition: all 0.6s;
}
.swiper-pagination-bullet::before{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background: #f87312;
}
.swiper-pagination-bullet-active::before{
  width: 100%;
  background-color: #f87312;
  animation: h_schedule 4s 1 linear forwards; 
  -webkit-animation: h_schedule 4s 1 linear forwards
}
.banner_swiper .swiper-pagination-bullet{
  background: rgba(255, 255, 255, 0.5);
}
.banner_swiper .swiper-pagination-bullet-active::before{
  background-color: #fff;
}
.banner_swiper .swiper-pagination{
  bottom: 0.5rem !important;
}
@keyframes h_schedule {
  0% {
      width: 0
  }

  100% {
      width: 100%
  }
}

@-webkit-keyframes h_schedule {
  0% {
      width: 0
  }

  100% {
      width: 100%
  }
}
.swiper-pagination-progress {
  background-color: rgba(51, 51, 51, 0.2);
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #ffffff;
}
.swiper-pagination .current,
.swiper-pagination .line,
.swiper-pagination .total {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
}
.swiper-pagination .line {
  margin: 0 10px;
}
.swiper-pagination .current {
  font-family: 'Gilroy-Bold';
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: rgba(51, 51, 51, 0.1);
  opacity: 1 !important;
}
.swiper-scrollbar-drag {
  background-color: #4b0c77;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.swiper-pagination .swiper-pagination-current {
  color: #333;
}
.swiper-button-next,
.swiper-button-prev {
  background: transparent;
  color: #4f4f4f;
  text-align: center;
  border-radius: 50%;
	width: 50px;
	height: 50px;
  line-height: 50px;
	background-color: #f5f5f5;
  top: 50%;
  font-size: 22px;
  transform: translateY(-50%);
  margin-top: 0px;
  /* box-shadow: 0px 4px 19px 2px 
		rgba(0, 0, 0, 0.03); */
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: no-drop !important;
  pointer-events: unset !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
  color: #fff;
	background-color: #ff6224;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1359px) {

}
@media screen and (max-width: 1151px) {
  .swiper-pagination .current,
  .swiper-pagination .line,
  .swiper-pagination .total {
    font-size: 16px;
  }
  .swiper-pagination-bullet {
    width: 25px;
  }
}
@media screen and (max-width: 980px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .swiper-pagination .current,
  .swiper-pagination .line,
  .swiper-pagination .total {
    font-size: 14px;
    line-height: 1;
  }
  .swiper-container {
    padding-right: 1px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  }
  .swiper-pagination-bullet {
    width: 15px;
  }
}
/* !!popvideo!! */
.popvideo iframe {
  width: 100%;
}
.popvideo video {
  width: 100%;
  object-fit: fill;
}
.popvideobg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popvideobox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
#videoPlayer video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.popvideo {
  position: relative;
  margin: 0 auto;
  max-width: 70vw;
  height: auto !important;
}
#videoPlayer {
  height: 100%;
}
.close_video_btn {
  position: absolute;
  top: -3%;
  right: -1.5%;
  z-index: 9;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  background-color: #f87312;
  border-radius: 50%;
  color: #fff;
  transition: all 0.6s;
}
.close_video_btn:hover{
  background-color: #fe4b08;
}
@media screen and (max-width: 1359px) {
  .popvideo{
    max-width: 82vw;
  }
}
@media screen and (max-width: 1359px) {
  .popvideo{
    max-width: 80vw;
    height: 60vh;
  }
  .close_video_btn{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .close_video_btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.popvideo{
  max-width: 90vw;
  height: auto;
}
}
/* !!headfixed!! */
.btn_phone {
  position: relative;
  z-index: 10;
  width: 26px;
  height: 26px;
  display: none;
}
.headfixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  background: #fff;
  transition: all 0.5s;
}
.headfixed.headerbgm1 {
  background: #ffffff;
}
.headfixed.headerbgm .menu_pcul li > a{
  padding: 26px 0;
}
.headfixed.headerbgm,
.hheaderbgm,
.headfixed1 {
  box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  background: #ffffff;
}
.headfixed.headerbgm .menu_pcul li > a,
.headfixed.hheaderbgm .menu_pcul li > a,
.headfixed.headfixed1 .menu_pcul li > a,
.headfixed.headerbgm .menu_pcul li:hover > a,
.headfixed.headerbgm .menu_pcul li.active > a,
.headfixed.headfixed1 .menu_pcul li.active > a,
.headfixed.headfixed1 .menu_pcul li:hover > a,
.headfixed.hheaderbgm .menu_pcul li.active > a,
.headfixed.hheaderbgm .menu_pcul li:hover > a,
.headfixed.headfixed1 .menu_pcul li > a {
  color: #333;
}
.headfixed.headerbgm .menu_pcul > li.active > a::after,
.headfixed.headerbgm .menu_list .menu_pcul > li:hover > a:after,
.headfixed.headfixed1 .menu_pcul > li.active > a::after,
.headfixed.headfixed1 .menu_list .menu_pcul > li:hover > a:after,
.headfixed.hheaderbgm .menu_pcul > li.active > a::after,
.headfixed.hheaderbgm .menu_list .menu_pcul > li:hover > a:after {
  background: #f87312;
}
.headfixed .headfixed_show {
  position: relative;
  z-index: 3;
  padding: 0 13.2%;
  transition: all 0.8s;
  align-items: center;
}
.headfixed .logo {
  position: relative;
  flex: 1;
}
.headfixed .logo img {
  margin: 0px;
}
.headfixed .logo .wimg,
.headfixedw .logo .img,
.headfixedw.headerbgm .logo .wimg,
.headfixedw.hheaderbgm .logo .wimg {
  display: none;
}
.headfixedw .logo .wimg,
.headfixedw.headerbgm .logo .img,
.headfixedw.hheaderbgm .logo .img {
  display: block;
}
.headfixed.headerbgm1 .language_text {
  color: #333;
}
.headfixed .menu_list {
  width: 81%;
  align-items: center;
}
.header-button,
.headfixed .header-button {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  border: none;
  background: url(../images/in-ssicon.png) no-repeat center center;
  text-align: left;
  text-indent: -119988px;
  text-transform: capitalize;
  cursor: pointer;
}
.headfixed.headerbgm .header-button,
.headfixed.headerbgm1 .header-button,
.headfixed1 .header-button {
  background: url(../images/in-bssicon.png) no-repeat center center;
}
.headfixed .toggle_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  z-index: 15;
}
.headfixed .toggle_btn span {
  position: absolute;
  right: 0;
  width: 26px;
  height: 2px;
  background: #777;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.headfixed .toggle_btn span:first-child {
  top: 8px;
}
.headfixed .toggle_btn span:nth-child(2) {
  top: 50%;
  width: 20px;
}
.headfixed .toggle_btn span:last-child {
  bottom: 6px;
}
.headfixed .toggle_btn.on span:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -o-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
}
.headfixed .toggle_btn.on span:nth-child(2) {
  opacity: 0;
}
.headfixed .toggle_btn.on span:last-child {
  bottom: 9px;
  -webkit-transform: translate(0, -3px) rotate(-45deg);
  -o-transform: translate(0, -3px) rotate(-45deg);
  transform: translate(0, -3px) rotate(-45deg);
  -ms-transform: translate(0, -3px) rotate(-45deg);
}
.mobile_nav_box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 50px 0;
  width: 86%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.8s;
  transform: translateX(150%);
  pointer-events: none;
}
.headfixed .headfixed_show.on .mobile_nav_box {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.headfixed .mobile_nav_box .tit {
  position: relative;
  padding: 0 5%;
  width: 100%;
  display: block;
  color: #282828;
  text-align: left;
  letter-spacing: 2px;
  font-size: 16px;
}
.headfixed .mobile_nav_box .tit:hover {
  color: #f87312;
}
.headfixed .mobile_nav_box .mobile_ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.headfixed .mobile_nav_box .head_subnav {
  padding: 12px 4.5%;
  width: 100%;
  background: #f5f5f5;
  display: none;
}
.headfixed .mobile_nav_box .head_subnav a {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}
.headfixed .mobile_nav_box .head_subnav a {
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  width: 100%;
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.headfixed .mobile_nav_box .head_subnav a.stit {
  font-size: 16px;
}
.headfixed .head_tit {
  position: relative;
  padding: 15px 0;
}
.headfixed .mobile_nav_box .mobile_down,
.headfixed .mobile_nav_box .smobile_down {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 5;
  display: block;
  width: 150px;
  height: 100%;
  transform: translateY(-50%);
}
.headfixed .mobile_nav_box .smobile_down {
  right: 1.5%;
}
.headfixed .mobile_nav_box .mobile_down:before,
.headfixed .mobile_nav_box .smobile_down::before {
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.headfixed .btn_list {
  width: 20px;
}
.btn_search {
  width: 20px;
  height: 26px;
  color: #A2A2A2;
  font-size: 19px;
  cursor: pointer;
}
.btn_search .icon_ssicon{
  font-size: 17px;
  cursor: pointer;
}
.headfixed .menu_pcul {
  width: calc(100% - 20px);
  justify-content: space-between;
  padding-right: 1.1rem;
}
.headfixed .menu_pcul li {
  vertical-align: top;
}
.headfixed .menu_pcul li > a {
  position: relative;
  font-family: Gilroy-Medium;
  z-index: 2;
  display: block;
  color: #333333;
  text-align: center;
  font-size: 19px;
  padding: 36px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headfixed .menu_pcul li .head_subnav {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  width: 100%;
  padding: 60px 8%;
  background: #ffffff;
  box-shadow: 0px 7px 29px 0px rgba(184, 184, 184, 0.14);
  border-top: 1px solid #e9e9e9;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  display: none;
}
.menu_list > ul > li:hover .head_subnav {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  -ms-transform: translate(-50%);
  pointer-events: auto;
}
.headfixed .head_lfBox {
  width: 70%;
  margin-right: 1rem;
  align-items: flex-start;
}
.headfixed .head_lfBox .hli{
  flex: 1;
  padding: 0 0.85rem;
  border-right: 1px solid #f2f2f2;
}
.headfixed .head_lfBox .hli:last-child{
  margin-right: 0px;
}
.headfixed .head_lfBox .hli:first-child{
  padding-left: 0px;
}
.headfixed .head_rtBox {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.headfixed .head_rtBox .htit{
	font-size: 16px;
	color: #666666;
  margin-bottom: 25px;
}
.headfixed .head_imgBox{
  max-width: 380px;
}
.headfixed .head_imgBox img{
  margin: 0px;
}
.headfixed .hlink{
  position: relative;
	color: #666666;
  font-size: 18px;
  display: block;
  padding: 14px 20px;
  margin-top: 12px;
}
.headfixed .canavli .hlink{
  padding: 10px 20px;
}
.headfixed .hlink:last-child {
  margin-right: 0px;
}
.headfixed .hlink:first-child{
  margin-top: 0px;
}
.headfixed .hlink::before {
  content: '\e715';
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  font-size: 16px;
  margin-top: 2px;
  color: #696969;
}
.headfixed .hlink.active{
  background-color: #f87312;
  color: #fff;
}
.headfixed .hlink.active::before{
  color: #fff;
}
.headfixed .hlink .iconBox{
  position: relative;
  width: 36px;
	height: 36px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.headfixed .hlink .hsapn{
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.headfixed .hlink .iconBox .himg,
.headfixed .hlink.active .iconBox .img{
  opacity: 0;
}
.headfixed .hlink .iconBox .img,
.headfixed .hlink.active .iconBox .himg{
  opacity: 1;
}
.headfixed .menu_pcul li.canavli .head_lfBox .hli:last-child{
  padding-right: 0px;
  border-right-width: 0px;
}
.headfixed .head_stit .stit{
  color: #222222;
  font-size: 0.3rem;
  line-height: 1.3;
}
.headfixed .head_stit .sdec{
  color: #777;
  font-size: 16px;
  line-height: 1.75;
  padding-top: 10px;
}
.headfixed .head_sublink {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
.headfixed .head_sublink a {
  position: relative;
  color: #666;
  font-size: 18px;
  display: inline-block;
  padding-right: 25px;
  margin-right: 0.8rem;
  margin-top: 16px;
}
.headfixed .head_sublink a::before {
  content: "\e715";
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  font-size: 15px;
  margin-top: 1px;
}
.headfixed .head_sublink a:hover{
  color: #f87312;
}
.menu_list .menu_pcul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #f87312;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.headfixed .menu_pcul > li.active > a::after,
.menu_list .menu_pcul > li:hover > a:after {
  width: 100%;
}
.headfixed .menu_pcul > li.active > a,
.headfixed .menu_pcul > li:hover > a,
.headfixedw.hheaderbgm .btn_search,
.headfixedw.headerbgm .btn_search {
  color: #222222;
}
.headfixedw .menu_pcul li > a,
.headfixedw .menu_pcul > li.active > a,
.headfixedw .menu_pcul > li:hover > a,
.headfixedw .btn_search {
  color: #ffffff;
}
/* !!language!! */
.language {
  position: relative;
  width: 80px;
  text-align: center;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.6s;
}

.language .language_text {
  font-size: 16px;
  line-height: 35px;
  cursor: pointer;
  color: #fff;
}
.language .language_text span{
  margin: 0 10px;
}
.language .language_text svg g,
.language .language_text svg path{
  stroke:#fff;
}
.language .language_text .icon_sjx {
  display: inline-block;
  font-size: 0.08rem;
  transform: rotate(90deg);
}
.headfixed.headerbgm .language .language_text,
.hheaderbgm .language .language_text,
.headfixed1 .language .language_text{
  color: #333;
}
.headfixed.headerbgm .language .language_text svg path,
.hheaderbgm .language .language_text svg path,
.headfixed1 .language .language_text svg path,
.headfixed.headerbgm .language .language_text svg g,
.hheaderbgm .language .language_text svg g,
.headfixed1 .language .language_text svg g{
  stroke:#999999;
}
.btn_search:hover {
  color: #f87312;
}
.language .language_list a:hover,
.language:hover .language_text{
  color: #f87312 !important;
}
.language:hover .language_text svg path,
.language:hover .language_text svg path,
.language:hover .language_text svg path,
.language:hover .language_text svg g,
.language:hover .language_text svg g,
.language:hover .language_text svg g{
  stroke:#d3384c !important;
}
.app_lanu {
  padding: 0.6rem 0;
  text-align: center;
  display: none;
}
.app_lanu a {
  display: inline-block;
  padding: 2px 20px;
  color: #333;
  line-height: 24px;
}
.app_lanu a.active {
  border-radius: 30px;
  background: #f87312;
  color: #fff;
}
/* !!btn_quote!! */
.btn_quote {
  position: relative;
  font-size: 16px;
	color: #ffffff;
	background-color: #f87312;
	border-radius: 17px;
  overflow: hidden;
  padding: 5px 20px;
  text-align: center;
}

/* !!search_form!! */
#toggle_search.open:after {
  top: 40px;
  color: #fff;
}
#search_form {
  position: absolute;
  top: 100%;
  right: 13.2%;
  overflow: hidden;
  width: 400px;
  max-height: 0;
  background: #fff;
  -webkit-transition: max-height, 0.5s;
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
}
#search_form.open {
  max-height: 50px;
}
#search_form fieldset {
  margin: 0 60px 0 0;
  padding: 0;
  width: calc(100% - 60px);
  border: none;
}
#search_form input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
#search_form .search {
  padding: 0 20px;
  width: 100%;
  border: none;
  background: #fff;
  border: 1px solid #dfdede;
  color: #333;
  font-size: 16px;
}
#search_form .header_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 100%;
  border: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #f87312;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
  .headfixed .headfixed_show{
    padding: 0 10%;
  }
  .headfixed .menu_pcul li > a{
    font-size: 18px;
  }
  .headfixed .menu_list {
    width: 85%;
  }
  #search_form{
    right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .headfixed .headfixed_show{
    padding: 0 5%;
  }
  #search_form{
    right: 5%;
  }
  .headfixed .menu_pcul li > a{
    padding: 26px 0;
  }
}
@media screen and (max-width: 1359px) {
  .headfixed .menu_pcul li > a {
    font-size: 17px;
}
.headfixed .logo img{
  max-width: 54px;
}
.headfixed .menu_pcul li > a,
.headfixed.headerbgm .menu_pcul li > a{
  padding: 22px 0;
}
}
@media screen and (max-width: 1279px) {
  
}
@media screen and (max-width: 1151px) {
  .headfixed{
    box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.05);
  }
  .headfixed .menu_pcul{
    display: none;
  }
  .headfixed .menu_list{
    justify-content: flex-end;
  }
  .headfixed .headfixed_show{
    padding: 8px 5%;
  }
.btn_phone{
  display: block;
}
.headfixed .btn_list{
  width: 25%;
}
.headfixed .menu_list {
  width: 15%;
}
}
@media screen and (max-width: 980px) {
  .headfixed .menu_list {
    width: 20%;
}
}
@media screen and (max-width: 640px) {
  .headfixed .logo img {
    max-width: 46px;
}
.headfixed .menu_list {
  width: 32%;
}
#search_form{
  width: 90%;
}
}
/* !!share!! */
.ftlogo_share .tit {
  margin-right: 15px;
	color: #777777;
  font-size: 16px;
}
.ftlogo_share .bshare_icon {
  position: relative;
  z-index: 20;
  display: block;
  margin-right: 15px;
  width: 40px;
	height: 40px;
  line-height: 40px;
  color: #ffffff;
  background: rgba(164,164,164, 0.42);
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
}
.ftlogo_share .bshare_icon:last-child {
  margin-right: 0;
}
.ftlogo_share .bshare_icon.icon_twitter {
  font-size: 16px;
}
.share .iconfont {
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  background-color: #da3c3c;
}
.share .iconfont.icon_weixin {
  background-color: #21ba41;
}
.share .iconfont.icon_qq {
  background-color: #3e91ee;
}
.share .iconfont.icon_kongjian {
  background-color: #f4c50b;
}
.share .iconfont:hover {
  background-color: #186ad0 !important;
}
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1359px) {
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 1151px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 640px) {
  .ftlogo_share .bshare_icon{
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
/* !!banner!! */
.banner{
  margin-top: 100px;
}
.banner,
.banner_swiper,
.banner .swiper-img {
  position: relative;
  overflow: hidden;
}
.banner .swiper-img::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 2;
}
.banner .pub_mbanner,
.banner .pub_pbanner {
  width: 100%;
}
.banner .pub_mbanner img,
.banner .pub_pbanner img {
  margin: 0 auto;
  width: 100%;
}
.banner .swiper_img,
.banner {
  position: relative;
}
.banner .banner_himg::before,
.banner .banner_img::before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: '';
}
.banner .banner_img::before {
  background: rgba(0, 0, 0, 0.3);
}
.banner .swiper_fontlist {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cbanner .swiper_fontlist {
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
  -moz-transform: translate(-50%, -45%);
  -o-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.banner .pub_mbanner {
  display: none;
}
.banner .swiper_font {
  position: relative;
  z-index: 5;
}
.banner .swiper_font.tce{
  text-align: center;
}
.banner .swiper_font .font {
  padding-left: 10px;
  margin-bottom: 0.3rem;
}
.banner .banner_himg {
  position: relative;
  z-index: 1;
}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.zbanner .swiper_font{
  padding-right: 23vw;
}
.zbanner .swiper_tit{
	font-size: 0.62rem;
  line-height: 1.3;
  color: #fff;
  font-family: 'Gilroy-Bold';
}
.zbanner .swiper_tag{
  padding-bottom: 20px;
  margin-bottom: 5px;
  margin-top: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.zbanner .swiper_tag .tag{
  position: relative;
  font-size: 22px;
	font-weight: bold;
	color: #ffffff;
  padding-left: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  transition: all 0.6s;
}
.zbanner .swiper_tag .tag:last-child{
  margin-right: 0px;
}
.zbanner .swiper_tag .tag::before{
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
	height: 21px;
  background: url(../images/in-icon1.png) no-repeat center;
  background-size: cover;
  transition: all 0.6s;
}
.zbanner .swiper_dec{
  margin-bottom: 45px;
  color: #ffffff;
  font-size: 19px;
  margin-top: 12px;
}
.zbanner .swiper_dec1{
  font-family: 'Gilroy-Bold';
  font-size: 0.32rem;
	color: #ffffff;
  margin-bottom: 12px;
}
.zbanner .swiper_dec2 {
	font-size: 18px;
  color: #ffffff;
  margin-bottom: 0.55rem;
}
.zbanner .swiper_dec3 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.zbanner .swiper_dec3 span{
  font-weight: normal;
  display: inline-block;
  margin: 0 20px;
}
.zbanner .btnBox{
  margin-top: -0.16rem;
}
.zbanner .btnBox .moreBox{
  margin-right: 10px;
}
.banner_swiper .swiper_tag{
  padding-right: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.banner_swiper .swiper_tag .tag{
  margin-bottom: 10px;
}
.banner_swiper .swiper_tit1{
  font-family: Gilroy-Bold;
  font-weight: bold;
	font-size: 0.4rem;
	color: #ffffff;
}
.banner_swiper .line{
  margin-top: 15px;
}
.banner_swiper .line img{
  margin: 0px;
}
.banner_swiper .moreBtn{margin-top: 0.4rem;}
.inner_swiper .swiper_tit,
.inner_swiper .swiper_dec,
.inner_swiper .swiper_dec1,
.inner_swiper .ny_bread,
.inner_swiper .pro_menu {
  opacity: 1;
  transform: translateY(0rem);
}
.inner_swiper.go .banner_himg,
.zbanner.go .banner_himg{
  transform: none;
}
.inner_swiper .banner_himg,
.zbanner .banner_himg {
  position: relative;
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
  transform: scale(1.15);
}
.banner .swiper-slide-active .swiper_img .more,
.banner .swiper-slide-active .swiper_dec,
.banner .swiper-wrapper.flexlf .swiper_img .more,
.banner .swiper-wrapper.flexlf .swiper_dec,
.banner .swiper-wrapper.flexlf .swiper_dec1,
.inner_swiper.go .swiper_tit,
.inner_swiper.go .swiper_dec,
.inner_swiper.go .swiper_dec1,
.inner_swiper.go .ny_bread,
.inner_swiper.go .pro_menu{
  opacity: 1;
  transition: all 1s cubic-bezier(0.25, 0.74, 0.22, 0.99) 0s;
  transition-delay: 1s;
  transform: none;
}
.inner_swiper.go .swiper_dec,
.inner_swiper.go .swiper_dec1,
.inner_swiper.go .ny_bread,
.inner_swiper.go .pro_menu{
  transition-delay: 1.1s;
}
.banner .swiper-slide-active .swiper_img .more,
.banner .swiper-wrapper.flexlf .swiper_img .more,
.banner.go .pub-banner-font .more {
  transition-delay: 1.2s;
}
@media screen and (max-width: 1599px) {
  .zbanner .swiper_tag .tag{
    font-size: 20px;
  }
  .zbanner .swiper_dec {
    font-size: 18px;
  }
}
@media screen and (max-width: 1439px) {
  .banner {
    margin-top: 79px;
  }
  .banner_swiper .moreBtn{
    margin-top: 0px;
  }
  .zbanner .swiper_dec1{
    font-size: 22px;
  }
  .zbanner .swiper_dec3{
    font-size: 20px;
  }
}
@media screen and (max-width: 1359px) {
  .banner {
    margin-top: 69px;
  }
  .zbanner .swiper_tag .tag,
  .zbanner .swiper_dec3{
    font-size: 18px;
  }
  .zbanner .swiper_dec {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .zbanner .swiper_tag .tag::before{
    width: 20px;
    height: 19px;
  }
  .zbanner .swiper_dec2{
    font-size: 16px;
  }
}
@media screen and (max-width: 1279px) {

}
@media screen and (max-width: 1151px) {
  .zbanner .swiper_tag .tag {
    font-size: 17px;
}
.zbanner .swiper_tag{
  margin-top: 15px;
}
.banner {
  margin-top: 70px;
}
.zbanner .swiper_tit{
  font-size: 32px;
}
.banner_swiper .swiper_tag{
  padding-right: 0px;
  padding-bottom: 10px;
}
.banner_swiper .swiper_tit1{
  font-size: 24px;
}
.zbanner .swiper_dec1{
  font-size: 20px;
}
}
@media screen and (max-width: 980px) {
  .banner .pub_pbanner{
    display: none;
  }
  .banner .pub_mbanner{
    display: block;
    max-height: 600px;
    object-fit: cover;
  }
  .zbanner .swiper_font{
    padding-right: 0px;
  }
  .zbanner .swiper_tit {
    font-size: 28px;
}
.zbanner .swiper_dec1 {
  font-size: 18px;
  margin-top: 10px;
}
.zbanner .swiper_dec2{
  font-size: 16px;
}
}
@media screen and (max-width: 640px) {
  .zbanner .swiper_tit{
    font-size: 0.47rem;
  }
  .zbanner .swiper_tag .tag {
    font-size: 15px;
}
.zbanner .swiper_tag .tag::before {
  width: 16px;
  height: 15px;
}
.zbanner .swiper_tag .tag{
  padding-left: 25px;
  margin-right: 20px;
  margin-top: 5px;
}
.zbanner .swiper_tag {
  margin-top: 8px;
  padding-bottom: 15px;
}
.zbanner .swiper_dec {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.banner {
  margin-top: 62px;
}
.banner_swiper .swiper_tit1{
  font-size: 0.36rem;
}
.banner_swiper .swiper_tag .tag{
  margin-bottom: 5px;
}
.zbanner .swiper_dec1,
.zbanner .swiper_dec2{
  font-size: 17px;
}
.zbanner .swiper_dec1 p,
.zbanner .swiper_dec p{
  display: inline;
}
.zbanner .swiper_dec2 {
  font-size: 15px;
}
.zbanner .swiper_dec3 span{
  margin: 0 10px;
}
.ab_swiper .pub_mbanner{
  max-height: 5rem;
}
.zbanner .btnBox{
  flex-wrap: wrap;
}
}
/* !!moreBox!! */
.moreBtn{
  position: relative;
  overflow: hidden;
  margin-bottom: -7px;
}
.moreBtn:last-child{
  margin-right: 0px;
}
.moreBox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  width: 215px;
  line-height: 50px;
	background-image: linear-gradient(90deg, 
		#fe4b08 0%, 
		#f59c36 100%), 
	linear-gradient(
		#f87311, 
		#f87311);
	background-blend-mode: normal, 
		normal;
  border-radius: 25px;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Gilroy-Bold';
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.moreBox:hover{
  background-image: linear-gradient(90deg, 
  #f59c36 0%, 
  #fe4b08 100%), 
linear-gradient(
  #f87311, 
  #f87311);
}
.moreBox span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.moreBox::before{
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  content: "";
  opacity: .3;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg)
}
.moreBox:hover::before{
  left: calc(100% + 45px);
  width: 25px
}
.moreBox1 {
  background-image: linear-gradient(90deg, 
  #ffa627 0%, 
  #ffa627 100%), 
linear-gradient(
  #ffa627, 
  #ffa627);
background-blend-mode: normal, 
  normal;
	border-radius: 25px;
  color: #fff;
  overflow: hidden;
}
.moreBox2{
	background-image: linear-gradient(90deg, 
		#f87312 0%, 
		#ffa627 100%), 
	linear-gradient(
		#f87311, 
		#f87311);
	background-blend-mode: normal, 
		normal;
}
.moreBox2 em{
  color: #fff;
  background-color: #f2bc2e;
}
.moreBox3{
  line-height: 46px;
  border: solid 2px #ffffff;
  background: transparent;
}
@keyframes fadeRightIn {
	from {
		opacity: 1;transform: translateX(0);
	}
	50% {
		opacity: 0;transform: translateX(100%);
	}
	51% {
		opacity: 0;transform: translateX(-100%);
	}
	100% {
		opacity: 1;transform: translateX(0);
	}
}
@media screen and (max-width: 1599px) {
  .moreBox{
    width: 190px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1359px) {
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 1151px) {
 
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 640px) {
  .moreBox{
    width: 180px;
    font-size: 16px;
    line-height: 44px;
    margin-right: 0px;
  }
  .moreBox3{
    line-height: 40px;
  }
  .zbanner .btnBox {
    margin-top: -0.5rem;
  }
  .zbanner .btnBox .moreBox{
    margin-top: 20px;
  }
}
/* !!popupBox!! */
.popupBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.popupBox::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.popupBox .poplist{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 45%;
}
.popupBox .close {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-image: linear-gradient(90deg, 
  #fe4b08 0%, 
  #f59c36 100%), 
linear-gradient(
  #f87311, 
  #f87311);
background-blend-mode: normal, 
  normal;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.6s;
}
.popupBox .close:hover{
  background-image: linear-gradient(90deg, 
  #f87312 0%, 
  #ffa627 100%), 
linear-gradient(
  #f87311, 
  #f87311);
background-blend-mode: normal, 
  normal;
}
.popcont {
  margin: 0 auto;
  width: 100%;
  background: #fff;
}
.popcont .popcont_tit {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 1.25;
  transform: translate(-50%, -50%);
}
.shadow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.d2 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1359px) {
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 1151px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 640px) {
}
/* !!in_tit!! */
.in_tit {
  position: relative;
  z-index: 2;
  text-align: center;
}
.tlf {
  text-align: left;
}
.in_tit .entit {
  font-size: 18px;
  color: #999999;
  margin-bottom: 5px;
  padding-top: 5px;
}
.in_tit .tit {
  position: relative;
  color: #222222;
  font-family: 'Gilroy-Bold';
  font-size: 0.62rem;
  line-height: 1.3;
}
.in_tit .tit1{
  font-size: 0.4rem;
}
.about6 .in_tit .tit1{
  font-size: 0.46rem;
}
.in_tit .tit strong {
  font-size: 0.48rem;
}
.in_tit .tit em {
  color: #f87312;
}
.in_tit .dec {
  position: relative;
  color: #666666;
  font-size: 20px;
  line-height: 1.67;
  padding-top: 10px;
}
.in_tit .dec1{
  font-size: 18px;
  padding-top: 5px;
}
.in_tit .dec strong {
  color: #f87312;
}
.pors {
  position: relative;
}
@media screen and (max-width: 1599px) {
  .in_tit .dec{
    font-size: 18px;
  }
}
@media screen and (max-width: 1439px) {
  .in_tit .tit1{
    font-size: 30px;
  }
  .about6 .in_tit .tit1{
    font-size: 36px;
  }
}
@media screen and (max-width: 1359px) {
  .in_tit .dec{
    font-size: 17px;
  }
  .in_tit .tit1{
    font-size: 28px;
  }
  .about6 .in_tit .tit1{
    font-size: 34px;
  }
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 1151px) {
  .in_tit .tit{
    font-size: 32px;
  }
  .in_tit .tit1,
  .about6 .in_tit .tit1{
    font-size: 26px;
  }
}
@media screen and (max-width: 980px) {
  .in_tit .tit{
    font-size: 28px;
  }
  .in_tit .dec{
    font-size: 16px;
    padding-top: 5px;
  }
  .in_tit .dec p,
  .in_tit .tit p{
    display: inline;
  }
  .in_tit .tit1,
  .about6 .in_tit .tit1{
    font-size: 24px;
  }
  .in_tit .dec1{
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .in_tit .tit {
    font-size: 0.53rem;
}
.in_tit .tit1,
.about6 .in_tit .tit1{
  font-size: 0.42rem;
}
}
/* !!footer!! */
.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background: #f8f8f8;
}
.footer .foot_top {
  flex-wrap: wrap;
  padding: 60px 0 35px 0;
  align-items: flex-start;
}
.footer .ewmBox{
  width: 205px;
}
.footer .addrBox{
  width: 270px;
  margin: 0 1.5rem 0 2.2rem;
}
.footer .footer_menu {
  flex: 1;
}
.footer .footer_menu li {
  position: relative;
}
.footer .footer_menu li:first-child {
  margin-top: 0px;
}
.footer .footer_subtit a,
.footer .ewmBox .etit,
.footer .addrBox .atit{
  position: relative;
	font-family: Gilroy-Bold;
	font-size: 24px;
  color: #000;
  display: block;
}
.footer .footer_subnav a {
  display: block;
  color: #666666;
  font-size: 16px;
  margin: 10px 0;
}
.footer .ftlogo_share{
  position: relative;
  z-index: 5;
  margin-top: 15px;
}
.footer .bshare_icon{
  position: relative;
}
.footer .ftewm {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  width: 95px;
  height: 95px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 20px;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
.footer .bshare_icon:hover .ftewm{
  margin-top: 0px;
    visibility: inherit;
    opacity: 1;
}
.footer .footer_subnav a:hover,
.footer .foot_copy a:hover,
.footer .foot_copy a:hover,
.footer .ali:hover,
.footer .flink:hover{
  color: #f87312;
}
.footer .bshare_icon:hover{
  background: #f87312;
}
.footer .foot_bot {
  padding: 10px 0;
}
.footer .btleft {
  flex: 1;
  padding-right: 0.5rem;
}
.footer .foot_copy,
.footer .foot_copy a,
.footer .flink {
  font-size: 14px;
  color: #b0b0b0;
}
.footer .foot_copy a,
.footer .foot_copy span {
  display: inline-block;
  margin-left: 16px;
}
.footer .icbg{
  display: inline-block;
  width: 14px;
	height: 20px;
}
.footer .icbg1{
  background: url(../images/in-ficon1.png) no-repeat center;
}
.footer .icbg2{
  background: url(../images/in-ficon2.png) no-repeat center;
}
.footer .icbg3{
  background: url(../images/in-ficon3.png) no-repeat center;
}
.footer .ali{
  color: #666666;
  font-size: 16px;
  margin: 10px 0;
}
.footer .ali span{
  flex: 1;
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 1599px) {
  .footer .footer_subtit a, .footer .ewmBox .etit, .footer .addrBox .atit{
    font-size: 22px;
  }
}
@media screen and (max-width: 1439px) {
  .footer .footer_subtit a, .footer .ewmBox .etit, .footer .addrBox .atit {
    font-size: 20px;
}
}
@media screen and (max-width: 1359px) {
  .footer .foot_top{
    padding: 40px 0 5px 0;
  }
  .footer .addrBox{
    margin: 0 1rem 0 1.5rem;
  }
  .footer .ftewm{
    left: 90%;
    -webkit-transform: translateX(-90%);
    -ms-transform: translateX(-90%);
    -o-transform: translateX(-90%);
    transform: translateX(-90%);
  }
}
@media screen and (max-width: 1279px) {
  
}
@media screen and (max-width: 1151px) {
  .footer .footer_subtit a, .footer .ewmBox .etit, .footer .addrBox .atit {
    font-size: 18px;
}
  .footer .footer_subnav a,
  .footer .ali{
    font-size: 14px;
  }
  .footer .addrBox {
    margin: 0 0.6rem 0 1rem;
}
}
@media screen and (max-width: 980px) {
  .footer .footer_menu{
    display: none;
  }
  .footer .addrBox{
    margin-left: 0px;
    margin-right: 3rem;
  }
  .footer .foot_bot{
    flex-wrap: wrap;
  }
  .footer .foot_copy,
  .footer .flink{
    width: 100%;
  }
  .footer .flink{
    margin-top: 6px;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer_subtit a, .footer .ewmBox .etit, .footer .addrBox .atit {
    font-size: 16px;
}
.footer .addrBox{
  width: 100%;
  margin-right: 0px;
}
.footer .ewmBox{
  margin-top: 10px;
  width: 100%;
}
.footer .foot_top {
  padding: 30px 0 5px 0;
}
.footer .ftlogo_share{
  margin-top: 10px;
}
.footer .ftewm{
  top: auto;
  bottom: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  left: 0%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.footer .bshare_icon:hover .ftewm{
  margin-bottom: 0px;
}
}
.tce {
  text-align: center;
}
.tlf {
  text-align: left;
}
.trt {
  text-align: right;
}
/* !!ny_bread!! */
.ny_bread {
  margin-top: 10px;
  display: none;
}
.abny_bread {
  bottom: 75px;
}
.ny_bread a,
.ny_bread em,
.ny_bread img {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  font-size: 16px;
}
.ny_bread em.icon_home {
  vertical-align: 1px;
}
.ny_bread em {
  margin: 0 5px;
}
.ny_bread em.icon_rjiantou1 {
  font-size: 12px;
}
.ny_bread a:hover,
.ny_bread em.icon_wz:hover {
  color: #fff;
}
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1359px) {
}
@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 1151px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 640px) {
}
/* !!paging!! */
.paging {
  flex-wrap: wrap;
}
.paging a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 5px;
  height: 34px;
  min-width: 34px;
  line-height: 34px;
  border-radius: 50%;
  color: #777;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.paging a img {
  display: inline-block;
  vertical-align: middle;
  line-height: 27px;
}
.paging a:last-child {
  margin-right: 0;
}
.paging .icon_ljiantou {
  margin-right: 55px;
}
.paging .icon_rjiantou {
  margin-right: 0;
  margin-left: 55px;
}
.paging a.active,
.paging a:hover {
  background-color: #f87312;
  color: #fff;
}
.paging .paging_iconnext,
.paging .paging_iconprev {
  margin-right: 0;
  border-radius: 0;
  color: #666666;
  font-size: 18px;
}
.paging .icon_line {
	width: 0.9rem;
	height: 1px;
	background-color: #d2d2d2;
	border-radius: 1px;
  overflow: hidden;
}
.paging .icon_lline{
  margin-left: 10px;
  margin-right: 1rem;
}
.paging .icon_rline{
  margin-right: 10px;
  margin-left: 1rem;
}
.paging a.paging_icon:hover {
  background: 0 0;
  color: #60b044;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .paging .icon_rjiantou {
    margin-left: 10px;
  }
  .paging .icon_ljiantou {
    margin-right: 10px;
  }
  .paging .paging_iconnext, .paging .paging_iconprev{
    font-size: 16px;
  }
  .paging .icon_rline{
    width: 36px;
  }
}
@media screen and (max-width: 640px) {
  .paging .icon_rjiantou {
    margin-right: 0;
  }
  .paging span {
    line-height: 35px;
  }
  .paging a,
  .paging input {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 15px;
    line-height: 30px;
    margin-right: 15px;
  }
  .paging a.paging_icon{
    width: auto;
    font-size: 15px;
  }
  .paging .paging_iconprev{
    margin-right: 15px;
  }
  .paging .icon_line {
    display: none;
  }
}
/* !!right_flex!! */
.right_flex {
  position: fixed;
  bottom: 3%;
  right: 5px;
  z-index: 10;
  width: 50px;
  height: auto;
}
.right_flex ul {
  width: 100%;
}
.right_flex li {
  position: relative;
  float: right;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #f87312;
  line-height: 50px;
  transition: width 0.3s, background 0.3s, margin 0.3s;
}
.right_flex li.two{
  display: none;
}
.right_flex li .ico {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  transition: right 0.3s;
}
.right_flex li a {
  display: block;
  width: 100%;
  height: 100%;
}
.right_flex li p {
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  transition: transform 0.3s;
}
.right_flex li.one {
  width: 90px;
  height: 50px;
  border-radius: 4px;
  background-color: #fe4b08;
}
.right_flex li.one p {
  padding: 3px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.right_flex li.four p,
.right_flex li.li-three p,
.right_flex li.two p {
  padding: 0 20px 0 50px;
}
.right_flex li.three {
  margin-right: -100px;
  width: 150px;
}
.right_flex li .ico {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
}
.right_flex li .ico.ico03 {
  font-size: 32px;
}
.right_flex .right-close {
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 12px;
  display: none;
}
.right_flex .close-icon {
  display: block;
  margin: 0 auto 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #a7afb9;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.3s;
  transform: rotate(45deg);
}
.right_flex.show .close-icon {
  transform: rotate(0);
}
.right_flex .to_top em {
  display: block;
  padding-top: 10px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1151px) {
  .right_flex li:hover {
    background: #fe4b08;
  }
  .right_flex li.two:hover {
    margin-right: 0px;
  }
  .right_flex li.three:hover {
    margin-right: 0;
    width: 140px;
  }
  .right_flex li.four:hover {
    margin-right: 0;
    width: 155px;
  }
  .right_flex li.li-three:hover p,
  .right_flex li.two:hover p {
    padding: 0 20px;
  }
  .right_flex li.four:hover p:last-child {
    padding: 0 53px 0 0;
  }
  .right_flex li.four:hover p:last-child img {
    border: 3px solid #fe4b08;
    border-radius: 8px;
  }
}
@media (max-width: 980px) {
  .right_flex .four,
  .right_flex .right-close,
  .right_flex li.one {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .right_flex,
  .right_flex li {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .right_flex li .ico {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .right_flex .to_top em {
    margin-top: 0;
    font-size: 12px;
    line-height: 30px;
  }
}
.app_kfbt {
  display: none;
  height: 48px;
}
.app_kf {
  position: fixed;
  z-index: 5;
  overflow: hidden;
}
.app_kf,
.kufuul {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.kufuul {
  position: absolute;
  display: inline-block;
  padding: 2px 0;
}
.kefu li,
.kufuul {
  text-align: center;
}
.kefu li {
  float: left;
  width: 50%;
  height: 50px;
  color: #fff;
  line-height: 50px;
  transition: all 0.4s;
}
.kefu li a em {
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
  font-size: 20px;
}
.kf_dh,
.kf_zx {
  display: block;
  width: 100%;
  height: 100%;
  background: #a7afb9;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
}
.kf_dh {
  background: #f87312;
}
/* !!nav_menu!! */
.nav_menu {
  position: relative;
  z-index: 5;
  padding: 0 8%;
	background-color: #ffffff;
	box-shadow: 0px 0px 49px 0px 
		rgba(0, 0, 0, 0.06);
}
.pro_smenu{
  display: none;
}
.nav_menu .nav_name {
  position: relative;
  display: block;
  display: none;
  padding: 0 5%;
  color: #333;
  text-align: left;
  font-size: 18px;
  line-height: 65px;
  cursor: pointer;
}
.nav_menu .nav_name .iconfont {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.nav_menu .nav_menu_ul {
  background: rgba(255, 255, 255, 0.9);
}
.nav_menu .nav_menu_ul a {
  display: block;
  overflow: hidden;
  padding: 23px 0;
  width: 100%;
  color: #222222;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.3;
}
.nav_menu .nav_menu_ul a,
.nav_menu .nav_menu_ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -ms-transition: 0.5s;
}
.nav_menu .nav_menu_ul li {
  position: relative;
  flex: 1;
  min-width: 16.667%;
  text-align: center;
  border-right: 1px solid #f0f0f0;
}
.nav_menu .nav_menu_ul li:last-child {
  border-right: transparent;
}
.nav_menu .nav_menu_ul li:hover a {
  color: #28a239;
}
.nav_menu .nav_menu_ul li.active a{
  color: #fff;
  background-color: #28a239;
}
@media screen and (max-width: 1439px) {
  .nav_menu .nav_menu_ul a {
    padding: 22px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .nav_menu .nav_menu_ul a {
    padding: 20px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .nav_menu {
    overflow: initial !important;
    padding: 0 5%;
    width: 100% !important;
  }
  .nav_menu .nav_name {
    display: block;
    padding: 0;
  }
  .nav_menu .nav_name .iconfont {
    right: 0;
  }
  .nav_menu {
    margin-top: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  }
  .nav_menu .nav_menu_ul li:before {
    display: none;
  }
  .nav_menu .nav_menu_ul {
    position: absolute;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 1px #f1f1f1;
  }
  .nav_menu .nav_menu_ul li {
    width: 100%;
    text-align: left;
  }
  .nav_menu .nav_menu_ul li {
    padding: 0px;
  }
  .nav_menu .nav_menu_ul a {
    padding: 15px 5%;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #333;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .nav_menu .nav_name {
    font-size: 16px;
    line-height: 50px;
  }
  .nav_menu .nav_menu_ul a {
    padding: 10px 5%;
    font-size: 14px;
  }
}
.posr {
  position: relative;
}
.bsFrameDiv {
  box-shadow: 0px 0px 45px 0px rgba(55, 55, 55, 0.1);
}
label.error {
  font-family: 'Gilroy-Medium';
  position: absolute;
  bottom: -22px;
  left: 0;
  padding: 0 25px;
  width: 100%;
  color: #e70615;
  font-size: 14px;
}
@-webkit-keyframes icon_scale {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  20% {
    width: 200%;
    height: 200%;
    opacity: 0.6;
  }

  40% {
    width: 300%;
    height: 300%;
    opacity: 0.4;
  }

  60% {
    width: 400%;
    height: 400%;
    opacity: .2;
  }

  80% {
    width: 500%;
    height: 500%;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes icon_scale {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  20% {
    width: 200%;
    height: 200%;
    opacity: 0.6;
  }

  40% {
    width: 300%;
    height: 300%;
    opacity: 0.4;
  }

  60% {
    width: 400%;
    height: 400%;
    opacity: .2;
  }

  80% {
    width: 500%;
    height: 500%;
    opacity: 0;
  }

  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes tel {
  0% {
    transform: rotateZ(0);
  }

  20% {
    transform: rotateZ(20deg);
  }

  40% {
    transform: rotateZ(-20deg);
  }

  60% {
    transform: rotateZ(20deg);
  }

  80% {
    transform: rotateZ(-20deg);
  }

  100% {
    transform: rotateZ(0);
  }
}
@-webkit-keyframes spin {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes spin {
  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}
@-webkit-keyframes spin-reverse {
  from {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes spin-reverse {
  from {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}
@-webkit-keyframes wave_2{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}
50%{-webkit-transform:translateY(0);transform:translateY(0)}
100%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}
}
@keyframes wave_2{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}
50%{-webkit-transform:translateY(0);transform:translateY(0)}
100%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}
}
@-webkit-keyframes witr_squares {
  0% {
      width: 100%;
      height: 100%;
      opacity: 0
  }

  20% {
    width: 150%;
    height: 150%;
      opacity: 1
  }

  100% {
    width: 200%;
    height: 200%;
      opacity: 0
  }
}

@keyframes witr_squares {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0
}

20% {
  width: 150%;
  height: 150%;
    opacity: 1
}

100% {
  width: 200%;
  height: 200%;
    opacity: 0
}
}
.zsection3 .videobox::before,
.section1 .icon_bofang::after,
.about5 .videobox::before{
  animation: witr_squares 1.5s ease-in-out infinite;
}
/* .w1400{
  border: 1px solid #000;
} */
@media screen and (max-width: 1599px) {
  .w1600 {
    width: 90%;
  }
  .w1400 {
    width: 80%;
  }
}
@media screen and (max-width: 1439px) {
  .w1400 {
    width: 90%;
  }
}
@media screen and (max-width: 1359px) {
}
@media screen and (max-width: 1279px) {
  .w1200 {
    width: 90%;
  }
}


.newslist {
    padding: 4% 0;
    /* margin-top: 8%; */
}

    .newslist ul {
        max-width: 1200px;
        margin: auto;
    }

    .newslist li {
        width: 31.333%;
        float: left;
        margin-right: 3%;
        margin-bottom: 3%;
        border-radius: 0;
        border: 0;
        box-shadow: 0 0 20px 0 #ddd;
    }

        .newslist li:nth-child(3n) {
            margin-right: 0;
        }

    .newslist .img {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .newslist .img img {
            width: 100%;
            display: block;
            transition: all .5s;
            height: 200px;
        }

        .newslist .img .time {
            position: absolute;
            top: 50%;
            left: 0;
            background-color: #f87412;
            padding: 10px 15px;
            color: white;
            font-size: 15px;
            padding-left: 30px;
            background: url(../img/n0.png) no-repeat 8px 11px;
            background-color: #f87412;
            background-size: 16px;
        }



    .newslist .des {
        padding: 30px;
    }

        .newslist .des h5 {
            font-size: 18px;
            font-family: "NeueHaasDisplay-Medium", sans-serif;
            line-height: 1.3;
            margin-bottom: 10px;
            height: 46px;
        }

        .newslist .des p {
            font-size: 16px;
            color: #666666;
            line-height: 1.3;
            height: 60px;
        }

        .newslist .des label {
            color: #f87412;
            font-family: "NeueHaasDisplay-Medium";
            margin-top: 20px;
            display: block;
            font-size: 15px;
            cursor: pointer;
        }

    .newslist li:hover {
        background-color: #f87412;
    }

        .newslist li:hover .des h5 {
            color: white;
        }

        .newslist li:hover .des p {
            color: white;
        }

        .newslist li:hover .des label {
            color: white;
        }

        .newslist li:hover .img img {
            transform: scale(1.05);
        }


@media screen and (max-width:1459px) {
    .newslist .des {
        padding: 25px;
    }
}

@media screen and (max-width:970px) {
    .newslist {
        padding: 50px 0;
    }

        .newslist li {
            width: 100%;
            margin: auto;
            margin-bottom: 20px;
        }

        .newslist .des h5 {
        }

        .newslist .des p {
        }

        .newslist .des {
            padding: 20px;
        }
}


.newsdt {
    padding: 4% 0;
    margin-top: 5%;
}

.xqks {
    max-width: 1200px;
    margin: auto;
}

.xqks1 {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #9e9e9e3b;
}

.xqks2 {
}

.xqks1 h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: "NeueHaasDisplay-Medium" !important;
    line-height: 1.3;
}

.xqks1 .fbz {
    margin-bottom: 15px;
}

    .xqks1 .fbz .time {
        font-size: 15px;
        display: inline-block;
        margin-right: 15px;
    }


.zzurl{}
.zzurl p{
    text-decoration: underline;
}
.zzurl:hover p{
    color: #2469c8;
}
.xqks2 h2 {
    font-size: 28px;
    margin-top: 20px;
    color: #f87311;
}

.xqks2 h3 {
    font-size: 22px;
    margin-bottom: 10px;
    /* margin-top: 15px; */
}

.xqks2 h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.xqks2 a {
    color: #2469c8;
    font-weight: bold;
    text-decoration: revert;
}

.xqks2 p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 15px;
}

.xqks2 img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.xqks2 table {
    width: 100%;
}

    .xqks2 table tr {
    }

    .xqks2 table td {
        border: 1px solid rgb(158 158 158 / 93%) !important;
    }

    .xqks2 p, .xqks2 span, .xqks2 a, .xqks2 table td {
        font-family: 'NeueHaasDisplay-Roman' !important;
    }


.xqks2 h1, .xqks2 h2, .xqks2 h3, .xqks2 h5 {
    font-family: "NeueHaasDisplay-Medium" !important;
    line-height: 1.5;
}

@media screen and (max-width:970px) {
    .newsdt {
        padding: 50px 0;
    }

    .xqks1 h1 {
        font-size: 30px;
    }

    .xqks2 h2 {
        font-size: 26px;
    }

    .xqks2 h3 {
        font-size: 20px;
    }

    .xqks2 h5 {
        font-size: 17px;
    }

    .xqks2 a {
    }

    .xqks2 p {
        font-size: 15px;
    }
}

