@font-face {
  font-family: 'iconfont';  /* project id 2349406 */
  src: url('https://at.alicdn.com/t/font_2349406_qq7r2dnvtto.eot');
  src: url('https://at.alicdn.com/t/font_2349406_qq7r2dnvtto.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_2349406_qq7r2dnvtto.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_2349406_qq7r2dnvtto.woff') format('woff'),
  url('https://at.alicdn.com/t/font_2349406_qq7r2dnvtto.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_2349406_qq7r2dnvtto.svg#iconfont') format('svg');
}
.iconfont{ 
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}

#demo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding-top: 20%;
  z-index: 9999999999;
  top: 0;
  left: 0;
}
#demo h3 {
  font-size: 24px;
}

#demo span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}
#demo span a {
  color: #ff0080;
}


body {
  width: 100%;
  overflow-x: hidden;
  	    position: relative;
	    height: 100%;
	    width: 100%;
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.ring img {
  width: 100%;
  display: block;
  transition: all 0.78s ease;
  -moz-transition: all 0.78s ease;
  -webkit-transition: all 0.78s ease;
  -o-transition: all 0.78s ease;
}

.ring:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.indexbox .swiper-slide {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.indexbox .swiper-paginationBox {
  padding: 12px 5px;
  background: rgba(0,0,0,0.2);
  border-radius: 20px;
  z-index: 999999999;
}

.indexbox .swiper-paginationBox {
  z-index: 9999999;
}
.indexbox .swiper-paginationBox .swiper-pagination-bullet-active {
  background: #61b239 !important;
  opacity: 1!important;

}
.indexbox .swiper-paginationBox .swiper-pagination-bullet {
  background: #fff;
  opacity: .7;
  width: 6px;
  height: 6px;
  transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
  margin:12px auto !important;
}



.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.banner .swiper-container {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}

.banner .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.banner .swiper-container {
  min-height: 150px;
}

/*
.banner .swiper-container .swiper-wrapper, .banner .swiper-container [data-swiper-parallax] {
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.banner .swiper-wrapper, .banner[data-swiper-parallax]  {
    will-change: transform;
}

.banner .swiper-container .swiper-slide-active .img {
  transform: scale(1) translate3d(0%, 0px, 0px);
}

.banner .swiper-container .swiper-slide-next .img {
  transform: scale(1.1) translate3d(-50%, 0px, 0px);
}
.banner .swiper-container .swiper-slide-prev .img {
  transform: scale(1.1) translate3d(50%, 0px, 0px);
}
*/

.banner a {
  display: block;
  width: 100%;
  height: 100%; 
}

.banner-page {
  bottom: 40px !important;
  z-index: 99999;
}
.banner .inpro {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #fffefe;
  z-index: 9999;
  position: absolute;
  left: 0;
  flex-direction: column;
  top: 0;
}
.banner .text {
  margin-top: 50px;
 /* visibility: hidden;*/
}

.banner .text span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -86px;
  left: 50%;
  margin-left: -252px;
  width: 504px;
  height: 170px;
  background: url(../img/bantext-bg.png) no-repeat;
}
.banner .text span {
  display: inline-block;
  position: relative;
}
.banner-page .swiper-pagination-bullet {
  width: 80px;
  height: 2px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
  text-align: left;
  position: relative;
  color: #fff;
}

.banner-page .swiper-pagination-bullet i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-style: normal;
  margin-top: -28px;
  font-family: "Impact";
  letter-spacing: 1px;
}

.banner-page .swiper-pagination-bullet-active {
  color: #e62129;
  background: #e62129;
}

.wbimg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 127px;
  z-index: 999;
}

#banner-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#banner-canvas2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.banner .swiper-container {
  position: relative;
  z-index: 9;
}

.jjfa {
  position: relative;
}

.jjfa .title {
  height: 560px;
  position: absolute;
  left: 12.76%;
  top: 50%;
  margin-top: -230px;
  z-index: 9;
}
.jjfa .title span {
  color: #fff
}
.jjfa .title h3 {
  color: #fff
}
.jjfa .title span:before {
  background: #fff;
}
.jjfa .boxs1 {
  background: #fff;
  height: 100%;
  position: relative;
}

.jjfa .boxs2 {
  position: absolute;
  z-index: 999;
  right: 19.01%;
  top: 50%;
  margin-top: -125px;
  width: 350px;
  height:350px;
}
.jjfa .boxs2:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  width: 100%;
  z-index: 99;
  height: 100%;
  border:20px solid rgba(230,33,41,0.7);
}

.jjfa .boxs2:after {
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  top: -100px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  z-index: 9;
  padding: 85px 100px;
  background: rgba(255,255,255,0.7);
}
.jjfa .boxs2  .swiper-container {
  position: relative;
  z-index: 99999;
}
.jjfa .boxs2 .swiper-slide {
  width: 350px;
  height: 350px;
}

.jjfa .boxs2 .swiper-slide a {
  display: block;
  text-align: center;
  display: flex;
  text-align: center;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.jjfa .boxs2 .swiper-slide h3 {
  font-size: 36px;
  height: 40px;
  margin:0 40px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;  
}

.jjfa .boxs2 .swiper-slide .st {
  font-size: 16px;
  color: #595959;
  margin:0 40px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
  margin-top:30px;
  text-align: left;
}

.jjfa .boxs2 .swiper-slide .gd {
  margin-top: 50px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #262626;
  height: 30px;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #262626;
}
.jjfa .boxs2 .swiper-slide .gd:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #e62129;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;  
}
.jjfa .boxs2 .swiper-slide a:hover {
  color: #333;
}
/*.jjfa .boxs2 .swiper-slide a:hover h3 {
  color: #e62129;
}*/
.jjfa .boxs2 .swiper-slide a:hover .gd:after {
  width: 100%;
}
.jjfa .wrap {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.jiant {
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #111;
  cursor: pointer;
}
.button-prev {
  display: block;
  margin-right: 60px;
}
.button-prev i {
  font-size: 34px;
  display: inline-block;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg); /* IE 9 */
  -webkit-transform: rotateY(180deg); /* Safari and Chrome */
}

.button-next i {
  display: inline-block;
  font-size: 34px;
}
.button-prev:hover i {
  color: #e62129;
}
.button-next:hover i {
  color: #e62129;
}

.jjfa-page {
  position: absolute;
  left: -75px;
  top: 0;
  width: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jjfa-page span {
  display: block;
  font-size: 16px;
  font-family: "Impact";
}
.jjfa-page i {
  width: 1px;
  height: 40px;
  margin: 15px 0;
  margin-left: -10px;
  background: #262626;
  display: block;
}

.jjfa-page .swiper-pagination-current {
  color: #e62129;
  position: relative;
  width: 10px;
}
.jjfa-page .swiper-pagination-current:before {
  content: "0";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
}

.swiper-pagination-total {
  position: relative;
}
.jjfa-page .swiper-pagination-total:before {
  content: "0";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
}


.jjfa .boxs1 .swiper-container {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}

.jjfa .boxs1 .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jjfa .boxs1 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.jjfa .boxs1 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.5s;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.jjfa .boxs1 .swiper-container {
  min-height: 150px;
}

/*
.jjfa .boxs1 .swiper-container .swiper-wrapper, .jjfa .boxs1 .swiper-container [data-swiper-parallax] {
    -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.jjfa .boxs1 .swiper-wrapper, .jjfa .boxs1 [data-swiper-parallax]  {
    will-change: transform;
}

.jjfa .boxs1 .ani-slide.swiper-slide-active .img {
  transform: scale(1) translate3d(0%, 0px, 0px);
  transition-duration: 0ms;
}

.jjfa .boxs1 .swiper-slide-next .img {
  transform: scale(1.1) translate3d(-50%, 0px, 0px);
}
.jjfa .boxs1 .swiper-slide-prev .img {
  transform: scale(1.1) translate3d(50%, 0px, 0px);
}
*/
.diqiu {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}

.diqiu .bg1 {
  width: 530px;
  height: 350px;
}
.diqiu .bg1 img {
  width: 100%;
  display: block;
}

.diqiu .bg2 {
  width: 100%;
}

.diqiu .bg2 img {
  width: 100%;
  display: block;
}

.indexbox .swiper-wrapper .last-pm {
  height: 410px;
}

.indexbox .swiper-wrapper .last-pm .center {
  /*margin-top: 0;*/
}
/*  add  */
.header {
  padding: 0px 4.947% 0 4.947%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  border-bottom:none;
  box-sizing: border-box;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999999;
}
.logo {
  width: 207px;
  height: 41px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header .right {
  display: flex;
  align-items: center;
  transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;  
}

.header .nav ul li {
  float: left;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
} 
.header .nav ul {
  height: 100%;
}
.header .nav ul li h3 {
  font-weight: normal;
}
  
.header .nav ul li h3 a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0 25px;
}
.header .nav ul li.active h3 a{
   color: #e62129; 
}
.header .nav ul li h3 a:hover {
  color: #e62129;
}
.header .nav ul li h3 a:before {
  content: "";
  display: none;
  position: absolute;
  width:30%;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -15%;
  z-index: 9;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;  
}

.header .nav ul li:hover h3 a::before {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

.header .nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.header .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .right .nav {
  height: 100%;
}
.header .right .lang {
  margin-right: 50px;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.header .right .lang:before {
  content: "";
  display: block;
  margin-left: 24px;
  width: 1px;
  margin-right: 20px;
  height: 12px;
  background: #fff;

}
.header .right .form {
  display: inline-block;
  position: relative;
}
.header .right .form .input {
  width:260px;
  height: 40px;
  border:none;
  padding: 0 15px 0 45px;
  box-sizing: border-box;
  border-radius: 40px;
}

.header .right .form .btns {
  width: 18px;
  height: 18px;
  background:url(../img/sear.png);
  background-size: 100%;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  border:none;
  z-index: 99;
}

.header .right .lang:hover {
  color: #e62129;
}


.header .listcur {
  position: absolute;
  top: 99px;
  left: 50%; 
  display: none;
  z-index: 100;
  transition: all 0.3s;
  background: #fff;
  width: 120%;
  margin-left: -60%;
  padding: 5px 0;
  border-radius: 5px;
  text-align: center;
}
.header .listcur a {
  display: block;
  font-size: 14px;
  color: #333333;
  padding:0 20px;
  box-sizing: border-box;
  width: 100%;
  z-index: 90;
  height: auto;
  line-height: 40px;
  position: relative;
}
.header .listcur i {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -14px;
  font-size: 16px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.header .listcur a:hover {
  background: #e62129;
  color: #fff;
}
.headershow {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.headershow .logo {
  background-size: 100%;
  background-repeat: no-repeat;
}

.headershow .nav ul li h3 a {
  color: #333;
}
.headershow .right .lang {
  color: #333;
}
.headershow .right .lang:before {
  background: #333;
}
.header .right .form .input {
  background: #eee;
}

.bai {
  width: 100%;
  height: 100%;
}

.two-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12.76%;
  box-sizing: border-box;
}

.two-slide .boxs {
  height: 37.2395vw;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.two-slide .top {
  display: flex;
  justify-content: space-between;
}
.two-slide .top .text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.title {
  display: block;
}
.title  span {
  font-size: 16px;
  color: #262626;
  display: flex;
  align-items: center;
  position: relative;
}
.title span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  background: #b79c6d;
  border-radius: 50%;
}
.title h3 {
  margin-top: 30px;
  font-size: 36px;
  color: #e62129;
  line-height: 48px;
}

.two-slide .top .int {
  display: block;
  margin-top: 30px;
  font-size: 26px;
  color: #262626;
  line-height: 40px;
  width: 390px;
}

.two-slide .top .int a {
  margin-right: 30px;
  line-height: 45px;
  display: inline-block;
  width: 37%;
  text-align: center;
}
.two-slide .top .int a:hover {
  color: #e62129;
}

.two-slide .top .int a.active {
  color: #e62129;
} 
.proint {
  margin-left: 10.9375vw;
  width: 55.9896vw;
}
.proint .swiper-slide {
  width:20.3125vw;
  position: relative;
  display: block;
}
.proint .swiper-slide .imgs {
  width: 100%;
/* height: 26.041666vw;*/
  display: flex;
  overflow: hidden;
  align-items: center;
}
.proint .swiper-slide .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 3;
}
.proint .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.proint .swiper-slide .imgs:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 7;
  background-color: rgba(0,0,0,0.5);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
}

.proint .out {
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
  z-index: 10;
  padding: 0 20px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
}

.proint .out h3 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.proint .out h3 i {
  width: 6px;
  height: 6px;
  border: 3px solid #e62129;
  display: block;
  border-radius: 50%;
  margin-left: 10px;
}
.proint .out .st {
  color: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
  margin-top: 25px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; 
}
.proint .swiper-slide:hover .imgs::after {
  opacity: 1;
}
.proint .swiper-slide:hover .out {
  bottom: 50%;
  margin-bottom: -40px;
}
.proint .swiper-slide:hover .st {
  opacity: 1;
}

.two-slide .jian {
  margin-top: 45px;
  display: flex;
  align-items: center;
}

.two-slide .jian .yuan {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  margin-right: 16px;
  background-color: #fff;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
}

.two-slide .jian .proint-button-prev {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Safari and Chrome */
}
.two-slide .jian .yuan:hover {
  background-color: #e62129;
}
.two-slide .jian .yuan:hover i {
  color: #fff;
}

.two-slide .bottom {
  display: flex;
  align-items: center;
}
.two-slide .bottom .title {
  width: 390px;
}

.two-slide .bottom .list {
  margin-left: 10.9375vw;
  width: 55.9896vw;
  background-color: #fff;
  height: 106px;
  display: flex;
  align-items: center;
}
.two-slide .bottom .list a {
  display: flex;
  align-items: center;
  float: left;
  height: 100%;
  width: 25%;
  border-right: 1px solid #ededef;
  overflow: hidden;
  justify-content: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}
.two-slide .bottom .list:after {
  content: "";
  display: block;
  clear: both;
}

.two-slide .bottom .list .img2 {
  display: none;
}
.two-slide .bottom .list .text {
  display: inline-block;
  font-size: 22px;
  margin-left: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}
.two-slide .bottom .list a:hover {
  background-color: #e62129;
}
.two-slide .bottom .list a:hover .img1 {
  display: none;
}
.two-slide .bottom .list a:hover .img2 {
  display: inline-block;
}

.two-slide .bottom .list a:hover .text {
  color: #fff;
}

.gyyg {
  background: #f7f7f7;
}
.gyyg .top {
  height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f7f7f7 url(../img/gyyg-bg.png) no-repeat bottom center;
}
.gyyg .top .left {
  padding-left: 12.76%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gyyg .top .left .int {
  font-size: 16px;
  color: #595959;
  line-height: 30px;
  margin-top: 30px;
  width: 470px;
}

.more {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 140px;
  text-align: center;
  border-radius: 40px;
  background: #e62129;
  display: inline-block;
}
.more:hover {
  background: #fff;
  color: #e62129;
}
.gunban {
  width: 100%;
  height: 740px;
}

.gunban .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gyyg .top .right {
  width: 985px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.gy-list {
  height: 60px;
  background: #eeeef0;
  line-height: 60px;
  font-size: 16px;
}

.gy-list a {
  display: block;
  width: 25%;
  color: #3a3134;
  text-align: center;
  float: left;
}
.gy-list a:hover {
  color: #e62129;
}

.gy-list a.active {
  background: #e62129;
  color: #fff;
}
.gy-list:hover {
  content: "";
  display: block;
  clear: both;
}

.gyyg .bottom {
  height: calc(100vh - 800px);
  width: 100%;
}
.gyyg .bottom ul {
  display: flex;
  height: 100%;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.gyyg .bottom ul li {
  display: flex;
  align-items: center;
  margin: 0 80px;
}
.gyyg .bottom ul li span {
  display: inline-block;
  font-size: 48px;
  color: #e62129;
  font-family: "Impact";
  margin-right: 20px;
}
.gyyg .bottom ul li .st {
  font-size: 18px;
  color: #4c4c4c;
}

.gyyg .bottom ul li:nth-child(1) .st {
  width: 55px;
}

.gyyg .bottom ul li:nth-child(2) .st {
  width: 100px;
}

.gyyg .bottom ul li:nth-child(3) .st {
  width: 75px;
}

.index-news {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.news {
  width: 1200px;
}

.news ul li {
  display: block;
  margin-bottom:30px;
  position: relative;
}
.news ul li a {
  display: block;
}
.news ul li .img {
  width: 395px;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.news ul li .img img {
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
  display: block;
}

.news ul li .text {
  position: absolute;
  right: 0;
  top: 0;
  left: 410px;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  border:1px solid #e0e0e0;
  padding: 38px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}
.news ul li .text .num {
  font-size: 22px;
  color: #e62129;
  font-family: "Impact";
  display: block;
}

.news ul li .text h3 {
  font-size: 24px;
  color: #666;
  margin: 20px 0;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  font-weight: normal;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}

.news ul li .text .st {
  display: block;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 30px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.news ul li:hover h3 {
  color: #c5141b;
}
.news ul li:hover .text {
  border:1px solid #c5141b;
}
.news ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-news .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  min-height: 130px;
  display: flex;
  align-items: center;
  height: auto !important;
}

.index-news .footer:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 10px;
  background: #f7f7f7;
  width: 100%;
  z-index: 99;
}

.footer {
  border-top: 6px solid #c5141b;
  background: #f7f7f7;
  padding:50px 10% 30px 10%; 
}

.footer .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer .top .left {
  display: flex;
  align-items: center;
}

.footer .top .left a {
  display: inline-block;
  margin-right: 18px;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 50%;
  border:1px solid #dedede;
  text-align: center;
  line-height: 42px;
}
.footer .top .left i {
  font-size: 20px;
  color: #b6b6b6;
}
.footer .top .left a:hover {
  background: #c5141b;
  border:1px solid #c5141b;
}
.footer .top .left a:hover i {
  color: #fff;
}

.footer .top .right {
  display: flex;
  align-items: center;
}
.footer .top .right i {
  font-size: 24px;
  color: #fff;
  background: #c5141b;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin-right: 20px;
  border-radius: 50%;
}
.footer .top .right .st {
  font-size: 15px;
  color: #9d9d9d;
}
.footer .top .right .st span {
  display: block;
  font-size: 30px;
  color: #c5141b;
  line-height: 33px;
}


.footer .center {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.footer .center .left {
  width: 100%;
  display: inline-block;
}
.footer .center .left ul li {
  margin-right: 6.25%;
  display: inline-block;
  font-size: 16px;
  float: left;
}
.footer .center .left ul li a {
  display: block;
  color: #8c8c8c;
  margin-bottom: 15px;
}
.footer .center .left ul li a:hover {
  color: #c5141b;
}
.footer .center .left ul li h3 {
  font-weight: normal;
  color: #444;
  margin-bottom: 20px;
}
.footer .center .left ul:after {
  content: "";
  display: block;
  clear: both;
}

.footer .center .right {
  display: block;
}
.footer .center .right img {
  width: 117px;
  height: 117px;
}
.footer .center .right span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  color: #8c8c8c;
  text-align: center;
}

.footer .bottom {
  margin-top: 80px;
  display: flex;
  font-size: 12px;
  color: #8c8c8c;
  justify-content: space-between;
}
.footer .bottom .left a {
  color: #8c8c8c;
}
.footer .bottom .right a {
  margin-left: 35px;
  color: #8c8c8c;
}


.headerheight {
  height: 100px;
}

.in-banner {
  position: relative;
}

.in-banner .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.in-banner .text  h3 {
  font-size: 36px;
  color: #fff;
}
.in-banner .text .list {
  margin-top: 45px;
}

.in-banner .text .list a {
  display: block;
  float: left;
  font-size: 22px;
  color: #fff;
  margin: 0 15px;
}

.in-banner .text .list a:hover {
  color: #e62129;
}
.in-banner .text .xia {
  margin-top: 100px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border:1px solid #fff;
}

.in-banner .text .xia i {
  font-size: 20px;
  color: #fff;
}

.onefl {
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-top: 5px solid #e62129;
}


.onefl ul {
  display: flex;
  align-items: center;
  height: 146px;
  justify-content: space-around;
}

.onefl ul li {
  display: block;
  height: 100%;
  position: relative;
}
.onefl ul li a {
  width: 100%;
  height: 100%;
  display:flex;
  box-sizing: border-box;
  padding: 0 35px;
  flex-direction: column;
  justify-content: center;
}
.onefl ul li i {
  display: block;
  color: #595959;
  font-size: 36px;
  text-align: center;
}
.onefl ul li span {
  display: block;
  font-size: 16px;
  color: #595959;
  margin-top: 15px;
}
.onefl ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 76px;
  position: absolute;
  left: -5%;
  top: 50%;
  margin-top: -38px;
  background: #e5e5e5;
}
.onefl ul li:nth-child(1):after {
  display: none;
}

.onefl ul li:hover a {
  background: #e62129;
}
.onefl ul li:hover i {
  color: #fff;
}
.onefl ul li:hover span {
  color: #fff;
}
.onefl ul li:hover::after {
  background: #e62129;
}


.onefl ul li.curr a {
  background: #e62129;
}
.onefl ul li.curr i {
  color: #fff;
}
.onefl ul li.curr span {
  color: #fff;
}
.onefl ul li.curr:after {
  background: #e62129;
}

.product {
  background: #f7f7f7;
  padding: 75px 0;
}

.product .tit {
  color: #e62129;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.title2 {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 22px;
  justify-content: center;
  box-shadow: 0 0 10px rgba(204,204,204,0.3);
}

.title2 a:before {
  content: "";
  display: block;
  width: 60%;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  bottom: 0;
  border-radius: 3px;
  height: 3px;
  background: #e62129;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}

.title2 a {
  margin: 0 30px;
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
}

.title2 a::after {
  content: "";
  display: block;
  position: absolute;
  left:50%;
  bottom: 0;
  margin-left: 24%;
  border-radius: 3px;
  height: 3px;
  background: #e62129;
  width:6%;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}

.title2 a.curr::before {
  opacity: 1;
} 
.title2 a.curr::after {
  opacity: 1;
} 

.title2 a:hover::before {
  opacity: 1;
} 
.title2 a:hover::after {
  opacity: 1;
} 

.title3 {
  height: 60px;
  background: #ececec;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title3 a {
  color: #565656;
  font-size: 16px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.title3 a:after{
  content: "/";
  display: block;
  position: absolute;
  right: 0;
}
.title3 a.curr {
  color: #e62129;
}
.title3 a:hover {
  color: #e62129;
}
.title3 a:last-child::after {
  display: none;
}

.pro-list {
  margin-top: 30px;
}
.pro-list ul {
  margin-left: -46px;
}
.pro-list li {
  float: left;
  width: 445px;
  height: 415px;
  padding:32px; 
  margin-left: 46px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border:1px solid #e0e0e0;
  margin-bottom: 40px;
}

.pro-list li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #eee;
  position: relative;
  z-index: 9999;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.pro-list li .img {
  width: 240px;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list li .img img {
  width: 100%;
}
.pro-list li h3 {
  margin-top: 14px;
  font-size: 22px;
  color: #262626;
  padding: 0 20px;
  overflow:hidden;
  font-weight: normal;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}

.pro-list li .st {
  display: block;
  margin-top: 15px;
  padding: 0 15px;
  font-size: 16px;
  color: #8c8c8c;
  overflow:hidden;
  font-weight: normal;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.pro-list li .st i {
  margin-right: 15px;
}
.pro-list li:hover h3 {
  color: #e62129;
}
.pro-list li:hover a {
  background: #fff;
}

.btn-border-o {
  position: relative;
}
.btn-border-o:before, .btn-border-o:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  box-sizing: content-box;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-border-o:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.05s;
   transition-delay: 0.05s;
}
.btn-border-o:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
}
.btn-border-o:hover:before {
  width: 100%;
}
.btn-border-o:hover:after {
  height: 100%;
}
.btn-border-o.btn-purple:before, .btn-border-o.btn-purple:after {
  border-color: #ff6700;
}

.page {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.page a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  border:1px solid #e0e0e0;
  line-height: 50px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  background: #fff;
  margin-right: 15px;
  position: relative;
}
.page a i {
  font-size: 20px;
  display: block;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari and Chrome */
}


.shoptit {
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
}

.shoptit i {
  color: #999;
  font-size: 18px;
}

.shoptit i {
  font-size: 16px;
  margin:0 15px; 
}
.shoptit a,.shoptit span {
  font-size: 14px;
  color: #999;
}
.shoptit a:hover {
  color: #e62129;
}

.shoptit .back {
  width: 350px;
  height: 100%;
  position: absolute;
  right: 0;
  background: #e62129;
  padding-left: 40px;
  box-sizing: border-box;
  color: #fff;
  z-index: 9;
}
.shoptit .back a {
  display: flex;
  height: 100%;
  align-items: center;
}
.shoptit .back a i {
  font-size: 22px;
  color: #fff;
}
.shoptit .back a {
  color: #fff;
}

.pro-show {
  padding: 60px 0;
}
.proswiper {
  height: 530px;
  position: relative;
  width: 670px;
}
.proswiper .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.proswiper .swiper-slide {
  background-size: cover;
  background: #fff;
  background-position: center;
}

.proswiper .gallery-top {
  height: 72.65%;
  width: 100%;
}
.proswiper .xia {
  height: 27.35%;
  box-sizing: border-box;
  padding:20px 8%;
  background: #e9e9e9;
  position: relative;
}
.proswiper .gallery-thumbs {
  height: 100%;
}

.proswiper .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  position: relative;
  border:6px solid rgba(0,0,0,0.3);
  box-sizing: border-box;
}
.proswiper .swiper-slide .img {
  height: 100%;
  width: auto;
}
.proswiper .swiper-slide .img  img {
  height: 100%;
  width: auto;
  display: block;
}
.proswiper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.proswiper .swiper-button-next:after,.proswiper .swiper-container-rtl .swiper-button-prev:after {
  content: "";
  background: url(../img/jt.png);
  background-size: 100%;
  width: 11px;
  height: 25px;
}

.proswiper .swiper-button-prev:after,.proswiper .swiper-container-rtl .swiper-button-next:after {
  content: "";
  background: url(../img/jt.png);
  background-size: 100%;
  width: 11px;
  height: 25px;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Safari and Chrome */
}

.pro-show .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
} 

.protext {
  width: 685px;
}
.protext h5 {
  font-size: 16px;
  color: #262626;
  padding-left: 20px;
  position: relative;
  line-height: 30px;
  font-weight: normal;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.protext h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top:11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b79c6d;
}

.protext h3 {
  font-size: 36px;
  color: #e62129;
  margin-top: 10px;
  overflow: hidden;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.protext h3 span {
  height: 40px;
  line-height: 40px;
  display: block;
}
.protext h3:after {
  content: "";
  display: inline-block;
  width:60%;
  height: 1px;
  background: #cecfd0;
  margin-left: 30px;
}
.protext h4 {
  margin-top: 20px;
  font-size: 24px;
  color: #262626;
  line-height: 30px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  font-weight: normal;
}


.protext .st {
  margin-top: 30px;
  line-height: 30px;
  color: #818181;
  font-size: 16px;
}
.protext .st  span {
  display: block;
  height: 30px;
  margin:10px 0; 
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.protext .int {
  font-size: 20px;
  height: 58px;
  line-height: 58px;
  padding: 0 52px;
  background: #e62129;
  margin-top: 30px;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
    transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.protext .int:before {
  content: "";
  display: block;
  width: 98%;
  height: 90%;
  left: 1%;
  top: 5%;
  box-sizing: border-box;
  position: absolute;
  border:1px solid #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.protext .int:hover {
  background: #fff;
  color: #e62129;
  border-radius: 3px;
}
.protext .int:hover::before {
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  border:1px solid #e62129;
}
#proxi .ziting {
  border-top: 4px solid #e62129;
  border-bottom: 1px solid #e7e7e7;
}
#proxi .centit {
  justify-content:left;
  box-shadow: 0 0 0 0;
}
.centit {
  height: 99px;
}
.centit a {
  line-height: 99px;
}

#proxi  .cons {
  display: block;
  font-size: 16px;
  color: #595959;
  line-height: 30px;
  padding: 30px 0;
}
#proxi  .cons h3 {
  font-size: 24px;
  color: #262626;
  margin: 50px 0;
}

.download {
  display: block;
  margin-bottom: 50px;
}

.download h3 {
  font-size: 24px;
  color: #262626;
  margin-top:50px;
}

.download .list {
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.downli {
  position: relative;
  width: 100%;
  height: 110px;
  display:block;
  margin-top: 40px;
  cursor: pointer;
}

.downli .log {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.download .list a {
  display: block;
  height: 100%;
  width: 100%;
  border:1px solid #e7e7e7;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 9;
  align-items: center;
  justify-content: space-between;
}
.download .list a:hover .dlo i {
  color: #e62129;
}
.download .list a:hover .dlo .st {
  color: #e62129;
}
.download .list .boxs {
  display: flex;
  height: 100%;
  padding: 0 22px;
  align-items: center;
}
.download .list i.pdf {
  font-size: 32px;
  color: #f56d49;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
  border:2px solid #f56d49;
}

.download .list .text {
  display: block;
  margin-left: 25px;
}

.download .list .text h4 {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  font-size: 20px;
  min-width: 230px;
  overflow: hidden;
  font-weight: normal;
}

.download .list .text .time {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
  color: #8c8c8c;
  font-size: 14px;
}
.download .list .text .time p {
  position: relative;
  padding-left: 14px;
}

.download .list .text .time p:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #e5e5e5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.download .dlo {
  width: 110px;
  border-left: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.download .dlo i {
  color: #bbb;
  font-size: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.download .dlo .st {
  font-size: 16px;
  color: #bbb;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.xg-swiper {
  margin-left: -46px;
  margin-top: 55px;
}

.xgcp {
  background: #f7f7f7;
  padding:50px 0; 
  border-top: 1px solid #e0e0e0;
}
.xgcp h4 {
  font-size: 36px;
  color: #262626;
  font-weight: normal;
}
.xg-btn {
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xg-btn .btns {
  position: relative;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.xg-btn i {
  font-size: 20px;
}
.xg-btn .swiper-button-nextxg {
  transform: rotate(180deg);
  margin: 0 20px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
}

.xg-btn .btns:hover {
  background: #e62129;
  color: #fff;
}

.member {
  width: 590px;
  margin: 0 auto;
  padding: 55px 40px 40px 40px;
  background: #fff;
  box-sizing: border-box;
}
.member .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member .top h3 {
  font-size: 24px;
  color: #262626;
}
.member .top .linkzc {
  font-size: 16px;
  color: #e62129;
  cursor: pointer;
}

.member .form {
  width: 100%;
  margin-top: 30px;
}
.member .form  .input {
  width: 100%;
  height: 60px;
  font-size: 16px;
  border:1px solid #e4e5e8;
  border-radius: 10px;
  line-height:60px;
  box-sizing: border-box;
  padding: 10px 35px;
  box-shadow: 0 0 10px rgba(204,204,204,0.3);
  margin-top: 20px;
}
.member .form  .btns {
  margin-top: 50px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #e62129;
  border:none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
}

.member .lin {
  margin-top: 60px;
  font-size: 16px;
  color: #595959;
  display: block;
  text-align: center;
}
.member .lin  span {
  color: #0080ec;
}

.yzm {
  margin-top: 20px;
  position: relative;
}
.yzm .input {
  margin-top: 0 !important;
}

.yzm .phoneyzm {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 155px;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0080ec;
  font-size: 15px;
  cursor: pointer;
  border-left: 1px solid #e0e2e5;
}

.gou {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.gou .lin {
  margin-top: 0;
  margin-left: 20px;
}


#login {
  display: block;
  position: relative;
  z-index: 99; 
  border-radius: 8px;
  overflow: hidden;
}

#register {
  display: none;
  z-index: 99;
  overflow: hidden;
  border-radius: 8px;
}

.insing {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999999;
}
.insing .boxs {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.insing .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
  z-index: 9;
}
.in-banner {
  width: 100%;
}
.in-banner .imgs {
  width: 100%;
}
.in-banner .imgs img {
  width: 100%;
  display: block;
}
.in-banner .list .int {
  font-size: 30px;
  color: #fff;
}

.fwcn .top {
  padding: 80px 0;
  display: flex;
  align-items:flex-end;
  justify-content: space-between;
}

.fwcn .out {
  width: 64.425%;
  color: #595959;
  font-size: 16px;
  line-height: 30px;
}

.fwcn .list {
  display: block;
}
.fwcn .list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fwcn .list ul li {
  width: 324px;
  height: 413px;
  position: relative;
  text-align: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fwcn .list ul li .boxs {
  position: absolute;
  width: 100%;
  height: 22%;
  bottom: -4px;
  left: 0;
  border-bottom: 4px solid #e62129;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fwcn .list ul li h3 {
  width: 100%;
  font-size: 22px;
  color: #fff;
  margin-bottom: 35px;
  display: flex;
  align-items:flex-end;
  justify-content: center;
}


.fwcn .list ul li h3:after {
  content: "";
  display: block;
  margin-left: 20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border:4px solid #cb2d36;
}

.fwcn .list ul li .st {
  margin: 0 auto;
  line-height: 24px;
  font-size: 16px;
  display: block;
  width: 60%;
  color: #fff;
  opacity: 0;
  margin-bottom: -50px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.fwcn .list ul li:hover .boxs {
  bottom: 0;
  height: 100%;
}
.fwcn .list ul li:hover .st {
  opacity: 1;
}

.xswl {
  margin-top: 60px;
  height: 670px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.xswl .wrap {
  height: 100%;
  display: flex;
}
.xswl .text {
  width: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xswl .text .title span {
  color: #fff;
}
.xswl .text .title span:before {
  background: #fff;
}
.xswl .text .title h3 {
  color: #fff;
}
.xswl .text  .int {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
}
.xswl .text .st {
  margin-top: 40px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

#maps {
  position: relative;
  z-index: 9999;
  width: 1000px;
  height: 667px;
  margin-right: -100px;
}

.zxly {
  padding:80px 0;
}

.zxly .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zxly .left {
  display: block;
  width: 34.3%;
}
.zxly .left  .st {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 30px;
  margin-top: 30px;
}

.zxform {
  display: block;
}

.zxform .boxs {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-top: 20px;
  justify-content: space-between;
}
.zxform .zxinput {
  width: 315px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 5px 15px;
  border:1px solid #d6d6d6;
  margin-left:20px;
}
.zxform .textarea {
  margin-top: 20px;
  width: 100%;
  height: 140px;
  border:1px solid #d6d6d6;
  padding: 10px 15px;
  box-sizing: border-box;
}

.zxform .inbox {
  position: relative;
}

.zxform .inbox .imgs {
  display: block;
  width: 100px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  right: 10px;
}
.zxform .btns {
  width: 320px;
  height:50px;
  line-height:50px;
  background: #e62129;
  border:none;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.gcal .title2 a {
  margin: 0 27px;
}

.gcal .top {
  display: block;
  background: #f5f5f5;
  padding: 70px 0;
}

.gcal .top .st {
  font-size:16px;
  color: #8c8c8c;
  line-height: 30px;
  margin-top: 30px; 
}

.gcal .list {
  display: block;
  margin-top: 40px;
}
.gcal .list ul {
  margin-left: -16px;
}
.gcal .list ul li { 
  width: 465px;
  height: 600px;
  margin:16px 0 0 16px;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gcal .list ul li a {
  display: block;
}

.gcal .list ul li .boxs {
  width: 86%;
  position: absolute;
  left: 50%;
  margin-left: -43%;
  background: #fff;
  padding: 25px 30px;
  display: flex;
  height: 19%;
  bottom: 6%;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gcal .list ul li h3 {
  font-size: 22px;
  color: #262626;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: normal;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gcal .list ul li .smt {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.gcal .list ul li .smt .st {
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.gcal .list ul li .link {
  color: #8c8c8c;
  font-size: 16px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gcal .list ul li .link i {
  display: inline-block;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari and Chrome */
}
.gcal .list ul li:hover .boxs {
  height: 50%;
  padding: 80px 30px 50px 30px;
  background: rgba(230,33,41,0.9);
}
.gcal .list ul li:hover h3 {
  color: #fff;
}
.gcal .list ul li:hover .smt {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.gcal .list ul li:hover .link {
  color: #fff;
}


/*  工程案例一级 */

.yyal .bgs {
  position: relative;
  z-index: 99;
  background-color: #000;
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yyal .bgs ul {
  width: 100%;
  height: 840px;
  overflow: hidden;
}
.yyal .bgs ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter:alpha(opacity=0);   
  -moz-opacity:0;   
  -khtml-opacity: 0;   
  opacity: 0; 
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}
.yyal .bgs ul li.on {
  filter:alpha(opacity=100);   
  -moz-opacity:1;   
  -khtml-opacity: 1;   
  opacity: 1; 
  z-index: 95;
  display: block;
}
.yyal .texts {
  position: absolute;
  z-index: 999;
  height: 100%;
  width: 100%;
  left: 50%;
  margin-left: -714px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  top: 0;
  
}
.yyal .texts ul {
  width: 100%;
}
.yyal .texts ul:before {
  content:"";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
.yyal .texts ul li {
  display: block;
  float: left;
  height: 120px;
  width: 23%;
  border-right: 1px solid rgba(255,255,255,0.3);
  box-sizing: border-box;
  position: relative;
}

.yyal .texts ul li a {
  display: block;
  text-align: right;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.yyal .texts ul li .st {
  font-size: 20px;
  color: #fff;
  padding-top: 56px;
  display: block;
}
.yyal .texts ul li h3 {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  display:inline-block;
  margin-right: 55px;
  vertical-align: bottom;
  position: relative;
  margin-top: 45px;
}
.yyal .texts ul li h3:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  bottom: 0;
  border:3px solid #e62129;
}
.yyal .texts ul li i  {
  position: absolute;
  display: block;
  left: 30px;
  bottom: 20px;
  font-size: 75px;
  color: #333;
  z-index: 99;
  filter:alpha(opacity=0);   
  -moz-opacity:0;   
  -khtml-opacity: 0;   
  opacity: 0; 
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.yyal .texts ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter:alpha(opacity=0);   
  -moz-opacity:0;   
  -khtml-opacity: 0;   
  opacity: 0; 
  z-index: 5;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.yyal .texts ul li.on::before {
  filter:alpha(opacity=100);   
  -moz-opacity:1;   
  -khtml-opacity: 1;   
  opacity: 1; 
}
.yyal .texts ul li.on i {
  filter:alpha(opacity=100);   
  -moz-opacity:1;   
  -khtml-opacity: 1;   
  opacity: 1; 
}
.yyal .texts ul li.on:hover::before{ 
  background-color: rgba(230,0,18,0.41);
}
/*.yyal .texts ul li.on:nth-child(1):hover::before{
  background-color: #e13643;

}

.yyal .texts ul li.on:nth-child(2):hover::before{

  background-color: #3652e1;

}

.yyal .texts ul li.on:nth-child(3):hover::before{

  background-color: #7bb939;

}

.yyal .texts ul li.on:nth-child(4):hover::before{

  background-color: #d89a13;

}

.yyal .texts ul li.on:nth-child(5):hover::before{

  background-color: #008C8C;

}

.yyal .texts ul li.on:nth-child(6):hover::before{

  background-color: #31BBCE;

}

.yyal .texts ul li.on:nth-child(7):hover::before{

  background-color: #8C6900;

}

.yyal .texts ul li.on:nth-child(8):hover::before{

  background-color: #008040;

}
*/

.yyal .bgnone {
  background-image: none !important;
  transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;  
}

.yyal .texts ul li:nth-child(4n) {
  border-right: 0;
}


.in-banner .bit {
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 99; 
  width: 100%;
}
.in-banner .bit span {
  padding:0 150px; 
  height: 140px;
  line-height: 140px;
  overflow: hidden;
  display: inline-block;
  background: rgba(255,255,255,0.8);
  font-size: 32px;
  color: #262626;
  border-left: 14px solid #e22b39;
}

.gcjs {
  margin: 100px 0 80px 0;
}
.gcjs h3 {
  font-size: 32px;
  margin: 0 auto;
  text-align: center;
}
.gcjs .con {
  margin-top: 50px;
  font-size: 16px;
  color: #595959;
  line-height: 30px;
}

.in-jjfa {
  width: 100%;
  height: 840px;
}

.lxwm {
  background: #f7f7f7;
  padding: 100px 0;
}
.lxwm .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lxwm .text {
  width: 630px;
}

.lxwm .text h4 {
  font-size: 36px;
  color: #e62129;
  margin-top: 20px;
}

.lxwm .text .st {
  font-size: 16px;
  color: #8c8c8c;
  margin-top: 40px;
  line-height: 30px;
}

.lxwm .text .int {
  margin-top: 30px;
  color: #e62129;
  font-size: 24px;
}

.lxwm .text .lis {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.lxwm .text .lis:nth-child(1) i {
  font-size: 20px;
}
.lxwm .text .lis i {
  color: #000;
  width: 40px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lxwm .text .lis .pi {
  display: block;
  margin-left: 20px;
  font-size: 16px;
}
.lxwm .text .lis .pi span {
  display: block;
  line-height: 25px;
}
.lxwm .text .lis .pi b {
  color: #e62129;
}

#maps2 {
  height: 580px;
  width: 680px;
}


/*  人才招聘 */
.jr-list {
  background:#f9f9f9;
  padding: 30px 0 60px 0; 
}

.jr-list .forms {
  display: block;
}
.jr-list .forms .layui-form-select {
  width: 200px;
  display: inline-block;
  margin-right: 20px;

}
.jr-list .forms .layui-form-select .layui-input {
  border:none;
  padding-left: 15px;
  border-radius: 10px;
}
.layui-form-select .layui-edge {
  right: 15px;
}
.layui-form-select dl dd.layui-this {
  background-color: #b92221;
}
.jr-list .forms .pr {
  display: inline-block;
}
.jr-list .forms .input {
  width: 380px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 10px;
  border:none;
  padding: 0 20px;
  box-sizing: border-box;
}
.jr-list .forms .btnboxs {
  position: absolute;
  right: 0;
  top: 0;
  width: 105px;
  background-color: #b92221;
  height: 38px;
  line-height: 38px;
  border-radius:0 10px 10px 0;
  cursor: pointer;
}

.jr-list .forms .iconfont {
  position: absolute;
  right:58px;
  top:0;
  width: 30px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
}

.jr-list .forms .btns {
  background: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  border:none;
  width:100%;
  height: 38px;
  line-height: 38px;  
  position: absolute;
  right: 0;
  text-indent: 2rem;
  cursor: pointer;
}

.jr-list .forms .btnboxs:hover {
  background: #a71918;
}

.jr-list .list {
  display: block;
  padding-top: 25px;
}
.jr-list .list ul {
  margin-left: -1.5%;
}
.jr-list .list ul li {
  display: block;
  float: left;
  width: 31.8%;
  margin-top: 30px;
  margin-left: 1.5%;
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}

.jr-list .list ul li a {
  display: block;
  padding: 30px 25px 40px 40px;
  position: relative;
  z-index: 99;
}
.jr-list .list ul li i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  background: #dec685;
  border-radius: 50%;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}
.jr-list .list ul li h3 {
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 24px;
  font-weight: normal;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}

.jr-list .list ul li .int {
  display: block;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
  margin-top: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
}
.jr-list .list ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #e62129;
  width: 0%;
  height: 100%;
  z-index: 9;
  border-radius: 5px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.jr-list .list ul li:hover::after {
  width: 100%;
}
.jr-list .list ul li:hover i {
  background: #fff;
  color: #e62129;
}
.jr-list .list ul li:hover h3 {
  color: #fff;
}
.jr-list .list ul li:hover .int {
  color: #fff;
}

.jr-tk {
  display: none;
  padding: 50px 60px 30px 60px;
}

.jr-tk  h4 {
  font-size: 24px;
  color: #262626;
  font-weight: normal;
}

.jr-tk .boxs {
  margin-top: 80px;
}

.jr-tk .boxs .le {
  width: 20%;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 30px;
}
.jr-tk .boxs .le .lin {
  margin-top: 30px;
}
.jr-tk .boxs .ri {
  width: 75%;
}

.jr-tk .boxs .ri h5 {
  font-size: 18px;
  color: #292929;
  margin-bottom:35px;
}

.jr-tk .boxs .ri p {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 30px;
}
.jr-tk .boxs .ri pre {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 30px;
}

.jr-tk .boxs .ri .lin {
  margin-bottom: 60px;
}

.jr-tk a {
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #e62129;
  background-size:100% 100%;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0 !important;
  position: absolute !important;
  right: 60px;
  top: 40px;
  font-size: 16px;
}
.jr-list .list .layui-layer-rim {
  border:none;
}
.jr-list .list .layui-layer-page .layui-layer-content::-webkit-scrollbar{
  width:8px;
  background: #e2e2e2;
}
.jr-list .list .layui-layer-page .layui-layer-content::-webkit-scrollbar-track-color {
}
.jr-list .list .layui-layer-page .layui-layer-content::-webkit-scrollbar-thumb{
  background: #c1c1c1;
  border-radius:10px;
}
.jr-list .list .layui-layer-page .layui-layer-content::-webkit-scrollbar-thumb:hover{
  background: #c1c1c1;
}
.jr-list .list .layui-layer-page .layui-layer-content::-webkit-scrollbar-corner{
  background: #505050;
}


.xwzx {
  padding: 60px 0;
}

.xwzx  .page {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.tit-top {
  background: #eee;
  padding: 50px 0;
}

.tit-top h3 {
  font-size: 30px;
  color: #262626;
  line-height: 50px;
  font-weight: normal;
  width: 50%;
}
.tit-top .st {
  margin-top: 30px;
  padding-left: 30px;
  font-size: 16px;
  color: #8c8c8c;
  background: url(../img/xw-icon.png) no-repeat left center;
}
.xw-content {
  margin: 60px 0;
}
.xw-content .wrap {
  display: flex;
  justify-content: space-between;
}

.xw-content .cons {
  width: 66%;
  font-size: 16px;
  color: #262626;
  line-height: 30px;
}

.xw-content .tjrd {
  display: block;
}

.xw-content .lis {
  margin-top: 50px;
}
.xw-content .lis a {
  display: block;
}
.xw-content .lis .img {
  width: 370px;
  height: 225px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.xw-content .lis .img img {
  width: 100%;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; 
}
.xw-content .lis  .text {
  font-size: 16px;
  margin-top: 25px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xw-content .lis:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.xw-content .lis:hover .text {
  color: #e70012;
}

.in-banner .text .ort {
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  padding: 0 20%;
}

.xtjs {
  height: 637px;
  position: relative;
}

.xtjs .bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xtjs .bgs .left {
  width: 50%;
  height: 100%;
  background: #f7f7f7;
}

.xtjs .bgs .right {
  width: 50%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.xtjs .wrap {
  height: 100%;
}
.xtcon {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 99;
}

.xtcon .hd {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.xtcon .hd .swiper-slide {
  cursor: pointer;
  display: inline-block;
  background: #eeeef0;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #3a3134;
  box-sizing: border-box;
  border-left: 3px solid #f7f7f7;
}
.xtcon .hd .swiper-slide:hover {
  background: #e62129;
  color: #fff;
}
.xtcon .hd .active {
  background: #e62129;
  color: #fff;
}
.xtcon .bd {
  height: 100%;
  width: 100%;
}
.xtcon .bd {
    height: calc(100% - 70px);
}
.xtcon .bd .swiper-slide {
  display: block;
}
.xtcon .bd .boxs {
  display: flex;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.xtcon .bd .boxs .int {
  font-size: 24px;
  color: #242424;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 70px;
}

.xtcon .bd .boxs .out {
  font-size: 16px;
  color: #8c8c8c;
  margin-top: 30px;
  line-height: 30px; 
}

.aroowright {
  width: 60px;
  height: 60px;
  background: #eeeef0;
  text-align: center;
  line-height: 60px;
  position: absolute;
  right: -60px;
  bottom: 0;
  cursor: pointer;
}
.aroowright i {
  display: block;
  color: #4c4c4c;
  font-size: 20px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari and Chrome */
}
.aroowright:hover {
  background: #e62129;
}
.aroowright:hover i {
  color: #fff;
}


.cjjs {
  padding: 100px 0;
  background: url(../img/cj-bg.jpg) no-repeat bottom center;
}
.cjjs .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cjjs .img {
  width: 737px;
  height: 419px;
  display: flex;
  align-items: center;
}
.cjjs .img img {
  width: 100%;
}

.cjjs .text {
  width: 590px;
}
.cjjs .text .int {
  display: block;
  margin-top: 30px;
  font-size: 22px;
  color: #262626;
  line-height: 40px;
  width: 390px;
}

.cjjs .text .int a {
  margin-right: 30px;
  line-height: 45px;
  display: inline-block;
}
.cjjs .text .int a:hover {
  color: #e62129;
}

.cjjs .text .int a.active {
  color: #e62129;
} 

.cjjs .text .st {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 30px;
  text-indent: 2rem;
  margin-top: 40px;
}
.cjjs .text .more {
  border:1px solid #e62129;
}

.jj-gcal {
  padding: 90px 0;
  background: #f7f7f7;
}
.jj-gcal h5 {
  font-size: 36px;
  color: #262626;
  font-weight: normal;
}

.gyout {
  font-size: 16px;
  color: #262626;
  line-height: 30px;
  height: 300px;
  padding-right: 30px;
  overflow-x: hidden;
}

.gyout::-webkit-scrollbar{
  width:3px;
  background: #e2e2e2;
}
.gyout::-webkit-scrollbar-track-color {
}
.gyout::-webkit-scrollbar-thumb{
  background: #a22832;
  border-radius:10px;
}
.gyout::-webkit-scrollbar-thumb:hover{
  background: #c1c1c1;
}
.gyout::-webkit-scrollbar-corner{
  background: #505050;
}

#jjfa1 .gyyg .bottom {
  height: auto;
  padding: 30px 0;
  background: #fff;
}

.gy-jjfa {
  border-top: 5px solid #e62129;
  width: 100%;
  height: 637px;
  position: relative;
}
.gy-jjfa .title {
  left: 5.5%;
  top: 90px;
  position: absolute;
}
.gy-jjfa .title span {
  color: #fff;
}
.gy-jjfa .title span:before {
  background: #fff;
}
.gy-jjfa ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.gy-jjfa ul li {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: flex-end;
}

.gy-jjfa ul li i {
  font-size: 60px;
  color: #fff;
  display: block;
  opacity: 0;
}
.gy-jjfa ul li h4 {
  color: #fff;
  margin-bottom:45px; 
  font-size: 30px;
  font-weight: normal;
  vertical-align: middle;
}
.gy-jjfa ul li h4:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  border-radius: 50%;
  border:3px solid #e62129;
}
.gy-jjfa ul li .st {
  padding:0 20%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px; 
  display: none;
}

.gy-jjfa ul li:hover {
  justify-content: center;
  background: rgba(0,0,0,0.5);
}

.gy-jjfa ul li:hover h4 {
  font-size: 36px;
  font-weight:bold;
  margin:25px 0 30px 0; 
}
.gy-jjfa ul li:hover h4:after {
  display: none;
}

.gy-jjfa ul li:hover i {
  opacity: 1;
}
.gy-jjfa ul li:hover .st {
  opacity: 1;
  display: block;
}

.gy-fzlc {
  padding: 90px 0;
  background: #f7f7f7;
}
.gy-fzlc h3 {
  color: #e62129;
  font-size: 36px;
  text-align: center;
  margin-top: 30px;
}

.gy-fzlc .conshow {
    margin-top: 60px;
    padding: 0 50px;
    position: relative;
}
.gy-fzlc .conshow ul {
  height: 555px;
  overflow: hidden;
}
.gy-fzlc .conshow ul li {
  width: 100%;
  position: relative;
  z-index: 99;
  margin-top: 10px;
}
.gy-fzlc .conshow ul li i{
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 0;
  margin-left: -15px;
  background: url(../img/dian.png) no-repeat;
}


.gy-fzlc .conshow ul li:after {
  content: "";
  display: block;
  clear: both;
}
.gy-fzlc .conshow ul li .boxs {
  float: right;
  width: 600px;
}
.gy-fzlc .conshow ul li .boxs h4 {
  font-family: "Impact";
  font-size: 36px;
  line-height: 30px;
  color: #595959;
}
.gy-fzlc .conshow ul li .boxs .st {
  color: #8c8c8c;
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  text-indent: 2rem;
  text-align: right;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.gy-fzlc .conshow ul li:nth-child(2n) .boxs {
  float: left;
}
.gy-fzlc .conshow ul li:nth-child(2n) .boxs h4 {
  text-align: right;
}
.gy-fzlc .conshow ul li .boxs:hover h4 {
  color: #e62129;
}

.gy-fzlc .conshow .lcd {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  z-index: 9;
}
.gy-fzlc .conshow .more {
  margin-top:30px;
  position: relative;
  z-index: 99; 
  border:1px solid #f7f7f7;
}
.gy-fzlc .conshow .more:hover {
  border:1px solid #e62129;
}

.kysl .bgs .left {
  background: #fff;
}
.kysl .wrap:after {
  content: "";
  display: block;
  clear: both;
}
.kysl .xtcon {
  float: right;
}
.kysl .xtcon .bd .swiper-slide {
  display: flex;
  justify-content:flex-end;
}
.scjd {
  padding: 120px 0;
  background: #f7f7f7;
}
.scjd .xtjs {
  height: 420px;
}

.ryzz {
  padding: 50px 0;
}

.ry-swiper {
  margin-top: 40px;
}

.ry-swiper .swiper-slide li {
  border:1px solid #e0e0e0;
  background: #f1f1f1;
  padding: 7px;
  box-sizing: border-box;
}

.ry-swiper .swiper-slide li img {
  width: 100%;
}

.ry-swiper .xg-btn {
  margin-top: 50px;
}
.ry-swiper .xg-btn .btns {
  background: #f5f5f5;
}
.ry-swiper .xg-btn .btns:hover {
  background: #e62129;
}


/*  移动端菜单  */
.hamburger {
  padding:0;
  text-align: center;
  position: absolute;
  top:18px;
  right: 3%;
  display: none;
  z-index: 999;
}

.hamburger-inner::before {
  top: -18px;
}
.hamburger--collapse .hamburger-inner::after {
  top: -9px;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-box {
  width: 25px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height:3px;
  width: 25px;
  border-radius: 5px;
  background: #e62129;
}



.cbfixed {
  position: fixed;
  right: 30px;
  bottom: 15%;
  z-index: 99999999;
  display: none;
}
.cbfixed ul li {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: 5px;
  background-color: #d93045;
  text-align: center;
  position: relative;
  line-height: 48px;
  transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;  
}
.cbfixed ul li a {
  display: block;
  position: relative;
}
.cbfixed ul li i {
  font-size: 20px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 999;
}
.cbfixed ul li.back {
  margin-top: 10px;
}

.cbfixed ul li .fwrx {
  position: absolute;
  right: 45px;
  width: 200px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  top: 0;
  display: none;
  background-color: #000;

}
.cbfixed ul li .email {
  position: absolute;
  right: 45px;
  width: 200px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  top: 0;
  display: none;
  background-color: #000;

}
/*.cbfixed ul li .e-mail:hover .email{
	display:block;
}*/

.cbfixed ul li .evmsh {
  display: none;
  position: absolute;
  right: 45px;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border:1px solid #e8e8e8;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  top: 0;
}
.cbfixed ul li .evmsh  img {
  width: 100%;
}
.cbfixed ul li:hover {
  background-color: #000;
}