/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.banner {
  position: relative;
  height: 652px;
}
.banner .slider {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: 0;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -81px;
  width: 81px;
  height: 81px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 35px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #b5020f;
  color: #fff;
}
.one {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tran {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
button,
input {
  border: none;
  outline: none;
}
.out {
  position: relative;
}
.out:hover::after,
.out:hover::before {
  width: 100%;
}
.out:hover > a::after,
.out:hover > a::before {
  height: 166px;
}
.out:hover .pro_hot_txt > a {
  color: #0074d4;
}
.out::after,
.out::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #b5020f;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.out::after {
  top: 0;
}
.out::before {
  top: 166px;
}
.in::after,
.in::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #b5020f;
  top: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.in::after {
  left: 0;
}
.in::before {
  right: 0;
}
.mt {
  margin-top: 60px;
}
.shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.5);
}
.shadow2:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.linkeff {
  position: relative;
}
.linkeff:hover::after,
.linkeff:hover::before {
  width: 100%;
}
.linkeff::after,
.linkeff::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  height: 1px;
  background: #b5020f;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.linkeff::after {
  left: 0;
  top: 0;
}
.linkeff::before {
  right: 0;
  bottom: 0;
}
a,
img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.title1 {
  text-align: center;
}
.title1 > p {
  font-size: 40px;
  color: #fefefe;
  line-height: 40px;
  height: 40px;
  margin-bottom: 19px;
}
.title1 > p a {
  color: #fefefe;
}
.title1 > h3 {
  font-size: 16px;
  color: #fefefe;
  line-height: 16px;
  margin-bottom: 18px;
}
.title1 > span {
  display: block;
  width: 67px;
  height: 7px;
  background: #b5020f;
  margin: 0 auto 20px;
}
.title1 h4 {
  font-size: 18px;
  line-height: 18px;
  color: #fefefe;
}
.title2 {
  text-align: center;
}
.title2 h3 {
  font-size: 40px;
  line-height: 40px;
  color: #fefefe;
  margin-bottom: 18px;
}
.title2 h3 a {
  color: #fefefe;
}
.title2 h3 span {
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 4px;
  background: #fff;
  margin: 0 28px;
}
.title2 > h4 {
  font-size: 16px;
  line-height: 16px;
  font-family: Arial;
  color: #fefefe;
}
.gg1 {
  width: 100%;
}
.gg1 .gg1_top {
  width: 100%;
  height: 876px;
  background: url(../images/gg1.jpg) center no-repeat;
}
.gg1 .gg_tell {
  width: 100%;
  height: 84px;
  line-height: 84px;
  background-color: #b5020f;
}
.gg1 .gg_tell .gg1_tell_main > h3 {
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #fefefe;
}
.gg1 .gg_tell .gg1_tell_main > h3 > span {
  width: 28px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/gg1_tell.png) center no-repeat;
  margin-right: 20px;
  animation: msClock infinite 2s;
}
.gg1 .gg_tell .gg1_tell_main > p {
  font-size: 24px;
  font-weight: bold;
  color: #fefefe;
}
.gg1 .gg_tell .gg1_tell_main > p > i {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 33px;
  background: url(../images/gg1_ico1.png) center no-repeat;
  margin-right: 20px;
}
.about {
  width: 100%;
  height: 1238px;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .ab_main .ab_con {
  margin-top: 113px;
}
.about .ab_main .ab_con .ab_txt {
  width: 737px;
}
.about .ab_main .ab_con .ab_txt > h3 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #b90f1d;
  margin-bottom: 32px;
}
.about .ab_main .ab_con .ab_txt > h3 a {
  color: #b90f1d;
}
.about .ab_main .ab_con .ab_txt > span {
  display: block;
  width: 137px;
  height: 3px;
  background: #b5020f;
  margin-bottom: 40px;
}
.about .ab_main .ab_con .ab_txt > h4 {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  height: 160px;
  overflow: hidden;
}
.about .ab_main .ab_con .ab_video {
  width: 778px;
  height: 455px;
  position: relative;
  background: url(../images/abv_bg.png) center no-repeat;
  margin-top: 100px;
}
.about .ab_main .ab_con .ab_video .ab_video_main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 44px;
  bottom: 47px;
}
.pp {
  width: 100%;
  height: 1360px;
  background: url(../images/pp_bg.jpg) center no-repeat;
  padding-top: 60px;
  box-sizing: border-box;
}
.pp .pp_main .pp_view {
  margin-top: 70px;
}
.pp .pp_main .pp_view .pp_list > li {
  float: left;
  width: 280px;
  height: 253px;
  margin-right: 26px;
  margin-bottom: 20px;
}
.pp .pp_main .pp_view .pp_list > li:hover .pp_txt {
  padding: 0 40px 0 20px;
}
.pp .pp_main .pp_view .pp_list > li:hover .pp_txt::after {
  width: 16px;
}
.pp .pp_main .pp_view .pp_list > li > a {
  display: block;
  width: 100%;
  height: 198px;
}
.pp .pp_main .pp_view .pp_list > li > a > img {
  width: 100%;
  height: 100%;
}
.pp .pp_main .pp_view .pp_list > li .pp_txt {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 110px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pp .pp_main .pp_view .pp_list > li .pp_txt::after {
  position: absolute;
  content: "";
  width: 0;
  height: 16px;
  background: url(../images/pp_ico1.png) center no-repeat;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  left: 244px;
  top: 50%;
  transform: translateY(-50%);
}
.pp .pp_main .pp_view .pp_list > li .pp_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fefefe;
  font-size: 15px;
}
.pp .pp_main .pp_view .pp_list > li:nth-child(4n) {
  margin-right: 0;
}
.pp .pp_main .pz {
  width: 100%;
  height: 510px;
  padding: 22px 0 0 25px;
  background: #46454b;
  box-sizing: border-box;
}
.pp .pp_main .pz .pz_v {
  width: 658px;
  height: 444px;
  margin-top: 11px;
}
.pp .pp_main .pz .pz_v > img {
  width: 100%;
  height: 100%;
}
.pp .pp_main .pz .pz_txt {
  width: 472px;
  margin-left: 25px;
}
.pp .pp_main .pz .pz_txt > h3 {
  text-align: center;
  font-size: 28px;
  color: #fefdfd;
}
.pp .pp_main .pz .pz_txt > h3 > span {
  color: #b70f1c;
}
.pp .pp_main .pz .pz_txt .pa_txt_list .pz_txt_list_box > li {
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin-bottom: 5px;
}
.pp .pp_main .pz .pz_txt .pa_txt_list .pz_txt_list_box > li:hover > span {
  transform: rotateY(360deg);
}
.pp .pp_main .pz .pz_txt .pa_txt_list .pz_txt_list_box > li > span {
  float: left;
  width: 48px;
  height: 47px;
  background: url(../images/pp_num.png) center no-repeat;
  text-align: center;
  line-height: 47px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pp .pp_main .pz .pz_txt .pa_txt_list .pz_txt_list_box > li > p {
  width: 407px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 15px;
}
.pp .pp_main .pz .pz_txt .pa_txt_list .pz_txt_list_box > li:nth-child(2) > p,
.pp .pp_main .pz .pz_txt .pa_txt_list .pz_txt_list_box > li:nth-child(3) > p {
  line-height: 25px;
}
.jm {
  width: 100%;
  height: 910px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url(../images/jm.jpg) center no-repeat;
}
.jm .jm_main .jm_view {
  margin-top: 94px;
}
.jm .jm_main .jm_view .jm_view_list {
  position: relative;
  height: 540px;
  width: 100%;
}
.jm .jm_main .jm_view .jm_view_list > li {
  position: absolute;
  margin-bottom: 5px;
}
.jm .jm_main .jm_view .jm_view_list > li:hover > a > img {
  transform: scale(1.2);
}
.jm .jm_main .jm_view .jm_view_list > li:hover .jm_txt {
  height: 30px;
}
.jm .jm_main .jm_view .jm_view_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jm .jm_main .jm_view .jm_view_list > li > a > img {
  width: 100%;
  height: 100%;
}
.jm .jm_main .jm_view .jm_view_list > li .jm_txt {
  position: absolute;
  width: 100%;
  height: 0;
  line-height: 30px;
  background: rgba(181, 2, 15, 0.5);
  bottom: 0;
  left: 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.jm .jm_main .jm_view .jm_view_list > li .jm_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #fff;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(1) {
  width: 182px;
  height: 270px;
  left: 0;
  top: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(2) {
  width: 354px;
  height: 270px;
  left: 187px;
  top: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(3) {
  width: 160px;
  height: 102px;
  left: 544px;
  top: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(4) {
  width: 160px;
  height: 102px;
  left: 708px;
  top: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(5) {
  width: 322px;
  height: 163px;
  left: 545px;
  top: 107px;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(6) {
  width: 326px;
  height: 270px;
  right: 0;
  top: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(7) {
  width: 304px;
  height: 159px;
  left: 0;
  top: 273px;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(8) {
  width: 318px;
  height: 159px;
  left: 309px;
  top: 273px;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(9) {
  width: 196px;
  height: 100px;
  left: 0;
  bottom: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(10) {
  width: 200px;
  height: 100px;
  left: 201px;
  bottom: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(11) {
  width: 220px;
  height: 100px;
  left: 406px;
  bottom: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(12) {
  width: 348px;
  height: 262px;
  left: 632px;
  bottom: 0;
}
.jm .jm_main .jm_view .jm_view_list > li:nth-child(13) {
  width: 215px;
  height: 262px;
  right: 0;
  bottom: 0;
}
.pro {
  width: 100%;
  height: auto;
  padding: 60px 0 40px;
  background: url(../images/pro_bg.jpg) center repeat-y;
}
.pro .pro_con1 .peo_con1_list {
  margin-top: 77px;
}
.pro .pro_con1 .peo_con1_list ul > li {
  float: left;
  width: 590px;
  height: 410px;
  position: relative;
  margin-right: 20px;
}
.pro .pro_con1 .peo_con1_list ul > li::after {
  content: "";
  position: absolute;
  width: 565px;
  height: 380px;
  background: url(../images/pro_ico1.png) center no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.pro .pro_con1 .peo_con1_list ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pro .pro_con1 .peo_con1_list ul > li > a > img {
  width: 100%;
  height: 100%;
}
.pro .pro_con1 .peo_con1_list ul > li .pro_txt {
  position: absolute;
  width: 36px;
  height: 163px;
  top: 45px;
  right: 42px;
  padding: 25px 10px 28px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  background: url(../images/pro_ico2.png) center no-repeat;
  line-height: 18px;
  z-index: 2;
}
.pro .pro_con1 .peo_con1_list ul > li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fefefe;
  overflow: hidden;
}
.pro .pro_con1 .hd {
  margin-top: 30px;
}
.pro .pro_con1 .hd .hd_list {
  text-align: center;
}
.pro .pro_con1 .hd .hd_list > li {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-color: #b1b1b1;
  margin: 0 12px;
  font-size: 0;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
.pro .pro_con1 .hd .hd_list > li.on {
  background-color: #b40001;
}
.pro .dish {
  margin-top: 50px;
}
.pro .dish .dish_view {
  margin-top: 60px;
  height: 316px;
  position: relative;
}
.pro .dish .dish_view .dish_list > li {
  float: left;
  width: 386px;
  height: 316px;
  margin-right: 20px;
}
.pro .dish .dish_view .dish_list > li:hover .dish_txt > a {
  padding: 0 50px 0 20px;
}
.pro .dish .dish_view .dish_list > li:hover .dish_txt::after {
  width: 16px;
}
.pro .dish .dish_view .dish_list > li > a {
  display: block;
  width: 100%;
  height: 286px;
}
.pro .dish .dish_view .dish_list > li > a > img {
  width: 100%;
  height: 100%;
}
.pro .dish .dish_view .dish_list > li .dish_txt {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .dish .dish_view .dish_list > li .dish_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 16px;
  background: url(../images/pp_ico1.png) center no-repeat;
  left: 350px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .dish .dish_view .dish_list > li .dish_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 162px;
  box-sizing: border-box;
  font-size: 15px;
  color: #fefefe;
}
.pro .dish .dish_view .dish_p,
.pro .dish .dish_view .dish_n {
  position: absolute;
  width: 31px;
  height: 56px;
  top: 115px;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .dish .dish_view .dish_p:hover,
.pro .dish .dish_view .dish_n:hover {
  transform: translateY(-5px);
}
.pro .dish .dish_view .dish_p {
  background: url(../images/dish_p1.png) center no-repeat;
  left: -60px;
}
.pro .dish .dish_view .dish_p:hover {
  background: url(../images/dish_p2.png) center no-repeat;
}
.pro .dish .dish_view .dish_n {
  background: url(../images/dish_n1.png) center no-repeat;
  right: -60px;
}
.pro .dish .dish_view .dish_n:hover {
  background: url(../images/dish_n2.png) center no-repeat;
}
.pro .snacks {
  width: 100%;
  margin-top: 40px;
}
.pro .snacks .snacks_boxs {
  margin-top: 60px;
  padding: 0 50px;
  box-sizing: border-box;
}
.pro .snacks .snacks_boxs .snacks_view {
  width: 100%;
  height: 366px;
  position: relative;
  padding-bottom: 30px;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list {
  height: 366px;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list > li {
  float: left;
  width: 25%;
  height: 366px;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list > li:hover .sna_txt::after {
  width: 16px;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list > li:hover .sna_txt > a {
  padding: 0 50px 0 20px;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list > li > a {
  display: block;
  width: 100%;
  height: 326px;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list > li > a > img {
  width: 100%;
  height: 100%;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list > li .sna_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fefefe;
  position: relative;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list > li .sna_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 16px;
  background: url(../images/pp_ico1.png) center no-repeat;
  left: 90%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.pro .snacks .snacks_boxs .snacks_view .sbnacks_list > li .sna_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 180px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fefefe;
}
.pro .snacks .snacks_boxs .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  cursor: pointer;
  background-color: #b1b1b1 !important;
}
.pro .snacks .snacks_boxs .swiper-pagination-bullet-active {
  background-color: #b40001 !important;
}
.gg2 {
  width: 100%;
  height: 314px;
  padding-top: 73px;
  box-sizing: border-box;
  background: url(../images/gg2_bg.jpg) center no-repeat;
}
.gg2 .gg2_main > h3 {
  text-align: center;
  font-size: 78px;
  font-weight: bold;
  color: #fefefe;
  position: relative;
  height: 118px;
  line-height: 118px;
}
.gg2 .gg2_main > h3 > i {
  position: absolute;
  font-size: 24px;
  line-height: 24px;
  color: #fefefe;
  left: 420px;
  top: -9px;
}
.gg2 .gg2_main > h3 > span {
  font-size: 120px;
  color: #ffff00;
}
.gg2 .gg2_main > p {
  font-size: 36px;
  color: #fefefe;
  height: 48px;
  line-height: 48px;
  margin-top: 38px;
  text-align: center;
}
.gg2 .gg2_main > p > i {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 48px;
  background: url(../images/gg2_ico1.png) center no-repeat;
  margin-right: 17px;
  animation: msClock infinite 2s;
}
.gg2 .gg2_main > p > span {
  font-size: 46px;
  letter-spacing: 2px;
  color: #fefefe;
  margin-left: 14px;
}
.banner2 {
  width: 100%;
  height: 748px;
  overflow: hidden;
}
.banner2 > ul {
  width: 100%;
  height: 100%;
}
.banner2 > ul > li {
  width: 100%;
  height: 100%;
}
.banner2 > ul > li > img {
  width: 100%;
  height: 100%;
}
.qy {
  width: 100%;
  height: auto;
  background: url(../images/qy_bg.jpg) center repeat-y;
  padding: 70px 0 40px;
}
.qy .qy_main .qy_list {
  margin-top: 80px;
}
.qy .qy_main .qy_list > ul > li {
  float: left;
  width: 285px;
  margin: 0 20px 32px 0;
}
.qy .qy_main .qy_list > ul > li:hover .qy_txt {
  padding-left: 14px;
}
.qy .qy_main .qy_list > ul > li:hover .qy_txt > a {
  padding-right: 35px;
}
.qy .qy_main .qy_list > ul > li:hover .qy_txt::before {
  width: 100%;
}
.qy .qy_main .qy_list > ul > li:hover .qy_txt::after {
  width: 16px;
}
.qy .qy_main .qy_list > ul > li > a {
  display: block;
  width: 100%;
  height: 221px;
  background: url(../images/qy_item.png) center no-repeat;
  padding: 10px 9px;
  box-sizing: border-box;
}
.qy .qy_main .qy_list > ul > li > a > img {
  width: 100%;
  height: 100%;
}
.qy .qy_main .qy_list > ul > li .qy_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 48px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.qy .qy_main .qy_list > ul > li .qy_txt::before {
  width: 0;
  height: 100%;
  z-index: -1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #b5020f;
}
.qy .qy_main .qy_list > ul > li .qy_txt::after {
  content: "";
  position: absolute;
  width: 0;
  height: 16px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  left: 255px;
  top: 50%;
  z-index: 2;
  background: url(../images/pp_ico1.png) center no-repeat;
  transform: translateY(-50%);
}
.qy .qy_main .qy_list > ul > li .qy_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.qy .qy_main .qy_list > ul > li:nth-child(4n) {
  margin-right: 0;
}
.gg3 {
  width: 100%;
  height: 918px;
  background: url(../images/gg3_bg.jpg) center no-repeat;
}
.gg3 .gg3_main {
  overflow: hidden;
  height: 100%;
}
.gg3 .gg3_main .gg3_txt {
  width: 600px;
  height: 466px;
  background: url(../images/gg3_txt.png) center no-repeat;
  margin-top: 232px;
  position: relative;
  text-align: center;
}
.gg3 .gg3_main .gg3_txt > p {
  width: 100%;
  position: absolute;
  font-size: 32px;
  letter-spacing: 1px;
  color: #fdfcfc;
  top: -12px;
  line-height: 32px;
}
.gg3 .gg3_main .gg3_txt > h3 {
  width: 501px;
  margin: 60px auto 50px;
  font-size: 26px;
  letter-spacing: 1px;
  color: #ecaa40;
}
.gg3 .gg3_main .gg3_txt > span {
  display: block;
  width: 548px;
  height: 51px;
  background: url(../images/gg3_txt2.png) center no-repeat;
  margin: 0 auto 63px;
}
.gg3 .gg3_main .gg3_txt > i {
  display: block;
  width: 470px;
  height: 26px;
  margin: 0 auto;
  background: url(../images/gg3_txt3.png) center no-repeat;
}
.gg3 .gg3_main .gg3_txt > h4 {
  width: 100%;
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  height: 50px;
  bottom: -18px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}
.zc {
  width: 100%;
  height: 1287px;
  background: url(../images/zc_bg.jpg) center no-repeat;
  padding-top: 60px;
  box-sizing: border-box;
}
.zc .zc_main .zc_con {
  margin-top: 100px;
}
.zc .zc_main .zc_con .zc_list > li {
  float: left;
  width: 260px;
  height: 257px;
  background: url(../images/zc_item.png) center no-repeat;
  text-align: center;
  padding-top: 65px;
  box-sizing: border-box;
  margin: 0 53px 60px 0;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.zc .zc_main .zc_con .zc_list > li:hover {
  transform: rotateZ(360deg);
}
.zc .zc_main .zc_con .zc_list > li > h3 {
  font-size: 40px;
  font-weight: bold;
  color: #754c24;
  line-height: 40px;
  height: 40px;
  margin-bottom: 13px;
}
.zc .zc_main .zc_con .zc_list > li > p {
  width: 182px;
  margin: 0 auto;
  font-size: 15px;
  color: #754c24;
  line-height: 30px;
}
.zc .zc_main .zc_con .zc_list > li:nth-child(4n) {
  margin-right: 0;
}
.zc .zc_main .zc_con .zc_list > li:nth-child(7) > h3,
.zc .zc_main .zc_con .zc_list > li:nth-child(8) > h3 {
  font-size: 30px;
}
.zc .zc_main .ys {
  width: 100%;
  margin-top: 60px;
}
.zc .zc_main .ys .ys_tit {
  text-align: center;
}
.zc .zc_main .ys .ys_tit > h3 {
  font-size: 38px;
  height: 38px;
  line-height: 38px;
  color: #fffcfc;
  margin-bottom: 13px;
}
.zc .zc_main .ys .ys_tit > p {
  font-size: 18px;
  font-family: Arial;
  line-height: 18px;
  color: #fffcfc;
}
.zc .zc_main .ys .ys_con {
  width: 100%;
  margin-top: 40px;
}
.zc .zc_main .ys .ys_con .ys_list > li {
  float: left;
  width: 20%;
  text-align: center;
}
.zc .zc_main .ys .ys_con .ys_list > li:hover .ys_ico {
  transform: rotateY(360deg);
}
.zc .zc_main .ys .ys_con .ys_list > li .ys_ico {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.zc .zc_main .ys .ys_con .ys_list > li > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.zc .zc_main .ys .ys_con .ys_list > li > p {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  color: #fffcfc;
  margin-bottom: 12px;
}
.zc .zc_main .ys .ys_con .ys_list > li > i {
  display: block;
  font-family: Arial;
  color: #fffcfc;
  font-size: 14px;
}
.zc .zc_main .ys .ys_con .ys_list > li:nth-child(1) .ys_ico {
  background: url(../images/ys_ico1.png) center no-repeat;
}
.zc .zc_main .ys .ys_con .ys_list > li:nth-child(2) .ys_ico {
  background: url(../images/ys_ico2.png) center no-repeat;
}
.zc .zc_main .ys .ys_con .ys_list > li:nth-child(3) .ys_ico {
  background: url(../images/ys_ico3.png) center no-repeat;
}
.zc .zc_main .ys .ys_con .ys_list > li:nth-child(4) .ys_ico {
  background: url(../images/ys_ico4.png) center no-repeat;
}
.zc .zc_main .ys .ys_con .ys_list > li:nth-child(5) .ys_ico {
  background: url(../images/ys_ico5.png) center no-repeat;
}
.shop {
  width: 100%;
  height: 970px;
  background: url(../images/shop_bg.jpg) center no-repeat;
  padding-top: 70px;
  box-sizing: border-box;
}
.shop .shop_main .shop_view {
  margin-top: 90px;
  /* ---------------- */
  /* #certify .swiper-slide-active img{ border: 5px solid #fff; } */
  /* ---------------- */
}
.shop .shop_main .shop_view #certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.shop .shop_main .shop_view #certify .swiper-container {
  height: 604px;
  margin-top: 30px;
}
.shop .shop_main .shop_view #certify .swiper-slide {
  width: 800px;
  height: 604px;
  background: #262626;
}
.shop .shop_main .shop_view #certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.shop .shop_main .shop_view #certify .swiper-slide .txtlq {
  display: none;
  padding-top: 45px;
}
.shop .shop_main .shop_view #certify .swiper-slide .red_cover {
  display: none;
}
.shop .shop_main .shop_view #certify .swiper-slide .case_add {
  display: none;
}
.shop .shop_main .shop_view .red_cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.shop .shop_main .shop_view .red_cover > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.shop .shop_main .shop_view .case_add {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 47px;
  height: 54px;
  background: url(../images/case_add.png) center no-repeat;
}
.shop .shop_main .shop_view #certify .swiper-slide-active .txtlq {
  display: block;
}
.shop .shop_main .shop_view #certify .swiper-slide-active .red_cover {
  display: block;
}
.shop .shop_main .shop_view #certify .swiper-slide-active .case_add {
  display: block;
  cursor: pointer;
}
.shop .shop_main .shop_view #certify .swiper-slide .txtlq h6 {
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.shop .shop_main .shop_view #certify .swiper-slide-prev img {
  opacity: 0.8;
}
.shop .shop_main .shop_view #certify .swiper-slide-next img {
  opacity: 0.8;
}
.shop .shop_main .shop_view #certify .swiper-slide-active img {
  opacity: 1;
}
.shop .shop_main .shop_view #certify .swiper-button-prev {
  width: 40px;
  height: 72px;
  background: url(../images/shop_p1.png) no-repeat center;
  opacity: 1;
  cursor: pointer;
  left: -70px;
  top: 266px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.shop .shop_main .shop_view #certify .swiper-button-next {
  width: 40px;
  height: 72px;
  background: url(../images/shop_n1.png) no-repeat center;
  opacity: 1;
  cursor: pointer;
  right: -70px;
  top: 266px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.shop .shop_main .shop_view #certify .swiper-button-prev:hover {
  background: url(../images/shop_p2.png) no-repeat center;
}
.shop .shop_main .shop_view #certify .swiper-button-next:hover {
  background: url(../images/shop_n2.png) no-repeat center;
}
.ys2 {
  width: 100%;
  height: 910px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url(../images/ys2_bg.jpg) center no-repeat;
}
.ys2 .ys2_main .ys_view {
  margin-top: 90px;
}
.ys2 .ys2_main .ys_view .ys_list > li {
  float: left;
  width: 290px;
  height: 548px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.ys2 .ys2_main .ys_view .ys_list > li:hover .ys_txt {
  height: 506px;
  bottom: 21px;
  padding-top: 170px;
  background: rgba(0, 0, 0, 0.7);
}
.ys2 .ys2_main .ys_view .ys_list > li:hover .ys_txt .ys_ico {
  top: 81px;
}
.ys2 .ys2_main .ys_view .ys_list > li:hover .ys_txt > h3 {
  color: #fff;
}
.ys2 .ys2_main .ys_view .ys_list > li:hover .ys_txt > h4 {
  color: #ffffff;
}
.ys2 .ys2_main .ys_view .ys_list > li:hover .ys_txt > p {
  width: 214px;
}
.ys2 .ys2_main .ys_view .ys_list > li > img {
  width: 100%;
  height: 100%;
}
.ys2 .ys2_main .ys_view .ys_list > li .ys_txt {
  position: absolute;
  width: 268px;
  height: 120px;
  left: 50%;
  transform: translate(-50%);
  bottom: 11px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 54px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys2 .ys2_main .ys_view .ys_list > li .ys_txt .ys_ico {
  position: absolute;
  width: 69px;
  height: 69px;
  left: 50%;
  transform: translate(-50%);
  top: -35px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys2 .ys2_main .ys_view .ys_list > li .ys_txt .ys_ico > img {
  width: 100%;
  height: 100%;
}
.ys2 .ys2_main .ys_view .ys_list > li .ys_txt > h3 {
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  color: #000000;
  margin-bottom: 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys2 .ys2_main .ys_view .ys_list > li .ys_txt > h4 {
  font-size: 14px;
  font-family: Arial;
  color: #000000;
  line-height: 14px;
  height: 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.ys2 .ys2_main .ys_view .ys_list > li .ys_txt > p {
  width: 0;
  margin: 35px auto 0;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  line-height: 25px;
}
.ys2 .ys2_main .ys_view .ys_list > li:nth-lact-child(1) {
  margin-right: 0;
}
.news {
  width: 100%;
  height: 1030px;
  padding: 70px 0 40px;
  box-sizing: border-box;
  background-color: #3f3f3f;
  position: relative;
  z-index: 1;
}
.news::after {
  content: "";
  position: absolute;
  width: 718px;
  height: 523px;
  right: 0;
  top: 392px;
  z-index: -1;
  background: url(../images/news_txt_bg.png) center no-repeat;
}
.news .news_main .news_con {
  margin-top: 50px;
}
.news .news_main .news_con .news_tit {
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #9f9f9f;
  box-sizing: border-box;
}
.news .news_main .news_con .news_tit > h3 {
  font-size: 18px;
  color: #c8c8c8;
  background: url(../images/news_ico1.png) left center no-repeat;
  padding-left: 42px;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_tit > h3:hover {
  color: #b5020f;
  background: url(../images/news_ico1-2.png) left center no-repeat;
}
.news .news_main .news_con .news_tit > a {
  font-size: 14px;
  font-family: Arial;
  color: #c8c8c8;
}
.news .news_main .news_con .news_tit > a:hover {
  color: #b5020f;
  transform: translateY(5px);
}
.news .news_main .news_con .news_item {
  width: 365px;
  margin-right: 43px;
}
.news .news_main .news_con .news_item > a {
  display: block;
  width: 100%;
  height: 200px;
  margin: 20px auto 15px;
}
.news .news_main .news_con .news_item > a > img {
  width: 100%;
  height: 100%;
}
.news .news_main .news_con .news_item .news_list > li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 10px auto;
}
.news .news_main .news_con .news_item .news_list > li:hover > a {
  color: #b5020f;
  transform: translate(5px);
  background: url(../images/news_ico3.png) left center no-repeat;
}
.news .news_main .news_con .news_item .news_list > li:hover > span {
  color: #b5020f;
}
.news .news_main .news_con .news_item .news_list > li > a {
  float: left;
  width: 70%;
  height: 100%;
  background: url(../images/news_ico2.png) left center no-repeat;
  padding-left: 21px;
  box-sizing: border-box;
  font-size: 14px;
  color: #c8c8c8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .news_item .news_list > li > span {
  float: right;
  color: #c8c8c8;
  font-size: 14px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .news_con .news_item:nth-child(2) {
  margin-right: 0;
}
.news .news_main .news_con .aq {
  width: 385px;
}
.news .news_main .news_con .aq .news_tit > h3 {
  background: url(../images/news_ico4.png) left center no-repeat;
}
.news .news_main .news_con .aq .news_tit > h3:hover {
  color: #b5020f;
  background: url(../images/news_ico4.png) left center no-repeat;
}
.news .news_main .news_con .aq .aq_main {
  width: 100%;
  height: 428px;
  margin-top: 23px;
}
.news .news_main .news_con .aq .aq_main .aq_list > li {
  width: 100%;
  height: 95px;
  border-bottom: 1px dashed #707070;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.news .news_main .news_con .aq .aq_main .aq_list > li:hover > p > a {
  color: #b5020f;
  transform: translate(5px);
}
.news .news_main .news_con .aq .aq_main .aq_list > li > p {
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  margin-bottom: 14px;
}
.news .news_main .news_con .aq .aq_main .aq_list > li > p > span {
  float: left;
  width: 22px;
  height: 22px;
  background-color: #b5020f;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #c8c8c8;
  margin-right: 10px;
}
.news .news_main .news_con .aq .aq_main .aq_list > li > p > a {
  float: left;
  width: 290px;
  height: 100%;
  font-size: 14px;
  color: #c8c8c8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_con .aq .aq_main .aq_list > li > p > i {
  float: right;
  font-size: 14px;
  color: #c8c8c8;
}
.news .news_main .news_con .aq .aq_main .aq_list > li > h4 {
  width: 100%;
}
.news .news_main .news_con .aq .aq_main .aq_list > li > h4 > span {
  float: left;
  width: 22px;
  height: 22px;
  background-color: #6a6a6a;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #c8c8c8;
  margin-top: 5px;
}
.news .news_main .news_con .aq .aq_main .aq_list > li > h4 > i {
  float: right;
  width: 348px;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  color: #949494;
  overflow: hidden;
}
.news .news_main .lc {
  width: 100%;
  margin-top: 70px;
}
.news .news_main .lc .lc_list > li {
  float: left;
  width: 106px;
  margin-right: 76px;
}
.news .news_main .lc .lc_list > li:hover .lc_ico {
  transform: rotateY(360deg);
}
.news .news_main .lc .lc_list > li:hover > p {
  color: #b5020f;
}
.news .news_main .lc .lc_list > li .lc_ico {
  width: 100%;
  height: 106px;
  border: solid 1px #aaaaaa;
  box-sizing: border-box;
  border-radius: 50%;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .lc .lc_list > li > p {
  text-align: center;
  font-size: 18px;
  color: #dcdcdc;
  line-height: 18px;
  height: 18px;
  margin-top: 20px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}
.news .news_main .lc .lc_list > li:nth-child(1) .lc_ico {
  background: url(../images/lc1.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(1):hover .lc_ico {
  background: url(../images/lc1-2.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(2) .lc_ico {
  background: url(../images/lc2.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(2):hover .lc_ico {
  background: url(../images/lc2-2.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(3) .lc_ico {
  background: url(../images/lc3.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(3):hover .lc_ico {
  background: url(../images/lc3-2.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(4) .lc_ico {
  background: url(../images/lc4.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(4):hover .lc_ico {
  background: url(../images/lc4-2.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(5) .lc_ico {
  background: url(../images/lc5.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(5):hover .lc_ico {
  background: url(../images/lc5-2.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(6) .lc_ico {
  background: url(../images/lc6.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(6):hover .lc_ico {
  background: url(../images/lc6-2.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(7) .lc_ico {
  background: url(../images/lc7.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-child(7):hover .lc_ico {
  background: url(../images/lc7-2.png) center no-repeat;
}
.news .news_main .lc .lc_list > li:nth-last-child(1) {
  margin-right: 0;
}
