body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "微软雅黑";
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

label {
  max-width: inherit
}

tr,
td,
dd,
dl,
dt {
  margin: 0;
  padding: 0
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*有字体加入*/
@font-face {
  font-family: 'SourceHanSerifSC-Regular';
  src: url('../fonts/sourcehanserifsc-regular.eot');
  src: url('../fonts/sourcehanserifsc-regular.eot') format('embedded-opentype'),
    url('../fonts/sourcehanserifsc-regular.woff2') format('woff2'),
    url('../fonts/sourcehanserifsc-regular.woff') format('woff'),
    url('../fonts/sourcehanserifsc-regular.ttf') format('truetype'),
    url('../fonts/sourcehanserifsc-regular.svg#sourcehanserifsc-regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*有字体加入 end*/
/*滚动条*/
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #cbd9e1;
  /*蓝色*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  /*黄色*/
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background: #cbd9e1;
  /*蓝色*/
}

/*滚动条 end*/
.fp-watermark {
  display: none !important;
}

.paddingSame {
  padding: 0 10px;
  position: relative;
}

.section4Bbox {
  position: relative;
  overflow: hidden;
}

.section4Bbox h6 {
  font-size: 40px;
  font-family: 'SourceHanSerifSC-Regular';
  color: rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -20px;
}

.header {
  background-color: #252525;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  padding: 0 10px;
  box-sizing: border-box;
}

.header h1 img {
  margin: 20px 0;
  width: 100px;
}

.nav {
  display: none;
}

.nav>ul>li.active>a,
.nav a:active,
.nav>ul>li>a:hover {
  color: #d82616
}

.nav li {
  float: left;
  display: block;
  position: relative;
}

.nav li a {
  padding: 0px 15px;
  display: block;
  position: relative;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li>a {
  padding: 24.5px 35px
}

.nav a.hov {
  color: #d82616;
  position: relative;
  z-index: 10;
}

.nav .subnav {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 70px;
  background-color: #252525;
  width: 100%;
  display: none;
  padding: 30px 0;
}

.nav .subnav li {
  float: none;
}

.nav .subnav li a {
  text-align: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  height: 42px;
  line-height: 42px;
  background-image: url(../images/m_ico1.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.nav .subnav li a:hover {
  color: #d82616;
}

.nav .subnav .subnavUl {
  width: 50%;
}

.nav .subnav .subnavRight {
  width: 50%;
}

.nav .subnav .subnavRight img {
  width: 100%;
}

.nav .subnav .subnavUl li {
  width: 33.3%;
  float: left;
}

/*moblie*/
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 900;
}

.black.menuOpen {
  display: block;
}

.menuBtn {
  transition: 400ms 300ms;
  width: 56px;
  height: 52px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.menuBtn .line {
  transition: 300ms;
  width: 30px;
  height: 4px;
  background: #d82616;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.menuBtn .line1 {
  top: 14px;
}

.menuBtn .line2 {
  top: 24px;
  transition: 300ms 100ms;
}

.menuBtn .line3 {
  top: 34px;
}

.menuBtnShow {
  transition: 400ms 300ms;
  background-color: #174F90;
}

.menuBtnShow .line {
  background-color: #fff;
}

.menuBox {
  z-index: 9999;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 340px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 400ms;
  -webkit-overflow-scrolling: touch;
}

.menuBoxShow {
  right: 0px;
}

.navMobile dd {
  display: block;
  width: 100%;
}

.navMobile dd p a {
  text-transform: uppercase;
  font-size: 16px;
  background: url(../images/m_ico1.png) no-repeat scroll 95% center;
}

.navMobile dd a {
  display: block;
  padding: 10px 34px 10px 18px;
  line-height: 1.4;
  font-size: 14px;
  color: #8d8d8d;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.navMobile dd a:hover,
.navMobile dd p a.cur {
  color: #d82616;
}

.navMobile dd a.cur {
  background: url(../images/m_ico2.png) no-repeat scroll 95% center #c8c8c8;
}

.navMobile dd.dlin1 p a.cur {
  background: none #b19964;
}

.navMobile dd .msubnav {
  background-color: #fff;
  display: none;
}

.navMobile dd .msubnav a {
  color: #8d8d8d;
  position: relative;
  padding-left: 36px;
  background: url(../images/l.png) no-repeat scroll 18px center #e6e6e6;
}

.height78 {
  height: 56px;
}

.maintitle.whiteTitle .span1 {
  color: rgba(255, 255, 255, 0.37);
}

.maintitle.whiteTitle .span2 {
  color: #fff;
}

.maintitle.bluetitle .span1 {
  color: rgba(72, 197, 233, 0.37);
}

.maintitle.bluetitle .span2 font {
  color: #48c5df;
}

.maintitle.renderer .span1 {
  color: rgba(216, 38, 22, 0.37);
}

.maintitle.renderer .span2 font {
  color: #d82616;
}

.maintitle {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.maintitle .span1 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: 'SourceHanSerifSC-Regular';
}

.maintitle .span2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
  display: block;
}

.maintitle.index_title .span2::after {
  display: none;
}

.maintitle .span2::after {
  content: "";
  position: absolute;
  background-image: url(../images/yun.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 37px;
  right: -108px;
}

.maintitle.renderer .span2::after {
  background-image: url(../images/yunred.png);
}

.maintitle.bluetitle .span2::after {
  background-image: url(../images/yunblue.png);
}

.titingkl {
  margin-bottom: 70px;
}

.titingkl p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 30px;
}

.paddingTotal {
  margin-top: 20px;
}

.section3Totalpadding {
  margin-top: 180px;
}

.main {

  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.news_con {
  padding: 40px 0;
}

.news_box {
  box-shadow: 8px 2px 13px rgba(67, 67, 67, 0.15);
  margin-bottom: 40px;
}

.news_box .news_list {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  background-image: url(../images/ll.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.news_box .news_list::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: #d82616;
  height: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.news_box .news_list .news_a {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}

.news_box .news_list .news_left {
  width: 100%;
  height: 269px;
  flex-shrink: 0;
  overflow: hidden;
}

.news_box .news_list .news_right .news_text {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;

}

.news_box .news_list .news_right {
  flex-grow: 0;
  width: 100%;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_box .news_list .news_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.news_box .news_list .news_right .date {
  margin-right: 5%;
  font-size: 14px;
  color: #999;
}

/* .news_box .news_list .news_right .btn,.news_box .news_list .news_right .date {width:10%} */
/* .news_box .news_list .news_right .date .year {font-size:30px;color:#333;text-align:right;line-height:30px;} */
/* .news_box .news_list .news_right .date .month {text-align:right;color:#999;font-size:14px;} */
.news_list .news_right .news_text h1 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}

.news_list .news_right .news_text p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.news_list .line {
  position: absolute;
  right: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  opacity: 0;
  background-color: #0c529a;
  height: 2px;
  width: 80px;
  top: 50%;
}

.news_box .news_list .news_right .news_btn {
  color: #ccc;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  width: 13%;
  position: relative;
  text-align: right;
}

.news_box .news_list .news_right .news_btn::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  background-color: #ccc;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.news_box .news_list:hover .news_text h1,
.news_box .news_list:hover .news_btn {
  color: #d82616;
}

.news_box .news_list:hover .news_btn::after {
  background-color: #d82616;
}

.news_box .news_list:hover .list-c {
  border-bottom: 1px solid #fff;
}

.news_box .news_list:hover .news_left img {
  transform: scale(1.1);
}



.page_desc {
  margin: 50px auto 0;
  text-align: center;
  font-size: 14px;
}

.page_desc ul {
  font-size: 0;
}

.page_desc li {
  display: inline-block;

}

.page_desc li>span,
.page_desc li a {
  border: 1px solid #d82616;
  color: #d82616;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_desc li span.current,
.page_desc li a:hover {
  background: #d82616;
  color: #fff;
  border: 1px solid #d82616
}

.footer {
  background-color: #252525;
}

.footer .footerTop {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.footer .footerBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.footer .footerBottom p {
  font-size: 14px;
  color: #999999;
}

.footerBottomRight {
  display: none;
  align-items: center;
}

.footer .footerflex {

  align-items: flex-start;
  justify-content: space-between;
}

.footerBottomRightTop {
  margin-left: 30px;
}

.footerBottomRightTop span {
  color: #999999;
}

.footerBottomRightTop a>img {
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.footerflex .footerRight {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.footerflex .footerLeft {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.footerBottomRightTop a .erweima {
  position: absolute;
  top: -90px;
  left: -10px;
  z-index: 6;
  display: none;
}

.erweimaHover {
  position: relative;
}

.erweimaHover:hover .erweima {
  display: block;
}

.erweimaHover .erweima::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.footerBottomRightTop a .erweima img {
  width: 70px;
  height: 70px;
}

.footerflex .footerLeft img {
  width: 70%;
  margin-bottom: 25px;
}

.footerflex .footerLeft p {
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
}

.footerRight ul {
  display: flex;
  align-items: flex-start;
}

.footerRight ul li {
  text-align: center;
  width: 25%;
}

.footerRight ul li h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.footerRight ul li a {
  color: #999999;
  font-size: 14px;
  display: block;
  line-height: 2;

}

.footerRight ul li a:hover {
  color: #fff;
}

/* 展会 */
.zhanhui_con {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}



.zhanhui_con_left_title {
  margin-bottom: 30px;
  position: relative;

}

.contact .zhanhui_con_left_title {
  margin-top: 70px;
}

.zhanhui_con_left_title h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  /*text-transform: uppercase;*/
}

.zhanhui_con_left_title.renderer h3 span {
  color: #d82616;
}

.zhanhui_con_left_title h3 span {
  color: #48c5df;
}

.zhanhui_con_left_title h3 p {
  display: inline-block;
  color: #48c5df;
  font-size: 14px;
  margin-left: 40px;
  letter-spacing: 0;
}

.zhanhui_con_left_title.renderer .line {
  background-image: url(../images/heng1.png);
}

.zhanhui_con_left_title .line {
  background-image: url(../images/heng.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 34px;
  height: 4px;
}

.zhanhui_con .zhanhui_con_left {
  width: 100%;
}

.zhanhui_con .zhanhui_con_right {
  width: 100%;
  flex-grow: 0;
  height: 443px;
}

.otternast .mySwiperSame {
  height: 500px;
}

.zhanhuiotter .mySwiperSame {
  height: 360px;
}

.zhanhui_con .mySwiperSame {
  margin-left: 0;

  overflow-y: auto;
  padding-right: 0px;
  box-sizing: border-box;
}

.zhanhui_con.otternast .mySwiperSame ul li {
  border-bottom: 1px solid #cccccc;
}

.zhanhui_con .mySwiperSame ul li {
  width: 100% !important;
  border-bottom: 1px solid #48c5df;
  cursor: pointer;
  position: relative;
}

.zhanhui_con .mySwiperSame ul li .p1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  line-height: 54px;

}

.zhanhui_con .mySwiperSame ul li .p1 .span1 {
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}

.zhanhui_con .mySwiperSame ul li .p1 .span2 {
  font-size: 12px;
  color: #666;
}

.zhanhui_con .mySwiperSame ul li.active .p1 {
  background-image: linear-gradient(to bottom right, #aaafd7, #4fc6de);
}

.zhanhui_con .mySwiperSame ul li .masBottom {
  background-image: linear-gradient(to bottom right, rgba(79, 198, 222, 0.2), rgba(170, 175, 215, 0.2));
  padding: 10px;
  display: none;
}

.zhanhui_con .mySwiperSame ul li .masBottom a {
  color: #4fc6de;
  font-size: 14px;
  line-height: 2;
}

.zhanhui_con .mySwiperSame ul li .masBottom p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.zhanhui_con .mySwiperSame ul li .masBottom a:hover {
  text-decoration: underline;
}

.zhanhui_con .mySwiperSame ul li.active .span1 {
  margin-left: 15px;
}

.zhanhui_con .mySwiperSame ul li.active .span2 {
  margin-right: 10px;
}

.zhanhui_con .mySwiperSame ul li.active span {
  color: #fff !important;
}

.zhanhui_con .mySwiperSame ul li .hide {
  display: none;
}

.zhanhui_con .mySwiperSame ul li .show {
  display: block;
}

.zhanhui_con .mySwiperSame ul li.active .show {
  display: none;
}

.zhanhui_con .mySwiperSame ul li.active .hide {
  display: block;
}

.zhanhui_con_right .swiper-slide a::after {
  content: "";
  position: absolute;
  background-image: url(../images/bgh.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.swiper-button-white {
  color: #fff !important;
}

.zhanhui_con_right .zhanhui_one {
  display: none;
  height: 100%;
}
.zhanhui_con_right .swiper{
  height: 100%;
}
/* .zhanhui_con_right .swiper-slide {
  position: relative;
} */
.zhanhui_con_right .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.zhanhui_con_right .swiper-slide .sameswiper {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
}

.zhanhui_con_right .swiper-slide .sameswiper span {
  border: 1px solid #48c5df;
  padding: 5px 10px;
  font-size: 14px;
  color: #48c5df;
  border-radius: 20px;
  margin-left: 10px;
}


.zhanhui_con_right .swiper-slide .swiper-slide-title h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

/* .zhanhui_con_right .swiper-slide .swiper-slide-title h5 a:hover {
  text-decoration: underline;
} */

.zhanhui_con_right .swiper-slide .swiper-slide-text {
  text-align: right;
}

.zhanhui_con_right .swiper-slide .swiper-slide-text img {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: auto;
}

.zhanhui_con_right .swiper-slide .sameswiper p {
  font-size: 14px;
  color: #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .zhanhui_con_right .swiper-slide {
  position: relative;
}

.zhanhui_con_right .swiper-slide::after {
  content: "";
  position: absolute;
  background-image: url(../images/bgh.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.zhanhui_con_right .swiper-slide .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 5;
}

.zhanhui_con_right .swiper-slide .swiper-slide-title h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zhanhui_con_right .swiper-slide .swiper-slide-title p {
  font-size: 14px;
  color: #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zhanhui_con .mySwiperSame {
  margin-left: 0;
  height: 420px;
  overflow-y: auto;
  padding-right: 60px;
  box-sizing: border-box;
}

.zhanhui_con .mySwiperSame .swiper-wrapper {
  flex-direction: column;
}

.zhanhui_con .mySwiperSame .swiper-slide {
  width: 100% !important;
  height: 59px;
  border-bottom: 1px solid #48c5df;
  line-height: 59px;
  cursor: pointer;
}

.zhanhui_con .mySwiperSame .swiper-slide p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zhanhui_con .mySwiperSame .swiper-slide .span1 {
  font-size: 18px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.zhanhui_con .mySwiperSame .swiper-slide .span2 {
  font-size: 12px;
  margin-right: 15px;
}

.zhanhui_con .mySwiperSame .swiper-slide-thumb-active {
  background-image: linear-gradient(to bottom right, #4fc6de, #aaafd7);

}

.zhanhui_con .mySwiperSame .swiper-slide-thumb-active .span1 {
  margin-left: 15px;
}

.zhanhui_con .mySwiperSame .swiper-slide-thumb-active span {
  color: #fff
}
*/
.zhanhui_con_right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fensiqudao {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}

.fensiqudao .fensiqudao_left {
  width: 100%;
  margin-bottom: 20px;
}

.fensiqudao .fensiqudao_left h5 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.fensiqudao .fensiqudao_left p {
  font-size: 14px;
  color: #666666;
}

.fensiqudao .fensiqudao_Right {
  flex: 1;
}

.fensiqudao .fensiqudao_Right ul {
  display: flex;
  justify-content: space-around;
}

.fensiqudao .fensiqudao_Right ul li {
  position: relative;
}

.fensiqudao .fensiqudao_Right ul li a>img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 8px 2px 13px rgba(67, 67, 67, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.fensiqudao .fensiqudao_Right ul li:hover a>img {
  transform: rotate(360deg);
}

.fensiqudao .fensiqudao_Right ul li .erweima {
  position: absolute;
  top: -112px;
  left: -25px;
  z-index: 6;
  display: none;
}

.fensiqudao .fensiqudao_Right ul li:hover .erweima {
  display: block;
}

.fensiqudao .fensiqudao_Right ul li .erweima::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}

.fensiqudao .fensiqudao_Right ul li .erweima>img {
  width: 90px;
  height: 90px;
}

.zhanhuiDetailContent p img {
  width: 100%;
}

.zhanhuiDetailContent p {
  font-size: 16px;
  color: #333;
}

/* 联系我们 */
.contact_con {
  /* display: flex; */
  align-items: flex-start;
  justify-content: space-between;
}

.contact_con .contact_lef,
.contact_con .contact_right {
  flex: 1;
}

.contact_con .contact_right {
  text-align: center;
}

.contact_con .contact_right img {
  max-width: 100%;
}

.contact_left_bottom p,
.contact_left_top>p {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.contact_left_bottom p span,
.contact_left_top>p>span {
  color: #333;
}

.contact_left_bottom p span a:hover {
  text-decoration: underline;
}

.contact_left_top ul {
  margin-top: 40px;
}

.contact_left_top ul li {
  float: left;
  /* width: 90px; */
  text-align: center;
  margin-right: 20px;
  position: relative;

}

.contact_left_top ul li>a>img,
.contact_left_top ul li>img {
  width: 144px;
  height: 144px;
  margin: auto;
}
.contact_left_top ul li p{
  font-size: 14px;
  margin-top: 10px;
}
.contact_left_top ul li .erweima {
  position: absolute;
  top: -130px;
  left: -24px;
  z-index: 6;
  display: none;
}

.contact_left_top ul li .erweima img {
  width: 120px;
  height: 120px;
}

/* .contact_left_top ul li p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
} */

.shouyebanner {
  height: 100vh !important;
}

.bannerBox {
  position: relative;
  height: auto;
  right: 0;
  top: 0;
  z-index: 20;
  overflow: hidden;

}

.bannerBox .banner li {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bannerBox .banner li a>img {
  line-height: 0;
  width: 100%;
  position: relative;
  transition: transform 5.5s ease 0s, opacity 2s ease 0s;
  -webkit-transition: transform 5.5s ease 0s, opacity 2s ease 0s;
  height: 100%;
}
.bannerBox .banner li.flex-active-slide .imginfo{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bannerBox .banner li .imginfo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bannerBox .banner li .imginfo img {
  width: 200px;
  height: auto;
  margin-bottom: 10px;
}

.bannerBox .banner li .imginfo a {
  font-size: 16px;
  color: #cccccc;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.bannerBox .banner li .imginfo a:hover {
  color: #d82616;
}

/* .bannerBox .banner li img.imghide {
  display: none;
} */

/* .bannerBox .banner li.imgIn img {
  opacity: 1;
} */

.bannerBox .banner {
  z-index: 30;
  overflow: hidden;
  height: 100%;
}

.bannerBox .flex-control-nav {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 33px;
  z-index: 99;
}

.bannerBox .flex-control-nav li {
  float: left;
  position: relative;
  margin-right: 5px;
}

.bannerBox .flex-control-nav li a {
  display: block;
  position: relative;
  top: 17px;
  width: 6px;
  height: 16px;
  border-radius: 3px;
  background: #766047;
  transition: 300ms ease-in-out;
}

.bannerBox .flex-control-nav li span {
  display: block;
  text-indent: 888px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #d82616;
  border-radius: 3px;
}

.bannerBox .flex-control-nav li a.flex-active {
  top: 0;
  height: 33px;
  transition: 500ms linear;
}

.bannerBox .flex-control-nav li a.flex-active span {
  opacity: 1;
  height: 24px;
  transition: 3500ms linear;
}


/* 代理品牌 */
.proxybrandlogo .div1 {
  height: 50px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;


}

.div1 ul {
  position: absolute;
  left: 0;
  top: 0;
}

.div1 ul li {
  float: left;
  list-style: none;
}

.div1 ul li img {
  max-width: 100px;
  vertical-align: middle;
}

.example2 {
  text-align: center;
  margin: 45px 0 90px;
}

.example2 span {
  background-image: url(../images/buttk.png);
  font-size: 14px;
  color: #48c5df;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 46px;
  display: inline-block;
}

.onlineshopping_con {
  /* display: flex; */
  justify-content: space-between;
  margin-bottom: 120px;
}

.onlineshopping_left {
  width: 100%;
  height: 272px;
  border-radius: 20px;
  background-image: linear-gradient(to bottom right, #aaafd7, #4fc6de);
  box-shadow: 8px 2px 13px rgba(67, 67, 67, 0.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}

.onlineshopping_left_top {
  position: absolute;
  top: 0;
  left: -5px;
  background-image: url(../images/jka.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 125px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  z-index: 1;
}

.onlineshopping_left_img {
  text-align: center;
}

.onlineshopping_left_img img {
  max-width: 80%;
}

.swiperSingleBtn span,
.onlineshopping_left_top span {
  font-size: 16px;
  color: #fff;
}

.onlineshopping_left_bottom img {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.onlineshopping_left_pop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/lk.png);
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.onlineshopping_left_pop .onlineshopping_left_pop_bottom {
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0;
}

.onlineshopping_left_pop .onlineshopping_left_pop_bottom img {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
}

.onlineshopping_left_pop .onlineshopping_left_pop_bottom h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.onlineshopping_left_pop .onlineshopping_left_pop_bottom a {
  color: #fff;
  font-size: 14px;
}

.onlineshopping_left_pop .onlineshopping_left_pop_bottom a:hover {
  text-decoration: underline;
}

.onlineshopping_left:hover .onlineshopping_left_pop {
  opacity: 1;
}



/* 原创 */
.zhanhuiButn {
  display: flex;
}

.marchbeast_con {
  /* display: flex; */
  align-items: flex-start;
  margin-bottom: 60px;
}

.marchbeast_con2 {
  flex-direction: row-reverse;
}

.marchbeast_con2 .marchbeast_con_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.marchbeast_con .marchbeast_con_left,
.marchbeast_con .marchbeast_con_Right {
  width: 100%;
  position: relative;
}

.marchbeast_con_Right .swiper {
  padding: 5px;
}

.marchbeast_con_Right .swiper-slide .swiper-slide-img {
  position: relative;
  margin-bottom: 25px;
  height: 266.66px;
  overflow: hidden;
}

.marchbeast_con_Right .swiper-slide .swiper-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.marchbeast_con_Right .swiper-slide .swiper-slide-img::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.swiperSingleBtn {
  position: absolute;
  top: 0;
  left: -4px;
  background-image: url(../images/jka1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 1;
  width: 92px;
  height: 35px;
  line-height: 30px;
}

.marchbeast_con_Right .swiper-slide h3 {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 15px;

}

.marchbeast_con_Right .swiper-slide p {
  font-size: 14px;
  color: #999;
  text-align: center;
  display: block;
}

.marchbeast_con_Right .swiper-slide:hover .swiper-slide-img::after {
  opacity: 0;
}

.marchbeast_con_Right .swiper-slide:hover h3,
.marchbeast_con_Right .swiper-slide:hover a {
  color: #48c5df;
}

.marchbeast_con_left .btn {
  width: 42px;
  height: 42px;
  cursor: pointer;
  background-image: url(../images/left.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin: 0 5px;
}

.marchbeast_con_left .btn2 {
  transform: rotate(180deg);
}

.marchbeast_con_left .btn:hover {
  background-image: url(../images/left1.png);
  box-shadow: 8px 2px 13px rgba(67, 67, 67, 0.15);

}

/* 详情 */
.marchbeastDetail {
  margin-top: 50px;
}

.marchbeastDetail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*.marchbeastDetail ul:after{
  flex: auto;
  content: "";
}*/
.marchbeastDetail ul li {
  width: 31%;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  margin-bottom: 55px;
}

.marchbeastDetail ul li .swiper-slide-img {
  position: relative;
  overflow: hidden;
}

.marchbeastDetail ul li .swiper-slide-img:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-image: url(../images/jiahao.png);
  background-size: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}

.marchbeastDetail ul li .swiper-slide-img img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.marchbeastDetail ul li p {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.marchbeastDetail ul li:hover p {
  color: #48c5df;
}

.marchbeastDetail ul li:hover .swiper-slide-img:after {
  opacity: 1;
}

.marchbeastDetail ul li:hover .swiper-slide-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* 关于我们 */

.swiper_bottomo .swiper-slide {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.about_contect .swiper_box_padding {
  position: relative;
}

.about_contect .swiper_box_padding::before,
.about_contect .swiper_box_padding::after {
  content: "";
  position: absolute;
  width: 188px;
  height: 213px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about_contect .swiper_box_padding::after {
  background-image: url(../images/pr.png);
  bottom: -20px;
  left: -200px;
  width: 161px;
  height: 189px;
}

.about_contect .swiper_box_padding::before {
  background-image: url(../images/pl.png);
  top: -100px;
  right: -200px;
  width: 188px;
  height: 213px;
}

.swiper_box_contetc {
  overflow-y: auto;
  overflow-x: hidden;
  height: 280px;
}

.swiper_box_contetc p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

.about_contect .swiper_box {
  width: 100%;
  margin: auto;

  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.swriperhun {
  position: relative;
  width: calc(100% - 120px);
  margin: auto;
}

.swiper_bottomo .swiper_bottomo_center {
  width: 120px;
  margin: auto;
}

.swiper_bottomo .swriperhun::before,
.swiper_bottomo .swriperhun::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 8px;
  background-image: url(../images/xian.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  bottom: 0;
  margin: auto;
}

.swiper_bottomo .swriperhun::before {
  left: 0;
}

.swiper_bottomo .swriperhun::after {
  right: 0;
}

.swiper_bottomo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.swiper_bottomo .btn {
  width: 30px;
  height: 30px;
  border: 1px solid #da3324;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.swiper_bottomo .btn1 .text {
  transform: rotate(-135deg);
  left: 6px;
}

.swiper_bottomo .btn2 .text {
  transform: rotate(45deg);
  left: -4px;
}

.swiper_bottomo .btn .text {
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 5px;
  height: 5px;
  border-color: #da3324;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;

}

.swiper_bottomo .btn:hover {
  background-color: #da3324;
  box-shadow: 8px 2px 13px rgba(67, 67, 67, 0.15);
}

.swiper_bottomo .btn:hover .text {
  border-color: #fff;
}

/* 创作作品 */
.lh-project-item {
  display: flex;
  flex-wrap: wrap;
}

.lh-project-item li {
  width: 100%;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.lh-project-item li a {
  display: flex;
}

.lh-project-item li .imgRight,
.lh-project-item li .img {
  width: 50%;
  height: auto;
  position: relative;
  flex-shrink: 0;
}

.lh-project-item li .img {
  background-color: #ffede9;
  position: relative;
}
.lh-project-item li .img::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.lh-project-item li:hover .img::after{
  opacity: 0;
}
.lh-project-item li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh-project-item li .imgRight .padding {
  padding: 15px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.lh-project-item li .imgRight h3 {
  font-size: 16px;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.lh-project-item li .imgRight h3 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.lh-project-item li .imgRight h3:hover {
  cursor: pointer;
}

.lh-project-item li .imgRight p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
}
.lh-project-item li .imgRight p span.span3{
  flex-shrink: 0;
}
.lh-project-item li .imgRight p span {
  color: #333;
}
.lh-project-item li .imgRight p span.span5{
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lh-project-item li .imgRight p span.span4{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;

}
.lh-project-item li .imgRight .span1 {
  color: #666;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
}

.lh-project-item li .imgRight:before {
  content: '';
  display: block;
  width: 27px;
  height: 32px;
  background: url(../images/jiantou1.png) no-repeat center;
  position: absolute;
  left: -27px;
  top: 40px;
  z-index: 2;
}

.lh-project-item li:hover {
  opacity: 1;
}

.lh-project-item li.down a {
  flex-direction: row-reverse;
}

.lh-project-item li.down .imgRight:before {
  right: -27px;
  transform: rotate(180deg);
  left: auto;
}

.menuCeartion {
  margin-bottom: 70px;
}

.menuCeartion ul li {
  float: left;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.menuCeartion ul li a {
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.menuCeartion ul li a:hover,
.menuCeartion ul li.active a {
  color: #d82616;
}

.menuCeartion ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 90%;
  width: 1px;
  background-color: #b2a4a3;
}

.menuCeartion ul li:last-child::after {
  display: none;
}


.mouse-animte {
  position: absolute;
  right: 10px;
  margin: auto;
  bottom: 40px;
  height: 31px;
  background: url(../images/sb1.png) no-repeat center center;
  z-index: 99;
}

.blackall.mouse-animte {
  background: url(../images/sb5.png) no-repeat center center;
}

.mouse-animte a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.blackall.mouse-animte p {
  color: #333;
}

.mouse-animte p {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  margin-top: 5px
}

.mouse-animte a img {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 6px;
  opacity: 1;
  animation: aimte 1s cubic-bezier(0.45, 0.45, 0.45, 0.45) 0s infinite alternate;
  -webkit-animation: aimte 1s cubic-bezier(0.45, 0.45, 0.45, 0.45) 0s infinite alternate;
}

@keyframes aimte {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.325, 0.225, 0.335, 1.000);
  }

  20% {
    opacity: 0.5;
    top: 8px;
  }

  40% {
    opacity: 0.8;
    top: 10px;
  }

  60% {
    opacity: 1;
    top: 12px;
  }

  80% {
    opacity: 0.8;
    top: 14px;
  }

  to {
    opacity: 0.5;
    top: 16px;
  }
}

@-webkit-keyframes aimte {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.325, 0.225, 0.335, 1.000);
  }

  20% {
    opacity: 0.5;
    top: 8px;
  }

  40% {
    opacity: 1;
    top: 10px;
  }

  60% {
    opacity: 0.5;
    top: 12px;
  }

  80% {
    opacity: 1;
    top: 14px;
  }

  to {
    opacity: 0.5;
    top: 16px;
  }
}

.custom-navigation {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.custom-navigation span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #222;
  margin-right: 5px;
  cursor: pointer;
  user-select: none;
}

.custom-navigation span.active {
  background-color: #f00;
}

.section3,
.section2 {
  background-image: url(../images/ght.jpg);
}

.section4 {
  background-image: url(../images/newssection4bg.jpg);

}

.section5 {
  background-image: url(../images/ght3.jpg);

}

#fullpage .section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.news1200 {
  width: 100%;
  margin: auto;
}

.maintitle.index_title {
  margin-bottom: 10px;
}

.maintitle.index_title .span1 {
  color: rgba(216, 38, 22, 0.37);
  letter-spacing: 4px;
}

.section2_bottom {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}

.section2_bottom .section2_left {
  width: 100%;
  flex-shrink: 0;
}

.section2_bottom .section2_right {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.section2_bottom .section2_right::before {
  content: "";
  position: absolute;
  background-image: url(../images/bofan.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  top: -90px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.section2_bottom .section2_right:hover::before {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  animation: rotate 1s linear 0s infinite;
  -webkit-animation: rotate 1s linear 0s infinite;

}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section2_bottom .section2_right:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

.section2_bottom .section2_right img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;

}

.section2_bottom .section2_left img {
  width: 150px;
  margin-bottom: 20px;
}

.section2_bottom .section2_left p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
}

/* .section2_height{
  height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
} */
.section2_height p:nth-child(2) {
  display: none;
}

.shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background: rgba(12, 17, 20, 0.9);
}

.shadow .videll {
  width: 80%;
  height: 200px;
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.shadow .videll video {
  width: 100%;
  height: 100%;
  background-color: #000
}

.btn_close {
  cursor: pointer;
  position: absolute;
  right: -16px;
  top: -20px;
  z-index: 10;
  display: block;
  font-size: 14px;
  background: url(../images/btn_close.png) no-repeat center;
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.newsBoxContect {
  width: 100%;
  margin-top: 10px;
}

.newsBoxContect .newsBoxContectLeft {
  width: 100%;
  flex-grow: 0;
}

.newsBoxContect .newsBoxContectRight {
  width: 100%;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.newsBoxContectRightBox {
  height: 100%;
}

.newsBoxContectRightBox .newsBoxContectRightBoxToA {
  border: 1px solid #d82616;

  padding: 5px 10px;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  letter-spacing: 4px;
}

.newsBoxContectRightBox .newsBoxContectRightBoxToA a {

  color: #d82616;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;

}

.newsBoxContectRightBox .newsBoxContectRightBoxToA:hover {
  background-color: #d82616;

}

.newsBoxContectRightBox .newsBoxContectRightBoxToA:hover a {
  color: #fff;
}

.section4Flex {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
}

.sect4width {
  width: 100%;
  flex-shrink: 0;
}

.sect4width .sect4widthRight {
  width: 100%;
  float: none;
}

.sect4widthRightBox {
  width: 100%;
}

.sect4widthRightBox ul li {
  border: 1px solid #ccc;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}

.sect4widthRightBox ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.sect4widthRightBox ul li:hover:after,
.sect4widthRightBox ul li.act::after {
  opacity: 0;
}

.sect4widthRightBox ul li img {
  width: 100%;
  height: auto;
}

.section4BboxSame {
  width: 100%;
  flex-shrink: 0;

}

.yh {
  display: none;
}

.newsBoxContect .swiper-slide {
  padding-bottom: 25px;
  border-bottom: 1px solid transparent;
}

.newsBoxContect .swiper-slide .swiperBoxImg {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  height: 307px;
}

.newsBoxContect .swiper-slide .swiperBoxImg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 1;
}

.newsBoxContect .swiper-slide .swiperBoxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;

}

.newsBoxContect .swiper-slide h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.newsBoxContect .swiper-slide p {

  font-size: 13px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}

.newsBoxContect .swiper-slide .swiperboxBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
}

.newsBoxContect .swiper-slide .swiperboxBtn .span1 {
  font-size: 14px;
  color: #999;
}

.newsBoxContect .swiper-slide .swiperboxBtn .span2 {
  font-size: 16px;
  color: #d82616;
  border-left: 1px solid #d82616;
  padding-left: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.newsBoxContect .swiper-slide:hover h3,
.newsBoxContect .swiper-slide:hover .swiperboxBtn .span1 {
  color: #d82616;
}

.newsBoxContect .swiper-slide:hover .swiperboxBtn .span2 {
  opacity: 1;
}

.newsBoxContect .swiper-slide:hover .swiperBoxImg::after {
  opacity: 0;
}

.newsBoxContect .swiper-slide:hover .swiperBoxImg img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.newsBoxContect .swiper-slide:hover {
  border-color: #d82616;
}

.newsBoxContect .swiper-slide:hover .swiperBoxImg {
  box-shadow: 8px 2px 13px rgba(67, 67, 67, 0.15);
}

.sect4widthRightButn {
  position: absolute;
  display: flex;
  right: 0;
  top: 0;
}

.sect4widthRightButn .btn {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin: 0 10px;
}

.sect4widthRightButn .btn1 .text {
  transform: rotate(-135deg);
  left: 6px;
}

.sect4widthRightButn .btn2 .text {
  transform: rotate(45deg);
  left: -4px;
}

.sect4widthRightButn .btn .text {
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 5px;
  height: 5px;
  border-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;

}

.sect4widthRightButn .btn:hover {
  background-color: #da3324;
  box-shadow: 8px 2px 13px rgba(67, 67, 67, 0.15);
}

.sect4widthRightButn .btn:hover .text {
  border-color: #fff;
}

.number_list {
  margin: 20px 0;
}

.number_list ul {
  display: flex;
  justify-content: space-between;
}

.number_list li {
  display: inline-block;
  text-align: center;
  width: 31%;
}

.number_list li h3 {
  position: relative;
}

.number_list li h3 em {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #d82616;
  text-shadow: 8px 2px 13px rgba(67, 67, 67, 0.15);
}

.number_list li h3 span {
  font-size: 16px;
  color: #d82616;
  position: absolute;
  top: 0;
}

.number_list li h4 {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.wel-number {
  position: absolute;
  left: 80px;
  height: 100%;
  display: none;
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  top: 0;
  pointer-events: none;
}

.wel-number.on {
  left: -100px;
}

/* .wel-number.on .wel-number-left{
  margin-left: 85px;
} */
.wel-number.whiteAll .wel-number-right .p1,
.wel-number.whiteAll .wel-number-left span {
  color: #fff;
}

.wel-number.whiteAll .wel-number-left {
  color: #ccc;
}

.wel-number .wel-number-left {

  color: #666;
}

.wel-number .tr {

  display: flex;
  flex-direction: column;
}

.wel-number .wel-number-left {
  transform: rotate(90deg);
  transform-origin: center;
}

.wel-number .wel-number-left span {
  color: #333;
}

.wel-number .wel-number-right {
  display: flex;
  align-items: center;
  transform-origin: center;
  transform: rotate(90deg);
  transform-origin: center;
  margin-top: 54px;
  opacity: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.wel-number .wel-number-right img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.wel-number .wel-number-right .p1 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}

.wel-number .wel-number-right .p2 {
  color: #999;
  font-size: 12px;
}

.boxall2box .sbox {


  display: none;
  position: relative;

}

.boxall2box .sbox1 .sboxHeight {
  background-image: url(../images/page1.png);
}

.boxall2box .sbox3 .sboxHeight,
.boxall2box .sbox2 .sboxHeight {
  background-image: url(../images/page.png);
}

.boxall2box .sbox4 .sboxHeight {
  background-image: url(../images/page4.png);
}

.boxall2box .sbox .sboxHeight {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  height: 265px;
  width: 100%;
  margin-top: -204px;
}

.boxall2box .sbox .sboxFlex {
  /* display: flex;
  align-items: center; */
  position: relative;
  z-index: 1;
}

.boxall2box .sbox .sboxLeft {
  width: 50%;
  flex-shrink: 0;
}

.boxall2box .sbox .sboxRght {
  width: 50%;
  flex-shrink: 0;
  text-align: left;
  position: relative;
}

.boxall2box .sbox .sboxRght img {
  width: auto;
  height: 600px;
}

.sbox1 .sboxLeftTop,
.sbox2 .sboxLeftTop {
  width: 100%;
}

.sboxLeftTop {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 225px 0 0;
  height: 350px;
  position: relative;
}

.sboxLeftTop h3 {
  font-size: 40px;
  line-height: 40px;
  color: #fff;

  font-style: italic;
  font-weight: bold;
}

.sboxLeftTop .sboxLeftTopText {
  background-color: #000;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.sboxLeftTop .sboxLeftTopText i {
  background-image: url(../images/sanjiapx.png);

  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  display: inline-block;
}

.sboxLeftTop a,
.sboxLeftTop .sboxLeftTopText span {
  font-size: 14px;
  color: #fff;
}

.sboxLeftTopArrow a {
  background-color: #000;
  padding: 5px 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin-left: 40px;
  margin-bottom: 15px;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
}

.sboxLeftTop a:hover {
  background-color: #d82616;
}

.sboxLeftBottom {
  margin-top: 40px;
}

.sboxLeftBottom p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

.section3 .maintitle.index_title {
  position: absolute;
  top: 150px;
}