* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li,
ol,
ul {
  list-style: none;
}
.clearfix {
  room: 1;
}
.clearfix::after {
  display: block;
  content: ".";
  clear: both;
  visibility: hidden;
  height: 0;
}
.width_1360 {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.gt_body {
  width: 100%;
}
.head_wrap {
  width: 100%;
  position: relative;
}
.head_wrap .header {
  width: 100%;
  /* padding-top: 60px; */
  position: absolute;
  top: 0;
  z-index: 9;
  /* background-color: rgba(198,50,25,.8); */
}
 .header .logo {
  width: 330px;
  float: left;
}
 .header .logo img {
  width: 100%;
}
 .header .nav {
  float: right;
  margin-top: 10px;
  /* margin-top: 23px; */
}
 .header .nav .nav_ul li.nav_li {
  margin: 0 30px;
  font-size: 16px;
  line-height: 43px;
  height: 43px;
  float: left;
  position: relative;
}
 .header .nav .nav_ul li.nav_li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0px;
  height: 3px;
  background-color: #c60d1b;
  left: 0;
  top: 0;
  transition: 0.4s;
  opacity: 0;
}
 .header .nav .nav_ul li.nav_li:hover::after {
  width: 33px;
  opacity: 1;
}
 .header .nav .nav_ul li.nav_li > a {
  color: #666;
}
.second_nav {
  border-radius: 4px;
  width: 180px;
  position: absolute;
  top: 43px;
  left: -1em;
  height: 0;
  background-color: #c60d1b;
  transition: 0.5s ease;
  overflow: hidden;
  z-index: 5;
}
.second_nav ul {
  padding: 8px 0;
}
.second_nav li {
  font-size: 15px;
  text-indent: 1em;
}
.second_nav li a {
  color: #FFFFFF;
}
.search {
  /* margin-top: 23px; */
  float: right;
  margin-top: 10px;
}
.search > div {
  float: left;
}
.search .search_box a {
  margin: 6px 30px 0 -12px;
  display: flex;
  width: 60px;
  height: 30px;
  justify-content: center;
  align-items: center;
  background: #b60005;
  border-radius: 18px;
  /*background: url(../img/search.png) center center no-repeat;*/
  /*background: url(../img/sousuo.svg) center center no-repeat;*/
}
.search .search_box a img{width: 24px!important;}
.search .en_btn {
  margin: 0 10px;
  line-height: 43px;
  font-size: 16px;
}
.search .en_btn a {
  color: #fff;
}
.search .website {
  /*margin-left: 22px;*/
  position: relative;
  width: 30px;
  height: 43px;
  display: flex;
  align-items: center;
}

.search .website img{
    width: auto;
}


.search .website:hover{
    cursor: pointer;
}

.search .website p {
  width: 135px;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  background-color: #c60d1b;
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  position: relative;
  margin-top: 3.5px;
}
.search .website p::after {
  display: block;
  content: "";
  width: 9px;
  height: 5px;
  background: url(../img/jt_icon01.png) center center / cover no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  transition: 0.4s;
}
.search .website p.active::after {
  transform-origin: center;
  transform: rotateZ(180deg);
}
.search .website .web_list {
  position: absolute;
  width: 185%;
  top: 40px;
  left: 50%;
  margin-left: -90%;
  background-color: #c60d1b;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s;
  height: 0;
  z-index: 2;
}
.search .website .web_list ul {
  padding: 5px 0;
}
.search .website .web_list li {
  line-height: 36px;
  font-size: 15px;
  text-indent: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .website .web_list li.sm {
    font-size: 13px!important;
}

.search .website .web_list li a {
  color: #FFFFFF;
}
.width_1280 {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.banner {
  width: 100%;
}
.banner .banner_swiper {
  width: 100%;
  height: 100%;
}
.banner .banner_swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .banner_swiper .swiper-slide .width_1280 {
  height: 100%;
}
.banner .banner_swiper .swiper-slide .width_1280 .banner_text {
  top: 43%;
  left: 0;
  position: absolute;
}
.banner .banner_swiper .swiper-slide .width_1280 .banner_text div {
  font-size: 62px;
  color: #292e33;
  line-height: 1em;
  margin-bottom: 25px;
  letter-spacing: 7px;
}
.banner .banner_swiper .swiper-slide .width_1280 .banner_text div span {
  color: #c60d1b;
  font-weight: bold;
}
.banner .banner_swiper .swiper-slide .width_1280 .banner_text a {
  width: 235px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #c60d1b;
  display: block;
  margin-top: 50px;
  cursor: pointer;
}
.banner .banner_swiper > div.width_1360 {
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 50%;
  margin-left: -680px;
}
.banner .banner_swiper > div.width_1360 .banner_page {
  right: 0;
  bottom: 120px;
}
.banner .banner_swiper > div.width_1360 .banner_page .swiper-pagination-bullet {
  width: 40px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px;
  position: relative;
  transition: 0.5s;
}
/* .banner .banner_swiper > div.width_1360 .banner_page .swiper-pagination-bullet::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 1px solid #c60d1b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
  opacity: 0;
} */
.banner .banner_swiper > div.width_1360 .banner_page .swiper-pagination-bullet-active {
  background-color: #c60d1b;
}
.banner .banner_swiper > div.width_1360 .banner_page .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 18px;
  height: 18px;
}
.title_box span {
  font-size: 16px;
  color: #c60d1b;
  line-height: 24px;
  display: block;
}
.title_box h2 {
  display: inline-block;
  font-weight: 500;
  margin-top: 5px;
  padding-bottom: 25px;
  color: #292e33;
  font-size: 48px;
  position: relative;
  line-height: 1em;
}
.title_box h2::after {
  width: 77px;
  height: 3px;
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  background-color: #c60d1b;
}
.news {
  width: 100%;
  height: 800px;
  padding-top: 60px;
  box-sizing: border-box;
}
.news .title_box {
  position: absolute;
  left: 0;
  top: 0;
}
.imgnews {
  width: 100%;
  position: relative;
}
.imgnews .news_img {
  width: 800px;
  height: 450px;
  border-radius: 45px 0 45px 0;
  float: right;
  overflow: hidden;
}
.imgnews .news_img img{height:100%;}
.imgnews .news_mess {
  position: absolute;
  top: 150px;
  left: 0;
}
.imgnews .news_mess .news_tit {
  width: 440px;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
}
.imgnews .news_mess .news_tit a {
  color: #222;
  line-height:36px;
}
.imgnews .news_mess .news_text {
  width: 440px;
  font-size: 18.5px;
  color: #666;
  line-height: 29px;
  text-align: justify;
}
.news_wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.btn_list {
  width: 100%;
  margin-top: 50px;
}
.btn_list li {
  width: 190px;
  line-height: 36px;
  font-size: 16px;
  color: #292e33;
  text-indent: 40px;
  position: relative;
  float: left;
  transition: 0.5s;
  cursor: pointer;
}
.btn_list li span {
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #868d92;
  border-radius: 50%;
  transition: 0.5s;
}
.btn_list li span::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #868d92;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translateX(-50%) translateY(-50%);
}
.btn_list li.active {
  color: #c60d1b;
}
.btn_list li.active span {
  background-color: #c60d1b;
}
.btn_list li.active span::after {
  border: 1px solid #c60d1b;
}
.news_cont {
  width: 90%;
  /*width: 1160px;*/
  height: 250px;
  position: relative;
  margin: 0 auto;
}
.news_cont > div.news_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: -1;
}
.news_wrap .newsnext {
  right: 0;
  bottom: -30px;
}
.news_wrap .newsnext::before {
  background: url(../img/arrowr1.png) center center no-repeat;
}
.news_wrap .newsnext:hover {
  /* border: 2px solid #c60d1b; */
}
.news_wrap .newsnext:hover::before {
  background: url(../img/arrowr2.png) center center no-repeat;
}
.news_wrap  .newsprev {
  /* right: 100px; */
  left: 0;
  left: inherit;
}
.news_wrap .newsprev::before {
  background: url(../img/arrowl1.png) center center no-repeat;
}
.news_wrap  .newsprev:hover {
  /* border: 2px solid #c60d1b; */
}
.news_wrap .newsprev:hover::before {
  background: url(../img/arrowl2.png) center center no-repeat;
}
.news_wrap  .newsnext,
.news_wrap  .newsprev {
  z-index: 9;
  width: 60px;
  height: 60px;
  /* border: 2px solid #7f868c; */
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.5s;
  background: none;
}
.news_wrap .newsnext::before,
.news_wrap .newsprev::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}
.news_wrap .newsprev::before{
    left: 7px;
}
.news_wrap .newsnext::before{
    left: 52px;
}
.news_wrap .newsnext span,
.news_wrap .newsprev span {
  display: block;
  transition: 0.5s;
  position: absolute;
  width: 60px;
  height: 60px;
  /* border: 2px solid #7f868c; */
  box-sizing: border-box;
  border-radius: 50%;
  background-color: transparent;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}
.news_wrap .newsnext:hover span,
.news_wrap .newsprev:hover span {
  display: block;
  transition: 0.5s;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* border: 2px solid #c60d1b; */
  /* background-color: #c60d1b; */
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}
.news_cont > div.news_item.active {
  opacity: 1;
  z-index: 9;
}
.newstab {
  width: 100%;
  overflow: hidden;
}
.newstab .swiper-slide div:nth-of-type(1) {
  font-size: 16px;
  color: #9aa0a5;
  margin-top: 26px;
}
.newstab .swiper-slide div:nth-of-type(2) {
  font-size: 22px;
  color: #292e33;
  margin-top: 14px;
 /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.newstab .swiper-slide div:nth-of-type(3) {
  font-size: 16px;
  color: #9aa0a5;
  line-height: 26px;
  margin-top: 14px;
  text-align: justify;
}
.width_1440 {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.products {
  width: 100%;
  height: auto;
  position: relative;
}
.products .shade_wrap {
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  width: 700px;
  height: 700px;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -350px;
  box-sizing: border-box;
}




.products .shade_wrap .shade {
  margin-top: 5px;
  margin-left: 5px;
  width: 700px;
  height: 700px;
  margin: 1px 1px;
  border-radius: 50%;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
.products .shade_wrap .circle_wrap {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -350px;
}
.products .shade_wrap .circle_wrap .line {
  display: block;
  width: 700px;
  height: 700px;
  background: url(../img/line.png) center center no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
  transform-origin: center;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.products .shade_wrap .circle_wrap .line2.active {
  transform: rotateZ(120deg);
}
.products .shade_wrap .circle_wrap .line3.active {
  transform: rotateZ(240deg);
}
.products .shade_wrap .circle_wrap span {
  display: block;
  width: 700px;
  height: 2px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -1px;
}
.products .shade_wrap .circle_wrap span i {
  z-index: 99;
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}
.products .shade_wrap .circle_wrap span i::after {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
}
.products .shade_wrap .circle_wrap span.add01 {
  transform-origin: center center;
  transform: rotateZ(90deg);
}
.products .shade_wrap .circle_wrap span.add01 i {
  left: -4px;
  top: 50%;
  margin-top: -4px;
  z-index: 9;
  background-color: #c60d1b;
}
.products .shade_wrap .circle_wrap span.add01 i::after {
  border: 1px solid #c60d1b;
}
.products .shade_wrap .circle_wrap span.add02 {
  transform-origin: center center;
  transform: rotateZ(30deg);
}
.products .shade_wrap .circle_wrap span.add02 i {
  right: -4px;
  top: 50%;
  margin-top: -4px;
  z-index: 9;
}
.products .shade_wrap .circle_wrap span.add03 {
  transform-origin: center center;
  transform: rotateZ(-30deg);
}
.products .shade_wrap .circle_wrap span.add03 i {
  left: -4px;
  top: 50%;
  margin-top: -4px;
  z-index: 9;
}
.products .shade_wrap .shade_swiper {
  width: 100vh;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translateX(-50%) translateY(-50%);
}
.products .shade_wrap .shade_swiper .product_bg {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.products .shade_wrap .shade_swiper .product_cont {
  width: 700px;
  height: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.products .shade_wrap .shade_swiper .product_cont span {
  position: absolute;
  font-size: 262px;
  color: rgba(6, 90, 188, 0.1);
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  display: block;
  line-height: 1em;
  z-index: -1;
}
.products .shade_wrap .shade_swiper .product_cont .product_tit {
  font-size: 36px;
  color: #292e33;
  margin-top: 245px;
  width: 100%;
  line-height: 1em;
  text-align: center;
  position: relative;
}
.products .shade_wrap .shade_swiper .product_cont p {
  width: 545px;
  text-align: center;
  font-size: 16px;
  color: #292e33;
  margin-top: 38px;
  margin-left: 50%;
  transform: translateX(-50%);
  line-height: 26px;
  position: relative;
}
.products .shade_wrap .shade_swiper .product_cont a {
  display: block;
  width: 235px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin-top: 35px;
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: #c60d1b;
  color: #fff;
  border-radius: 28px;
  font-size: 16px;
  position: relative;
  z-index: 999;
}
.product_swiper {
  width: 100%;
  height: 100%;
}
.product_swiper .swiper-slide .product_bg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.7s;
}
.product_swiper .swiper-slide-active .product_bg {
  transform: scale(1);
}
.product_swiper .width_1440 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -720px;
}
.product_swiper .width_1440 .product_next,
.product_swiper .width_1440 .product_prev {
  height: 210px;
  width: 310px;
  top: 50%;
  transform: translateY(-50%);
}
.product_swiper .width_1440 .product_next .page_num,
.product_swiper .width_1440 .product_prev .page_num {
  font-size: 203px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  position: absolute;
  height: 210px;
  line-height: 210px;
}
.product_swiper .width_1440 .product_next .page_txt,
.product_swiper .width_1440 .product_prev .page_txt {
  font-size: 22px;
  line-height: 210px;
  color: #292e33;
  position: absolute;
}
.product_swiper .width_1440 .product_next {
  background-image: none;
}
.product_swiper .width_1440 .product_next .page_num {
  right: -60px;
}
.product_swiper .width_1440 .product_next .page_txt {
  right: 0;
  padding-right: 32px;
  background: url(../img/r_icon.png) right center no-repeat;
}
.product_swiper .width_1440 .product_prev {
  background-image: none;
  padding-left: 32px;
}
.product_swiper .width_1440 .product_prev .page_num {
  left: -60px;
}
.product_swiper .width_1440 .product_prev .page_txt {
  left: 0;
  padding-left: 32px;
  background: url(../img/l_icon.png) left center no-repeat;
}
.video {
  width: 100%;
  height: 780px;
  padding-top: 60px;
}
.video .width_1360 .title_box {
  position: absolute;
  top: 0;
  left: 0;
}
.video .width_1360 p {
  width: 855px;
  font-size: 16px;
  color: #9aa0a5;
  line-height: 26px;
  float: right;
}
.video .width_1360 .video_list {
  width: 100%;
  margin-top: 80px;
  /* float: right; */
}
.video .width_1360 .video_list .activity-item {
  width: 630px;
  height: 475px;
  background: url(../img/video_bg.png) right top no-repeat;
  position: relative;
  transition: 0.5s;
  background-size: 70% 80%;
  border: 1px solid transparent;
}
.video .width_1360 .video_list .activity-item:hover {
  transition: 0.5s;
  background: url(../img/video_bg.png) right top no-repeat;
  background-size: 100% 100%;
}
.video .width_1360 .video_list .activity-item:hover .video_btn div {
  background: url(../img/play_icon_a.png) center center no-repeat;
}
.video .width_1360 .video_list .activity-item:hover .video_btn h3 {
  color: #fff;
}
.video .width_1360 .video_list .activity-item:hover .video_btn {
  transform: translateX(30px);
}
.video .width_1360 .video_list .activity-item .video_box {
  display: inline-block;
  width: 570px;
  /* height: 450px; */
  border-radius: 40px 0 40px 0;
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  transition: 0.5s;
  position: relative;
}
.video .width_1360 .video_list .activity-item .video_box .hide_box {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.video .width_1360 .video_list .activity-item .video_box video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 40px 0 40px 0;
}
.video .width_1360 .video_list .activity-item .video_btn {
  display: inline-block;
  position: absolute;
  bottom: 18px;
  left: 20px;
  transform-style: preserve-3d;
  transition: 0.5s;
  width: 80%;
}
.video .width_1360 .video_list .activity-item .video_btn div {
  transition: 0.5s;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: url(../img/play_icon.png) center center no-repeat;
}
.video .width_1360 .video_list .activity-item .video_btn h3 {
  font-size: 24px;
  line-height: 1em;
  color: #FFFFFF;
  /* margin-top: 20px; */
  transition: 0.5s;
  line-height: 30px;
  height: 60px;
  /* text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
}
.video .width_1360 .video_list .video_box.hover {
  animation: imgfn 0.6s linear;
  animation-fill-mode: forwards;
}
.video .width_1360 .video_list .video_btn.hover {
  animation: btnfn 0.6s linear;
  animation-fill-mode: forwards;
}
.video .width_1360 .video_list .video_box.leave {
  animation: imgfn2 0.6s linear;
  animation-fill-mode: forwards;
}
.video .width_1360 .video_list .video_btn.leave {
  animation: btnfn2 0.6s linear;
  animation-fill-mode: forwards;
}
@keyframes imgfn {
  0% {
    transform: translateX(0px) translateZ(0);
  }
  50% {
    transform: translateX(80px) translateZ(0px);
  }
  100% {
    transform: translateX(0px) translateZ(2px);
  }
}
@keyframes imgfn2 {
  0% {
    transform: translateX(0px) translateZ(2px);
  }
  50% {
    transform: translateX(80px) translateZ(0px);
  }
  100% {
    transform: translateX(0px) translateZ(0);
  }
}
@keyframes btnfn {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes btnfn2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0px);
  }
}
.video .width_1360 .video_list .activity-item:nth-of-type(1) {
  float: left;
}
.video .width_1360 .video_list .activity-item:nth-of-type(2) {
  float: right;
}
.video_all {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
}
.video_all span {
  position: absolute;
  right: 50px;
  font-size: 30px;
  top: 50px;
  z-index: 99;
  cursor: pointer;
}
.video_all .video_item {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
}
.video_all .video_item video {
  width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  height: auto;
}
.video_all .video_item.active {
  display: block;
}
.video_all.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1000;
}
.map {
  width: 100%;
  height: 100vh;
  position: relative;
}
.map .title_box {
  position: absolute;
  left: calc((100vw - 1360px) / 2);
  top: 100px;
  z-index: 100;
}
.map_swiper {
  width: 100%;
  height: 100%;
}
.map_swiper .swiper-slide.active {
  -webkit-filter: blur(5px);
  /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.map_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.map_swiper .swiper-slide .map_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.map_swiper .swiper-slide .map_bg .width_1280 {
  position: absolute;
  bottom: 25%;
  left: 50%;
  margin-left: -640px;
}
.map_swiper .swiper-slide .map_bg .width_1280 span {
  font-size: 18px;
  color: #c60d1b;
  line-height: 1em;
}
.map_swiper .swiper-slide .map_bg .width_1280 h3 {
  font-size: 22px;
  color: #292e33;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 34px;
}
.map_swiper .swiper-slide .map_bg .width_1280 a {
  display: block;
  font-size: 16px;
  color: #292e33;
  line-height: 24px;
}
.map_swiper .swiper-slide .map_bg .width_1280 p {
  line-height: 24px;
  font-size: 16px;
  color: #292e33;
}
.mapicon_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -640px;
  z-index: 9;
}
.mapicon_swiper {
  width: 280px;
  float: left;
  margin-top: 21%;
  height: ;
}
.mapicon_swiper .swiper-slide {
  transition: 0.5s;
}
.mapicon_swiper .swiper-slide img {
  margin-left: 50%;
  margin-top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
}
.mapicon_swiper .swiper-slide.active {
  -webkit-filter: blur(5px);
  /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.mapicon_swiper .map_next {
  transition: 0.5s;
  background: url(../img/r_icon.png) center center no-repeat;
}
.mapicon_swiper .map_next.active {
  -webkit-filter: blur(5px);
  /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.mapicon_swiper .map_prev {
  transition: 0.5s;
  background: url(../img/l_icon.png) center center no-repeat;
}
.mapicon_swiper .map_prev.active {
  -webkit-filter: blur(5px);
  /* Chrome, Opera */
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.map_btn {
  float: right;
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 100px;
  right: calc((100vw - 1360px) / 2);
  z-index: 99;
  background: url(../img/map_button.png) right center no-repeat;
}
.map_h {
  width: 50%;
  height: 100vh;
  position: absolute;
  right: -100%;
  opacity: 0;
  transition-delay: 0.2s;
  transition: all 0.8s ease-out;
  z-index: 99;
}
.map_h.active {
  right: 0;
  opacity: 1;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.2);
}
.map_h.active .close_btn {
  transition-delay: 0.7s;
  opacity: 1;
  margin-right: calc((100vw - 1360px) / 2);
}
.map_h.active .map_bg .map_c1 {
  transition-delay: 0.9s;
  opacity: 1;
  transform: rotateY(180deg);
  top: 52%;
}
.map_h.active .map_bg .map_c2 {
  transition-delay: 1.2s;
  opacity: 1;
  transform: rotateY(180deg);
  top: 35%;
}
.map_h.active .map_bg .map_c3 {
  transition-delay: 1.5s;
  opacity: 1;
  transform: rotateY(180deg);
  top: 30%;
}
.map_h.active .map_bg .map_c4 {
  transition-delay: 1.8s;
  opacity: 1;
  transform: rotateY(180deg);
  top: 70%;
}
.map_cont {
  width: 100%;
  float: right;
  height: 100%;
  background-color: #fff;
  position: relative;
}
.map_cont .close_btn {
  width: 50px;
  height: 50px;
  float: right;
  cursor: pointer;
  margin-right: calc((100vw - 1360px) / 3);
  margin-top: 100px;
  opacity: 0;
  background: url(../img/Close.png) center center no-repeat;
  transition: 0.5s;
  position: relative;
  z-index: 9;
}
.map_cont .close_btn:hover {
  transform: rotateZ(90deg);
}
.map_cont .map_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/map.png) center center / cover no-repeat;
}
.map_cont .map_bg img {
  transform-origin: left top;
  transform: scale(3);
}
.map_cont .map_bg span {
  position: absolute;
  display: block;
  width: 60px;
  height: 80px;
  transition: 0.8s;
  cursor: pointer;
  opacity: 0;
  background: url(../img/address.png) center center no-repeat;
}
.map_cont .map_bg span:hover {
  background: url(../img/address_hover.png) center center no-repeat;
}
.map_cont .map_bg span.active {
  background: url(../img/address01.png) center center no-repeat;
}
.map_cont .map_bg span.active:hover {
  background: url(../img/address01.png) center center no-repeat;
}
.map_cont .map_bg .map_c1 {
  top: 50%;
  left: 47%;
}
.map_cont .map_bg .map_c2 {
  top: 33%;
  left: 45%;
}
.map_cont .map_bg .map_c3 {
  top: 28%;
  left: 0;
}
.map_cont .map_bg .map_c4 {
  top: 68%;
  left: 5%;
}
.map_cont .map_bg i {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.img-con {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.img-con img {
  width: auto;
  height: 100%;
  cursor: move;
  position: relative;
  top: -75%;
  left: -45%;
}
#totop {
  font-size: 16px;
  color: #c60d1b;
  bottom: 100px;
  cursor: pointer;
  background: url(../img/top.png) center top no-repeat;
  padding-top: 24px;
  position: fixed;
  /* left: calc(100vw - ((100vw - 1360px) / 2)); */
  right: 10px;
  z-index: 100;
}
.footer {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
  width: 100%;
  /* padding-top: 60px; */
}
.footer .foot_logo {
  width: 100%;
}
.footer .foot_logo .foot_logo_a {
  display: block;
  float: left;
}
.footer .foot_logo .web_box:nth-of-type(2) {
  margin-right: 40px;
}
.footer .foot_logo .web_box {
  width: 285px;
  height: 56px;
  margin-right: 72px;
  float: right;
  position: relative;
  background: url(../img/btn_border.png) center center / cover no-repeat;
}
.footer .foot_logo .web_box p {
  width: 100%;
  line-height: 56px;
  text-indent: 20px;
  font-size: 18px;
  color: #292e33;
  position: relative;
}
.footer .foot_logo .web_box p::after {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  display: block;
  content: "";
  width: 9px;
  height: 5px;
  transition: 0.4s;
  background: url(../img/bottom_icon.png) center center / cover no-repeat;
}
.footer .foot_logo .web_box p.active::after {
  transform: translateY(-50%) rotateZ(180deg);
}
.footer .foot_logo .web_box .web_cont {
  transition: 0.5s;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
}
.footer .foot_logo .web_box .web_cont ul {
  padding: 10px 0;
  background-color: #fff;
}
.footer .foot_logo .web_box .web_cont ul li {
  text-indent: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #292e33;
  background-color: #fff;
  border-radius: 28px;
}
.footer .foot_logo .web_box .web_cont ul li a {
  color: #292e33;
}
.footer .foot_logo .web_box .web_cont.active {
  border-radius: 28px;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.about {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 60px;
}
.about .about_left {
  width: 360px;
  float: left;
}
.about .about_left ul {
  width: 100%;
}
.about .about_left ul li {
  width: 120px;
  float: left;
  font-size: 14px;
  line-height: 3em;
}
.about .about_left ul li a {
  color: #9aa0a5;
}
.about .about_center {
  float: left;
  padding: 0 58px;
  margin: 0 30px;
  border-left: 1px solid #cccfd2;
  border-right: 1px solid #cccfd2;
}
.about .about_center h3 {
  font-size: 18px;
  color: #292e33;
  line-height: 44px;
  font-weight: bold;
}
.about .about_center p {
  width: 680px;
  font-size: 16px;
  color: #9aa0a5;
  line-height: 26px;
}
.about .about_img {
  float: right;
  margin-top: 12px;
}
.icp {
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: #c60d1b;
}
.icp .width_1360 p {
  float: left;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}
.icp .width_1360 p span {
  margin-left: 1em;
  font-size: 14px;
}
.icp .width_1360 p a {
  margin-left: 1em;
  color: #fff;
}
.icp .width_1360 .icp_link {
  float: right;
}
.icp .width_1360 .icp_link li {
  float: left;
  font-size: 16px;
  line-height: 98px;
}
.icp .width_1360 .icp_link li a {
  line-height: 1em;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0 8px;
  border-right: 1px solid #fff;
}
.icp .width_1360 .icp_link li:last-of-type a {
  border-right: none;
}
.map {
  width: 100%;
}

.about-us{width: 100%;overflow: hidden;margin: 20px 0;}
.about-us img{width: 100%;}
.products-wrapper{margin-top: 50px;width: 100%;}
.product-item{float: left;width: 470px;height: 300px;margin-bottom: 20px;}
.product-item:hover{cursor: pointer;}
.product-item:nth-child(2n+1){margin-right: 20px;}
.product-item-pic{width: 200px;height: 200px;float: left;}
.product-item-text{width: 270px;height: 200px;float: left;}
.product-item h6{font-size: 18px;margin-bottom: 20px;}
.product-item p{font-size: 13px;}
.activity-wrapper{position: relative;}

.activity-wrapper .newsnext {
  right: 0;
}
.activity-wrapper .newsnext::before {
  background: url(../img/r_icon.png) center center no-repeat;
}
.activity-wrapper .newsnext:hover {
  border: 2px solid #c60d1b;
}
.activity-wrapper .newsnext:hover::before {
  background: url(../img/r_cion_active.png) center center no-repeat;
}
.activity-wrapper .newsprev {
  right: 100px;
  left: inherit;
}
.activity-wrapper .newsprev::before {
  background: url(../img/l_icon.png) center center no-repeat;
}
.activity-wrapper .newsprev:hover {
  border: 2px solid #c60d1b;
}
.activity-wrapper .newsprev:hover::before {
  background: url(../img/l_icon_active.png) center center no-repeat;
}
.activity-wrapper .newsnext,
.activity-wrapper .newsprev {
  z-index: 9;
  width: 48px;
  height: 48px;
  border: 2px solid #7f868c;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.5s;
  background: none;
  top: auto!important;
  bottom: -65px!important;
}
.activity-wrapper .newsnext::before,
.activity-wrapper .newsprev::before {
  display: block;
  content: "";
  width: 10px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}
.activity-wrapper .newsnext span,
.activity-wrapper .newsprev span {
  display: block;
  transition: 0.5s;
  position: absolute;
  width: 48px;
  height: 48px;
  border: 2px solid #7f868c;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: transparent;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}
.activity-wrapper .newsnext:hover span,
.activity-wrapper .newsprev:hover span {
  display: block;
  transition: 0.5s;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #c60d1b;
  background-color: #c60d1b;
  transform-origin: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -2;
}

.qplayer_item{
    margin: auto;
    width: 780px!important;
    height: 438px!important;
}
.about-us-wrapper{
	margin: 50px 0;
	width: 100%;
	height: 600px;
	/* display: flex;
	align-items: center; */
	/* margin: 20px auto; */
	background: url(../img/aboutusbig.png)no-repeat center center;
}

@media (min-width:1920px){ 
	.about-us-wrapper{background-size: 100% 100%;}
}


.about-us-text{
	width: 40%;
	height: 100%;
	background: #045bbc;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 50px;
}
.about-us-textCon{
	width: 500px;
	color: #FFFFFF;
	line-height: 30px;
}
.about-us-pic{
	width: 60%;
	height: auto;
}
.about-us-textCon a{
	color: #FFFFFF;
}
.about-us-textCon p{margin-bottom: 20px;font-size: 16px;text-align:justify;}
.about-us-textCon span{font-size: 18px;line-height: 46px;}
.about-us-pic img{width: 100%;}
.swiper-activity{padding-top: 39px;}
.logo-qiang{width: 1280px;margin: 20px auto 50px;}
.about-us-con{box-sizing: border-box;padding-top: 120px;}
.input-box{width: 200px;height: 30px;border: 1.5px solid #b60005;border-top-left-radius: 18px;border-bottom-left-radius: 18px;margin-top: 6px;border-right:none;}
.input-box input{width: 100%;height: 100%;border: none;background: none;outline: none;text-indent: 16px;}


.input-box input::-webkit-input-placeholder{
            color:#999999;
        }
.input-box input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#999999;
        }
.input-box input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#999999;
        }
.input-box input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#999999;
}

.img_ar img{height: 100%;width: 100%;}

.au-tab-l{float: left;width: calc(100% - 325px);}
.au-tab-r{float: right;width: 325px;}
.au-tab-item{float: left;margin-right: 20px;position: relative;border-radius: 5px;overflow: hidden;margin-bottom: 20px;}
.au-tab-item:hover{cursor: pointer;}
.au-tab-l-one .au-tab-text{line-height: 260px;}
.au-tab-item-ld{width: 375px;height: 260px;}
.au-tab-item-jg{width: 260px;height: 260px;}
.au-tab-item-gh{width: 260px;height: 260px;}
.au-tab-r .au-tab-item{margin-right: 0;}
.au-tab-pic,.au-tab-pic img{width: 100%;height: 100%;}
.au-tab-text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;vertical-align: middle;font-size: 20px;color: #FFFFFF;background: rgba(198,13,27,.3);}
.au-tab-item-dsj{width: 325px;height: 325px;}
.au-tab-item-wm{width: 590px;height: 325px;}
.au-tab-l-two{line-height: 325px;}
.au-tab-l-three{line-height:298px;}
.au-tab-l-three .au-tab-item{width: 298px;height: 298px;}
.au-tab-item-hy{height: 923px;}
.au-tab-r .au-tab-item{line-height: 923px;}
.au-tab-item.active .au-tab-text{background: rgba(0,0,0,.2);}

.yewu {
    padding-top: 20px!important;
}
.yewu img{margin:0 auto;display:block;}
.content-wrapper{padding-bottom:100px!important}
.title_box-right .more{color: #999999!important;}
.title_box-right .more a{color: #999999!important;}
.title_box-right .more a:nth-child(1):hover{color:#c63219!important;}

/*.au-tab-con p,.yewu-dec,.list-item-dec,.content-main p,*/
/*.au-tab-con div{text-align:justify!important;}*/

.pinpai1000{display:none;}
.pinpai1280{display:block;}

.wap-title-box{
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin-top: 45px;
    }

/* 媒体查询 */
@media only screen and (min-width: 1000px){
    
  
}

@media only screen and (max-width: 1366px){
  /*.width_1360{width: 1292px;}*/
  /*.au-tab-item-ld {*/
  /*    width: 400px;*/
  /*    height: 250px;*/
  /*}*/
  /*.au-tab-l-one .au-tab-text {*/
  /*    line-height: 250px;*/
  /*}*/
  /*.au-tab-item-jg {*/
  /*    width: 250px;*/
  /*    height: 250px;*/
  /*}*/
  /*.au-tab-item-gh {*/
  /*    width: 250px;*/
  /*    height: 250px;*/
  /*}*/
  /*.au-tab-l-two, .au-tab-l-three {*/
  /*    line-height: 300px;*/
  /*}*/
  /*.au-tab-item-dsj {*/
  /*    width: 325px;*/
  /*    height: 300px;*/
  /*}*/
  /*.au-tab-item-wm {*/
  /*    width: 600px;*/
  /*    height: 300px;*/
  /*}*/
  /*.au-tab-l-three .au-tab-item {*/
  /*    width: 300px;*/
  /*    height: 300px;*/
  /*}*/
  /*.au-tab-r .au-tab-item {*/
  /*    line-height: 890px;*/
  /*}*/
  /*.au-tab-item-hy {*/
  /*    height: 890px;*/
  /*}*/
  /*.video .width_1360 .video_list .activity-item .video_box{width: 580px;}*/
}

@media only screen and (min-width: 1280px){
  /*#CoreBusiness{height:765px!important;}*/
  
}


@media only screen and (max-width: 1279px){
  .width_1360{width: 1000px;}
  .w-accor5 li .acr_p{font-size:14px;}
  .w-accor5 li h3{font-size:130%;}
  .w-accor5 li.cur .acr_p h4{font-size:18px;}
  .website_sub_item{
    margin-right: 60px;
    margin-bottom: 20px;
}
.website_sub_item:nth-child(3n){
    margin-right: 0;
}

.website_sub_item:nth-child(4){
    width: 259px;
    margin-right: 60px;
}
.website_sub_item:nth-child(5){
    width: 331px;
}
.website_sub_item:nth-child(6){
    width: auto;
}
  #CoreBusiness{
      /*height:600px!important;*/
    /*width:1360px;*/
  }
  /*.w-accor li.cur{width:1000px!important;}*/
  /*.w-accor li.cur .img_ar{width:1000px!important;}*/
  .banner{
      /*width:1279px;*/
      margin:0 auto;}
  .banner .banner_swiper > div.width_1360 {margin-left: -600px;}
  .banner .banner_swiper > div.width_1360 .banner_page {
      bottom: 70px;right: 50px;
      
  }
  /*.banner-control > div{top:40%;}*/
  .header .logo{width: 220px;margin: 4px 0;}
  .input-box{width: 160px;height: 30px;}
  .header .nav .nav_ul li.nav_li{margin: 0 10px;line-height: 38px;height: 38px;}
  .search .search_box a{margin: 6px 10px 0 -12px;height: 30px;}
  .banner .banner_swiper .swiper-slide{background-size: cover;}
  .banner .banner_swiper{height: 100%;}
  /*.banner{height: 674px;}*/
  .banner .banner_swiper > div.width_1360{margin-left: -500px;}
  .title_box h2{font-size: 32px;}
  .imgnews .news_img{width: 626px;height: 350px;}
  .imgnews .news_mess{top: 120px;}
  .imgnews .news_mess .news_tit{width: 344px;font-size: 23px;line-height: 32px;margin-bottom: 10px;}
  .imgnews .news_mess .news_text{width: 344px;line-height: 24px;font-size:14.5px;}
  .newstab .swiper-slide div:nth-of-type(2){font-size: 18px;}
  .newstab .swiper-slide div:nth-of-type(3){font-size: 15px;line-height: 24px;}
  .news{height: 690px;}
  .video{height: 640px;}
  .swiper-activity{padding-top: 30px;}
  .video .width_1360 .video_list .activity-item .video_box{width: 450px;height:270px!important;}
  .about-us-wrapper{margin: 35px 0;}
  .about-us-con{padding-top: 100px;padding-left: 0px;}
  .about-us-textCon{width: 440px;}
  .logo-qiang{width: 1000px;}
  .about-us-wrapper{background-size: cover;height: 600px;}
  .au-tab-r{width: 240px;}
  .au-tab-l{width: 760px;}
  .au-tab-item-ld{width: 300px;height: 200px;}
  .au-tab-item-jg,.au-tab-item-gh{width: 200px;height: 200px;}
  .au-tab-l-one .au-tab-text{line-height: 200px;}
  .au-tab-item-dsj{width: 250px;height: 250px;}
  .au-tab-l-two{line-height: 250px;}
  .au-tab-item-wm{width: 470px;height: 250px;}
  .au-tab-l-three .au-tab-item{width: 233px;height: 233px;}
  .au-tab-l-three{line-height: 233px;}
  .au-tab-r .au-tab-item{height: 725px;line-height:725px;}
  .yewu-wrap ul li{padding: 0!important;}
  .list-item-time{padding:12px 0 0 0!important;}
  .list-item-title{font-size:20px!important;height:60px;overflow:hidden}
  .list-item-dec{height:84px;overflow:hidden;}
  .about-us-wrapper{
      /*width:1279px;*/
      background-size:auto;}
  .video .width_1360 .video_list .activity-item{height:365px;}
  .video .width_1360 .video_list .activity-item .video_btn{bottom:4px;}
  .yewu-list-wrapper .yewu p img{max-width:900px;height:auto;}
  
  .pinpai1000{display:block;}
  .pinpai1280{display:none;}
}

@media only screen and (max-width: 1000px){
     .about-us-wrapper{width:1000px;}
     .banner{width:1000px;}
     .qplayer_item{height:275px!important;}
     
}

.a-bottom-line:hover{
    border-bottom: 1px solid #FFFFFF;
}

