@charset "utf-8";
/* CSS Document */
a {
  text-decoration: none;
  border: none;
}
img {
  display: block;
  border: none;
}
input,
textarea,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline: 0;
  background: none;
}
dl,
dd {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  font-family: "微软雅黑";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f5f5f8;
}
@font-face {
  font-family: hero;
  src: url(../font/Hero%20Light.otf);
}
@font-face {
  font-family: helv;
  src: url(../font/HELVETICANEUELTPRO-THEX.otf);
}
/*===================================================首页===================================================*/
/*公用*/
a,
.section3 .dishes_con ul li a .dishes_w,
.section3 .dishes_con ul li a .dishes_mask,
.section3 .dishes_con ul li.dishes_more a span,
.in_news ul li a .n_c h4,
.in_news ul li a .n_c p,
.in_guest ul li input,
.in_guest ul li textarea,
.in_news ul li a .n_img,
.in_news ul li a .n_c span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transtion: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:before,
a:after,
.top_bbox .top_box .nav ul li:before,
.top_bbox .top_box .nav ul li:after,
.in_news ul li a .n_r,
.in_news ul li a .n_r,
.in_news ul li a .n_c,
.in_news ul li a .n_c span:after,
.form_box .form_con .btn:before,
.form_box .form_con .btn:after {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.clear {
  clear: both;
}
/*===================================================内页===================================================*/
.in_body .section8 .ewm_box .left_bg {
  left: 0;
}
.in_body .section8 .ewm_box .right_bg {
  right: 0;
}
.in_body .section8 .footer_box .footer_con {
  border: none;
}
/*公用*/
.nyk_tt {
  overflow: hidden;
  margin-bottom: 50px;
}
.nyk_tt .nyk_l {
  float: left;
}
.nyk_tt .nyk_l h3 {
  color: #000;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 6px;
}
.nyk_tt .nyk_l p {
  font-size: 16px;
  color: #cc0500;
  text-transform: uppercase;
}
.nyk_tt .nyk_r {
  float: right;
  margin-top: 20px;
}
.nyk_tt .nyk_r a {
  float: left;
  padding: 6px 20px;
  position: relative;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
.nyk_tt .nyk_r a:nth-of-type(1):before {
  display: none;
}
.nyk_tt .nyk_r a:before {
  position: absolute;
  left: 0;
  content: "/";
  text-align: left;
  margin-right: 28px;
  margin-top: 3px;
  font-size: 12px;
  color: #666;
}
.nyk_tt .nyk_r a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 1px;
  background: #cc0500;
}
.nyk_tt .nyk_r a:hover {
  color: #cc0500;
}
.nyk_tt .nyk_r a:hover:after {
  width: 45%;
}
.nyk_tt .nyk_r a.hover {
  color: #cc0500;
}
.nyk_tt .nyk_r a.hover:after {
  width: 45%;
}
/*内页banner*/
.in_banner .slideBox {
  width: 100%;
  max-height: 380px;
  overflow: hidden;
  position: relative;
}
.in_banner .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  z-index: 1;
}
.in_banner .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.in_banner .slideBox .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%;
  margin: 0 4px;
}
.in_banner .slideBox .hd ul li.on {
  background: #cc0500;
}
.in_banner .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.in_banner .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.in_banner .slideBox .bd img {
  width: 100%;
  display: block;
}
/*中间内容*/
.in_bbox {
/*	background-image: url(../img/bg5.jpg);*/
	padding: 60px 0 90px;
    background-color: #f5f5f8;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.in_box {
  width: 1220px;
  margin: 0 auto;
  /*map添加进来的*/
  min-height: 400px;
  position: relative;
}
/*新闻列表页*/
.in_news ul {
  margin-top: -28px;
}
.in_news ul li a {
  display: block;
  overflow: hidden;
  padding: 28px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  position: relative;
}
.in_news ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 120px;
  width: 1px;
  height: 100px;
  background: rgba(0, 0, 0, 0.16);
}
.in_news ul li a .n_img {
  float: left;
  width: 158px;
  height: 105px;
  overflow: hidden;
  background: #171717;
}
.in_news ul li a .n_img img {
  width: 100%;
}
.in_news ul li a .n_c {
  float: left;
  width: 830px;
  margin: 0 0 0 40px;
}
.in_news ul li a .n_c h3 {
  font-size: 17px;
  max-width: 80%;
  color: #000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_news ul li a .n_c span {
  font-size: 13px;
  color: #cc0500;
  font-family: helv;
  display: inline-block;
  margin: 5px 0 10px;
  position: relative;
  padding: 5px 0;
}
.in_news ul li a .n_c .news_lab {
  color: #cc0500;
  padding: 8px 0 0;
}
.in_news ul li a .n_c .news_lab span {
  font-size: 12px;
  font-family: Arial;
}
.in_news ul li a .n_c .news_lab em {
  font-style: normal;
  font-size: 12px;
  padding: 3px 8px;
  border: solid 1px #cc0500;
  border-radius: 30px;
  margin-left: 8px;
}
.in_news ul li a .n_c p {
  color: #000;
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  max-height: 40px;
}
.in_news ul li a .n_r {
  float: right;
  width: 36px;
  height: 36px;
  background: url(../img/in_arrow.png) no-repeat center top;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.16);
  margin: 32px 20px 0 0;
}
.in_news ul li a:hover .n_c h3 {
  color: #cc0500;
}
.in_news ul li a:hover .n_c p {
  color: #000;
  color: rgba(0, 0, 0, 0.9);
}
.in_news ul li a:hover .n_r {
  background-position: center -36px;
  border-color: #cc0500;
  background-color: #cc0500;
  margin-right: 36px;
}
.in_news ul li a:hover .n_img {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
/*列表翻页*/
.in_news + .list_page {
  border-top: none;
}
.list_page {
  text-align: center;
  padding-top: 50px;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}
.list_page a,
.list_page span {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px;
}
.list_page a {
  background: #000;
  color: #ffffff!important;
}
.list_page span,
.list_page a:hover {
  background: #cc0500;
  color: #fff;
}
/*图片列表页*/
.in_pics ul {
  display: table;
  margin: 0 -40px 0 0;
}
.in_pics ul li {
  width: 373px;
  float: left;
  margin: 0 40px 40px 0;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.in_pics ul li a {
  display: block;
}
.in_pics ul li a.in_pimg {
  height: 280px;
  overflow: hidden;
}
.in_pics ul li a.in_pimg img {
  width: 100%;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.in_pics ul li p {
  position: relative;
}
.in_pics ul li:hover p {
  background: #cc0500\9;
}
.in_pics ul li p a {
  padding: 20px 15px;
  font-size: 16px;
  color: #000;
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_pics ul li:hover a.in_pimg img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.in_pics ul li p:after {
  width: 0%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #cc0500;
}
.in_pics ul li:hover p a {
  color: #fff;
}
.in_pics ul li:hover p:after {
  width: 100%;
  left: 0;
}
/*内容页*/
.in_content {
  margin: -30px auto 0;
}
.news_show .news_stt {
  padding-bottom: 12px;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
}
.news_show .news_stt h2 {
  font-size: 26px;
  color: #cc0500;
}
.news_show .news_stt span {
  display: inline-block;
  color: #000000;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  margin: 10px 8px;
}
.news_show .news_scon {
  color: #333;
  padding: 30px 0;
  line-height: 1.8;
  font-size: 15px;
}
.news_show .news_scon img {
  max-width: 100% !important;
/*    max-height: 100% !important;*/
    height: 100% !important;
  display: inline-block;
}
.news_show .news_scon .vedio_luembed {
  width: 800px;
  margin: 0 auto;
}
.news_show .news_scon .vedio_luembed embed {
  width: 800px !important;
  height: 500px !important;
}
.nodata {
  color: black;
  text-align: center;
}
/*内容翻页*/
.in_pnpage {
  padding: 30px 0 0;
  overflow: hidden;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}
.in_pnpage:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
.in_pnpage span {
  font-size: 15px;
  display: block;
  color: #333;
}
.in_pnpage .in_page_prev {
  float: left;
}
.in_pnpage .in_page_next {
  float: right;
}
.in_pnpage span a {
  color: #cc0500;
  display: block;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: right;
  text-decoration: none;
}
.in_pnpage span a:hover {
  text-decoration: underline;
  color: #d80000;
}
/*火狐hack*/
@-moz-document url-prefix() {
  .in_guest ul li input,
  .in_guest ul li textarea {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
/*新闻页*/
.box9r {
  width: 55%;
  margin: auto;
  margin-top: 250px;
}
.form_new {
  background-color: #ffffff;
  padding: 30px 0 65px 0;
  box-shadow: 0 1px 4px 2px #f1f1f1;
}
.form_new .box9r {
  margin-top: 0;
}
.box9_right h3,
.form_new h3 {
  font-size: 54px;
  height: 160px;
  width: 676px;
  text-indent: -9999rem;
  overflow: hidden;
  background: url(../img/box9_03.png) no-repeat 0 0;
  background-size: 100% auto;
}
.guest_con {
  width: 100%;
  margin: auto;
}
.guest_radio {
    width: 440px;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 60px;
  margin: auto;
}
.guest_radio label {
  float: left;
  width: 25%;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.guest_radio label span.on {
  background-image: url("../img/icon_03.png");
}
.guest_radio label input {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.guest_radio label span {
  display: inline-block;
  padding: 7px;
  background: url(../img/icon_05.png) no-repeat left center;
}
.guest .btn {
  display: block;
  font-size: 20px;
  color: #a1251e;
  padding: 15px 0;
  background: #e7c692;
  text-align: center;
  width: 100%;
  margin: auto;
}
.guest .guest_input {
  border: none;
}
.guest .guest_input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: auto;
  height: 60px;
  background-color: transparent;
  color: white;
}
.form_new .guest .guest_input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  color: black;
  font-size: 16px;
}
.guest .guest_input1 {
  width: 47%;
  display: inline-block;
}
.guest .guest_input0 {
  margin-right: 4.5%;
}
.guest_input::-webkit-input-placeholder {
  color: white;
  font-size: 16px;
  font-family: '微软雅黑';
}
.form_new .guest_input::-webkit-input-placeholder {
  color: #0e0e0e;
}
.form_new .guest p {
  color: #0e0e0e;
}
.form_new .guest_radio label,
.form_new .box9_right .p1,
.form_new .p1 {
  color: #0e0e0e;
}
.form_new .guest .btn {
  color: white;
  background: #cc0500;
    border-radius: 40px;;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.form_new .guest .btn:hover {
  background: #9e201f;
}
.form_new .guest_radio label span.on {
  background-image: url("../img/icon_031.png");
}
.form_new .guest_radio label span {
  background: url(../img/icon_051.png) no-repeat left center;
}
.guest .g_textarea {
  height: 110px;
  cursor: text;
  padding: 20px 0;
  color: white;
  width: 100%;
  display: block;
  resize: none;
}
.guest p {
  color: white;
  text-align: left;
  padding: 30px 0;
  font-size: 16px;
}
input,
textarea,
select,
a:focus {
  outline: none;
}
/*新闻页*/
/*底部部分*/
.foot {
  width: 100%;
}
.foot_content {
  width: 1200px;
  margin: auto;
}
.foot_top {
  display: flex;
  padding: 30px 0;
  font-size: 14px;
}
.foot_top_left img {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 12px;
}
.foot_top_mid {
  width: 580px;
  padding-left: 30px;
}
.foot_top_mid a {
  color: #cc0500!important;
}
.foot_top_mid p {
  line-height: 26px;
  font-family: helv;
}
.mid_p {
  font-size: 40px;
  margin-top: 10px;
}
.foot_top_right {
  width: 400px;
  padding: 0 5px;
  text-align: center;
}
.ftr {
  padding-top: 12px;
  float: left;
  margin-right: 50px;
}
.ftr img {
  display: inline-block;
  text-align: center;
}
.ftr p {
  font-size: 13px;
  padding-top: 2px;
}
.foot_top_right img {
  width: 125px;
  height: 125px;
}
/*内页底部*/
.foot1 {
  background-color: #661716;
  width: 100%;
  color: whitesmoke;
}
.foot1 .foot_top_mid {
  width: 580px;
  border-left: none;
  border-right: none;
  padding-left: 30px;
}
.foot1 .foot_top {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #666;
  font-size: 14px;
}
* {
  padding: 0;
  margin: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000000;
}
.clear {
  clear: both;
}
/*logo位置*/
.logo_img {
  position: absolute;
  top: 100px;
  left: 6%;
  z-index: 8;
  width: 150px;
  display: block;
}
.logo_img img {
  width: 100%;
}
.menu_box .menu_btn {
  position: fixed;
  z-index: 10;
  right: 8%;
  top: 90px;
  color: white;
  font-size: 16px; width:70px; height:40px; border-radius:50px; border:1px solid #fff; line-height:40px; text-align:center;
  cursor: pointer;
}
.menu_box .menu_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(5, 3, 4, 0.83);
  z-index: -1;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
  opacity: 0;
  overflow: hidden;
}
.menu_box .menu_content .content_nav {
  width: 67%;
  margin-top: 180px;
  margin-left: 18%;
}
.menu_box .menu_content .content_nav dl {
  float: left;
  width: 10%;
  height: 550px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_box .menu_content .content_nav dl:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.menu_box .menu_content .content_nav dl a {
  display: block;
  text-align: center;
}
.menu_box .menu_content .content_nav dl a:hover {
  color: #eeb675;
}
.menu_box .menu_content .content_nav dl .title {
  font-size: 18px;
  color: #eeb675;
  line-height: 27px;
  padding-bottom: 30px;
}
.menu_box .menu_content .content_nav dl .dd_a {
  font-size: 14px;
  color: #a8a8a9;
  padding: 30px 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.box1_slide img {
  display: block;
  background-size: cover !important;
  transform: scale(1.1) translate(50px, 0);
  transition: transform 7.6s linear;
  ransition: transform 7.6s linear;
  -moz-transition: transform 7.6s linear;
  /* Firefox 4 */
  -webkit-transition: transform 7.6s linear;
  /* Safari and Chrome */
  -o-transition: transform 7.6s linear;
  /* Opera */
}
.box1_slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide-active img {
  transition-delay: 0.1s;
  transform: scale(1) translate(0px, 0);
}
.box_slide1 .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  height: 12px;
  width: 12px;
}
.box_slide1 .swiper-pagination-bullet-active {
  background-color: #cc0500;
}
.box_slide1 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5%;
  bottom: 7vh;
}

.dingzhi,
.cul_position {
  position: absolute;
  z-index: 10;742d27
}
.dingzhi .dingzhi_icon,
.cul_position .dingzhi_icon {
  margin-top: 15px;
}
.dingzhi .dingzhi_icon a,
.cul_position .dingzhi_icon a {
  color: #ffffff;
  font-size: 16px;
  float: left;
  margin-right: 36px;
}
.dingzhi .dingzhi_icon a .icon_img,
.cul_position .dingzhi_icon a .icon_img {
  width: 66px;
  height: 64px;
}
.dingzhi .dingzhi_icon a .icon_img img,
.cul_position .dingzhi_icon a .icon_img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.dingzhi .dingzhi_icon a:hover,
.cul_position .dingzhi_icon a:hover {
  color: #eeb675;
}
.dingzhi .dingzhi_icon a:hover .icon_img img,
.cul_position .dingzhi_icon a:hover .icon_img img {
  transform: scale(1.2);
}
.cul_position {
  top: 20%;
}
.active .dingzhi {
  top: 20%;
  opacity: 1;
}
.active .dingzhi_img {
  bottom: 15%;
  opacity: 1;
}
.dingzhi {
  left: 7%;
  top: -600px;
  transition: all 3s;
  -moz-transition: all 3s;
  /* Firefox 4 */
  -webkit-transition: all 3s;
  /* Safari and Chrome */
  -o-transition: all 3s;
  /* Opera */
  opacity: 0;
}
.dingzhi_img {
  position: absolute;
  bottom: -200px;
  height: 60px;
  width: 60px;
  background: url("../img/quan.png") no-repeat center center;
  z-index: 10;
  transition: all 3s;
  -moz-transition: all 3s;
  /* Firefox 4 */
  -webkit-transition: all 3s;
  /* Safari and Chrome */
  -o-transition: all 3s;
  /* Opera */
  opacity: 0;
}
.ding_icon_zong .dingzhi_icon_left {
  left: 12.5%;
}
.ding_icon_zong .dingzhi_icon_right {
  right: 12.5%;
}
.dingzhi_title {
  text-align: center;
  display: block;
  width: 278px;
  height: 404px;
  overflow: hidden;
  margin: auto;
}
.dingzhi_title img {
  display: inline-block;
  width: 100%;
}
.active .display_box .toggle_box .toggle_box_title {
  top: 15%;
  opacity: 1;
}
.active .display_box .toggle_box .toggle_box_content {
  bottom: 12%;
  opacity: 1;
}
.display_box .toggle_box .toggle_box_title {
  text-align: center;
  width: 94%;
  left: 2.5%;
  top: -300px;
  position: absolute;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  opacity: 0;
  margin-bottom: 98px;
}
.display_box .toggle_box .toggle_box_title span {
  color: #000000;
  display: inline-block;
  width: 169px;
  height: 54px;
  line-height: 54px;
  margin: 0 25px;
  cursor: pointer;
  background: url("../img/font_bg.png") no-repeat center center;
  background-size: 100% auto;
  font-size: 18px;
  color: #eeb675;
}
.display_box .toggle_box .toggle_box_title .toggle_link_active {
  color: white;
}
.display_box .toggle_box .toggle_box_content {
  text-align: center;
  width: 94%;
  left: 2.5%;
  bottom: -900px;
  position: absolute;
  height: 543px;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.display_box .toggle_box .toggle_box_content .lun_box {
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  height: 0;
}
.display_box .toggle_box .toggle_box_content .dis_link {
  float: left;
  width: 19.2%;
  height: 543px;
  overflow: hidden;
  position: relative;
}
.display_box .toggle_box .toggle_box_content .dis_link img {
  width: 100%;
}
.display_box .toggle_box .toggle_box_content .dis_link:not(:last-of-type) {
  margin-right: 1%;
}
.display_box .toggle_box .toggle_box_content .dis_link:hover .dis_zhe {
  opacity: 1;
}
.display_box .toggle_box .toggle_box_content .dis_link .dis_zhe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.display_box .toggle_box .toggle_box_content .dis_link .dis_zhe .zhe_img {
  width: 160px;
  height: 160px;
  text-align: center;
  margin: 90px auto;
}
.display_box .toggle_box .toggle_box_content .dis_link .dis_zhe .zhe_p {
  width: 156px;
  font-size: 18px;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
  margin: auto;
  text-align: center;
}
.zhanshi {
  width: 100%;
  height: 100%;
  position: relative;
  background: black;
  overflow: hidden;
  /*两边的箭头*/
  /*距离底部多高*/
  /*图片之间的距离*/
}
.zhanshi .my_3 .swiper-button-next,
.zhanshi .my_3 .swiper-button-prev {
  position: absolute;
  height: 95px;
  z-index: 10;
  cursor: pointer;
  background-image: none;
  width: 75px;
}
.zhanshi .my_3 .swiper-button-next {
  left: 0;
  background: url("../img/qimei_02.jpg") no-repeat center center;
  width: 75px;
}
.zhanshi .my_3 .swiper-button-next {
  width: 80px;
}
.zhanshi .my_3 .swiper-button-prev {
  left: 95.8%;
  background: url("../img/qimei_04.jpg") no-repeat center center;
}
.zhanshi .my_3 .swiper-button-next.swiper-button-disabled {
  /*background-color: #e50012;*/
}
.zhanshi .my_3 .swiper-button-prev.swiper-button-disabled {
  /*background-color:black;*/
}
.zhanshi .my_3 .swiper-button-next.swiper-button-disabled,
.zhanshi .my_3 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.zhanshi .my_3 .swiper-button-next,
.zhanshi .mythree .swiper-container-rtl .swiper-button-prev {
  /*background-image: none!important;*/
}
.zhanshi .my_3 .swiper-slide a {
  display: block;
  height: 100%;
  width: 50%;
  position: relative;
}
.zhanshi .my_3 .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.zhanshi .my_3 .swiper-slide .zhe_left {
  float: left;
}
.zhanshi .my_3 .swiper-slide .zhe_right {
  float: right;
}
.zhanshi .my_3 .swiper-slide .zhe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.zhanshi .my_3 .swiper-slide a:hover .zhe {
  background: rgba(0, 0, 0, 0);
}
.zhanshi .my_3 .swiper-pagination-bullet {
  background-color: #ffe2a4;
  opacity: 1;
  height: 2px;
  width: 52px;
  border-radius: 0;
}
.zhanshi .my_3 .swiper-pagination-bullet-active {
  background-color: #cc0500;
}
.zhanshi .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5%;
  bottom: 10vh;
}
.zhanshi .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px!important;
}
.active .camera_box .ca_one,
.active .camera_box .ca_three {
  top: 15%;
  opacity: 1;
}
.active .camera_box .ca_two,
.active .camera_box .ca_four {
  bottom: 15%;
  opacity: 1;
}
.camera_box {
  width: 82%;
  margin: auto;
  height: 100%;
  position: relative;
  text-transform: uppercase;
}
.camera_box .camera_link {
  float: left;
  display: block;
  position: absolute;
  z-index: 10;
  width: 24.25%;
  overflow: hidden;
}
.camera_box .camera_link img {
  width: 100%;
}
.camera_box .ca_one {
  left: 0;
  height: 567px;
}
.camera_box .ca_one,
.camera_box .ca_three {
  top: -500px;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  opacity: 0;
}
.camera_box .ca_two,
.camera_box .ca_four {
  bottom: -500px;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  opacity: 0;
}
.camera_box .ca_two {
  left: 25.25%;
}
.camera_box .ca_link_up,
.camera_box .ca_link_down {
  height: 277px;
  overflow: hidden;
  display: block;
}
.camera_box .ca_link_up {
  margin-bottom: 10px;
}
.camera_box .ca_more {
  background: #000000 url("../img/quan.png") no-repeat center 67%;
  text-transform: uppercase;
  text-align: center;
}
.camera_box .ca_more:hover p {
  color: #eeb675;
  border-top: 1px solid #eeb675;
  border-bottom: 1px solid #eeb675;
}
.camera_box .ca_more p {
  color: #fefefe;
  text-align: center;
  font-size: 21px;
  padding: 10px 7px;
  display: inline-block;
  margin: 20% auto;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.camera_box .ca_three {
  left: 50.5%;
}
.camera_box .ca_four {
  left: 75.75%;
  height: 567px;
}
.camera_box a {
  position: relative;
}
.camera_box a img {
  width: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.camera_box a:hover img {
  transform: scale(1.2);
}
.camera_box a:hover .camera_zhe {
  color: #eeb675;
}
.camera_box a .camera_zhe {
  position: absolute;
  padding: 20px 0 20px 29px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.44);
  color: #fefefe;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.camera_box .ca_one .camera_zhe .zhe_title,
.camera_box .ca_four .camera_zhe .zhe_title {
  font-size: 34px;
}
.camera_box .ca_one .camera_zhe p,
.camera_box .ca_four .camera_zhe p {
  font-size: 10px;
}
.camera_box .ca_two .camera_zhe .zhe_title,
.camera_box .ca_three .camera_zhe .zhe_title {
  font-size: 24px;
}
.camera_box .ca_two .camera_zhe span,
.camera_box .ca_three .camera_zhe span {
  font-size: 12px;
}
.cul_position {
  right: -200px;
  transition: all 3s;
  -moz-transition: all 3s;
  /* Firefox 4 */
  -webkit-transition: all 3s;
  /* Safari and Chrome */
  -o-transition: all 3s;
  /* Opera */
  opacity: 0;
}
.cul_position .dingzhi_title {
  width: 251px;
  height: 409px;
}
.active .cul_position {
  right: 7%;
  opacity: 1;
}
.cooperate_box {
  width: 1250px;
  margin: auto;
  height: 100%;
  background: url("../img/bgtu_03.png") no-repeat center center;
  position: relative;
}
.cooperate_box .co_link {
  overflow: hidden;
  color: #ffffff;
  z-index: 10;
  position: absolute;
  text-align: center;
  display: inline-block;
  width: 160px;
}
.cooperate_box .co_link:hover .co_img img {
  transform: scale(1.4);
}
.cooperate_box .co_link .co_img {
  height: 65px;
  overflow: hidden;
  text-align: center;
}
.cooperate_box .co_link .co_img img {
  height: 100%;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.cooperate_box .co_link p {
  font-size: 24px;
}
.cooperate_box .co_link span {
  display: block;
  font-size: 7px;
}
.cooperate_box .co_position_left {
  left: -360px;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  opacity: 0;
}
.cooperate_box .co_positon_right {
  right: -360px;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  opacity: 0;
}
.cooperate_box .coop_one,
.cooperate_box .coop_four {
  top: 20%;
}
.cooperate_box .coop_two,
.cooperate_box .coop_five {
  top: 41%;
}
.cooperate_box .coop_three,
.cooperate_box .coop_six {
  top: 67.5%;
}
.active .cooperate_box .co_position_left {
  left: 0;
  opacity: 1;
}
.active .cooperate_box .co_positon_right {
  right: 0;
  opacity: 1;
}
.box_slide8 {
  background: url("../img/bg4.jpg") no-repeat;
  background-size: 100% 100%;
}
.box8 {
  position: relative;
  height: 100%;
  width: 1600px;
  margin: auto;
  overflow: hidden;
}
.box8 h3 a {
  display: block;
  background: url("../img/qimei_12.png") no-repeat center center;
  background-size: auto 100%;
  height: 156px;
  text-indent: -999em;
  position: absolute;
  top: -50%;
  width: 100%;
  opacity: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.active .box8 h3 a {
  opacity: 1;
  top: 160px;
}
.box8 .row {
  margin: 39px auto 68px;
  height: 300px;
  width: 1582.5px;
  position: absolute;
  top: 350px;
  left: -100%;
  opacity: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.active .box8 .row {
  opacity: 1;
  left: 0;
}
.box8 .row .box8_a {
  display: block;
  float: left;
  width: 390px;
  height: 288px;
  overflow: hidden;
  position: relative;
  background-color: #6b1918;
  margin-right: 5px;
  cursor: pointer;
}
.box8 .row .box8_a img {
  width: 100%;
}
.box8 .row .box8_a .zhe_p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 21px;
  background: rgba(0, 0, 0, 0.81);
  color: #797373;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.box8 .row .box8_a .zhe {
  background-color: #6b1918;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  font-size: 12px;
  color: #ffffff;
  overflow: hidden;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
  padding: 0 30px;
}
.box8 .row .box8_a:hover .zhe {
  height: 100%;
  top: 0;
}
.box8 .row .box8_a .zhe .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 39px;
  font-size: 16px;
}
.box8 .row .box8_a .zhe span {
  display: block;
}
.box8 .row .box8_a .zhe .border {
  width: 125px;
  height: 2px;
  background-color: #ffffff;
  margin: 25px 0;
}
.box8 .row .box8_a .zhe p {
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  overflow: hidden;
  line-height: 23px;
  height: 46px;
}
.box8 .row .box8_a .zhe .zhe_more {
  color: #691716;
  background-color: #fff;
  display: inline;
  display: inline-block;
  padding: 12px 52px;
  border-radius: 5px;
  margin-top: 24px;
}
.box8 .btn_more {
  margin-top: 40px;
  display: block;
  width: 265px;
  height: 61px;
  margin: auto;
  line-height: 61px;
  background: url("../img/bg_btn.png") no-repeat;
  background-size: auto 100%;
  text-align: center;
  position: absolute;
  top: 172%;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
  color: #ffffff;
}
.active .box8 .btn_more {
  opacity: 1;
  top: 77%;
}
.active .contact_bg .contact_up {
  bottom: 48%;
  opacity: 1;
}
.active .contact_bg .contact_down {
  bottom: 33%;
  opacity: 1;
}
.contact_bg {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../img/bg5.jpg") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  overflow: hidden;
}
.contact_bg .contact_up {
  position: absolute;
  bottom: -100%;
  width: 100%;
  font-size: 14px;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  opacity: 0;
}
.contact_bg .contact_up .cont_center {
  width: 90%;
  margin: auto;
  text-align: center;
}
.contact_bg .contact_up .contact_link {
  display: inline-block;
  margin: 0 60px;
}
.contact_bg .contact_up .contact_link .contact_img {
  height: 176px;
  width: 176px;
  overflow: hidden;
  margin-bottom: 35px;
}
.contact_bg .contact_up .contact_link .contact_img img {
  width: 100%;
}
.contact_bg .contact_down {
  font-size: 24px;
  text-align: center;
  position: absolute;
  bottom: -100%;
  width: 100%;
  transition: all 2s;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  opacity: 0;
}
.contact_bg .contact_down .cont_widt {
  width: 60%;
  margin: auto;
}
/*固定侧边栏*/
.fixed_right {
  position: absolute;
  bottom: 15%;
  right: 0;
  width: 50px;
  background-color: #ffe2a4;
}
.fixed_right a {
  display: block;
}
.fixed_right .fixed_top {
  background-color: #541413;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffe2a4;
  font-size: 13px;
}
.fixed_right .fixed_down {
  padding: 0 8px;
}
.fixed_right .fixed_contact {
  padding: 3px 0;
}
.fixed_right .fixed_contact_bg {
  background: url("../img/yu_dot_03.jpg") repeat-x 0 bottom;
}
.fixed_right .fixed_contact img {
  width: 100%;
}
/*固定侧边栏*/
/*内页导航*/
.nav_box {
  height: 75px;
  width: 100%;
  background-color: black;
  position: relative;
}
.nav_box .nav_margin {
  position: absolute;
  z-index: 10;
  width: 80%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.nav_box dl {
  float: left;
  width: 10%;
  height: 75px;
}
.nav_box dl dt {
  display: block;
  width: 100%;
  height: 75px;
  background-color: black;
}
.nav_box dl dt a {
  display: block;
  text-align: center;
  color: #fafafa;
  font-size: 16px;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
}
.nav_box dl dt a.border_right {
  background: url("../img/dot_05.jpg") repeat-y right 0;
}
.nav_box dl dt a.a_height {
  line-height: 75px;
}
.nav_box dl dt a span {
  display: block;
}
.nav_box dl dd {
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari and Chrome */
  -o-transition: all 1s;
  /* Opera */
  overflow: hidden;
}
.nav_box dl dd a {
  display: block;
  color: rgba(250, 250, 250, 0.71);
  font-size: 14px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}
.nav_box dl a:hover {
  color: #eeb675;
}
.nav_box .nav_right {
  width: 85%;
  float: right;
}
.nav_box .nav_logo {
  float: left;
  width: 15%;
  height: 100%;
}
.nav_box .nav_logo .in_logo_img {
  height: 60px;
  margin-top: 7.5px;
  padding-right: 40px;
  float: right;
}
.nav_box .nav_logo .in_logo_img img {
  height: 100%;
}
/*内页导航*/

#fp-nav ul li a span, .fp-slidesNav ul li a span{ background-color:#a63430 !important;}
#fp-nav ul li a.active span{ background-color:#cfa263 !important;}

#myMenu{ position:fixed; bottom:0; right:0; z-index:999;}


/*底部备案号颜色修改 19-8-29 hj*/
  .banquanyimeng a{color: white;}

/* 添加面包屑 19-8-29 */
.in_box .map-fx em{
  font-size: 12px;
  font-style: normal;
  line-height: 35px;
  color: #999;
}