body { text-align: left; padding: 0; margin: 0; font-size: 14px; color: #333; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important; height: auto; background: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased;min-width: 1280px;}
div,p,li { word-break: break-all;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p { padding: 0; margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th { padding: 0; margin: 0;}
fieldset { border-top-width: 0; border-left-width: 0; border-bottom-width: 0; border-right-width: 0;}
a,img,iframe { border: 0; padding: 0; margin: 0;max-width: 100%;color: #333;}
i { font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var { font-weight: normal; font-style: normal;}
ul,ol,li { list-style: none;}
caption { text-align: left;}
th { text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: 100%;}
q:unknown { content: '';}
button,input,select,textarea { font-size: 100%;}
table { border-collapse: collapse; border-spacing: 0;}
.por { position: relative;}
.poa { position: absolute;}
input,textarea,select { font-family: inherit; font-size: 100%;}
a:link { text-decoration: none;}
a:visited { color: #333; text-decoration: none; cursor: pointer;}
a:hover { color: #d2000f; text-decoration: none;}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #666;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #666;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #666;
}
textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #333;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #333;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #333;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #333;
}

.fl,.left { float: left;}
.fr,.right { float: right;}
.tac { text-align: center;}
.tar {text-align: right;}
/*æ¸…é™¤æµ®åŠ¨*/
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { *zoom: 1;}
.hidden { display: none;}
.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}
.w1200{ width: 100%;
  max-width: 1200px;
  margin: 0 auto;}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.w1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1520 {
  width: 1520px;
  max-width: 1520px;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1660px) {
  .w1400 {
    width: 1200px;
    max-width: 1200px;
  }
  .w1440 {
    width: 1200px;
    margin: 0 auto;
    max-width: 1200px;
  }
  .w1520 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .w1600 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
   
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*--banner大图基础样式****/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus { outline: none;}
.slick-list.dragging { cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after { clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {display: block;}
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  /*   opacity: .25;*/
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/


/*banner*/
#banner_main{position:relative; z-index:2;}
.banner{position: relative;width: 100%;min-width: 1000px; height:99vh;}
.banner .swiper-container { width: 100%; height: 100%;}
.banner .vbox-img { width: 100%; height: 100%; overflow: hidden;}
.banner .vbox-img a { width: 100%; height: 100%; display: block;}
.banner .vbox-img .img { width: 100%; height: 100%;}
.banner .vbox-img .img img { width: 100%; height: 100%; object-fit: cover;}
.banner .vbox-img video { position: absolute; left: 50%; top: 0; width: 100%; object-fit: contain; transform: translateX(-50%);}
@media (max-width: 1560px) {
  .banner .vbox-img video { height: 100%;  top: 50%; object-fit: cover; transform: translate(-50%, -50%); }
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom { font-size: 0; bottom: 80px;}
.banner .swiper-pagination .swiper-pagination-bullet { width:55px; height: 5px; background: #fff; margin: 0 8px; position: relative; overflow: hidden; border-radius:20px; transition: all ease-out 0.3s;}
.banner .swiper-pagination .swiper-pagination-bullet-active { background-color: #fff;}

.banner .swiper-button-prev { left:5%;}
.banner .swiper-button-prev, .banner .swiper-button-next { width: 60px; height: 60px; border-radius: 50%; overflow: hidden;  background: none;
 display: flex;justify-content: center; align-items: center;}
 .banner .swiper-button-next { right: 5%; }

.swiper-button-next, .swiper-button-prev { cursor: pointer;}
.banner .swiper-button-prev::before, .banner .swiper-button-next::before { content: ''; width: 100%; height: 100%;
 border: 2px solid rgba(255, 255, 255, 0.7); position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
 border-radius: 50%; box-sizing: border-box;}
.banner .swiper-button-prev .border, .banner .swiper-button-next .border { width: 100%; height: 100%; position: absolute; left: 50%;
 top: 50%; transform: translate(-50%, -50%); z-index: 2;}
.banner .swiper-button-prev .border svg, .banner .swiper-button-next .border svg { width: 100%; height: 100%; transform: rotate(-90deg);}
.banner .swiper-button-prev:hover .border svg, .banner .swiper-button-next:hover .border svg { opacity: 1;}
 .banner .swiper-button-prev:hover .border .progress-bar, .banner .swiper-button-next:hover .border .progress-bar {
   animation: box1run 1s linear normal forwards;
 }
 .banner .swiper-button-prev .icon0 svg, .banner .swiper-button-next .icon0 svg { width: 10px; height: 14px;}
 .banner .swiper-button-prev .icon0, .banner .swiper-button-next .icon0 { width: 10px; height: 14px; display: flex;}
 .banner .swiper-button-prev:hover .icon0 svg path, .banner .swiper-button-next:hover .icon0 svg path { fill: #d2000f;}
 .banner .swiper-button-prev .icon0 svg path, .banner .swiper-button-next .icon0 svg path { fill: rgba(255, 255, 255, 0.7); transition: all ease-out 0.3s;}
 .banner .swiper-button-next svg { transform: rotateZ(180deg);}
 @keyframes box1run {
   0% {
     stroke-dashoffset: 213;
   }
   100% {
     stroke-dashoffset: 0;
   }
 }
 @keyframes maas {
   0% {
     transform: scale(1.1);
   }
   50% {
     transform: scale(1);
   }
   100% {
     transform: scale(1.1);
   }
 }
 @keyframes mouse {
   0% {
     transform: translateY(-5px);
   }
   50% {
     transform: translateY(5px);
   }
   100% {
     transform: translateY(-5px);
   }
 }

.banner .list{width: 100%;display:inline-block;}
.banner .list li{ width: 100%; position: absolute; left: 0; top: 0;  bottom: 0; right: 0; z-index: 1; overflow: hidden; background: #fff;transition: ease 1s;
  animation: upin2 4s ease;}
.banner .list li a { width: 100%; display: block; height: 100%;}
.banner .list li #video{width: 100%; height: 100%; display: block; position: relative; object-fit: cover; 
object-position: center; left: 0; background-size: cover; top: 0;}
@keyframes upin2{0%{transform:scale(1.05)}100%{transform:scale(1)}}
.banner .imo{width: 100%; height: 100%; display: block; position: relative; left: 0; top: 0;}
.banner .indexg2{width: 36%; display: block; position: absolute; left:13.5%; top:30%;}

.banner .slide_btn{position: absolute;bottom:46px;right:5.2%;height:24px;z-index:120;}
.banner .prev,
.banner .next{ position:absolute;width:57px; height:57px; z-index: 12; top:50%; margin-top:-35.5px; left:5%; cursor: pointer; transition: ease-in-out 0.2s; background-position:-0px -175px;}
.banner .next{ background-position:-73px -175px; left:auto; right:5%}
.banner .prev:hover{background-position:-0px -240px;}
.banner .next:hover{background-position:-73px -240px;}

.banner .sline{margin:0 40px;float:left;display:block;width:1px;height:22px;background:url("../images/pnLine.png") no-repeat center center;}
.banner .tip{position: absolute; width:84%; left:8%; bottom:2%; height:50px; z-index: 30; text-align:center;}
.banner .tip li{margin: 0 9px; width:12px; height:12px;  text-align: center; cursor: pointer; font-size: 0; font-weight: bold; overflow: hidden; display: inline-block; background-color:#fff; *display: inline; *zoom: 1; transition: ease-in-out 0.2s; border-radius:50px;}
.banner .tip li.cur{background:#d2000f; opacity:1;}
.banner .pbg1{position:absolute;bottom:0;left:0;width:885px;height:225px;background:url("../images/banner_bg1.png") no-repeat center center;z-index:4;background-size:cover;}
.banner .pbg2{position:absolute;bottom:0;right:0;width:1614px;height:330px;background:url("../images/banner_bg2.png") no-repeat center center;z-index:3;background-size:cover;}
.banner .v-txt{position:absolute;width:84%;top:30%; left:8%;text-align:left;z-index:14;}
.banner .v-txt .tit{font-size:70px;line-height:70px;margin-bottom:10px;color:#11c05d;letter-spacing:8px;}
.banner .v-txt .tit1{font-size:70px;line-height:70px;margin-bottom:20px;color:#11c05d;letter-spacing:8px;}
.banner .v-txt p{font-size:20px;line-height:20px;margin-bottom:10px;color:#11c05d;letter-spacing:8px;}
.banner .video-container{background-color:#fff;z-index:1;}
.banner .video-container #video{display:block;min-width:100%;min-height:100%;position:absolute;top:-0.5%;left:0%;z-index:12;}
.banner .list li .img{ display:block; position:absolute; left:14%; top:28%;width: 37%;}


.banner .opacity{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:url("../images/tq_02.png") no-repeat center center;z-index:13;}
.banner .online{position:absolute;bottom:30%;left:50%;margin-left:-70px;display:block;width:140px;height:40px;font-size:14px;line-height:40px;text-align:center;color:#fff;border:1px solid #fff;z-index:16;transition:all ease 0.36s;border-radius:5px;}
.banner .online:hover{text-indent:6px;color:#fff;border-color:#953034;background:#953034;transition:all ease 0.36s;box-shadow: 0 6px 12px rgba(71, 114, 222, 0.17);transition:all ease 0.36s;}

.ui-linebar{height:75px;background-color: #466ec1;opacity: 1;position: absolute;left: 50%;bottom: 0;width: 1px;margin-left: -.5px;z-index:10; display:none;}
.ui-linebar .ink{-webkit-animation: k-ink 2s linear -.5s infinite;animation: k-ink 2s linear -.5s infinite;background-color: #fff;position: absolute;left: 0; right: 0;top: 0; bottom: 0;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;}
@-webkit-keyframes k-ink{0%,25%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}
@keyframes k-ink{0%,25%{-webkit-transform:scaleY(0);transform:scaleY(0)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}


.banner .list li .bnma {position: absolute;left: 7%;bottom: 20%;width: 27%;z-index: 999; margin: 0 110px; z-index:1;}
.banner .list li .bnma img{ display:block; width:100%;}
.imn{position:absolute; bottom:0; right:2%; width:100%; height:100%;z-index:1;}
.banner .list li .img2{ width:24%;display: block;position: absolute;right:18%;bottom: 26%;}
.banner .list li .icm{ width:100%; height:100%;}
.banner .list li.li3 .img2{right:21%;bottom: 22%; width:22%;}

@media (max-width: 1660px) {
.banner .list li .bnma {width:30%;bottom:20%;}
.banner .v-txt .tit{font-size:50px;line-height:50px;}
.banner .v-txt .tit1{font-size:50px;line-height:50px;}
.banner .v-txt p{font-size:20px;line-height:20px;}
.banner .v-txt { top: 36%;}

.banner .prev{  margin-left:-570px;}
.banner .next{  margin-left:-530px;}

}



/*banner */
.index_main {
  
}
.index_main .section1 {
  position: relative; overflow: hidden;
}
.index_main .section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 2500ms ease-in-out;
}
.index_main .section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt {
  position: absolute;
  top: 44%;
  right: 10px;
  left:50%;
  opacity: 0;width:1440px; margin-left:-720px;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;text-align:left;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
  font-size: 22px;
  color: #fff;
  text-align: left;
   font-weight: lighter; margin-top: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
  color: #fff;
  font-size: 50px;
  font-weight: lighter;
  text-align: left;
 
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
  color: #f5c920;
  display: inline-block;
  letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
  color: #fff;
  font-size: 22px;
  text-align:left; font-weight: lighter;
  margin-top: 10px;
  
}
.index_main .section1 .slick_txt {
  width: 30%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border: 0;
}
.index_main .section1 .left {
  left: 0;
}
.index_main .section1 .right {
  right: 0;
}
.index_main .section1 .slick_txt .slick_arrow {
  width: 77px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .slick_txt .prev {
  background-image: url("../images/ban_prev.png");
  left: 60px;
}
.index_main .section1 .slick_txt .next {
  background-image: url("../images/ban_next.png");
  right: 60px;
}
.index_main .section1 .slick_txt .prev:hover {
  transform: scale(1.1);
  left: 55px;
}
.index_main .section1 .slick_txt .next:hover {
  transform: scale(1.1);
  right: 55px;
}
.index_main .section1 .number {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  z-index: 10;
}
.index_main .section1 .line {
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 8%;
  margin-bottom: 19px;
  z-index: 9; display:none;
}
.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative; text-align:center;
}
.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right:10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  border-radius: 16px;
  background: #000;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease; font-size:0;
}
.index_main .section1 .number span:last-child {
  margin-right: 0;
}
.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin-bottom: 0px;
}
.index_main .section1 .number span.active {
  width: 40px;
  height: 10px;
  margin-bottom: 0;
  background: #d2000f;
}
/*.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative;
}
.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right: 70px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  border-radius: 16px;
  background: #000;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span:last-child {
  margin-right: 0;
}
.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
  width: 11px;
  height: 11px;
  background: #fff;
  margin-bottom: 10px;
}
.index_main .section1 .number span.active {
  width: 140px;
  height: 31px;
  border: 1px solid #fff;
  margin-bottom: 0;
  background: #091414;
}*/

.in_bl{ width:1400px; height:70px; position:absolute; left:50%; margin-left:-700px; bottom:0;z-index: 3;}
.in_bl .in_bz{ margin:0 auto;display: block;width:100px; text-align:center;}
.in_bl .in_bz p{ font-size:14px; color:#fff; line-height:16px; padding-bottom:4px;}
.in_bl .in_bz i{ display:block; margin:0 auto; width:21px; height:34px; background-position: 0px -432px; margin-top:10px;webkit-animation: bounce-down 2s linear infinite;animation: bounce-down 2s linear infinite;}
@keyframes bounce-down {
      25% {transform: translateY(-3px);}
      50%{transform: translateY(0);}
      75% {transform: translateY(3px);}
      100% {transform: translateY(0);}
     }
.in_bl .in_by{font-size:24px; color:#d2000f; line-height:100px;background: url(../images/j3_04.png) left center no-repeat; padding-left:26px; position:absolute; right:26px; top:0;}
@media (max-width: 1660px) {
	.in_bl{ width:1200px;margin-left:-600px;}
}


.index_main .section2 {
  background: #f5f5f5;
}
.index_main .section2 h3 {
  text-align: center;
}
.index_main .section3 {
  width: 100%;
  height: 100%;
  background: url("../image/3.jpg") no-repeat;
  background-size: 100% 100%;
}
.index_main .section3 h3 {
  text-align: center;
}
.index_main .section4 {
  background: #f5f5f5;
}
.index_main .section4 h3 {
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 60px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 40px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1366px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 30px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .slick-arrow {
    background-size: auto 30px;
  }
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1199px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 18px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .index_main .section1 .index_banner .item {
    height: 100vh;
  }
  .index_main .section1 .index_banner .item .inner .block_txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    top: 42%;
  }
  .index_main .section1 .index_banner .slick-arrow {
    display: none !important;
  }
  .index_main .section1 .index_banner .slick-dots {
    position: absolute;
    bottom: 12px;
  }
  .index_main .section1 .index_banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .index_main .section1 .index_banner .slick-dots li button {
    display: none;
  }
  .index_main .section1 .index_banner .slick-dots li.slick-active {
    background: #fff;
  }
  .index_main .section1 .number {
    bottom: 12%;
    display: none;
  }
  .index_main .section1 .number span {
    margin-right: 22px;
  }
  .index_main .section1 .number span:after {
    bottom: -14px;
  }
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 320px) {
}
.index {
  position: relative;
  overflow: hidden;
}
.header_main {
  height: 99px;
  width: 100%;
  z-index: 100;
  position: fixed;
  min-width: 1280px;
  left: 0px;
  top: 0;
}
.header_main.xc{ background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.header_main .email {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 200px;
  height: 100%; display: none;
}

.header_main .email .search_btn {
  width: 100px;
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}

.header_main .email .search_btn i {
  width: 19px;
  height: 19px;
  background-position: -165px -121px;
  display: block;
  margin: 0 auto;
}
/* .header_main.xc .email .search_btn i { background-position: -165px -87px;} */

.header_main .w1400 {
  position: relative;
}

.header_main .webLogo {
  top:0px;
  left:50%; margin-left: -100px;
  position: absolute; z-index: 20;
}

.header_main .webLogo img { display: block; height:99px;}

.header_main .search-box {
  position: absolute;
  top: 0px;
  z-index: 101;
  width: 100px;
  height: 100%;
  right: 0px;
  border-left: 1px solid #2f4973;
}

.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 27px auto 0;
}

.header_main .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}

.header_main .search-box .butn.hov i {
  background-position: -41px 0;
}

.header_main .share-sub {
  position: absolute;
  right: 80px;
  top: 27px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}

.header_main .share-sub.on {
  border: 1px solid #ddd;
  height: 38px;
}

.header_main .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}

.header_main .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}

.menu-btn {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100%;
  cursor: pointer;
  transition: 0.4s 0.2s;
}

.menu-btn i {
  width: 22px;
  height: 19px;
  background-position: -203px -121px;
  display: block;
  margin: 0 auto;
}
/* .header_main.xc .menu-btn i { background-position: -203px -87px;} */

.menu-btn:hover {
  opacity: .9;
}

.menu-flex {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height:0%;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  z-index: 98;
}

.menu-flex.show {
  visibility: visible;
  pointer-events: visible; height: 100%;
}

.menu-bg {
  position: absolute;
  left: 0;
  top: 0;
 /* background: rgba(0, 0, 0, 0.5); */
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.menu-flex.show .menu-bg {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.menu-right {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height: 0%;
  background: #fff;
  transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-right .webLogo1{ margin-left: 3vw; margin-top: 24px; display: block;}
.menu-right .webLogo1 img{ display: block;}

.menu-right .close {
  background: url(../images/closeModal.png) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.menu-flex.show .menu-right {
 height: 100%;
}

.menu-list {
  padding-top:12%;
  margin: 0 10%; opacity: 0; transition: 0.2s; display: flex; justify-content: space-between; position: relative; 
}

.menu-flex.show .menu-list { opacity: 1;}

.menu-list>li {
  position: relative;
  z-index: 3;
}

.menu-list>li>a {
  display: block;
  position: relative;
  z-index: 2;
  color: #333333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}
.menu-list>li>a i{ display: block; width: 20px; height: 3px; background-color: #333; margin-top: 6px;transition: 0.2s; border-radius: 5px;}
.menu-list li a:hover i{ width: 40px; background-color: #d2000f;}

.menu-list .three {
  padding-top: 20px;
}

.menu-list .three a {
  color: #666; display: block;
  font-size: 16px;
  margin-top: 10px;
  line-height: 25px;
  word-break: keep-all;
}

.menu-list a:hover {
  color: #d2000f;
}

.menu-leval {
  display: none;
}

.menu-leval li {
  position: relative;
  border-top: 1px solid #ebebeb;
}

.menu-leval li:first-child {
  border-top: none;
}

.menu-leval li a {
  display: block;
  position: relative;
  padding-left: 59px;
  height: 59px;
  line-height: 59px;
  color: #666666;
  font-size: 16px;
}

.menu-leval li a i {
  display: block;
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -7px;
  font-size: 15px;
  line-height: 1;
  font-style: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.38s;
}

.menu-leval li a:hover {
  color: #333333;
}

.menubtn.active span::after,
.menubtn.active span::before {
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 666;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);

}

.modal-content {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 612px;
  animation: topDown 0.4s;

}

@keyframes topDown {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}


.modal-header {
  display: block;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: right;
}


.close {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/closeModal.png") no-repeat center center;
}

.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all ease 0.36s;
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}

.modal-body .stxt {
  float: left;
  width: 500px;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;
  outline: none;
}

.modal-body .sbtn {
  width: 80px;
  height: 50px;
  background: url("../images/search_btn.png") no-repeat center center #d2000f;
  border: none;
  cursor: pointer;
}

.head_gu{ position: absolute; left:2vw; top:26px;}
.head_gu .head_guz{ float: left; font-size: 18px; color: #fff; line-height: 20px;text-shadow: 1px 0px 3px rgba(159, 45, 0, 0.3);}
.head_gu .head_guz span{ display: block; font-size: 22px; color: #fff; font-family: Arial; padding-top: 6px;}
.head_gu i { display: block; width: 1px; height:44px; background-color: #fff;text-shadow: 1px 0px 3px rgba(159, 45, 0, 0.3); float: left; margin:0 16px 0;}
.head_gu .head_guy{ float: left; text-align: center; position: relative;}
.head_gu .head_guy s{ display: block; width: 22px; height: 24px; background-position: -75px -304px; margin: 0 auto;}
.head_gu .head_guy span{ display: block;font-size: 16px; color: #fff; line-height: 18px;text-shadow: 1px 0px 3px rgba(159, 45, 0, 0.3); padding-top: 3px;}
.head_gu .head_guy .quan_yu{ position: absolute; top:50px; padding:10px; width: 50px; transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);background-color: rgb(255,255,255,1); transition-duration: 150ms;border: 1px rgba(0, 0, 0,0.1) solid; border-radius: 0.375rem; left:-16px;opacity: 0;visibility: hidden;}
.head_gu .head_guy .quan_yu a{ display: block; font-size: 16px; line-height: 30px;}
.head_gu .head_guy:hover .quan_yu{ opacity: 1; transition-duration: 150ms;visibility: visible;}


.header_main.xc .head_gu .head_guz{color: #333;text-shadow: none;}
.header_main.xc .head_gu .head_guz span{color: #333; }
.header_main.xc .head_gu i{background-color: #333;text-shadow:none;}

.header_main.xc .head_gu .head_guy s{ background-position: -75px -330px;}
.header_main.xc .head_gu .head_guy span{ color: #333; text-shadow:none;}

.head_tel{ position: absolute; right:2vw; top:26px; font-size: 18px; color: #fff; line-height: 20px;text-shadow: 1px 0px 3px rgba(159, 45, 0, 0.3);}
.head_tel span{ display: block; font-size: 22px; color: #fff; font-family: Arial; padding-top: 6px; font-weight: bold;}

.header_main.xc .head_tel{color: #333;text-shadow: none;}
.header_main.xc .head_tel span{color: #333;}

.nav_main {
  z-index: 9; width: 100%;
  text-align: center;
}

.nav_main ul {
  display: inline-block;
  zoom: 1;
}

.nav_main .list li {
  float: left;
  line-height: 99px;
  height: 99px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 2;
}
.nav_main .list li.li4 .nav1{ margin-right: 160px;}
.nav_main .list li.li5 .nav1{ margin-left: 80px;}

.nav_main .list li .nav1 {
  margin: 0 30px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  z-index: 1;text-shadow: 1px 0px 3px rgba(159, 45, 0, 0.3);
}
.header_main.xc .nav_main .list li .nav1{ color: #333;text-shadow: none;}

/* .header_main.xc .nav_main .list li .nav1{ color: #333;} */

.nav_main .list li .nav1 i {
  width: 11px;
  height: 6px;
  background-position: 0 0;
  margin-left: 8px;
  margin-bottom: 2px;
}

.nav_main .list li .nav1:before {
  width: 0;
  height: 0px;
  content: "\20";
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: transparent;
}

.nav_main .list li.hover .nav1:before,
.nav_main .list li:hover .nav1:before {
  width: 0px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 8px solid #d2000f;
}

.nav_main .list li.hover .nav1,
.nav_main .list li:hover .nav1 {
   font-weight: bold;
}

.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}

.nav_main .list li:hover .subNav {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;transition-duration: 150ms;visibility: visible; height: 144px;
}

.nav_main .list li .subNav .w1400 .nav_left li a,
.nav_main .list li .subNav2 .w1400 .nav_left li a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav_main .list li .subNav .w1400 .nav_left .on,
.nav_main .list li .subNav2 .w1400 .nav_left .on {
  font-weight: bold;
}

.nav_main .list li .subNav .w1400 .nav_left .on a,
.nav_main .list li .subNav2 .w1400 .nav_left .on a {
  color: #d2000f;
}

.nav_main .list li .subNav .w1400 .nav_left li:hover,
.nav_main .list li .subNav2 .w1400 .nav_left li:hover {
  font-weight: bold;
}

.nav_main .subNav {
  width: 100%;
  position: absolute;
  left: 0;
  height: 0;
  top: 99px;
  text-align: center;
  background: #fff;
  z-index: 0;
  transition: all ease .2s;opacity: 0;visibility: hidden;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.nav_main .subNav .pro_img {
  position: absolute;
  right: 0;
  top: 40px;
  width: 460px;
  border-radius: 10px;
}

.nav_main .subNav .about_nav {
  padding-top: 20px;
  padding-bottom: 10px;
}

.nav_main .subNav .about_nav .about_left {
 /* width: calc(100% - 540px);
  float: left;*/ width: 100%;
}

.nav_main .subNav .about_nav .about_left dl {
  width: 15%;
  text-align: left;
  box-sizing: border-box;
  float: left; margin-right: 2%;
}
.nav_main .subNav .about_nav .about_left dl:nth-child(6n){ margin-right: 0; }


/*.nav_main .subNav .about_nav .about_left dl:nth-child(2n) {
  margin-left: 10%;
}*/

.nav_main .subNav .about_nav .about_left dl dt {
  border-bottom: 1px solid #dfe1e6;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
    font-weight: lighter;
    margin-bottom: 16px;
}

.nav_main .subNav .about_nav .about_left dl dd {
  font-size: 13px;
  float: left;
  width: 100%;
  margin-left: 0px;
  line-height: 40px;
}

.nav_main .subNav .about_nav .about_left dl a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #333;
  text-align: left; font-size: 16px;
  position: relative;
}

.nav_main .subNav .about_nav .about_left dl a i {
  display: block;
  width: 7px;
  height: 12px;
  background-position: -10px -364px;
  position: absolute;
  right: 0;
  top: 9px;
}

.nav_main .subNav .about_nav .about_left dl a:hover i {
  background-position: -0px -364px;
}

.nav_main .subNav .about_nav .about_left dl a img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}

.nav_main .subNav .about_nav .about_left dl a:hover {
  color: #d2000f;
  font-weight: bold;
}

.nav_main .subNav .about_nav .about_right {
  float: right;
}

.nav_main .subNav .about_nav .about_right img {
  width: 500px;

  border-radius: 10px;
}

.nav_main .list li .subNav .w1400 .nav_left,
.nav_main .list li .subNav2 .w1400 .nav_left {
  text-align: left;
  position: relative;
  margin-top: 40px;
  width: 190px;
  transition: none;
  height: 332px;
  overflow-y: auto;
}

.por {
  position: relative;
}


/*模态框内容*/
.modal-content {
  display: flex;/*采用flexbox布局*/
  flex-direction: column;/*垂直排列*/
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;/*距顶部15% 水平居中*/
  padding: 20px;
  border: 1px solid #888;
  width: 612px;
  animation: topDown 0.4s;/*自定义动画，从模态框内容上到下出现*/
}
@keyframes topDown {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/*模态框头部*/
.modal-header {
  display: block;/*采用flexbox布局*/
  flex-direction: row;/*水平布局*/
  align-items: center;/*内容垂直居中*/
  justify-content: space-between;
  text-align: right;
}
/*关闭X 样式*/
.close {
  float: right;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  transition: all ease 0.36s;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/closeModal.png") no-repeat center center;
}
.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: rotate(360deg);
  transition: all ease 0.36s;
}
.modal-body {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 10px;
}
.modal-body .stxt {
  float: left;
  width: 500px;
  height: 48px;
  border: #CCC solid 1px;
  padding-left: 30px;outline: none;
}
.modal-body .sbtn {
  width: 80px;
  height: 50px;
  background: url("../images/search_btn.png") no-repeat center center #d2000f;
  border: none;
  cursor: pointer;
}

.floor_index{ width: 100%; position: relative; overflow: hidden;}

.floor_12_main{ width: 100%; position: relative; background-size: cover; overflow: hidden;}
.floor_12_main ul{ width: 100%;display: flex; justify-content: space-between; position: relative;}
.floor_12_main ul li{ width: 25%; position: relative;}
/* .floor_12_main ul li:hover{background: linear-gradient(to bottom, #4ab200, #69be2c);} */
.floor_12_main ul li a .img{ display: block;}
.floor_12_main ul li a .img img{ display: block; width: 100%;}
.floor_12_main ul li a .img .w{ width:70%; padding: 15% 15%; height: 90%; position:absolute; left: 0; top: 0;}
.floor_12_main ul li:hover a .img .w{ background: rgb(0, 0, 0,0.4);}
.floor_12_main ul li a .img h3{ font-size:30px; color: #fff; line-height: 34px;text-shadow: 1px 0px 1px rgb(0,0,0,0.35);}
.floor_12_main ul li a .img p{ font-size: 16px; color: #fff; line-height: 26px; padding-top: 32px; display: none;}
.floor_12_main ul li:hover a .img p{ display: block;}
.floor_12_main ul li a .img i{ display: block; width: 39px; height: 39px; background-position: -109px -88px; margin-top: 40px;}

@media (max-width: 1660px) {
	.floor_12_main ul li a .img h3{ font-size: 28px; line-height: 32px;}
	.floor_12_main ul li a .img p{padding-top: 26px; }
	}

.floor_11_main{ width: 100%;position: relative; overflow: hidden; background: url(../images/k1_03.png) no-repeat center center; padding:0 0 100px;
background-size: cover;}
.floor_11_main .floor_1_00 .mySwiper{ float: right; margin-top: 4px; width: 45%;}	
.floor_11_main .floor_1_00 .mySwiper .swiper-slide{ width:30.3%; height: 60px; background-color: #005daa; border-radius: 50px; float: left; margin-right: 3%;}
.floor_11_main .floor_1_00 .mySwiper .swiper-slide a{ display: block; width: 100%; height: 100%; text-align:  center; line-height: 60px; font-size: 18px; color: #fff;}
.floor_11_main .floor_1_00 .mySwiper .swiper-slide.swiper-slide-active{ background-color: #d2000f;}	

.floor_11_main .mySwiperc{margin: 0; width: 66.6%; margin-top: 60px; position: relative;overflow: initial;}
.floor_11_main .mySwiperc .swiper-slide{ width: 100%; position: relative; height: 500px;}
.floor_11_main .mySwiperc .swiper-slide a{ display: block; width: 100%; position: relative;}
.floor_11_main .mySwiperc .swiper-slide a .w{ opacity: 0;transition: all 0.2s ease 0s;height: 90px;}
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a{display: block; width: 100%;display: flex; justify-content: space-between; position: relative;}
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .w{ opacity: 1; width: 43%;animation: upin 2s ease;height: auto;}
.floor_11_main .mySwiperc .swiper-slide a .w h3{ font-size: 30px; color: #005daa; line-height: 32px; font-weight: bold; padding-top: 14%;}
.floor_11_main .mySwiperc .swiper-slide a h5{ font-size: 22px; color: #333; line-height: 22px; font-weight: bold; border-left: #333 solid 5px; padding-left: 16px; margin-top: 42px;}
.floor_11_main .mySwiperc .swiper-slide a .p{ width: 100%; position: relative;}
.floor_11_main .mySwiperc .swiper-slide a .p h4{ font-size: 16px; color: #666; line-height: 20px; padding-top: 24px;}
.floor_11_main .mySwiperc .swiper-slide a .p p{ width: 100%; padding-top: 6px;}
.floor_11_main .mySwiperc .swiper-slide a .p p span{ display: block; font-size: 16px; color: #666; line-height: 18px;position: relative; padding-left: 16px; margin-top: 14px;}
.floor_11_main .mySwiperc .swiper-slide a .p p span::before { position: absolute; left: 0; top: 6px; content: ""; width:6px;
 height:6px;background:#d2000f; transition: 3s; z-index: -1; border-radius: 30px;}
 .floor_11_main .mySwiperc .swiper-slide a .s{ width: 124px; height: 48px; background-color: #fff; border-radius: 50px; text-align: center; margin-top: 60px;}
.floor_11_main .mySwiperc .swiper-slide a .s p{ display: inline-block;}
.floor_11_main .mySwiperc .swiper-slide a .s p span{ display: block; float: left; font-size: 18px; color: #0b1900; line-height: 48px;}
.floor_11_main .mySwiperc .swiper-slide a .s p i{ display: block; width: 20px; height: 20px; float: left; margin-left: 10px; margin-top: 14px; background-color: #d2000f;align-items: center; justify-content: center;display: flex; border-radius: 30px;}
.floor_11_main .mySwiperc .swiper-slide a .s p i s{ display: block; width: 6px; height: 9px; background-position: 0px -350px;}
  .floor_11_main .mySwiperc .swiper-slide a .s:hover{ background-color: #d2000f;}
  .floor_11_main .mySwiperc .swiper-slide a .s:hover p span{ color: #fff;}
    .floor_11_main .mySwiperc .swiper-slide a .s:hover p i{ background-color: #fff;}
	.floor_11_main .mySwiperc .swiper-slide a .s:hover p i s{ background-position: -20px -350px;}

.floor_11_main .mySwiperc .swiper-slide a .img{ display: block; width: 33%;transition: all 0.2s ease 0s; border-radius: 50%;}
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .img{ width: 53.8%;animation: upin 3s ease;}
.floor_11_main .mySwiperc .swiper-slide a .img img{ display: block; width: 100%; border-radius: 50%;}
.floor_11_main .mySwiperc .swiper-slide a h2{ font-size: 18px; color: #666; line-height: 20px; padding-top: 14px; text-align: center;}
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .img h2{ opacity: 0;}
.floor_11_main .w1400{ position: relative;}
.floor_11_main .swiper-next{ width: 54px; height: 54px; background-color: #d2000f; border-radius: 50px; position: absolute;right: 27%;
  top: 50%; margin-top: 60px;align-items: center; justify-content: center;display: flex; z-index: 8; cursor: pointer;}
.floor_11_main .swiper-next i{ display: block; width: 8px; height: 15px; background-position: -10px -326px;}
.floor_11_main .swiper-next:hover{ opacity: 0.8;}

.floor_11_main .mySwiperc .swiper-slide.swiper-slide-prev{animation: upin1 2s ease;}


@keyframes upin {
  0% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes upin1 {
  0% {
    transform: scale(1)
  }
50% {
    transform: scale(0.8)
  }
  100% {
    transform: scale(0.5)
  }
}

@media (max-width: 1660px) {
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .w h3{ font-size: 28px;line-height: 30px; padding-top: 12%;}
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a h5{ font-size: 20px;line-height: 20px; padding-left: 14px; margin-top:32px;}
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .p h4{ padding-top: 18px;}
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .p p span{ font-size: 14px; line-height: 16px;margin-top: 12px;}
.floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .p p span::before {top: 4px; }
 .floor_11_main .mySwiperc .swiper-slide.swiper-slide-active a .s{ margin-top: 50px;}
 .floor_11_main .mySwiperc .swiper-slide { height: 440px;}
 .floor_11_main .mySwiperc .swiper-slide a .img{ width: 30%;}
}



.floor_0_main{ width: 100%;position: relative; overflow: hidden; background: url(../images/k1_02.jpg) no-repeat center center; padding-bottom: 100px; background-size: cover;}

.floor_0_main .asNavForSlickTabC{ margin-top: 70px; width: 100%; position: relative;}
.floor_0_main .asNavForSlickTabC .myslide{ width: 100%;display: flex; justify-content: space-between; position: relative; background-color: #fff; border-radius: 10px; z-index: 2;}
.floor_0_main .asNavForSlickTabC .myslide .img1{ display: block; width: 50%; border-radius: 10px;}
.floor_0_main .asNavForSlickTabC .myslide .w{ width: 40%; padding: 5%;}
.floor_0_main .asNavForSlickTabC .myslide .w h3{ font-size: 34px; color: #1f2732; line-height: 36px; font-weight: bold;}
.floor_0_main .asNavForSlickTabC .myslide .w p{ font-size:16px; color: #1f2732; line-height: 34px; margin-top:8%;}
.floor_0_main .asNavForSlickTabC .myslide .w a{ display: block; width: 200px; height: 50px; background-color: #ff7403; border-radius: 50px; margin-top: 8%;text-align: center; font-size: 18px; line-height: 50px; color: #fff;}
.floor_0_main .asNavForSlickTabC .myslide .w a:hover{ background-color: #fc8525;}

.floor_0_main .asNavForSlickTab{ width: 100%; text-align: center; margin-top: 50px; position: relative;}
.floor_0_main .asNavForSlickTab .bd{ position: relative; z-index: 5;}
.floor_0_main .asNavForSlickTab .myslide{ text-align: center; cursor: pointer;}
.floor_0_main .asNavForSlickTab .myslide p{ display: block; width: 100px; height: 100px;  margin: 0 auto;background-color: #d2000f; border-radius: 50%; display: none;}
.floor_0_main .asNavForSlickTab .myslide .img1{ display: block; width: 100px;}
.floor_0_main .asNavForSlickTab .myslide i{ display: block; width: 100px; height: 100px; background-position: -112px -383px; margin: 0 auto;}
.floor_0_main .asNavForSlickTab .myslide h3{ font-size: 24px; color: #333; line-height: 26px; padding-top: 16px;}
.floor_0_main .asNavForSlickTab .myslide.slick-current p{ display: block;}
.floor_0_main .asNavForSlickTab .myslide.slick-current i{ display: none;}
.floor_0_main .asNavForSlickTab .myslide.slick-current h3{ font-weight: bold;}

.floor_0_main .asNavForSlickTab s{ display: block; width: 82%; height: 1px; background: url(../images/k11_03.png) center center; position: absolute; left: 9%;
  top: 35%;}




@media (max-width: 1660px) {
.floor_0_main .asNavForSlickTabC{ margin-top: 50px; }
.floor_0_main .asNavForSlickTabC .myslide .w h3{ font-size: 30px; line-height: 32px;}
.floor_0_main .asNavForSlickTabC .myslide .w p{ font-size:14px; line-height: 30px;margin-top:6%;}
}


.public-btn { min-width:100px; height:50px; padding: 0 20px 0 38px; border-radius: 25px;
 display: inline-flex; justify-content: center; align-items: center; background: #d2000f;
 color: #fff; transition: all ease-out 0.3s; cursor: pointer;}
.public-btn span { display: inline-flex; transition: all ease-out 0.3s; margin-left: 26px; width: 26px; height: 26px; 
border-radius: 50px; position: relative;}
.public-btn span i{  display: block; width: 6px; height: 9px;  background-position: -0px -350px;  position: absolute;top: 50%; left: 50%; 
transform: translate(-50%, -50%);}
 .public-btn:hover span{ margin-left: 32px;}




@keyframes jte {
  0% {
    left: 50%;
  }
  50% {
    left: 110%;
  }
  50.1% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@keyframes saomiao {
  0% {
    top: 90%;
  }
  50% {
    top: -10%;
  }
  100% {
    top: 90%;
  }
}



@keyframes jte {
  0% {
    left: 50%;
  }
  50% {
    left: 110%;
  }
  50.1% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
@keyframes saomiao {
  0% {
    top: 90%;
  }
  50% {
    top: -10%;
  }
  100% {
    top: 90%;
  }
}





.floor_1_main { width: 100%; position: relative;overflow: hidden; background-size: cover;}
.floor_1_main .img0{ display: block; width: 100%;}
.floor_1_main .floor_1_00{ position: absolute; width: 100%; height: 100%; left: 0; top: 0;}
.floor_1_main .floor_1_00 .w1520{ height: 100%; position: relative;}
.floor_1_1{ width: 100%; position: relative; width:100%; padding-top: 100px;display: flex; justify-content: space-between;}
.floor_1_1 .index_title{ width: 35.5%;display: block;}
.floor_1_1 .index_title h3{ padding-bottom: 28px;}

.floor_1_1 .p{ width: 64.5%; font-size: 20px; color: #333; line-height: 36px;}



.floor_1_2{ width:100%; position:absolute; display: flex; justify-content: space-between; bottom:100px; left: 0; }
.floor_1_2 .li{ position: relative; width: 24.3%; background-color: #fff; border-radius: 10px; height: 264px;}
.floor_1_2 .li .img{ width: 65px; height: 65px; border-radius: 50%;background: linear-gradient(160deg, #f0b922, #d2000f); position: absolute; right: 20px;
top: 20px;}
.floor_1_2 .li .img img{ display: block; width: 100%;}
.floor_1_2 .li .h3{ display: flex; padding-top: 132px; padding-left: 20px;}
.floor_1_2 .li .h3 h3{ font-size: 60px; color: #333; line-height: 58px; font-family: Arial; font-weight: bold;}
.floor_1_2 .li .h3 span{ display: block; font-size: 48px; color: #333; line-height:52px; font-weight: bold;}
.floor_1_2 .li p{ font-size: 18px; color: #666; line-height: 20px; padding-top:8px; padding-left: 20px;}

@media (max-width: 1660px) {
.floor_1_1 .p { font-size: 18px; line-height: 34px;}
.floor_1_2 .li { height: 220px;}
.floor_1_2 .li .h3 { padding-top: 106px;}
.floor_1_2 .li .h3 h3{ font-size:54px; line-height: 52px; }
.floor_1_2 .li .h3 span{ font-size: 42px; line-height: 50px;}
.floor_1_2 .li p{ font-size: 16px; line-height: 18px; }
}
@keyframes bounce {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }   

    100% {
        transform: scale(1);
        opacity:1;
    }
}




.weui_mask { background: rgba(0,0,0,.6);}
.weui_mask, .weui_mask_transition, .weui_mask_transparent { position: fixed; z-index: 1000; width: 100%; height: 100%;  top: 0; left: 0;}
.weui_dialog { position: fixed; z-index: 5000; width:668px; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; border-radius: 15px; }
.weui_dialog_ft { position: absolute; right: -18px;top: -22px; display: -webkit-box; display: -webkit-flex; display: flex;    z-index: 66666;}
.weui_btn_dialog.primary { color: #2b2b2b;}
.weui_dialog_ft a { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); width:50px; height:50px; background:url(../images/closeM.png) center center no-repeat;transition: All 0.4s ease-in-out;             -webkit-transition: All 0.4s ease-in-out;             -moz-transition: All 0.4s ease-in-out;             -o-transition: All 0.4s ease-in-out;}
.weui_dialog .in_title{ width:100%;}
.weui_dialog .in_title video{ display: block; width: 100%;}
.weui_dialog .in_title img{ margin:0 auto; width:200px; height:200px; display:block;}
.weui_dialog .in_title span{ line-height:60px;}
.weui_dialog_ft a:hover{transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);}

 @keyframes scaleDran {

0% {
	transform:scale(1);
}
25% {
	transform:scale(1.15);
	/*放大1.1倍*/
}
50% {
	transform:scale(1);
}
75% {
	transform:scale(1.15);
}
}
.gd{ width: 100%; margin-top: 5%;}
.gd a{ display: block; width: 256px; height: 48px; position: relative; text-align: center; border: #fff solid 1px; border-radius: 60px; margin: 0 auto;}
.gd a .p{ display: inline-block;}
.gd a .p span{ display: block; float: left; font-size: 16px; color: #fff; line-height: 48px;}
.gd a .p p{ width: 32px; height: 32px; background-color: #005aaa; border-radius: 50px; float: left; margin-left: 10px; margin-top: 8px; position: relative;}
.gd a .p p i{ display: block; width: 16px; height: 6px; background-position: -103px -94px;position: absolute; top: 50%; left: 50%;
 transform: translate(-50%, -50%);}
 .gd a:hover{ background-color: #005aaa; border: #005aaa solid 1px;}
  .gd a:hover .p p{ background-color: #d2000f;}

@media (max-width: 1660px) {

}


.floor_2_main { position: relative; overflow: hidden;}
.floor_2_main .img0{ display: block; width: 100%;}
.floor_2_main .w1400{ position: absolute; left: 50%; top: 0; margin-left: -700px; height: 100%;}
.floor_2_main .floor_2_11{ width:80px; height: 80px; position: relative; background-position: -116px -380px; position: absolute;  top:50%;
  left: 50%; transform: translate(-50%, -50%);}

.floor_2_main .floor_2_12{ width:100%; position:absolute; display: flex; justify-content: space-between; bottom:12%; left: 0; }
.floor_2_main .floor_2_12 .li{ position: relative;}
.floor_2_main .floor_2_12 .li .h3{ display: flex;}
.floor_2_main .floor_2_12 .li .h3 h3{ font-size: 70px; color: #fff; line-height: 65px; font-family: Arial;}
.floor_2_main .floor_2_12 .li .h3 span{ display: block; font-size: 30px; color: #fff; line-height: 32px; padding-left: 12px;}
.floor_2_main .floor_2_12 .li p{ font-size: 18px; color: #fff; line-height: 20px; padding-top: 16px;}

@media (max-width: 1660px) {
.floor_2_main .w1400{ margin-left: -600px;}
.floor_2_main .floor_2_12 .li .h3 h3{ font-size: 60px; line-height: 55px; }
.floor_2_main .floor_2_12 .li .h3 span{ font-size: 26px; line-height: 28px; padding-left: 10px;}
.floor_2_main .floor_2_12 .li p{ font-size: 16px; line-height: 18px; }
}


/* new_index */
/* cpzx */
.floor_3_main {  background-size: cover; width: 100%; position: relative; overflow: hidden;padding: 100px 0;}
.floor_3_1{ width: 100%;display: flex; justify-content: space-between; position: relative; margin-top:60px; }
.floor_3_1 .fl_sw1{ width: 100%; position: relative;}
.floor_3_1 .fl_sw1 .swiper-slide{ width: 100%; position: relative; height: 432px;}
.floor_3_1 .fl_sw1 .swiper-slide::before,.floor_3_1 .fl_sw1 .swiper-slide::after{display: block; position: absolute;
  content: ''; width: 78px; height: 78px; background: url(../images/w10_03.png) center center no-repeat; background-size: 100%; border-radius: 50%;}
.floor_3_1 .fl_sw1 .swiper-slide::before{ left: 0; top: 190px;}
.floor_3_1 .fl_sw1 .swiper-slide::after{ right: 0; top: 190px;}
.floor_3_1 .fl_sw1 .swiper-slide .item{display: block; position: absolute; border-radius: 50%;}
.floor_3_1 .fl_sw1 .swiper-slide .item img { width: 100%; display: block;transition: ease-in-out .2s; border-radius: 50%;}
.floor_3_1 .fl_sw1 .swiper-slide .item .img2{ display: none;}
.floor_3_1 .fl_sw1 .swiper-slide .item::before,.floor_3_1 .fl_sw1 .swiper-slide .item::after { display: block; content: ''; position: absolute;
 left: 50%;top: 50%; transform: translate(-50%,-50%); z-index: -1; background-repeat: no-repeat; background-position: center;}
.floor_3_1 .fl_sw1 .swiper-slide .item::before { width: 100%; height: 100%; background-image: url("../images/w10_03.png"); background-size: 100%;
 transition: 0.5s;}
.floor_3_1 .fl_sw1 .swiper-slide .item::after { width: 0; height: 0; background-image: url("../images/w9_03.png"); border-radius: 50%;
 transition: 0.5s; }
.floor_3_1 .fl_sw1 .swiper-slide .item.IndO::before { width: 0; height: 0; transition: 0.5s;}
/* .floor_3_1 .fl_sw1 .swiper-slide .item.IndO .img1 { filter: brightness(0) invert(1);} */
.floor_3_1 .fl_sw1 .swiper-slide .item.IndO .img1 { display: none;transition: ease-in-out .2s;}
.floor_3_1 .fl_sw1 .swiper-slide .item.IndO .img2 { display: block;transition: ease-in-out .2s;}
.floor_3_1 .fl_sw1 .swiper-slide .item.IndO::after { width: 120%; height: 120%; }

.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(1){ width: 136px; height: 136px; top: 60px; left:6.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(2){ width: 136px; height: 136px; bottom: 20px; left:6.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(3){ width: 146px; height: 146px; top: 188px; left:18%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(4){ width: 168px; height: 168px; top: 20px; left:25.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(5){ width: 136px; height: 136px; bottom: 34px; left:29.2%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(6){ width: 312px; height: 312px; top: 80px; left:39.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(7){ width: 138px; height: 138px; top: 20px; right:28.2%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(8){ width: 136px; height: 136px; bottom: 60px; right:29.2%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(9){ width: 146px; height: 146px; top: 120px; right:17.4%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(10){ width: 138px; height: 138px; top: 32px; right:6.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(11){ width: 168px; height: 168px; bottom: 20px; right:8.2%;}
.floor_3_1 .fl_sw1 .swiper-wrapper{ padding-bottom: 60px;}
.floor_3_1 .fl_sw1 .swiper-pagination{ display: none; }
.floor_3_1 .fl_sw1 .swiper-pagination .swiper-pagination-bullet{ width: 16px; height: 16px; background-color: #d7d7d7; opacity: 1;}
.floor_3_1 .fl_sw1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: linear-gradient(160deg, #f0b922, #d2000f);}

.floor_3_11 a:hover{transform: translateY(-6px); transition: ease-in-out .2s; box-shadow: 3px 5px 8px 5px rgba(0, 0, 0, 0.2);}


@media (max-width: 1660px) {
.floor_3_1 .fl_sw1 .swiper-slide{  height: 402px;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(1){ width: 106px; height: 106px; top: 60px; left:5.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(2){ width: 106px; height: 106px; bottom: 20px; left:5.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(3){ width: 116px; height: 116px; top: 168px; left:17%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(4){ width: 138px; height: 138px; top: 20px; left:24.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(5){ width: 106px; height: 106px; bottom: 34px; left:28.2%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(6){ width: 282px; height: 282px; top: 60px; left:38.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(7){ width: 108px; height: 108px; top: 20px; right:27.2%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(8){ width: 106px; height: 106px; bottom: 60px; right:27.2%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(9){ width: 116px; height: 116px; top: 120px; right:16.4%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(10){ width: 108px; height: 108px; top: 32px; right:5.8%;}
.floor_3_1 .fl_sw1 .swiper-slide .item:nth-child(11){ width: 138px; height: 138px; bottom: 20px; right:7.2%;}

}

.index_title1{ width: 100%;display: flex; justify-content: space-between; position: relative; }
.index_title1 .center{ width: 50%;}
.index_title1 h3 { font-size: 45px; font-weight: normal; color: #d2000f; line-height: 46px; padding-top: 12px;}
.index_title1 h4{ font-size: 65px; color: #54493f; text-transform: uppercase; line-height: 66px;letter-spacing: 4px; font-family: Arial;}
.index_title1 a{ display: block; width: 198px; height: 48px; border: #ae7f49 solid 1px; text-align: center; line-height: 48px;}
.index_title1 a p{ display: inline-block;}
.index_title1 a p span{ display: block; float: left; font-size: 18px; color: #ae7f49;}
.index_title1 a p b{ display: block; font-size: 30px; color: #ae7f49; float: left; padding-left: 60px;}
.index_title1 a:hover{ background-color:#ae7f49;}
.index_title1 a:hover p span{ color: #fff;}
.index_title1 a:hover p b{ color: #fff;}

.floor_4_main { width: 100%; position: relative; background: url(../images/w12_01.jpg) center center no-repeat; padding: 90px 0 80px;background-size: 100% 100%;}
.floor_4_1{ margin-top: 20px;display: flex; justify-content: space-between; position: relative; }
.floor_4_1 .hd{ width:18.6%;}
.floor_4_1 .hd ul{ width: 100%;}
.floor_4_1 .hd ul li{ width: 100%; position: relative;display: flex; margin-top: 40px; cursor: pointer;}
.floor_4_1 .hd ul li a{ width: 100%; display: flex; justify-content: space-between; position: relative;}
.floor_4_1 .hd ul li i{ display: block; width:0%; height: 1px; background-color:transparent; margin-top: 27px;transition: ease-in-out .2s;}
.floor_4_1 .hd ul li.on i{ background-color:#f39b00; width:27.6%;}
.floor_4_1 .hd ul li h3{ height: 50px; width: 64.2%; border-radius: 50px; background-color: #e7e7e7; font-size: 22px; color: #333; line-height: 50px; text-align: center;}
.floor_4_1 .hd ul li.on h3{background: linear-gradient(160deg, #f0b922, #d2000f); color: #fff; font-weight: bold;}
.floor_4_1 .hd .aa1{width: 100%; display: flex; justify-content: space-between; position: relative; margin-top: 40px;}
.floor_4_1 .hd .aa1 h3{ height: 50px; width: 64.2%; border-radius: 50px; background-color: #e7e7e7; font-size: 22px; color: #333; line-height: 50px; text-align: center;}
.floor_4_1 .hd .aa1:hover h3{background: linear-gradient(160deg, #f0b922, #d2000f); color: #fff; font-weight: bold;}
.floor_4_1 .bd{ width:78.5%;}
.floor_4_1 .bd ul{ width: 100%; position: relative;}
.floor_4_1 .bd .fl_sw{ width: 100%; position: relative; text-align: center;}
.floor_4_1 .bd .fl_sw .swiper-slide{ opacity: 0; margin-top:96px; position: relative; text-align: center;}
.floor_4_1 .bd .fl_sw .swiper-slide a{ display:block; width:100%; position: relative; text-align: right;}
.floor_4_1 .bd .fl_sw .swiper-slide .img{ display:inline-block; width:384px; height: 384px; position: relative; background-color: #eeeded; border-radius: 50%;}
.floor_4_1 .bd .fl_sw .swiper-slide .img img{ display: block; width: 90%; border-radius: 50%; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);}
.floor_4_1 .bd .fl_sw .swiper-slide h3{width:384px; display: inline-block; font-size: 24px; color: #333; padding-top: 30px; font-weight: bold; text-align: center;}
.floor_4_1 .bd .fl_sw .swiper-slide p{ display: none; font-size: 16px; color: #666; line-height: 24px; width: 70%; margin: 0 auto; text-align: center; padding-top: 12px;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active{ opacity: 1; margin-top: 0; width:550px;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-next{  opacity: 1;transition: all ease 0.36s;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active a{ width:550px; text-align: left;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active .img{ width: 550px; height: 550px;background: linear-gradient(160deg, #f0b922, #d2000f);}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active h3{ width:550px;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active p{ display: block;}

.floor_4_1 .bd .fl_sw .fswi{ display:block; width: 76px; position: absolute; left: 54%; top: 35%; z-index: 10;}
.floor_4_1 .bd .fl_sw .swiper-prev{ width: 51px; height: 9px; float: left; margin: 0 19px; cursor: pointer; display: none;}
.floor_4_1 .bd .fl_sw .swiper-prev i{ display: block;width: 51px; height: 9px; background-position: -256px -88px;}
.floor_4_1 .bd .fl_sw .swiper-prev:hover i{ background-position: -256px -109px;}
.floor_4_1 .bd .fl_sw .swiper-next{ width: 76px; height: 76px; cursor: pointer;background: linear-gradient(160deg, #f0b922, #d2000f); border-radius: 50%;
align-items: center; justify-content: center; display: flex;}
.floor_4_1 .bd .fl_sw .swiper-next i{ display: block; width: 24px; height: 11px; background-position: -74px -423px;}



.index_title { text-align: left;display: flex; justify-content: space-between; position: relative;}
.index_title h3 { font-size: 48px; font-weight: bold; color: #333; line-height: 50px;}
.index_title h4{ font-size: 65px; color: #4c453f; text-transform: uppercase; line-height: 66px;letter-spacing: 4px; font-family: Arial;}
.index_title .a1{ display: block; width: 140px; height: 40px;background: linear-gradient(160deg, #f0b922, #d2000f); border-radius: 50px; font-size: 18px;
 color: #fff; font-family: Arial; text-align: center; line-height: 40px;transition: ease-in-out .2s;}
 .index_title .a1:hover{ margin-top: -3px;transition: ease-in-out .2s;}

@media (max-width: 1660px) {
.index_title h3 { font-size: 45px; line-height: 46px;}
.index_title h4{ font-size: 55px; line-height: 56px;}
.floor_4_1 .bd .fl_sw .swiper-slide { margin-top: 80px;}
.floor_4_1 .bd .fl_sw .swiper-slide .img{ width:280px; height: 280px;}
.floor_4_1 .bd .fl_sw .swiper-slide h3{width:280px; font-size: 20px; padding-top: 20px;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active{ width:400px;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active a{ width:400px; text-align: left;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active .img{ width: 400px; height: 400px;}
.floor_4_1 .bd .fl_sw .swiper-slide.swiper-slide-active h3{ width:400px;}
.floor_4_1 .hd ul li { margin-top: 30px;}
.floor_4_1 .hd ul li h3 { height: 40px; font-size: 18px; line-height: 40px;}
.floor_4_1 .hd ul li i {margin-top: 20px;}
.floor_4_1 .hd .aa1 { margin-top: 30px;}
.floor_4_1 .hd .aa1 h3 { height: 40px; font-size: 18px;line-height: 40px;}
.floor_4_1 .bd .fl_sw .fswi { top: 33%;}
}
@media (max-width: 1560px) {
	.floor_4_1 .bd .fl_sw .fswi { left: 50%;}
	}

.swiper-slide-active .flyInRight1 { -webkit-animation-name: flyInRight; animation-name: flyInRight;}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.swiper-slide-active .flyInLeft {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft;
}
.active .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}
@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


.floor_5_main{width: 100%; position: relative; background-size: cover; overflow: hidden; padding:100px 0;}
.floor_5_0{ position: absolute; left: 50%; top: 110px; margin-left: -290px;}
.floor_5_0 .s1{ display: block; width: 580px; height: 620px; border: #fdeacc solid 3px; border-radius: 50%;
-webkit-animation: rotate1 12s infinite linear;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.floor_5_0 .s2{ display: block; width: 490px; height: 630px; border: #fdeacc solid 3px; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-left: -245px; margin-top: -315px;
-webkit-animation: rotate1 14s infinite linear;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;}
.floor_5_1{ position: relative; z-index: 2;}
.floor_5_1 .swiper-container{ width: 100%; position: relative;}
.floor_5_1 .swiper-container .swiper-slide{ position: relative;margin-top: 80px; overflow: hidden; border-radius: 5px;}
.floor_5_1 .swiper-container .swiper-slide .img{ display: block; width: 100%; position: relative; overflow: hidden;}
.floor_5_1 .swiper-container .swiper-slide .img img{ display: block; width: 100%;}
.floor_5_1 .swiper-container .swiper-slide .w{ position: relative; padding: 8% 5%;}
.floor_5_1 .swiper-container .swiper-slide .w .time{ display: block; font-size: 20px; color: #333; line-height: 22px;}
.floor_5_1 .swiper-container .swiper-slide .w .tit{ display: block; font-size: 24px; color: #333; line-height:34px; margin-top: 14px; font-weight: bold;
 text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; 
-webkit-box-orient: vertical; height: 68px;}
.floor_5_1 .swiper-container .swiper-slide .w .more{ display: flex; margin-top: 26px;}
.floor_5_1 .swiper-container .swiper-slide .w .more i{ display: block; width: 6px; height: 10px; background-position: -48px -351px; margin-top: 4px;}
.floor_5_1 .swiper-container .swiper-slide .w .more span{ display: block; font-size: 16px; color: #333; line-height: 16px; padding-left: 12px;}

.floor_5_1 .swiper-container .swiper-slide:hover .w,.floor_5_1 .swiper-container .swiper-slide.swiper-slide-active .w{background: linear-gradient(160deg, #f0b922, #d2000f);}
.floor_5_1 .swiper-container .swiper-slide:hover .w .time,.floor_5_1 .swiper-container .swiper-slide.swiper-slide-active .w .time{ color: #fff;}
.floor_5_1 .swiper-container .swiper-slide:hover .w .tit,.floor_5_1 .swiper-container .swiper-slide.swiper-slide-active .w .tit{ color: #fff;}
.floor_5_1 .swiper-container .swiper-slide:hover .w .more i,.floor_5_1 .swiper-container .swiper-slide.swiper-slide-active .w .more i{ background-position: -48px -364px;}
.floor_5_1 .swiper-container .swiper-slide:hover .w .more span,.floor_5_1 .swiper-container .swiper-slide.swiper-slide-active .w .more span{ color: #fff;}

.floor_5_1 .swiper-container .swiper-prev{ width: 50px; height: 50px; /*background-color: #ededed;*/background: linear-gradient(160deg, #f0b922, #d2000f); border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-left: -292px; margin-top: -70px; cursor: pointer;align-items: center; justify-content: center;display: flex; z-index: 5;}
.floor_5_1 .swiper-container .swiper-prev i{ display: block; width: 16px; height: 7px; /*background-position: -50px -405px;*/background-position: -50px -396px;}
.floor_5_1 .swiper-container .swiper-prev:hover i{ background-position: -50px -396px;}
.floor_5_1 .swiper-container .swiper-next{ width: 50px; height: 50px; /*background-color: #ededed;*/background: linear-gradient(160deg, #f0b922, #d2000f); border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-left: 245px; margin-top: -70px; cursor: pointer;align-items: center; justify-content: center;display: flex; z-index: 5;}
.floor_5_1 .swiper-container .swiper-next i{ display: block; width: 16px; height: 7px; /*background-position: -72px -405px;*/ background-position: -72px -396px;}
.floor_5_1 .swiper-container .swiper-next:hover i{ background-position: -72px -396px;}
.floor_5_1 .swiper-container .swiper-prev:hover,.floor_5_1 .swiper-container .swiper-next:hover{background: linear-gradient(160deg, #f0b922, #d2000f);}

@media (max-width: 1660px) {
.floor_5_1 .swiper-container .swiper-slide{ margin-top: 50px;}
.floor_5_1 .swiper-container .swiper-slide .w .time{ font-size:16px; line-height: 18px;}
.floor_5_1 .swiper-container .swiper-slide .w .tit{ font-size: 20px; line-height:30px; height: 60px;}
.floor_5_1 .swiper-container .swiper-prev { margin-left: -240px;}
.floor_5_1 .swiper-container .swiper-next { margin-left: 192px;}
.floor_5_0{ top: 100px; margin-left: -240px;}
.floor_5_0 .s1{ width: 480px; height: 520px;}
.floor_5_0 .s2{ width: 390px; height: 530px; margin-left: -185px; margin-top: -265px;}

}

@keyframes rotate1{
    0%{
        transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
		-ms-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
    }
}

/* 合作案例end */
.floor_6_main { width: 100%; position: relative; background: url(../images/s8_02.jpg) bottom center no-repeat; background-size: cover;
  overflow: hidden; padding-bottom: 90px;}
.floor_6_1 { width: 100%; position: relative; padding-top: 80px;}
.floor_6_1 .a1 { border: #d2000f solid 1px; background-color: #d2000f; position: absolute; left: 0; bottom: 8%;}
.floor_6_1 .a1 p span { color: #fff;}
.floor_6_1 .a1 p i { background-color: #fff;}
.floor_6_1 .a1 p i s { background-position: -36px -386px;}
.floor_6_1 .a1:hover { transform: translateY(-5px); transition: all ease 0.36s; background-color: transparent;}
.floor_6_1 .a1:hover p span { color: #d2000f;}
.floor_6_1 .a1:hover p i s { background-position: -36px -375px;}
.floor_6_1 .floor_6_00 .index_title h3 {  color: #d2000f;}
.floor_6_1 .floor_6_00 { border-bottom: #747d8d solid 1px;}
.floor_6_1 .floor_6_00 .parHd { float: right;}
.floor_6_1 .floor_6_00 .parHd ul { display: inline-block; float: left;}
.floor_6_1 .floor_6_00 .parHd ul li { height:86px; line-height: 46px;margin-left: 100px; float: left; border-bottom: transparent solid 3px;}
.floor_6_1 .floor_6_00 .parHd ul li a { display: block; width: 100%; height: 100%; font-size: 18px;
 color: #333; text-align: center;}
.floor_6_1 .floor_6_00 .parHd ul li.on a { color: #d2000f; font-weight: bold;}
.floor_6_1 .floor_6_00 .parHd ul li.on{ border-bottom:#d2000f solid 3px;}
.floor_6_1 .floor_6_00 .parHd .shi { height: 50px;  line-height: 46px; margin-left:100px; float: left; font-size: 18px; text-align: center;}

.floor_6_1 .floor_6_00 .parHd .shi:hover {
  color: #d2000f;
  font-weight: bold;
}

.floor_6_1 .parBd {
  width: 100%;
  position: relative;
}

.floor_6_1 .parBd .slideBox {
  width: 100%;
  position: relative;
}

.floor_6_1 .parBd .slideBox .sPrev {
  display: block;
  width: 46px;
  height: 46px;
  border: #d2d2d2 solid 1px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  left: -60px;
  top: 50%;
  margin-top: -23px;
}

.floor_6_1 .parBd .slideBox .sPrev i {
  display: block;
  width: 8px;
  height: 15px;
  background-position: 0px -309px;
}

.floor_6_1 .parBd .slideBox .sPrev:hover {
  background-color: #d2000f;
  border: #d2000f solid 1px;
}

.floor_6_1 .parBd .slideBox .sPrev:hover i {
  background-position: 0px -326px;
}

.floor_6_1 .parBd .slideBox .sNext {
  display: block;
  width: 46px;
  height: 46px;
  border: #d2d2d2 solid 1px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -23px;
}

.floor_6_1 .parBd .slideBox .sNext i {
  display: block;
  width: 8px;
  height: 15px;
  background-position: -10px -309px;
}

.floor_6_1 .parBd .slideBox .sNext:hover {
  background-color: #d2000f;
  border: #d2000f solid 1px;
}

.floor_6_1 .parBd .slideBox .sNext:hover i {
  background-position: -10px -326px;
}

.floor_6_1 .parBd .slideBox ul {
  display: inline-block;
  width: 100%;
}

.floor_6_1 .parBd .slideBox ul li {
  margin-top: 40px;
  position: relative;
  width: 430px;
  float: left;
  margin-right: 55px;
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li:hover {
  transform: translateY(-5px);
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li .img {
  width: 100%;
  overflow: hidden;
}

.floor_6_1 .parBd .slideBox ul li .img img {
  display: block;
  width: 100%;
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li:hover img {
  transform: scale(1.03);
  transition: all ease 0.36s;
}

.floor_6_1 .parBd .slideBox ul li .w {
  display: block;
  width: 100%;
}

.floor_6_1 .parBd .slideBox ul li .w h3 {
  font-size: 26px;
  line-height: 35px;
  height: 70px;
  margin-top: 30px;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_6_1 .parBd .slideBox ul li .w .p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.floor_6_1 .parBd .slideBox ul li .w .s {
  width: 100%;
  display: inline-block;
  margin-top: 26px;
}


.floor_6_1 .parBd .slideBox ul li .w .s span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  float: left;
  padding-left: 0px;
}
.floor_6_1 .parBd .slideBox ul li .w .s i{ display: block; width: 11px; height: 9px;
  background-position: -166px -194px; float: left; margin-top: 4px; margin-left: 16px;}
.floor_6_1 .parBd .slideBox ul li:hover .w .s i{ background-position: -166px -205px;}

.floor_6_1 .parBd .slideBox ul li:hover .w .s span {
  color: #d2000f;
}

.floor_6_1 .parBd .time {
  font-size: 54px;
  color: #d2000f;
  line-height: 54px;
  font-family: Arial;
}

.floor_6_1 .parBd .time span {
  font-size: 18px;
  padding-left: 14px;
}

.floor_6_1 .bd {
  width: 40%;
  position: relative;
  padding-top: 20%;
}

.floor_6_1 .bd h3 {
  font-size: 30px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
}

.floor_6_1 .bd .p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
  padding-top: 30px;
}

.floor_6_1 .hd {
  width: 54%;
  position: relative;
}

.floor_6_1 .hd ul {
  width: 100%;
  position: relative;
  margin-top: 30px;
  height: 750px;
}

.floor_6_1 .hd ul li {
  width: 47%;
  margin-left: 3%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.floor_6_1 .hd ul li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 7%;
}

.floor_6_1 .hd ul li:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 7%;
}

.floor_6_1 .hd ul li:nth-child(4) {
  position: absolute;
  right: 0;
  bottom: 0%;
}

.floor_6_1 .hd ul li .img1 {
  display: block;
  width: 100%;
}

.floor_6_1 .hd ul li .w {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 86%;
  padding: 7%;
  background: linear-gradient(to bottom, rgba(48, 69, 93, 1), transparent);
}

.floor_6_1 .hd ul li.on .w {
  background: linear-gradient(to bottom, rgba(4, 87, 180, 1), transparent);
}

.floor_6_1 .hd ul li .w .img2 {
  display: block;
  height: 44px;
}

.floor_6_1 .hd ul li .w h3 {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  padding-top: 12px;
  font-weight: bold;
}

.floor_6_1 .hd ul li .w p {
  display: block;
  position: absolute;
  right: 10%;
  bottom: 8%;
  width: 32px;
  height: 32px;
  border: #fff solid 1px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
}

.floor_6_1 .hd ul li .w p span {
  display: block;
  width: 6px;
  height: 9px;
  background-position: -47px -357px;
}

.floor_6_1 .hd ul li.on p {
  opacity: 1;
}

.floor_6_right .bofang {
  float: right;
  display: inline-block;
  margin-left: 28px;
  cursor: pointer;
}

.floor_6_right .bofang i {
  display: block;
  width: 155px;
  height: 155px;
  background: url(../images/y5_03.png) no-repeat center center;
  background-size: 100%;
}

.floor_6_right .bofang i:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 1660px) {
  .floor_6_1 .hd ul {
    height: 646px;
  }

  .floor_6_1 .parBd .slideBox ul li {
    width: 380px;
    margin-right: 30px;
  }

  .floor_6_1 .parBd .slideBox ul li .w h3 {
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    margin-top: 26px;
  }

  .floor_6_1 .parBd .slideBox ul li .w .p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* 通用底部 */
.bottom_main { background:#fafafa; background-size: cover; width: 100%; position: relative;}
.bottom_main .bottom_na{ position: relative; padding-top:90px; padding-bottom: 120px;}
.bottom_main .bottom_na .bottom_tel{ width:100%; position: relative;}
.bottom_main .bottom_na .bottom_tel .img{ display: block;}
.bottom_main .bottom_na .bottom_tel .img p{ font-size: 18px; color: #fff; line-height: 20px; padding-top: 7%;}
.bottom_main .bottom_na .bottom_tel .img p span{ display: block; font-size: 34px; font-family: Arial; 
font-weight: bold; line-height: 34px; padding-top: 10px;}
.bottom_main .bottom_na .bottom_tel .ewm{display: flex; justify-content: space-between; margin-top: 26px;}
.bottom_main .bottom_na .bottom_tel .ewm .w{ width: 46%; text-align: center;}
.bottom_main .bottom_na .bottom_tel .ewm .w img{ display: block; width: 100%; border-radius: 5px;}
.bottom_main .bottom_na .bottom_tel .ewm .w span{ display: block; width: 100%; color: #fff; padding-top: 10px;}

.bottom_main .bottom_na .bottom_tel .tel{ font-size: 20px; color: #fff; line-height: 22px; text-align: right;}
.bottom_main .bottom_na .bottom_tel .tel span{ display: block;}
.bottom_main .bottom_na .bottom_tel .tel p{ font-size: 36px; color: #fff; line-height: 34px; padding-top:6px; font-family: Arial;}

.bottom_tc{ width: 100%;position: relative;display: flex; justify-content: space-between; padding-bottom: 40px;}
.bottom_tc .box3{ width: 22%;display: flex; justify-content: space-between;}
.bottom_tc .box3 .ewm{ width: 46%; text-align: center; color: #fff; text-align: center;}
.bottom_tc .box3 .ewm img{ display: block; border-radius: 5px; margin-bottom: 8px; width: 100%;}

.bottom_tc .tel{ width: 63.4%; position: relative; display: flex; padding-top: 54px;}
.bottom_tc .tel .t0{ padding-right: 18%;}
.bottom_tc .tel .t0 span{ display: block; font-size: 16px; color: #fff; line-height: 24px;}
.bottom_tc .tel .t0 p{ display: flex; padding-top: 14px;}
.bottom_tc .tel .t0 p i{ display: block; width: 28px; height: 28px; background-position: -40px -356px;}
.bottom_tc .tel .t2 p i{ background-position: -40px -391px;}
.bottom_tc .tel .t0 p b{ display: block; font-size: 30px; color: #fff; font-family: Arial; font-weight: bold; padding-left: 8px;}

.bottom_main .bottom_na .bottom_nav{ display: flex; justify-content: space-between; position: relative; margin-top:36px;}
.bottom_main .bottom_na .bottom_nav .menu{ width: 67%; position: relative;display: flex; justify-content: space-between;}
.bottom_main .box2{  position: relative; }
.bottom_main .box2 .at{ display: block; font-size:18px; color: #000; position: relative;}

.bottom_main .box2 .at_l{ display: block; width: 100%; padding-top: 14px;}
.bottom_main .box2 .at_l a{ display: block; font-size: 16px; color: #666; line-height: 34px;}
.bottom_main .box2 a:hover{ font-weight: bold; color: #d2000f;} 


.bottom_main .bottom_na .bottom_nav .bottom_right{ width: 26%;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_tel{ font-size: 18px; color: #000; line-height: 20px;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_tel span{ display: block; font-size:36px; color: #d6000f; font-family: Arial; padding-top: 6px; font-weight: bold; line-height: 40px;}

.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_dz{ width: 100%; padding-top: 4px;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_dz span{ display: block; font-size: 18px; color: #666; line-height: 36px;}

.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm{ width: 100%; margin-top: 24px;display: flex;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li{ width: 48px; height: 48px; border: #d6000f solid 1px; border-radius: 50%; position: relative;align-items: center; justify-content: center;display: flex; margin-right: 18px;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li:last-child{ margin-right: 0;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li .img1{ display: block;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li .img{ position: absolute; top:-126px;transition-property: all;
  transition-duration: 150ms; left:50%;opacity: 0;visibility: hidden; margin-left: -60px;width: 120px;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li .img img{ display: block;  border-radius: 5px;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li:hover .img{ opacity: 1; transition-duration: 150ms;visibility: visible;}
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li:hover{ border: #d6000f solid 1px; background-color: #d6000f;} 
.bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li:hover .img1{filter: grayscale(100%) brightness(800%) }

.parallax > use {
  animation: move-forever 18s linear infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
}
.parallax > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 8s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.editorial {
  display: block;
  width: 100%;
  height:80px;margin-top: -68px;
position: relative;
z-index: 5;

}
@media (max-width: 50em) {
  .editorial {
    height: 17vw;
  }
}


.bottom_main .box2 dl { position: relative;}
.bottom_main .box2 dl dt { margin-bottom: 12px;}
.bottom_main .box2 dl dt a { color: #fff; font-size: 20px;}
.bottom_main .box2 dl dt a:hover { text-decoration: underline;}
.bottom_main .box2 dl dd { line-height: 30px; font-size: 14px;}
.bottom_main .box2 dl dd a { color: #fff;}
.bottom_main .box2 dl dd a:hover { font-weight: bold;}
.bottom_copy { position: absolute; left: 0; bottom: 0; display: inline-block; font-size: 14px; width: 100%; line-height:50px; color: #fff;  z-index: 10;}
.bottom_copy a {  color: #fff;}
.bottom_copy a:hover {font-weight: bold;}
.bottom_copy .left{ text-align:left; }
.bottom_copy .right{ text-align: right; }
.bottom_copy .bottom_tel{ position: absolute; top: 0;  left: 50%; transform: translate(-50%, 0%); font-size: 18px; color: #fff; text-align: center;}
.bottom_copy .bottom_tel span{ display: block; font-family: Arial; color: #ae7f49; font-size: 34px; line-height: 34px; padding-top: 10px;}


.bottom_main .box3 { text-align: center;position: relative;}
.bottom_main .box3 .p{ float: left; width: 120px; margin-left: 14px;}
.bottom_main .box3 img {  width: 120px;}
.bottom_main .box3 p {font-size: 14px; color: #fff; line-height: 30px; padding-top: 4px;}
.bottom_main .box3 .bd { width:100%; text-align: right;}
.bottom_main .box3 .bd ul { display: inline-block;}
.bottom_main .box3 .bd img { display: block; width: 140px; height: 140px; border-radius: 5px;}
.bottom_main .box3 .hd { padding-top: 12px;}
.bottom_main .box3 .hd ul { display: inline-block;}
.bottom_main .box3 .hd ul li { width: 46px; height: 46px; border-radius: 50%; float: left; margin-left: 20px; position: relative;
 border: #fff solid 1px; border-radius: 50%;}
.bottom_main .box3 .hd ul li img { display: block; width: 100%;}
.bottom_main .box3 .hd ul li.on { background-color: #0345a8; border: #0345a8 solid 1px;}
.bottom_main .box3 .hd ul li.on img { filter: grayscale(100%) brightness(500%); }
@media (max-width: 1660px) {
     .bottom_copy { font-size: 12px; }
	 .bottom_main .tel .right ul li { padding-left: 132px; }
	 .bottom_main .box2 dl {    padding-right: 48px; }
	 .bottom_tc .tel{ padding-top:48px;}
	 .bottom_tc .tel .t0{ padding-right: 10%;}
	 .bottom_main .bottom_na .bottom_nav .bottom_right .bottom_dz span { font-size: 16px; line-height: 30px; }
	 .bottom_main .bottom_na .bottom_nav .bottom_right .bottom_ewm li {  margin-right: 14px; }
	 
}
.bottom_main .bottom_copy .box1 { width: 42%;}
.bottom_main .bottom_copy .box1 h3 { color: #888c95; font-size: 14px; line-height: 30px;}
.bottom_main .bottom_copy .box1 h3 a { color: #cb1a20;}
.bottom_main .bottom_copy .box1 p {  line-height: 29px; color: #626671; font-size: 14px; padding-top: 29px;}
.bottom_main .bottom_copy .box1 p a { color: #626671;}
.bottom_main .bottom_copy .box1 p a:hover { color: #fff;}
.bottom_main .bottom_copy .box2 { width: 16%; text-align: center;}
.bottom_main .bottom_copy .box2 img { width: 110px; height: 110px; padding: 4px; border: 1px solid #535967;}
.bottom_main .bottom_copy .box2 p { color: #888c95; line-height: 30px;}
.bottom_main .bottom_copy .box3 { width: 42%;}
.bottom_main .bottom_copy .box3 .tit { text-align: right;}
.bottom_main .bottom_copy .box3 .ul { width: 180px; overflow: hidden;}
.bottom_main .bottom_copy .box3 ul { width: 248px;}
.bottom_main .bottom_copy .box3 li { width: 124px; float: left; line-height: 35px;}
.bottom_main .bottom_copy .box3 li a { color: #888c95;}
.bottom_main .bottom_copy .box3 li a:hover { color: #fff;}
.bottom_main .bottom_copy .tit { color: #fff; font-size: 20px; line-height: 24px; margin-bottom: 30px;}
.bottom_main .bottom_copy .tit span { display: inline-block; background: #fff; width: 20px; height: 3px; vertical-align: middle;}



/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 999;
}
.rightFix a {
  width: 65px;
  height: auto;
  background: #d2000f;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}
.rightFix .fix_top{ display: none;}
.rightFix.xc .fix_top{ display: block;}
.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}
.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #d2000f;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}
.rightFix .img p {
  padding-top: 5px;
}
.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -134px;
}
.rightFix .img img {
  width: 110px;
  height: 110px;
}
.rightFix a span {
  width: 200px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  top: 0;
  background: #d2000f;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}
.rightFix a:hover {
  background-color: #d2000f;
  overflow: visible;
}
.rightFix a:hover h3 {
  color: #fff;
}
.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -210px;
}
.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}
.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}
.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}
.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}
.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}
.rightFix .mess .ico {
  background-position: 0 -96px;
}
.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}
.rightFix .fix_top .ico {
  background-position: 0 -128px;
}
.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}
/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background: #d2000f;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d2000f;
  *line-height: 43px;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}


/*响应1440 到 1680屏幕*/
@media (min-width: 1440px) and (max-width: 1680px) {
  .about_2_main .develop_box {
    padding: 0 6%;
  }
}

@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }
  20% {
    border-radius: 2px;
  }
  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }
  80% {
    border-radius: 2px;
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* 响应1200屏幕 */

@media (max-width: 1660px) {
  .header_main .email {
    width: 141px;
  }

  .header_main .email .search_btn {
    width: 70px;
  }

  .menu-btn {
    width: 70px;
  }

  .nav_main {
    padding-right: 150px;
  }

  .nav_main .list li .nav1 {
    margin: 0 22px;
  }

  .header_main .webLogo { }
  .nav_main .list li.li4 .nav1{ margin-right: 120px;}
  .nav_main .list li.li5 .nav1{ margin-left: 100px;}

}
@media (max-width: 1560px) {
	.nav_main .list li .nav1 {
	  margin: 0 14px;
	}
	}
@media (max-width: 1460px) {
.nav_main .list li .nav1{ font-size: 16px;}


}
/*# sourceMappingURL=index.css.map */
