.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellip2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexBan {
  padding-top:100px;
}
.indexBan .banner-page .swiper-pagination-bullet{
  background:#fff;
  opacity:1;
  border:1px solid #fff;
  width:12px;
  height:12px;
  margin-bottom:15px;
}
.indexBan .banner-page .swiper-pagination-bullet-active{
  background:transparent;
}
.indexBan .swiper-slide-active .txt {
  animation: mymove6 0.6s;
  -webkit-animation: mymove6 0.6s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
}
.indexBan .swiper-slide {
  position: relative;
}
.indexBan .txt {
  position: absolute;
  top: 25%;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: 'tt0861m';
}
.indexBan .txt div {
  max-width: 1300px;
  margin: 0 auto;
}
.indexBan .txt span {
  color: #ea5513;
}
.indexBan .txt .AirService {
  display: block;
  width: 288px;
  height: 60px;
  margin: 10px auto 0;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
}
.indexBan .txt .AirService img {
  margin-right: 8px;
}
.indexBan .img img {
  width: 100%;
}
.indexBanContact {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: block;
  width: 420px;
  height: 160px;
  border-top-right-radius: 60px;
  background-color: rgba(234, 85, 19, 0.9);
  color: #fff;
  text-align: center;
  line-height: 160px;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'RisingSunBold';
}
.indexBanContact:hover {
  color: #fff;
}
.indexBanContact img {
  vertical-align: middle;
  margin-left: 30px;
}
.control-div {
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -50%;
  z-index: 999;
  width: 100%;
  height: 40px;
}
.control-div .control-banner {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
}
.control-div .control-banner .swiper-button-next,
.control-div .control-banner .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-size: 100%;
  margin: 0;
  margin-top: -10px;
}
.control-div .control-banner .swiper-button-prev {
  left: 54px;
}
.control-div .control-banner .swiper-button-next {
  left: 110px;
}
.control-div .control-banner .Home-banner-page {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.control-div .control-banner .Home-banner-page .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 0 10px;
  background-color: transparent;
  opacity: 1;
  background-size: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-family: 'RisingSunBold';
}
.control-div .control-banner .Home-banner-page .swiper-pagination-bullet-active {
  font-size: 30px;
}
.control-div .control-banner .right-contral {
  position: absolute;
  right: 10%;
  width: 274px;
  height: 40px;
  text-align: center;
}
.control-div .control-banner .swiper-button-prev1,
.control-div .control-banner .swiper-button-next1 {
  width: 40px;
  height: 41px;
  margin: 0 10px;
  background-color: transparent;
  background-image: url(/D1qNT1uDIIcKTyusHyADDu1FExqrEE5pJxqKDEcSK1H.jpg);
  opacity: 1;
  margin-top: -20px;
}
.control-div .control-banner .swiper-button-prev1 {
  position: absolute;
  z-index: 5;
  left: 0px;
}
.control-div .control-banner .swiper-button-next1 {
  position: absolute;
  z-index: 5;
  left: auto;
  right: 0px;
  transform: rotate(180deg);
}
.control-div .control-banner .swiper-button-next:after,
.control-div .control-banner .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.control-div .control-banner .swiper-button-prev:after,
.control-div .control-banner .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 80%;
  height: 60vh;
  position: fixed;
  z-index: 60;
  top: 20%;
  left: 10%;
}
.video .videoBox iframe {
  width: 100%;
  height: 100%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.scroll-box {
  overflow: hidden;
}
.flex-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-title-box .home_title {
  text-align: left;
}
.flex-title-box .readmore {
  width: 200px;
  height: 50px;
  border: 1px solid #ea5513;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  border-radius: 40px;
  font-size: 18px;
  color: #ea5513;
}
.section-product {
  position: relative;
  padding-top: 108px;
  padding-bottom: 108px;
  border-bottom: 1px solid #eeeeee;
}
.section-product .swiper-slide-duplicate-next .img,
.section-product .swiper-slide-duplicate-prev .img {
  opacity: 0.3;
}
.section-product .swiper-slide-duplicate-next .text,
.section-product .swiper-slide-duplicate-prev .text {
  opacity: 0;
}
.section-product .factory_swiper {
  margin-top: 60px;
}
.section-product .factory_swiper a:hover .text {
  background-image: url(/D1qNT1uDIIcKTyusHyADDu1EKxRpJykPHRZpD1cF.jpg);
}
.section-product .factory_swiper a:hover .text .t1 {
  color: #ea5513;
}
.section-product .img {
  overflow: hidden;
}
.section-product .img img {
  width: 100%;
}
.section-product .text {
  padding-top: 36px;
  background: url(/D1qNT1uDIIcKTyusHyADDu1EKxRsDy1G.jpg) no-repeat bottom right 38px;
}
.section-product .text .t1 {
  font-size: 24px;
  color: #222;
  font-family: 'RisingSunBold';
}
.section-product .text p {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
}
.section-product .factory_prev,
.section-product .factory_next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 50%;
  outline: none;
  margin-top: -10px;
}
.section-product .factory_prev .arrow,
.section-product .factory_next .arrow {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
.section-product .factory_prev {
  left: 14%;
}
.section-product .factory_next {
  right: 14%;
}
.section-customers {
  padding-top: 100px;
  padding-bottom: 88px;
  border-bottom: 1px solid #eeeeee;
}
.section-customers .home_title {
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}
.section-customers .home_title div {
  font-size: 40px;
  line-height: 46px;
}
.section-customers ul {
  margin: 0 -6px;
  margin-top: 55px;
}
.section-customers ul li {
  width: 16.66%;
  float: left;
  padding: 0 6px;
  box-sizing: border-box;
}
.section-customers ul li div {
  margin-bottom: 12px;
}
.section-customers ul li div:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.section-customers ul li div img {
  width: 100%;
}
.section-customers .customer {
  margin-top: 10px;
}
.section-customers .customer img {
  width: 100%;
}
.section-customers .swiper-wrapper {
  flex-direction: row;
}
.section-customers .swiper-wrapper .swiper-slide {
  padding: 6px;
}
.section-customers .swiper-pagination {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 25px;
}
.section-customers .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
  background-color: #dddddd;
  outline: none ;
}
.section-customers .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ea5513;
}
.section-hot {
  padding-top: 92px;
  padding-bottom: 102px;
}
.section-hot .hot-box {
  position: relative;
}
.section-hot .hot-swiper {
  margin-top: 60px;
}
.section-hot .hot-swiper .item {
  display: flex;
}
.section-hot .hot-swiper .img {
  width: 50%;
  flex: 1;
}
.section-hot .hot-swiper .img img {
  width: 100%;
  border:2px solid #eee;
}
.section-hot .hot-swiper .text {
  width: 50%;
  flex: 1;
  background-color: #eeeeee;
  padding-top: 65px;
  padding-left: 68px;
  padding-right: 80px;
  background-image: url(/D1qNT1uDIIcKTyusHyADDu1EKxRpIHSIGO9PKIZ.jpg);
  background-position: right 80px bottom 80px;
  background-repeat: no-repeat;
}
.section-hot .hot-swiper .text .k {
  font-size: 16px;
  color: #ea5513;
}
.section-hot .hot-swiper .text .t {
  max-width: 384px;
  margin-top: 16px;
  font-size: 22px;
  font-family: 'RisingSunBold';
  line-height: 30px;
  color: #222;
}
.section-hot .hot-swiper .text .t a {
  color: inherit;
}
.section-hot .hot-swiper .text p {
  margin-top: 22px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.section-hot .hot-swiper .text .star {
  margin-top: 38px;
}
.section-hot .hot-swiper .text .inquire {
  width: 95px;
  height: 32px;
  border: 1px solid #ea5513;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  margin-top: 26px;
}
.section-hot .hot-swiper .text .inquire a {
  color: #ea5513;
}
.section-hot .hot-prev,
.section-hot .hot-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 50%;
  outline: none;
  margin-top: -10px;
}
.section-hot .hot-prev .arrow,
.section-hot .hot-next .arrow {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
.section-hot .hot-prev {
  left: 14.5%;
}
.section-hot .hot-next {
  right: 14.5%;
}
.section_choose {
  padding-top: 82px;
  padding-bottom: 65px;
  background: url(/D1qNT1uDIIcKTyusHyADDu1DKScrDILMI1LpJHEF.jpg) no-repeat center top;
  background-size: cover;
}
.choose-list {
  margin-top: 48px;
}
.choose-list li {
  width: 33.333%;
  height: 308px;
  box-sizing: border-box;
  float: left;
  background-color: rgba(255, 255, 255, 0.9);
}
.choose-list li:hover {
  background-color: #ffffff;
}
.choose-list li:nth-child(odd) {
  background-color: rgba(234, 85, 19, 0.9);
}
.choose-list li:nth-child(odd):hover {
  background-color: #ea5513;
}
.choose-list li:nth-child(odd) .choose-title {
  color: #fff;
}
.choose-list li:nth-child(odd) p {
  color: #fff;
}
.choose-list li .item {
  padding: 26px 44px 0 44px;
}
.choose-list li .choose-title {
  margin-top: 20px;
  font-size: 36px;
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.choose-list li p {
  margin-top: 12px;
  font-size: 16px;
  color: #222;
  line-height: 24px;
}
.section-arrival {
  padding-top: 80px;
  padding-bottom: 118px;
  border-bottom: 1px solid #eeeeee;
}
.section-arrival .arrival_wrapper {
  margin-top: 48px;
}
.section-arrival .arrival_wrapper .arrival_swiper-father {
  position: relative;
}
.section-arrival .arrival_wrapper .swiper-arrival .item {
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.section-arrival .arrival_wrapper .swiper-arrival .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-arrival .arrival_wrapper .swiper-arrival .item:hover .img img:nth-child(1) {
  display: none;
}
.section-arrival .arrival_wrapper .swiper-arrival .item:hover .img img:nth-child(2) {
  display: block;
}
.section-arrival .arrival_wrapper .swiper-arrival .item:hover .info .producy-name {
  color: #ea5513;
}
.section-arrival .arrival_wrapper .swiper-arrival .item .img {
  overflow: hidden;
}
.section-arrival .arrival_wrapper .swiper-arrival .item .img img {
  width: 100%;
}
.section-arrival .arrival_wrapper .swiper-arrival .item .img img:nth-child(1) {
  display: block;
}
.section-arrival .arrival_wrapper .swiper-arrival .item .img img:nth-child(2) {
  display: none;
}
.section-arrival .arrival_wrapper .swiper-arrival .info {
  border-top: 1px solid #eee;
  padding: 26px;
}
.section-arrival .arrival_wrapper .swiper-arrival .info .producy-name {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  font-family: 'RisingSunBold';
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height:72px;
}
.section-arrival .arrival_wrapper .swiper-arrival .info p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #666;
}
.section-arrival .arrival-prev,
.section-arrival .arrival-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 5;
  top: 50%;
  outline: none;
  margin-top: -10px;
}
.section-arrival .arrival-prev .arrow,
.section-arrival .arrival-next .arrow {
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
}
.section-arrival .arrival-prev {
  left: -90px;
}
.section-arrival .arrival-next {
  right: -90px;
}
.section-arrival .arrival-more {
  margin-top: 46px;
}
.section-arrival .arrival-more a {
  display: inline-block;
  font-size: 16px;
  color: #ea5513;
  font-family: 'RisingSunBold';
  padding-bottom: 8px;
  border-bottom: 1px solid #ea5513;
}
.IndexNews {
  padding-top: 110px;
  padding-bottom: 94px;
}
.IndexNews .NewsSwiper {
  margin-top: 60px;
}
.IndexNews .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.IndexNews .swiper-wrapper {
  flex-direction: row;
}
.IndexNews .swiper-wrapper .swiper-slide {
  padding: 0 20px;
}
.IndexNews .item {
  padding: 22px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.IndexNews .item:hover .img img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.IndexNews .item:hover .dec .t {
  color: #ea5513;
}
.IndexNews .item .img {
  display: inline-block;
  vertical-align: middle;
  width: 310px;
  overflow: hidden;
}
.IndexNews .item .img img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.IndexNews .item .dec {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 315px);
  padding-left: 28px;
  box-sizing: border-box;
}
.IndexNews .item .dec .t {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-family: 'RisingSunBold';
}
.IndexNews .item .dec .t a {
  color: inherit;
}
.IndexNews .item .dec .c {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.IndexNews .item .dec .md {
  display: inline-block;
  border-radius: 60px;
  font-size: 14px;
  color: #222222;
}
.IndexNews .item .dec .more {
  margin-top: 28px;
  display: inline-block;
  font-size: 16px;
  color: #ea5513;
  font-family: 'RisingSunBold';
  padding-bottom: 8px;
  border-bottom: 1px solid #ea5513;
}
.IndexNews .swiper-pagination {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.IndexNews .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
  background-color: #dddddd;
  outline: none ;
}
.IndexNews .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ea5513;
}
.section_video {
  position: relative;
  padding-bottom: 146px;
  padding-top: 94px;
  background: url(/D1qNT1uDIIcKTyusHyADDu1SKISHKJkJHu9LD1Z.jpg) no-repeat top;
  background-size: cover;
}
.section_video .home_title div {
  font-size: 40px;
}
.section_video .video_cover {
  margin-top: 44px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  background-color: #ea5513;
  display: inline-block;
  border-radius: 100px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-weight: bold;
  font-size: 18px;
}
.section_video .video_cover:hover {
  background-color: #bf3b00;
}
.section_video .video_cover img {
  margin-right: 12px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.section_video .vr_btn {
  margin: 0 5px;
  color: #fff;
  line-height: 60px;
  padding: 0 24px;
  background-color: #ea5513;
  display: inline-block;
  border-radius: 100px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-weight: bold;
  font-size: 18px;
}
.section_video .vr_btn:hover {
  background-color: #11b345;
}
.section_video .vr_btn img {
  margin-right: 12px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.section_video .inner_text {
  max-width: 1166px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section_video .inner_text div {
  margin-bottom: 20px;
  font-size: 30px;
  color: #fff;
}
.section_video .inner_text p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.PublicMsg {
  position: relative;
  padding-bottom: 72px;
  background: url(/D1qNT1uDIIcKTyusHyADDu1rE1WhHSDnK0SI.jpg) no-repeat center top;
}
.PublicMsg .MsgRow .left {
  width: 50%;
  float: left;
  padding-top: 58px;
  padding-left: 100px;
}
.PublicMsg .MsgRow .left .home_title {
  text-align: left;
  margin-bottom: 32px;
}
.PublicMsg .MsgRow .left .contact_inner {
  position: relative;
  z-index: 2;
}
.PublicMsg .MsgRow .right {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 92px;
  padding-top: 90px;
  box-sizing: border-box;
}
.PublicMsg .msg_t {
  max-width: 590px  ;
  font-size: 30px;
  color: #fff;
  font-family: 'RisingSunBold';
}
.PublicMsg .msg_form {
  margin-top: 30px;
  margin: 0 0px;
}
.PublicMsg .msg_form > div {
  margin-bottom: 10px;
  padding: 0 5px;
}
.PublicMsg .msg_form input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.PublicMsg .msg_form input::placeholder {
  color: #fff;
}
.PublicMsg .msg_form textarea {
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  resize: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  padding: 10px 0px;
  padding-right: 68px;
}
.PublicMsg .msg_form textarea::placeholder {
  color: #fff;
}
.PublicMsg .msg_form .btn_group {
  margin-top: 20px;
}
.PublicMsg .msg_form .sub-box {
  position: relative;
}
.PublicMsg .msg_form .submit-btn {
  width: 140px;
  height: 40px;
  color: #ea5513;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  line-height: 40px;
  font-size: 18px;
}
.PublicMsg .msg_form .submit-btn:hover {
  background-color: #eee;
}
.PublicMsg .msg_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.PublicMsg .msg_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.PublicMsg .msg_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.PublicMsg .msg_form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.video-files {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}
.video-files .main {
  height: 50%;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-files .main .close {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
}
.video-files .main .close::before,
.video-files .main .close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-radius: 3px;
}
.video-files .main .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-files .main video {
  background: #000;
  width: 100%;
  height: 56vh;
}
@media (max-width: 768px) {
  .video-files .main video {
    height: 100%;
  }
  .video-files .main {
    max-height: 320px;
  }
  .video-files .main .close {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  .video-files .main {
    max-height: 280px;
  }
}
.home_title {
  text-align: center;
  line-height: 1;
}
.home_title div {
  color: #222222;
  font-weight: bold;
  font-size: 50px;
  font-family: 'RisingSunBold';
}
.home_title div span {
  color: #ea5513;
}
.home_title p {
  margin-top: 18px;
  font-size: 20px;
  color: #666666;
}
/*¿Í·þ*/
.additional-features {
  position: fixed;
  right: 10px;
  bottom: 30%;
  z-index: 200;
  /* width: 80px;*/
  box-sizing: border-box;
  /*  display:none;*/
  border-bottom: 0;
}
.additional-features.show {
  display: block;
}
.additional-features li {
  width: 64px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  /* margin-bottom:2px;*/
  border: 1px solid #ddd;
  margin-top: -2px;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s linear;
  box-sizing: border-box;
}
.additional-features li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.additional-features li:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/*.additional-features li.kf{
  background-color: #00b43c;
}
.additional-features li.kf:hover{
  background-color: #009632;
}*/
/*.additional-features li.db {
  padding-top:16px;
  height:68px;
}*/
.additional-features li.xx .xx-dot {
  position: absolute;
  display: block;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 7px;
  background-color: #ff1e00;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.additional-features li.rx .revi-hotline-wrapper {
  display: none;
  position: absolute;
  left: -252px;
  bottom: 0;
  width: 238px;
  height: 60px;
}
.additional-features li.rx.active .revi-hotline-wrapper {
  display: block;
}
.additional-features li.rx .revi-hotline {
  position: absolute;
  left: -8px;
  width: 260px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: text;
  text-align: center;
}
.additional-features li.rx .revi-hotline::after {
  content: '';
  width: 11px;
  height: 13px;
  background: url(/D1qNT1uDIIcKTyusHyADDu1NJSkII2kIE0ZpD1cF.jpg) no-repeat center;
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}
.additional-features li.rx .revi-hotline h3 {
  font-size: 16px;
  margin: 20px 0 ;
}
.additional-features li.rx .revi-hotline h4 {
  font-weight: normal;
  font-size: 13px;
}
.additional-features li.xz .xz-ewm {
  display: none;
  position: absolute;
top: -20px;
    left: -140px;
  width: 132px;
  height: 132px;
  border: 1px solid #ddd;
}
.additional-features li.xz .xz-ewm::after {
  content: '';
  width: 11px;
  height: 13px;
  background: url(/D1qNT1uDIIcKTyusHyADDu1NJSkII2kIE0ZpD1cF.jpg) no-repeat center;
  position: absolute;
  right: -9px;
  bottom: 60px;
}
.additional-features li.xz .xz-ewm img {
  width: 100%;
}
.additional-features li.xz.active .xz-ewm {
  display: block;
}
.additional-features li p {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.additional-features li .additional-icon {
  margin: 0 auto ;
  width: 36px;
  height: 36px;
  /*  background: url("/D1qNT1uDIIcKTyusHyADDu1UKIgVU1cKJy8pD1cF.jpg");
  background: url("/D1qNT1uDIIcKTyusHyADDu1UKIgVU1cKJy9lNxjoDIkH.jpg")\9;
  background-size: 72px 591px;*/
}
.additional-features li .additional-icon.icon1 {
  background: url(/D1qNT1uDIIcKTyusHyADDu1OKIWMEzkRKSVQUHEoIt.jpg) center center no-repeat;
}
.additional-features li .additional-icon.icon2 {
  background: url(/D1qNT1uDIIcKTyusHyADDu1OKIWMEzkRKSVNUHEoIt.jpg) center center no-repeat;
}
.additional-features li .additional-icon>a{
    display: block;
    width:100%;
    height:100%;
}
.additional-features li .additional-icon.icon3 {
  background: url(/D1qNT1uDIIcKTyusHyADDu1OKIWMEzkRKSVOUHEoIt.jpg) center center no-repeat;
}
.additional-features li .additional-icon.icon4 {
  background: url(/D1qNT1uDIIcKTyusHyADDu1OKIWMEzkRKSVTUHEoIt.jpg) center center no-repeat;
}
.additional-features li .additional-icon.icon5 {
  background: url(/D1qNT1uDIIcKTyusHyADDu1OKIWMEzkRKSVUUHEoIt.jpg) center center no-repeat;
}
.additional-features li .additional-icon.icon6 {
  background: url(/D1qNT1uDIIcKTyusHyADDu1OKIWMEzkRKSVRUHEoIt.jpg) center center no-repeat;
}
.additional-features li.active {
  background-color: #efefef;
}
.additional-features li.active span {
  display: none;
}
.additional-features li.active p {
  color: #fff;
}
.additional-features li.opa-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: none;
}
#myModal .modal-header .close {
          margin-top: 0px;
          margin-right: 8px;
          font-size: 26px;
      }
      #popbox{
          font-size: 1em;
      }
      #popbox .headbox h1{
          font-size: 2em;font-weight: bold;font-family: 'RisingSunBold';
      }
      #popbox .headbox p{
          margin: 15px 0 30px;
      }
       #popbox .right-form{
           padding:30px;
       }
      #popbox .right-form>p{
          margin-top:30px;
      }
      #popbox .right-form input{
          width: 70%;
        height: 40px;
        padding: 0 10px;
        border: 1px solid #ddd;
        border-radius: 5px 0 0 5px;
      }
      #popbox .right-form button{
          width: 25%;
        height: 41px;
        margin-left: -5px;
        background: #ea5513;
        border: none;
        color: #fff;
        outline: none;
        border-radius: 0 5px 5px 0;
    }

      .index-title{
        font-size:24px;
        font-family:'MicrosoftYaHei';
        font-weight:bolder;
        text-align:center;
        margin-top:5%;
        margin-bottom:3%;
        position:relative;
      }
.index-title::before{
  display: block;
  content: '';
  width: 45%;
  height: 1px;
  background: #222;
  position: absolute;
  left: 0;
  top: 13px;
}
.index-title::after{
  display: block;
  content: '';
  width: 45%;
  height: 1px;
  background: #222;
  position: absolute;
  right: 0;
  top: 13px;
}
.product-category .cate-list{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:2%;
}
.product-category .cate-list>li{
  width:8%;
  text-align:center;
  height:50px;
  line-height:50px;
  border:1px solid #222;
  font-size:18px;
  color:#222;
  cursor:pointer;
}
.product-category .cate-list>li.active{
  background:#fa4b0a;
  color:#fff;
}
.product-category .prolist .list-item{
  justify-content:space-between;
  flex-wrap:wrap;
  display:none;
}
.product-category .prolist .list-item.active{
  display:flex;
}
.product-category .prolist .list-item>a{
  display:block;
  width:24%;
  text-align:center;
  font-size:18px;
  color:#222;
  margin-bottom:30px;
}
.product-category .prolist .list-item>a .img-box img{
  width:100%;
  height:auto;
}
.product-category .prolist .list-item>a .img-box img.scenarios{
  display:none;
}
.product-category .prolist .list-item>a .img-box:hover img.thumb{
  display:none;
}
.product-category .prolist .list-item>a .img-box:hover img.scenarios{
  display:block;
}
.dingzhi-center .centerbox{
  overflow:hidden;
}
.dingzhi-center .centerbox .center-left{
  width:40%;
  float:left;
  display:flex;
  flex-wrap:wrap;
  height: 724px;
}
.dingzhi-center .centerbox .center-left .dingzhi-item{
  width:33%;
  text-align:center;
  padding:12% 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing:border-box;
  cursor:pointer;
  position: relative;
}

.dingzhi-center .centerbox .center-left .dingzhi-item::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #dddddd;
    transition: all .5s ease;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: -1;
}
.dingzhi-center .centerbox .center-left .dingzhi-item.active::after{
  transform: scale(1);
}
.dingzhi-center .centerbox .center-left .dingzhi-item:nth-child(1),
.dingzhi-center .centerbox .center-left .dingzhi-item:nth-child(4){
  border-left: 2px solid #fff;
}
.dingzhi-center .centerbox .center-left .dingzhi-item:nth-child(1),
.dingzhi-center .centerbox .center-left .dingzhi-item:nth-child(2),
.dingzhi-center .centerbox .center-left .dingzhi-item:nth-child(3){
  border-top: 2px solid #fff;
}
.dingzhi-center .centerbox .center-left .dingzhi-item img{
  width:110px;
  height:110px;
  border-radius:50%;
  margin-bottom:13%;
}
.dingzhi-center .centerbox .center-left .dingzhi-item h3{
  font-size:20px;
  color:#222;
  font-weight:normal;
  margin-bottom:9px;
}
.dingzhi-center .centerbox .center-left .dingzhi-item p{
  font-size:16px;
  color:#666;
}

.dingzhi-center .centerbox .center-right{
  width:59%;
  float:left;
}
.dingzhi-center .centerbox .center-right .right-item {
  display:none;
  position:relative;
  height:720px;
}
.dingzhi-center .centerbox .center-right .right-item.active {
  display:block;
}
.dingzhi-center .centerbox .center-right .right-item img{
  width:100%;
  height:100%;
}
.dingzhi-center .centerbox .center-right .right-item p{
  width:100%;
  position:absolute;
  left:0;
  bottom:0;
  text-align:center;
  background:rgba(0,0,0,0.5);
  padding:30px;
  color:#fff;
  font-size:16px;
}
.brand-box .brand{
  overflow:hidden;
}
.brand-box .brand .brand-left{
  width:40%;
  float:left;
  background:#666666;
  color:#fff;
  padding:4% 4% 2%;
}
.brand-box .brand .brand-left .brand-swiper{
  padding-bottom:18%;
}
/*.brand-box .brand .brand-left .brand-swiper .swiper-slide img{*/
/*  width: 265px !important;*/
/*  height: 370px !important;*/
/*}*/



.brand-box .brand .brand-left .brand-swiper .brand-page{
  text-align:left;
}
.brand-box .brand .brand-left .brand-swiper .brand-page .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  margin-bottom: 15px;
}
.brand-box .brand .brand-left .brand-swiper .brand-page .swiper-pagination-bullet-active{
  background: transparent;
}

.brand-box .brand .brand-left h3{
  font-size:30px;
}
.brand-box .brand .brand-left p{
  font-size:18px;
  margin:10px 0 40px;
}
.brand-box .brand .brand-right{
  width:59%;
  float:right;
}
.brand-box .brand .brand-right img{
  width:100%;
  height:auto;
}
.factory-box .factory-head{
  position:relative;
}
.factory-box .factory-head .img-box img{
  display:none;
  width:100%;
  height:auto;
}
.factory-box .factory-head .img-box img.active{
  display:block;
}
.factory-box .factory-head .catebox{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  width:100%;
  display:flex;
  justify-content:center;
}
.factory-box .factory-head .catebox .cate-item{
  background: #ffffff4d;
  padding: 5px 10px;
  cursor:pointer;
  border:1px solid #e5e5e5;
  text-align:center;
}
.factory-box .factory-head .catebox .cate-item:nth-child(1),
.factory-box .factory-head .catebox .cate-item:nth-child(2),
.factory-box .factory-head .catebox .cate-item:nth-child(3){
  border-right:none;
}
.factory-box .factory-head .catebox .cate-item.active{
  background: #e5e5e5e6;
}
.factory-box .factory-head .catebox .cate-item img{
  margin-bottom:5px;
  max-width: 30px;
}
.factory-box .factory-bottom>div{
  display:none;
  overflow:hidden;
}
.factory-box .factory-bottom>div.active{
  display:block;
}
.factory-box .factory-bottom{
  padding:2% 0;
  margin-bottom:5%;
}
.factory-box .factory-bottom .text-box{
  width:74%;
  float:left;
  font-size:16px;
  color:#666;
  padding-right:6%;
}
.factory-box .factory-bottom .text-box h4{
  font-size:20px;
  color:#222;
  font-weight:normal;
  margin-bottom:22px;
}
.factory-box .factory-bottom .num-box{
  width:26%;
  float:left;
  padding-left:6%;
  border-left: 1px solid #222;
}
.factory-box .factory-bottom .num-box table{
  width:100%;
}
.factory-box .factory-bottom .num-box table th{
  font-size:40px;
  color:#fa4b0a;
  font-weight:bolder;
}
.factory-box .factory-bottom .num-box table td{
  font-size:16px;
  color:#666;
  padding-bottom:10px;
}
@media screen and (max-width: 1750px){
  .dingzhi-center .centerbox .center-left .dingzhi-item{
    padding:8% 0;
  }
  .dingzhi-center .centerbox .center-left,
  .dingzhi-center .centerbox .center-right .right-item{
    height:580px;
  }
}
@media screen and (max-width: 1440px) {
  /*¿Í·þ*/
  .additional-features li .additional-icon {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .index-title{
    font-size:22px;
  }
  .index-title::before,.index-title::after{
    width:30%;
  }
  .product-category .cate-list{
    justify-content:left;
  }
  .product-category .cate-list>li{
    width:33%;
    font-size:16px;
  }
  .product-category .prolist .list-item>a{
    width:48%;
  }
  .dingzhi-center .centerbox .center-left{
    width:100%;
  }
  .dingzhi-center .centerbox .center-right{
    width:100%;
  }
  .dingzhi-center .centerbox .center-left .dingzhi-item img{
    width:80px;
    height:80px;
  }
  .dingzhi-center .centerbox .center-left{
    height:460px;
    margin-bottom:20px;
  }
  .dingzhi-center .centerbox .center-right .right-item,.dingzhi-center .centerbox .center-right .right-item img{
    height:auto;
  }
  .brand-box .brand .brand-left,.brand-box .brand .brand-right{
    width:100%;
  }
  .factory-box .factory-head .catebox{
    position:static;
  }
  .factory-box .factory-head .catebox .cate-item{
    width:25%;
    padding:10px;
  }
  .factory-box .factory-bottom .text-box{
    width:100%;
    padding:10px;
  }
  .factory-box .factory-bottom .num-box{
    width:100%;
    padding:10px;
    border:none;
  }
  .additional-features {
    display: none!important;
  }
  .indexBan .banner-page .swiper-pagination-bullet{
    width:6px;
    height:6px;
    margin-bottom:0;
  }
}
