html,  body {
	height: 100%;
}
.indexMainBanner,  .bannerWrapper,  .indexMainBanner .swiper-container {
	width: 100%;
	height: 100%;
}
.indexMainBanner {
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.indexMainBanner.on {
	opacity: 1;
}
.indexHeader {
	background: none;
}
body .line {
	/*left: 35px !important;*/

	width: 40px;
}
@charset "UTF-8";
body, p, h1, h2, h3, h4, h5, h6, dd, dl, dt, th, td, ul, li, ol, form, input, select, textarea, button, pre, legend {
  margin: 0;
  padding: 0;
}
@font-face {font-family: 'DIN'; src: url('../other/din-regular-webfont.eot'); src: url('../other/din-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../other/din-regular-webfont.woff2') format('woff2'), url('../other/din-regular-webfont.woff') format('woff'), url('../other/din-regular-webfont.ttf') format('truetype'), url('../other/din-regular-webfont.svg#dinregular') format('svg'); font-weight: normal; font-style: normal;}
button, input, select, textarea {
  vertical-align: middle;  
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, fieldset {
  border: 0;
}
address, cite, dfn, em, var, i {
  font-style: normal;
}
ul, ol {
  list-style-type: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}
select, input, textarea {
  outline: none;
}
input {
  border-radius: 0;
  border: 0;
  background: 0;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  *display: inline-block;
}
.animated {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
a, a:link, a:visited, button, .item, .btn, .basewrap td .num, .basewrap td .showmask,
.prolist .box p {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
*html.clearfix {
  height: 1%;
}
.rotate90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.rotate_90 {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.rotate180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.mart10 {
  margin-top: 10px;
}
.flexBox .boxWrap {
  display: box;
  display: -webkit-box;
}
.flexBox .box {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.flexBox .ulBox {
  display: box;
  display: -webkit-box;
}
.flexBox .ulBox li {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.fixedTop {
  position: fixed;
  top: 0;
  left: 0;
}
.fixedBottom {
  position: fixed;
  bottom: 0;
  left: 0;
}
.textcenter {
  text-align: center;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.menuIcon .btnItem {
  display: block;
  text-align: center;
}
.menuIcon .mIcon {
  display: block;
  margin: 0 auto;
}
.rotateAni {
  -webkit-animation: anirt 5s linear infinite;
}
@keyframes anirt {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes anirt {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes anirt {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes anirt {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.arrow {
  display: block;
  animation: moveIcon 1s linear infinite forwards;
  -webkit-animation: moveIcon 1s linear infinite forwards;
  -moz-animation: moveIcon 1s linear infinite forwards;
}
@-webkit-keyframes moveIcon {
  0% {
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveIcon {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.whit::-webkit-input-placeholder {
  color: #ffffff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.show {
  display: block;
}
/*style*/
.row {
  margin-left: 0;
  margin-right: 0;
}
.center {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.indexHeader {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
@media (max-width: 767px) {
  .indexHeader {
    height: 80px;
  }
}
.indexHeader .submenu{
	width: 799px;
	height: 395px;
	background: #1e1e1e;
	position: absolute;
	/* top: 90px; */
	left: 0;
	display: none;
}
.indexHeader .submenu .imgbox{
	    width: 300px;
    float: left;
    height: 214px;
    position: relative;
    overflow: hidden;
}
.indexHeader .submenu .item{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.indexHeader .submenu .menus a{
	display: block;
	line-height: 100%;
	padding: 10px 0;
	font-size: 14px;
	color: #8b8a8f;
}
.indexHeader .submenu .menus{
	width: 435px;
	float: left;
	text-align: center;
}
.indexHeader .submenu h2{
	width: 435px;
	padding-top: 35px;
	color: #8b8a8f;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.indexHeader .center {
  height: 100%;
}
@media (min-width: 768px) {
  .indexHeader .submenu:hover h2,
  .indexHeader .submenu .menus a:hover {
    color: #fff;
  }
}
.indexHeader h1 {
  padding-top: 20px;
  padding-left: 10px;
  float: left;
}
.indexHeader h1 img {
  max-height: 66px;
}
.indexHeader .navUl {
  float: right;
  position: relative;
}
.indexHeader .navUl li {
  float: left;
  line-height: 100px;
  margin: 0 20px;
}
.indexHeader .navUl li a {
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
  position: relative;
}
@media (min-width: 768px) {
.indexHeader .navUl li a:hover {
  text-decoration: none;
}
.indexHeader .navUl li a.act:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #d71618;
  z-index: -1;
}
}
.menuIcon {
  display: none;
}
.bannerWrapper .fontTitle1 {
  position: absolute;
  top: 335px;
  left: 200px;
  font-size: 75px;
  /* position: relative; */
  font-weight: bold;
  color: #fff;
}
.bannerWrapper .fontTitle1 b {
    display: block;
    line-height: 1.2;
    font-size: 0.8em;
    margin-top: 5px;
}
.bannerWrapper .fontTitle1:after{
  	display: block;
  	content: '';
  	width: 64px;
  	height: 8px;
  	background: #fff;
  	position: absolute;
  	bottom: -20px;
  	right: 0;
  }
.bannerWrapper .swiper-container {
  position: relative;
}
.bannerWrapper .swiper-pagination {
  height: 741px;
  width: 25px;
  position: absolute;
  right: 70px;
  left: auto;
  top: 180px;
  text-align: center;
  overflow: hidden;
  z-index: 99;
}
.bannerWrapper .swiper-pagination:before {
  display: block;
  content: '';
  width: 1px;
  height: 201px;
  background: rgb(255 255 255 / 55%);
  margin: 0 auto;
}
.bannerWrapper .swiper-pagination:after {
  display: block;
  content: '';
  width: 1px;
  height: 201px;
  background: rgb(255 255 255 / 55%);
  margin: 0 auto;
}
.bannerWrapper .swiper-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgb(255 255 255);
  position: relative;
  background: none;
  margin: 40px 0;
}
.bannerWrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-bottom: 5em;
}
.bannerWrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-bottom: 0
}
.bannerWrapper .swiper-pagination span:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: rgb(255 255 255);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
}
.bannerWrapper .swiper-pagination span:after {
  display: block;
  content: '';
  width: 1px;
  height: 70px;
  background: rgb(255 255 255);
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -0.1px;
}
.bannerWrapper .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border-color: #ffffff;
}
.bannerWrapper .swiper-pagination .swiper-pagination-bullet-active:before {
  width: 8px;
  height: 8px;
  background: #ffffff;
}
.bannerWrapper .swiper-pagination span:first-child {
  margin-top: 6px;
}
.bannerWrapper .swiper-pagination span:last-child {
  margin-bottom: 8px;
}
.bannerWrapper .swiper-pagination span:last-child:after {
  display: none;
}
.bannerWrapper .cov {
  -webkit-transition: all 6s ease-in-out 0.5s;
  -moz-transition: all 6s ease-in-out 0.5s;
  -ms-transition: all 6s ease-in-out 0.5s;
  -o-transition: all 6s ease-in-out 0.5s;
  transition: all 6s ease-in-out 0.5s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.bannerWrapper .swiper-slide-active .cov {
  -webkit-transition: all 6s ease-in-out 0.5s;
  -moz-transition: all 6s ease-in-out 0.5s;
  -ms-transition: all 6s ease-in-out 0.5s;
  -o-transition: all 6s ease-in-out 0.5s;
  transition: all 6s ease-in-out 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.phoneMenu {
  display: none;
}
.indexMainBanner .newsBox {
  width: 520px;
  height: 180px;
  position: absolute;
  bottom:10%;
  right: 12%;
  background: #fff;
}
.indexMainBanner .newsBox p {
  font-size: 16px;
  color: #fff;
  padding-left: 40px;
  padding-top: 20px;
}
.indexMainBanner .newsTitle {
  color: #e79548;
  font-size: 24px;
  padding-left: 40px;
  position: relative;
}
.indexMainBanner .newsTitle:before {
  display: block;
  content: '';
  width: 20px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.indexMainBanner .bottomMes {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
  font-size: 12px;
}
.indexMainBanner .bottomMes a{
  color:#fff;
}
.indexMainBanner .bottomMes .center {
  padding: 0 20px;
}
.indexMainBanner .bottomMes span {
  float: right;
}
.indexMainBanner .bottomMes span a {
  margin-left: 15px;
}
.nyBanner {
  /* height: 600px; */
  height: 540px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.nyBanner .tl1 {
  text-align: center;
  padding-top: 240px;
}
.nyBanner .tl2 {
  height: 150px;
  margin-top: -75px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 150px;
  font-size: 48px;
  color: #fff;
  text-align: center;
}
.baseTitle {
  font-size: 36px;
  text-align: center;
  line-height: 100%;
  padding-top: 90px;
}
.mainContent {
  background: #f8f8f8;
  /* margin-top: 600px; */
  margin-top: 540px;
  z-index: 99;
  position: relative;
}
.productWrap {
  margin-top: 60px;
}
.productWrap .switchTag {
  text-align: center;
  margin-bottom: 60px;
}
.productWrap .switchTag a {
  font-size: 14px;
  color: #5d5d5d;
  margin: 0 5px;
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 20px;
}
.productWrap .switchTag a.act, .productWrap .switchTag a:hover {
  background: #000000;
  color: #fff;
}
.productWrap .switchContent .item {
  display: none;
}
.productWrap .switchContent .imgbox {
  overflow: hidden;
  position: relative;
}
.productWrap .switchContent .imgbox img {
  width: 100%;
}
.productWrap .switchContent .imgbox span {
  display: block;
  width: 167px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  position: absolute;
  top: 50%;
  font-size: 14px;
  z-index: 99;
  border: 1px solid #fff;
  margin-top: -24px;
  left: 50%;
  margin-left: -83px;
  display: none;
}
.productWrap .switchContent .imgbox:hover span {
  display: block;
}
.productWrap .switchContent .ptitle {
  background: #fff;
  margin: 0 25px;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  color: #5d5d5d;
}
.productWrap .switchContent .listItem {
  margin-bottom: 60px;
}
.productWrap .switchContent .listItem:nth-child(2n+1) {
  clear: left;
}
.aboutPlace {
  padding-top: 30px;
}
.aboutPlace p {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #898989;
  line-height: 40px;
}
.aboutPlace .imgbox {
  padding: 100px 0;
}
.aboutPlace .imgbox .row {
  margin: 0;
}
.aboutPlace .imgbox .item {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.aboutPlace .imgbox .item img {
  max-width: 100%;
}
.footer {
  background: #191920;
  height: 240px;
  padding-top: 77px;
  position: relative;
  z-index: 99;
}
.footer .lfb {
  float: left;
}
.footer .lfb p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.footer .lfb a {
  width: 260px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #47474d;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-bottom: -1px;
}
.footer .lfb a img {
  float: right;
  margin-top: 12px;
}
.footer .rfb {
  float: right;
}
.footer .rfb p {
  text-align: right;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}
.aboutCompany {
  padding-top: 0;
}
.aboutCompany p {
  padding: 70px 0;
  max-width: 1051px;
  line-height: 35px;
}
.aboutCompany .imgbox {
  padding: 0;
}
.showBigImg:hover .showBigImg img {
  -webkit-transform: scaleX(1.2) scaleY(1.2);
  -moz-transform: scaleX(1.2) scaleY(1.2);
  -ms-transform: scaleX(1.2) scaleY(1.2);
  -o-transform: scaleX(1.2) scaleY(1.2);
  transform: scaleX(1.2) scaleY(1.2);
}
.showBoxShadow:hover {
  -webkit-transition: linear .2s all;
  -moz-transition: linear .2s all;
  -ms-transition: linear .2s all;
  -o-transition: linear .2s all;
  transition: linear .2s all;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.img_decro {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.img_decro img {
  /* border: 10px solid #fff; */
  padding: 12px;
  background-color: #fff;
}
.honorSlide {
  padding-top: 65px;
  padding-bottom: 100px;
}
.honorSlide .row {
  margin: 0;
  margin-bottom: 2em;
}
.honorSlide .item {
  padding: 0;
  padding-top: 1em;
}
.honorSlide .item:nth-child(2n+1) {
  /* clear:both */
}
.honorSlide .imgbox {
  margin: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.honorSlide .imgbox img {
  /* width: 100%; */
  width: auto;
    height: 120px;
    margin: 0 auto;
    display: block;
}
@media (min-width: 768px) {
  .honorSlide.honorList .imgbox img {
    width: auto;
    height: 180px;
    margin: 0 auto;
    display: block;
  }  
}
@media (min-width: 992px) {
  .honorSlide.honorList .imgbox img {
    height: 210px;
  }  
}
@media (min-width: 1200px) {
  .honorSlide.honorList .imgbox img {
    height: 260px;
  }  
}
@media (min-width: 1400px) {
  .honorSlide.honorList .imgbox img {
    height: 300px;
  }  
}
.honorSlide .imgbox p {
  line-height: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  display: none;
}
.honorSlide .imgbox:hover p {
  display: block;
}
.honorSlide .buttonBox {
  width: 636px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  margin-top: 55px;
}
.honorSlide .buttonBox .swiperButton {
  position: inherit;
  width: 317px;
  height: 40px;
  opacity: 1;
}
.honorSlide .buttonBox .swiper-button-next {
  float: right;
}
.honorSlide .buttonBox .swiper-button-prev {
  float: left;
}
.honorSlide .buttonBox .swiper-button-next:hover {
  background-position: bottom !important;
}
.honorSlide .buttonBox .swiper-button-prev:hover {
  background-position: bottom !important;
}
.fsrz .swiper-container .swiper-slide p {
  font-size: 14px;
  font-weight: normal;
}
.showBig {
  transition: transform 1s;
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.showNormal {
  transition: transform 1s;
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.newsList {
  padding-bottom: 80px;
  padding-top: 40px;
}
.newsList .row {
  margin: 0;
}
.newsList .item {
  padding: 0;
}
.newsList .item:nth-child(2n+1) {
  clear:left
}
.newsList .newsBox {
  margin: 40px;
}
.newsList .newsImg {
  position: relative;
}
.newsList .newsImg p {
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #d71618;
  background: #fff;
}
.newsList .newsImg img {
  width: 100%;
}
@media (max-width: 767px) {
  .newsList .newsImg p {
    bottom: -40px;
        text-align: left;
    padding-left: 20px;
  }
}
.newsList .title {
  padding-left: 20px;
  max-width: 490px;
  font-size: 24px;
  color: #5d5d5d;
  padding-top: 40px;
  /* min-height: 5em; */
}
.newsList .det {
  font-size: 14px;
  color: #898989;
  padding-left: 20px;
  max-width: 500px;
  padding-top: 2%;
    /* min-height: 5em; */
}
@media (min-width: 768px) {
  .newsList .newsImg .imgbox {
    overflow: hidden;
    max-height: 280px;
    height: 280px;
  }
  .newsList .title {
    min-height: 5em;
    font-size: 20px;
  }
  .newsList .det {
    min-height: 5em;
  }
}
@media (min-width: 992px) {
  .newsList .newsImg .imgbox {
    max-height: 320px;
    height: 320px;
  }
  .newsList .title {
    /* min-height: 5em; */
    font-size: 24px;
  }
  .newsList .det {
    /* min-height: 5em; */
  }
}
@media (min-width: 1200px) {
  .newsList .newsImg .imgbox {
    max-height: 420px;
    height: 420px;
  }
  .newsList .title {
    /* min-height: 5em; */
    font-size: 24px;
  }
  .newsList .det {
    /* min-height: 5em; */
  }
}
.teamTitle {
  padding-top: 30px;
  padding-bottom: 90px;
}
.teamTitle h3 {
  text-align: center;
  font-size: 30px;
  color: #d71618;
  margin-bottom: 55px;
}
.teamTitle p {
  font-size: 18px;
  color: #5d5d5d;
  text-align: center;
}
.teamWrap {
  background: #fff;
}
.teamWrap table {
  width: 100%;
}
.teamWrap table td {
  width: 50%;
}
.teamWrap table td img {
  width: 100%;
}
.teamWrap table td p {
  font-size: 18px;
  color: #5d5d5d;
  max-width: 550px;
  line-height: 35px;
}
.teamWrap .p1 {
  float: right;
  margin-right: 50px;
}
.teamWrap .p2 {
  padding-left: 115px;
}
.teamWrap .ls1 {
  float: right;
  margin-right: 100px;
}
@media (max-width: 767px) {
  .teamTitle h3 {
    font-size: 24px;
  }
  .teamTitle p {
    font-size: 16px;
  }
}
.teamWrap .ls2 {
  float: left;
  margin-left: 120px;
}
.basewrap {
  padding-bottom: 118px;
}
.basewrap .fsimgbox {
  position: relative;
}
.basewrap .fsimgbox .mainImg {
  width: 100%;
}
.basewrap .fsimgbox .showmask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.basewrap .fsimgbox .showmask .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.basewrap .fsimgbox .showmask .box {
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.basewrap .fsimgbox .showmask .box p {
  color: #fff;
}
.basewrap .fsimgbox .showmask .box img {
  margin-bottom: 15px;
}
.basewrap .bottom {
  background: #fff;
}
.basewrap .bottom .num {
  width: 150px;
  height: 140px;
  background: #e3e3e3;
  line-height: 140px;
  text-align: center;
  font-size: 93px;
  overflow: hidden;
  color: #fff;
}
.basewrap .bottom table {
  padding: 30px 0;
}
.basewrap .bottom td {
  padding: 0 30px;
  font-size: 16px;
  color: #5d5d5d;
}
.basewrap .bottom tr:first-child td:first-child {
  padding: 0;
}
.basewrap td.act .num {
  background: #d71618;
}
.basewrap td.act .showmask {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
}
.listWrap {
  padding-top: 65px;
  padding-bottom: 100px;
}
.listWrap li {
  background: #fff;
  margin-bottom: 60px;
  cursor: pointer;
}
.listWrap li .imgboxs {
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 120px;
  max-width: 497px;
}
.listWrap li .tmes {
  height: 100%;
  padding-top: 75px;
}
.listWrap li .tmes .title {
  margin-bottom: 65px;
  margin-right: 80px;
}
.listWrap li .tmes .title a {
  font-size: 24px;
  color: #333;
}
.listWrap li .tmes .title i {
  display: inline-block;
  width: 40px;
  height: 18px;
  float: right;
  margin-top: 5px;
}
.listWrap li .tmes .content {
  margin-right: 90px;
  font-size: 16px;
  color: #898989;
  line-height: 35px;
}
.listWrap li:hover a {
  color: #d71618 !important;
}
.listWrap li:hover .title i {
  background-position: bottom !important;
}
.listWrap .loading {
  text-align: center;
}
.listWrap li:last-child {
  margin-bottom: 0;
}
.listWrap ul {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .listWrap li {
    padding: 1em;
    max-width: ;
  }
  .listWrap li .imgboxs {
    /* height: 285px; */
        max-width: 100%;
        /* margin-right: 0; */
  }
  .listWrap li .tmes {
  }
}
@media (min-width: 992px) {
  .listWrap li {
    padding: 0;
  }
  .listWrap li .imgboxs {
    height: 285px;
    max-width: 497px;
    /* margin-right: 1em; */
  }
  .listWrap li .tmes {
  }
}
.food {
  padding-top: 55px;
}
.food .cate {
  text-align: center;
  font-size: 18px;
  color: #5d5d5d;
  padding-bottom: 80px;
}
.food .cate a {
  text-align: center;
  font-size: 18px;
  color: #5d5d5d;
}
.food .cate a:hover{
	color: #000;
	font-weight: bold;
}
.food .cate span {
  margin: 0 20px;
}
.foodslide {
  padding-bottom: 170px;
  position: relative;
}
.foodslide .showBlock {
  position: relative;
  background-position: 50%;
  background-size: cover;
}
.foodslide .swiper-slide-active .showBlock:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, .3);
  z-index: 0;
}
.foodslide .showBlock .img {
  opacity: 0;
  min-height: 480px;
}
@media (max-width: 767px) {
  .food {
    overflow: hidden;
  }
  .foodslide .showBlock .img {
    min-height: 0;
    height: 320px;
  }
}
@media (min-width: 992px) {
  .foodslide .showBlock .img {
    min-height: 425px;
  }
}
@media (min-width: 1200px) {
  .foodslide .showBlock .img {
    min-height: 510px;
  }
}
@media (min-width: 1400px) {
  .foodslide .showBlock .img {
    min-height: 678px;
  }
}
.foodslide .showBlock .tils {
  font-size: 17px;
  color: #fff;
  position: absolute;
  top: 5%;
  left: 25px;
  z-index: 1;
 }
 @media (max-width: 991px) {
  .foodslide .showBlock .tils {
    top: 10px;
  }
 }
.foodslide .showBlock .bottbo {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 88%;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.foodslide .showBlock .bottbo .tils2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15%;
}
.foodslide .showBlock .bottbo li {
  color: #fff;
  font-size: 12px;
  /* line-height: 30px; */
  line-height: 1.6em;
}
.foodslide .showBlock .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.foodslide .showBlock .mask p {
  color: #d71618;
  padding-left: 44px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.foodslide .showBlock .mask h3 {
  font-size: 26px;
  padding-left: 44px;
}
.foodslide .showBlock .mask img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.foodslide .showBlock img {
  width: 100%;
}
.foodslide .s1 .swiper-slide {
  /*transition: linear .5s;
  -moz-transition: linear .5s;
  -webkit-transition: linear .5s;
  -o-transition: linear .5s;*/
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  top: -50px;
  overflow: hidden;
}
.foodslide .s1 .swiper-slide-active {
  /*transition: linear .5s;
  -moz-transition: linear .5s;
  -webkit-transition: linear .5s;
  -o-transition: linear .5s;*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 0;
}
.foodslide .s1 .swiper-slide-active .mask {
  /*transition: linear .5s;
  -moz-transition: linear .5s;
  -webkit-transition: linear .5s;
  -o-transition: linear .5s;
  top: -100%;*/
 display: none;
}
.foodslide .s2 {
  display: none;
}
.foodslide .s2 .mask {
  display: none;
}
.foodslide .swiperBtn {
  width: 27%;
  height: 86px;
  background: url(../images/arrowIcon3.jpg) center top;
  bottom: 0;
  top: auto;
  z-index: 999;
}
.foodslide .swiperBtn:hover {
  background-position: bottom center;
}
.foodslide .swiper-button-prev {
  left: 3.25%;
}
.foodslide .swiper-button-next {
  right: 3.25%;
}
@media (min-width: 1400px) {
  .foodslide .showBlock .bottbo .tils2 {
    font-size: 25px;
    /* color: #fff; */
    /* margin-bottom: 90px; */
    margin-bottom: 10%;
  }
  .foodslide .showBlock .bottbo li {
    font-size: 14px;
  }
  .productWrap .switchTag a {
    font-size: 18px;

    margin: 0 7px;
    padding: 0 20px;
    line-height: 40px;
    /* border-radius: 20px; */
  }
}
.foodSafe .teamTitle {
  text-align: center;
}
.foodSafe .teamTitle p {
  font-size: 24px;
  color: #d71618;
  margin-bottom: 55px;
  line-height: 50px;
  margin-bottom: 0;
}
.foodSafe .honorSlide {
  background: #fff;
}
.foodSafe .imgbox {
  width: 235px;
  margin: 0 auto !important;
}
.chanyelian .teamTitle {
  padding-top: 50px;
  padding-bottom: 70px;
}
.chanyelian .teamWrap p {
  max-width: 640px;
  margin: 0 60px;
  position: relative;
}
.chanyelian .teamWrap p span {
  font-size: 36px;
}
.chanyelian .teamWrap .topline:before {
  display: block;
  content: '';
  width: 47px;
  height: 3px;
  background: #e8740d;
  position: absolute;
  top: -25px;
  left: 0;
}
.chanyelian .p3 {
  float: left;
}
.chanyelian .p4 {
  float: right;
}
.chanyelian .foodbigimg {
  text-align: center;
  padding: 150px 0;
  background: #f5f6f6;
}
@media (max-width: 767px) {
  .chanyelian .foodbigimg{
    padding: 3em 0;
  }
}
.chanyelian .foodbigimg img {
  max-width: 95%;
}
.srcBox {
  width: 683px;
  height: 62px;
  border: 2px solid #e8740d;
  margin: 0 auto;
}
.srcBox .text {
  width: 90%;
  height: 100%;
  padding-left: 20px;
  font-size: 18px;
}
.srcBox .button {
  width: 10%;
  height: 100%;
  cursor: pointer;
  float: right;
  background: url(../other/search.svg) no-repeat center center;
  background-size: 50% auto;
}
.center2 {
  max-width: 1400px;
  margin: 0 auto;
}
.prolist {
  padding-top: 50px;
  padding-bottom: 90px;
  overflow: hidden;
}
.prolist .row {
  margin: 0 -15px;
}
.prolist .item {
  margin: 0;
  padding: 0;
}
.prolist .box {
  margin: 0 15px;
}
.prolist .box img {
  width: 100%;
}
.prolist .box p {
  font-size: 18px;
  text-align: center;
  color: #333;
  background: #fff;
}
.prolist .box .top {
  line-height: 56px;
  display: none
}
.prolist .box .bottom {
  line-height: 83px;
}
.prolist .box:hover p {
  background: #e8740d;
  color: #fff;
}
.contact {
  padding-top: 140px;
  padding-bottom: 150px;
  padding-left: 85px;
  padding-right: 85px;
  background: #fff;
}
.contact table {
  width: 100%;
}
.contact table td {
  height: 225px;
  border-bottom: 2px dotted #454545;
}
.contact table tr:first-child td {
  border-top: 2px solid #454545;
}
.contact table tr:last-child td {
  border-bottom: 2px solid #454545;
}
.contact table tr:first-child td:first-child {
  border-top: 0;
  border-bottom: 0;
}
.contact table tr td:first-child {
  border-bottom: 0;
}
.contact td.num {
  font-family: "DIN", Arial;
  font-weight: bold;
  font-size: 90px;
}
.contact td.num-orange {
  color: #e47b10;
}
.contact .p1 {
  font-size: 28px;
  text-align: left;
  padding-top: 25px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .contact .p1 {
    padding-left: 25%;
  }
}
.contact .p2 {
  font-size: 18px;
  color: #e57b11;
  padding: 25px 0;
}
.contact .p3 {
  font-size: 20px;
}
.contact .p3 a {
  font-size: 20px;
  border-bottom: 1px solid #000000;
  margin-left: 10px;
}
.contact .p4 {
  font-size: 20px;
  color: #454545;
}
.contact .table {
  display: table;
  width: 100%;
}
.contact .table .tb_row {
  display: table-row;
}
.contact .table .tb_cell {
  display: table-cell;
  padding: 7px;
}
.mobshow {
  display: none;
}
.hisblock {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
.hisblock h3 {
  font-size: 36px;
}
.hisblock .cblock {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .hisblock .cblock {
    /* transform: scale(0.8); */
  }
}
@media (max-width: 767px) {
  .hisblock {
    padding-top: 2em;
  }
}
.hisblock .ywrap {
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
}
.hisblock .switchYear {
  width: 536px;
  height: 536px;
  /* background: url(../images/roll.png) no-repeat 50% 50%; */
  /* background-size: 100% 100%; */
  float: left;
  position: relative;
  
  border: 1px solid #eaeaea;
  border-radius: 50%;
}
.hisblock .switchYear:before,
.hisblock .switchYear:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #d71618;
  z-index: 1;
}
.hisblock .switchYear:before {
  
  width: 18px;
  height: 18px;
  
  margin-left: -9px;
  margin-top: -9px;
  
  border-radius: 50%;
}
.hisblock .switchYear:after {
  width: 50%;
  height: 1px;
  margin-left: -.5px;
  margin-top: -.5px;
  transform: rotateZ(209deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hisblock .switchYear .pa {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: linear .2s all;
  -moz-transition: linear .2s all;
  -ms-transition: linear .2s all;
  -o-transition: linear .2s all;
  transition: linear .2s all;
  transform: rotate(269deg);
}
.hisblock .switchYear .pa span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.hisblock .switchYear .pa span:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #a0a0a0;
  border-radius: 100%;
  margin: -5px auto 0;
}
.hisblock .switchYear .pa span.swiper-pagination-bullet-active:before {
  background: #d71618;
}
.hisblock .swiperBox .button {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  /* margin-right: -18px; */
  z-index: 99;
  top: 0;
}
.hisblock .swiperBox .button.swiper-button-disabled {
  opacity: .5;
}
.hisblock .swiperBox .pre {
  background: url(../images/hIcon3.png);
  right: 50px;
}
.hisblock .swiperBox .next {
  background: url(../images/hIcon4.png);
  right: 0;
}
@media (max-width: 991px) {
  .hisblock .swiperBox .button {
    top: 20px;
  }
  .hisblock .swiperBox .pre {
    right: 90px;
  }
  .hisblock .swiperBox .next {
    right: 40px;
  }
}
@media (min-width: 768px) {
  .hisblock .swiperBox .pre:hover{
	 /* background: url(../images/hIcon1.png); */
   opacity: .8
  }
  .hisblock .swiperBox .next:hover {
  	/* background: url(../images/hIcon2.png); */
    opacity: .8
  }
}
.hisblock .swiperBox {
  width: 510px;
  height: 160px;
  margin-top: -115px;
  position: absolute;
  top: 50%;
  right: 0;
}
.hisblock .swiperBox .swiper-container, .hisblock .swiperBox .swiper-wrapper, .hisblock .swiperBox .swiper-slide {
  width: 100%;
  height: 100%;
}
.hisblock .yfont {
  font-size: 242px;
  line-height: 100%;
  color: rgba(218, 218, 218, 0.2);
  /* opacity: .02; */
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
   font-weight: bold;
  font-family: 'DIN', 'Helvetica Neue', 'Helvetica', "Lucida Sans Unicode", "Lucida Grande", Osaka, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  margin-top: -121px;
}
.hisblock .yfont:after {
  content: '';
  position: absolute;
      width: 25%;
    height: 110%;
    background-color: #f8f8f8;
    display: block;
    right: -5%;
    top: 50%;
    margin-top: -25%;
    z-index: -1;
}
.hisblock .ptime {
  color: #5d5d5d;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.hisblock .mon {
  font-size: 60px;
  padding: 50px 0;
  font-weight: bold;
  font-family: 'DIN', 'Helvetica Neue', 'Helvetica', "Lucida Sans Unicode", "Lucida Grande", Osaka, Arial, Verdana, sans-serif;
  text-transform: uppercase
}
.hisblock .son {
  position: relative;
  /* overflow-y: scroll; */
  height: 100%;
}
.son .swiper-container {
  width: 100%;
  height: 100%;
}
.son .swiper-container .swiper-slide {
  /* font-size: 18px; */
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
  padding-top: 5px;
}
.swiper-scrollbar-drag {
  background: #000;
}
.hisblock .son .swiper-container table {
  width: 100%;
  vertical-align: top;
}
.hisblock .son .swiper-container table th,
.hisblock .son .swiper-container table td {
  vertical-align: top;
}
.hisblock .son .swiper-container table th {
  width: 15%;
  font-weight: normal;
  color: #d71618;
}
.hisblock .son .swiper-container table td {
  padding-bottom: 2em;
}
.hisblock .son .swiper-container table td .h-c {
}
.ywrap .year {
  font-weight: bold;
  font-family: 'DIN', 'Helvetica Neue', 'Helvetica', "Lucida Sans Unicode", "Lucida Grande", Osaka, Arial, Verdana, sans-serif;
  font-size: 30px;
  margin-bottom: 1em;
  line-height: 1;
  position: relative;
  z-index: 10;
}
.hisblock .pcon {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 30px;
}
.hisblock .btnbox {
  position: absolute;
  top: 70px;
  right: 0;
  width: 24px;
  height: 60px;
  z-index: 99;
}
.hisblock .btnbox .btns {
  position: relative;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: none;
  background: url(../images/icon21.png) no-repeat;
  margin: 0;
}
.hisblock .btnbox .btns:hover {
  background: url(../images/icon22.png) no-repeat;
}
.hisblock .swiper-button-prev {
  transform: rotate(180deg);
  margin-top: 16px !important;
}
.tl3 {
  max-width: 935px;
  margin: 0 auto;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 35px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 25px;
}
.ftlbox {
  text-align: center;
}
.img1 {
  width: 100%;
}
.tip2 {
  text-align: center;
  font-size: 24px;
  color: #5d5d5d;
  padding: 70px 0;
}
.listsss {
  max-width: 586px;
}
.listsss h3 {
  font-size: 30px;
  color: #d71618;
  padding-bottom: 40px;
  padding-left: 10px;
}
.listsss li {
  font-size: 16px;
  color: #5d5d5d;
  padding-left: 14px;
  line-height: 35px;
  position: relative;
}
.listsss li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #5d5d5d;
  position: absolute;
  top: 16px;
  left: 0;
}
.line{
    /* width: 50px; */
    width: 66px;
    height: 4px;
    background: #d71618;
    position: absolute;
    bottom: 42px;
    left: 0;
    z-index: -1;
}
.product2{
	background: #fff;
	padding-top: 75px;
	padding-bottom: 162px;
}
.product2 .pr2center{
	max-width: 1265px;
	margin: 0 auto;
}
.pr2center .swiper-button-next{
	background: url(../images/iconarr.png) no-repeat;
	width: 21px;
	height: 38px;
}
.pr2center .swiper-button-prev{
	background: url(../images/iconarr.png) no-repeat;
	width: 21px;
	height: 38px;
}
.pr2center .swiper-button-next:hover{
	background-position: bottom;
}
.pr2center .swiper-button-prev:hover{
	background-position: bottom;
}
.product2 .row,.product2 .items{
	margin: 0;
	padding: 0;
}
.product2 .piem{
	
}
.p2sld{
	width: 508px;
	height: 400px;
	margin: 0 auto;
}
.p2deta{
	padding-left: 100px;
	white-space: normal;
	word-break: break-word;
}
.p2deta h3{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	margin-bottom: 45px;
}
.p2deta h3:before{
	display: block;
	content: '';
	width: 36px;
	height: 3px;
	background: #e7740d;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.p2deta p{
	font-size: 14px;
	color: #5d5d5d;
	white-space: normal;
	max-width: 500px;
	line-height: 30px;
  margin-bottom: .2em;
}
.p2deta .p1{
	margin-bottom: 20px;
}
.p2deta .p1 h4{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
  margin-top: 1.2em;
}
.p2video{
  height: 570px;
	/* height: 320px; */
	position: relative;
  background-position: center;
  background-size: cover;
}
.p2vicon{
	display: block;
	width: 119px;
	height: 119px;
	position: absolute;
	background: url(../images/iconvideo.png) no-repeat;
	left: 50%;
	top: 50%;
	cursor: pointer;
	margin-left: -60px;
	margin-top: -60px;
}
.footer .lfb{
	position: relative;
}
.footer .comp{
		position: absolute;
		left: 0;
		bottom: 35px;
		width: 260px;
		overflow: hidden;
		height: 0;
    z-index: 1000;
}
.footer .comp a:hover{
	background: #262630;
}
.footer .comp a{
	background: #191920;
	
}
.footer .group-sites {

  position: relative;
  max-width: 260px;
}
.footer .group-sites span {
  position: absolute;
    right: -27px;
    bottom: 0;
    color: #fff;
    font-size: 2em;
    /* font-family: Arial; */
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    display: none;
}
@media (max-width: 767px) {
  .footer .group-sites:hover span {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer .group-sites span,
  .footer .group-sites:hover span {
    display: none !important;
  }
}
@media screen and (max-width:1600px) {
  .center {
    max-width: 1300px;
    margin: 0 auto;
  }
  .bannerWrapper .fontTitle1 {
    left: 50px;
    top: 200px;
  }
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .teamWrap table tr td p {
    float: none;
    margin: 20px auto;
  }
  .teamWrap table tr td .p1 {
    padding-top: 70px;
  }
  .teamWrap table tr td .p2 {
    padding-top: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width:1366px) {
	.indexHeader .navUl li{
		margin: 0 20px;
	}
}
@media screen and (max-width:1300px) {
  .honorSlide {
    padding-top: 20px;
  }
  .honorSlide .imgbox {
    margin: 10px;
  }
  .honorSlide .imgbox p {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .teamWrap table tr td p {
    float: none;
    max-width: 80%;
    margin: 20px auto;
    font-size: 14px !important;
  }
  .teamWrap table tr td .p1 {
    padding-top: 40px;
  }
  .teamWrap table tr td .p2 {
    padding-top: 20px;
    padding-left: 20px;
  }
  .listWrap {
    margin: 0 20px;
  }
  .listWrap li img {
    margin-right: 50px;
  }
  .listWrap li .tmes .content {
    font-size: 14px;
    line-height: 26px;
  }
  .listWrap li .tmes .title {
    margin-bottom: 20px;
  }
  .foodslide .showBlock .bottbo .tils2 {
    margin-bottom: 30px;
  }
  .foodslide .showBlock .mask p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .foodslide .showBlock .bottbo li {
    font-size: 14px;
    line-height: 20px;
  }
  .basewrap .bottom td {
    padding: 0 1em !important;
  }
  .basewrap .bottom .num {
    height: 100px;
    line-height: 100px;
    width: 100px;
    font-size: 60px;
  }
  .basewrap .bottom tr:first-child td:first-child {
    width: 120px !important;
  }
  .basewrap .bottom td {
    font-size: 12px;
  }
  .listWrap li .imgboxs {
    margin-right: 1em;
  }
  .indexHeader2 .navUl li {
    padding: 0 20px;
  }
}
@media screen and (max-width:1100px) {
  .listWrap li .tmes {
    padding-top: 40px;
  }
}
@media screen and (max-width:1000px) {
  .indexHeader .navUl {
    margin-left: 30px;
    float: left;
  }
  .indexHeader .navUl li {
    margin: 0 20px;
  }
  .ftlbox {
    max-width: 90%;
  }
  .aboutPlace p {
    margin: 0 20px;
    font-size: 16px;
  }
  .bannerWrapper .swiper-pagination {
    right: 20px;
  }
  .indexMainBanner .newsBox {
    right: 100px;
  }
  .aboutPlace .imgbox {
    padding: 30px 0;
  }
  .indexHeader .navUl {
    display: none;
  }
  .indexHeader .phoneMenu {
    display: block;
  }
  .indexHeader .phoneMenu .navUl {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    margin-left: 0;
  }
  .indexHeader .phoneMenu .navUl li {
    float: none;
  }
  .indexHeader .phoneMenu .navUl li a {
    font-size: 16px;
    display: block;
    line-height: 50px;
    padding: 0;
  }
  .indexHeader .menuIcon {
    display: block;
    position: absolute;
    top: 35px;
    right: 20px;
  }
  .bannerWrapper .fontTitle1 {
    width: 40%;
    font-size: 40px;
    
  }
  
  .bannerWrapper .fontTitle1:after{
  	width: 40px;
  	height: 4px;
  	bottom: -10px;
  }
  .indexMainBanner .newsTitle {
    font-size: 20px;
  }
  .indexMainBanner .newsBox p {
    font-size: 12px;
  }
  .indexMainBanner .newsBox {
    width: 80%;
    right: 0;
    left: 20px;
    bottom: 20px;
  }
  .indexMainBanner .bottomMes {
    bottom: 10px;
  }
  .indexMainBanner .bottomMes span {
    display: block;
    padding-top: 10px;
    float: none;
  }
  .bannerWrapper .swiper-pagination {
    height: 80%;
  }
  .bannerWrapper .swiper-pagination:before {
    height: 60px;
  }
  .bannerWrapper .swiper-pagination span {
    margin: 25px 0;
  }
  .bannerWrapper .swiper-pagination span:after {
    height: 40px;
  }
  .bannerWrapper .swiper-pagination {
    right: 0;
  }
  .bannerWrapper .swiper-pagination:after {
    height: 60px;
  }
  .nyBanner .tl1 {
    padding-top: 265px;
  }
  .nyBanner .tl1 img {
    max-width: 90%;
  }
  .nyBanner .tl2 {
    font-size: 36px;
  }
  .baseTitle {
    padding-top: 40px;
    font-size: 1rem;
    font-size: 30px;
  }
  .productWrap {
    margin-top: 30px;
  }
  .productWrap .switchTag a {
    font-size: 14px;
  }
  .footer {
    height: auto;
    padding: 20px;
  }
  .footer .lfb {
    float: none;
    margin-bottom: 20px;
  }
  .footer .rfb {
    float: none;
  }
  .footer .rfb p {
    text-align: left;
  }
  .aboutCompany p {
    font-size: 14px;
    line-height: 30px;
  }
  .aboutCompany .imgbox {
    padding: 0;
  }
  .aboutPlace p {
    padding: 20px 0;
  }
  .honorSlide .buttonBox {
    width: 100%;
  }
  .honorSlide .buttonBox .swiperButton {
    width: 50%;
    background-position: center top !important;
  }
  .newsList .newsBox {
    margin: 20px;
  }
  .teamWrap {
    padding-bottom: 50px;
  }
  .teamWrap table tr td .p2, .teamWrap table tr td .p1 {
    padding-left: 0;
    padding-top: 0;
    font-size: 16px;
  }
  .teamTitle {
    margin: 0 20px;
    padding-bottom: 20px;
  }
  .listWrap li img {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 95%;
  }
  .listWrap li .tmes .content {
    margin-right: 0;
  }
  .productWrap .switchContent .ptitle {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .teamWrap .ls1 {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .teamWrap .ls2 {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact .p1 {
    font-size: 20px;
  }
  .contact .p3 {
    font-size: 12px;
  }
  .contact .p3 a {
    font-size: 12px;
  }
  .contact table tr {
    display: block;
    width: 100%;
    border-bottom: 2px solid #454545;
    padding-bottom: 20px;
  }
  .contact table td {
    height: auto;
    display: block;
    width: 100%;
    border: none !important;
  }
  .contact table tr td:first-child img,
  .contact table tr td.num {
    display: none;
  }
  .contact .p2 {
    padding: 10px;
  }
  .mobshow {
    display: block;
  }
  .mobhide {
    display: none;
  }
  .hisblock .cblock {
    transform: scale(1);
  }
  .basewrap tr, .basewrap td {
    display: block;
    width: 100%;
  }
  .basewrap .fsimgbox {
/*    margin-bottom: 5px;*/
  }
  .basewrap .bottom td {
    float: left;
    width: auto;
    /*margin-bottom: 5px;*/
  }
  .listWrap li .imgboxs {
    display: block;
    float: none;
    text-align: center;
  }
  .basewrap .bottom td{
  }
  .tl3 {
    margin: 0 20px;
  }
  .ftlbox {
    text-align: center;
  }
  .ftlbox img {
    max-width: 90%;
  }
  .hisblock .mon {
    font-size: 50px;
  }
  .hisblock .ywrap {
    padding: 30px 10px;
  }
  .fstx{
  	margin-top: 6px;
  }
  .hisblock .swiperBox {
    position: initial;
    width: 90%;
    margin: 0 auto;
  }
  .hisblock .switchYear {
    width: 300px;
    height: 300px;
    background-size: auto 100%;
    float: none;
    margin: 0 auto;
    margin-top: 6em;
  }
  .hisblock .yfont {
    /* top: 86px; */
    /* right: 10px; */
    font-size: 120px;
    margin-top: -60px;
  }
  .hisblock h3 {
    font-size: 1.5rem;
    font-size: 30px;
    margin: 0 10px 30px;
  }
  .listsss li:before{
  	top: 15px;
  }
  .teamWrap table td{
  	background-size: 100%!important;
  }
	.p2deta{
		padding-left: 20px;
		padding-right: 20px;
	}
	.p2sld{
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}
	.p2sld img{
		width: 100%;
		
	}
	.product2{
		padding-bottom: 40px;
	}
	.indexHeader .submenu{
		position: initial;
		background: none;
		width: auto;
		height: auto;
		text-align: left;
	}
	.indexHeader .submenu .imgbox{
		display: none;
	}
	.indexHeader .submenu h2{
		display: none;
	}
	.indexHeader .submenu .menus{
		width: auto;
		float: none;
		text-align: left;
		padding-left: 20px;
	}
}
@media screen and (max-width:970px) {
  .food {
    padding-top: 2.5em;
  }
  .foodslide {
    padding-bottom: 50px;
  }
  /*.foodslide .s1 {
    display: none;
  }*/
  /*.foodslide .s2 {
    display: block;
    max-width: 90%;
  }*/
  .food .cate {
    font-size: 16px;
    margin: 0 20px;
    padding-bottom: 2.5em;
  }
  .food .cate span {
    margin: 0 5px;
  }
  .food .cate a {
    font-size: 16px;
  }
  .foodSafe .imgbox {
    width: 90%;
    margin: 0 auto 20px !important;
  }
  .foodSafe .teamTitle p {
    font-size: 20px;
  }
  .teamWrap td {
    display: block;
    width: 90% !important;
    margin: 10px auto;
  }
  .teamWrap td p {
    max-width: 100% !important;
    margin: 0 !important;
    float: none !important;
    padding: 0 !important;
  }
  .chanyelian .teamWrap p:before {
    display: none;
  }
  
  .honorSlide .imgbox{
  	margin: 5px;
  }
	
	.honorSlide .imgbox p{
		line-height: 20px;
		/* font-size: 12px; */
		/* height: 20px; */
        height: auto;
    padding: 8px 5px;
	}
	.foodslide .swiperBtn{
		width: 50%;
		bottom: -86px;
	}
	.foodslide .swiper-button-prev {
    left: 0;
	}
	.foodslide .swiper-button-next {
    right: 0;
	}
	.foodslide{
		padding-bottom: 100px;
	}
	.foodslide .swiper-container{
		overflow: inherit;
	}
	.srcBox{
		width: 90%;
	}
	.srcBox .button{
		background-size: 80% auto;
	}
	.chanyelian .teamWrap .topline:before{
		display: none;
	}
}
.video{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
}
.videoblock{
  width: 850px;
  height: 478px;
  margin: 0 auto;
}
.playvideo {
  padding-top: auto;
  z-index: 9999;
  position: relative;
}
.zy_media {
}
.mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
@media screen and (max-width: 970px) {
    .videoblock{
      width: 100%;
      height: auto;
    }
}
@media screen and (max-width:767px) {
	.indexHeader h1 img {
		max-width: 130px
	}
  .indexHeader .menuIcon {
    top: 30px;
  }
  .indexHeader .menuIcon img {
    max-width: 28px;
  }
  .listWrap li {
    padding: 1em;
  }
  .listWrap li img {
    max-width: 100%;
  }
  .listWrap li .tmes .title {
    margin-right: 0;
  }
  .listWrap li .tmes .title i {
    display: none
  }
  .contact {
    padding-top: 40px;
  }
  .contact .p1,
  .contact .p2 {
    font-size: 16px;
  }
	.nyBanner {
		height: 320px;
    position: relative;
	}
  .foodmenu .nyBanner {
    height: 240px;
  }
	.mainContent {
    /* margin-top: 320px; */
		margin-top: 0
	}
	.nyBanner .tl1 {
			padding-top: 144px;
	}
	.nyBanner .tl1 img {
		height: 32px;
		width: auto;
		max-width: none
	}
	.indexHeader .phoneMenu .navUl li {
		padding: 0;
	}
	.indexHeader .phoneMenu .navUl li a {
		padding: 0 1rem;
	}
  @media (min-width: 768px) {
	.indexHeader .phoneMenu .navUl li a.act {
		background-color: rgba(85, 85, 85, .5)
	}
}
  .hisblock .swiperBox {
    width: 300px;
    /* height: auto; */
    /* height: 400px; */
    margin-bottom: 1em;
  }
  .hisblock .mon {
    font-size: 40px;
    padding: 30px 0;
    margin-bottom: 0;
  }
  .hisblock .son .swiper-container table {
    font-size: 14px;
  }
  .hisblock .son .swiper-container table th {
    width: 25%;
  }
  .bannerWrapper .fontTitle1 {
    width: 85%;
  
}
.bannerWrapper .fontTitle1:after{
    left: 0;
    right: auto;
    display: none;
  }
  .chanyelian .teamTitle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bannerWrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 3em;
  }
  .listWrap li .imgboxs {
    margin-right: 0;
  }
  .foodslide .swiperBtn {
    background-image: url('../images/arr_long-l-gray.png');
        background-repeat: no-repeat;
    background-position: 50%;
    background-size: 26px auto;
  }
  .foodslide .swiperBtn:hover {
    background-position: 50%;
  }
  .p2video {
    height: 240px;
  }
  .basewrap .bottom td.fstx {
    padding: 0 1em 0 0 !important;
    vertical-align: top;
        display: block;
    width: 50%;
  }
}
.absolute,.absobg{position:absolute;float:none;top:0px;right:0px;bottom:0px;left:0px;}
.abs-t-l{position: absolute;top:0px;left:0px;}
.absobg{background-color:#fff;filter:alpha(opacity=1);-moz-opacity:0.01;-khtml-opacity:0.01;opacity:0.01;}
.cover{background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;}
.cover-w{background-position:center center;background-repeat:no-repeat;-webkit-background-size:100% auto;background-size:100% auto;}
.cover-h{background-position:center center;-webkit-background-size:auto 100%;background-size:auto 100%;}
.cover-fixed{background-attachment: fixed;}
.cover-repeat{background-repeat: no-repeat;}
.fixed{position:fixed;}
.le-2{letter-spacing:2px;}
.le-10{letter-spacing:10px;}
.h50{height:50px;}
.z-index-10{z-index:10;}
.text-area img{max-width: 100%;}
/*opacity*/
.opa9{opacity: 0.9}
.opa8{opacity: 0.8}
.opa7{opacity: 0.7}
.opa6{opacity: 0.6}
.opa5{opacity: 0.5}
.opa4{opacity: 0.4}
.opa3{opacity: 0.3}
.opa2{opacity: 0.2}
.opa1{opacity: 0.1}
.opa0{opacity: 0.0}
/* bg color */
.bg-orange{background-color:#ffac45;}
.bg-black{/* background-color:#000; */}
.bg-white{background-color:#fff;}
.bg-grey{background-color:#f8f8f8;}
.bg-blue{background-color:#39ade7;}
.bg-green{background-color:#b3d56c;}
.bg-purple{background-color:#be9ecc;}
.bg-yellow{background-color:#eaab3e;}
.bg-red{background-color:#872633;}
/*swiper*/
.swiper-container{width: 100%;margin: 0 auto;position: relative;overflow:hidden;z-index:1;}
.swiper-wrapper{position: relative;width: 100%;height: 100%;z-index: 1;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;-ms-transition-property: -ms-transform;transition-property: transform;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-o-transform: translate(0,0);-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.swiper-slide{width:100%;height:100%;-webkit-flex-shrink: 0;-ms-flex: 0 0 auto;flex-shrink: 0;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;}
/* .swiper-pagination{width:100%;position: absolute;left:0px;bottom:20px;text-align: center;z-index:60;cursor:pointer;line-height:20px;} */
/* .swiper-pagination span{display:inline-block;width:8px;height:8px;background-color:#fff;border-radius:20px;margin:0 8px;opacity:0.5;position: relative;top:-1px;} */
/* .swiper-pagination span.swiper-pagination-bullet-active{width:12px;height:12px;opacity:1;top:0px;} */
.active{/* z-index:10; */}
/*width*/
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w31{width:31%;}
.w32{width:32%;}
.w33{width:33.3333333%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:100%;}
/*home*/
.promo-list,.promo-list .swiper-container{height:100%;overflow:hidden;}
.promo-list.auto,.promo-list.auto .swiper-container{height:auto;}
.promo-list .swiper-slide{overflow:hidden;}
.promo-list .cover{-webkit-transition: all 6s ease-in-out 0.5s;-moz-transition: all 6s ease-in-out 0.5s;-ms-transition: all 6s ease-in-out 0.5s;-o-transition: all 6s ease-in-out 0.5s;transition: all 6s ease-in-out 0.5s;-webkit-transform: scale(1.12);-moz-transform: scale(1.12);-o-transform: scale(1.12);-ms-transform: scale(1.12);transform: scale(1.12);}
.promo-list .swiper-slide-active .cover,.promo-list .swiper-slide-duplicate-active .cover{-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.promo-list .text{top:35%;}
.promo-list .text.t25{top:28%;}
/*.promo-list .t2,.promo-list .t3,.promo-list .t4{text-shadow:0 2px 0 rgba(0,0,0,0.2);}*/
.promo-list .t2{font-size:60px;letter-spacing:10px;}
.promo-list .t3{font-size:18px;letter-spacing:10px;}
.promo-list .t4{font-size:24px;}
.promo-list .t_btn a{padding:15px 30px;border:2px #fff solid; color:#fff;border-radius:200px;display:inline-block;}
.promo-list .t_btn a:hover{background-color:#fff;color:#2ad2c9;}
.promo-list .text{display: none;}
.promo-list .swiper-slide-active .text,.promo-list .swiper-slide-duplicate-active .text{display: block;}
.promo-list .line,.product-layer .line{height:0px;-webkit-transition: all 2s ease-in-out 1.6s;-moz-transition: all 2s ease-in-out 1.6s;-ms-transition: all 2s ease-in-out 1.6s;-o-transition: all 2s ease-in-out 1.6s;transition: all 2s ease-in-out 1.6s;opacity: 1;}
.promo-list .line.show,.product-layer .line.show{height:300px;}
.promo-list .line.show.h100,.product-layer .line.show.h100{height:150px;}
.news-details-box{    margin: 50px auto 0 auto;
    max-width: 900px;
    padding-bottom: 5em;}
.news-details-box .article{font-size:16px;line-height:2;}
.news-details-box .article p {
  margin-bottom: 1.5em;
}
.news-details-box img{margin:6px auto;max-width:100%; /*margin-bottom: -30px;*/ display: block; height: auto !important;}
.news-details-box .back{display:block;margin:40px auto;width:130px;height:38px;border-radius:5px;background-color:#191921;color:#fff;text-align:center;font-size:18px;line-height:38px;}
.news-details-box h1{margin-bottom:30px;font-size:30px; font-weight: normal}
.news-details-box .line_2{margin-bottom:30px;width:60px;height:3px;border-radius:1px;background-color:#e27d18;}
.news-details-box .from{margin-bottom:48px;color:#404040;font-size:16px;}
.news-details-box .time{color:#ccc;
}
@media (max-width: 767px) {
  .news-details-box {
    padding: 1em;
    margin-top: 0;
  }
}
body #swipebox-overlay {
  background-color: rgba(0, 0, 0, .5);
}
/* PAGE-TOP
--------------------------------------------------------- */

@media (min-width: 768px) {

}
.home .popover-content img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}

  .honorSlide .buttonBox {
    display: none
  }

.icon-wechat .wechat-qrcode .help p {
      text-align: center;
          font-weight: normal;
        line-height: 16px;
        padding: 0;
        margin: 0;
        text-align: center;
        color: #999;
        padding: 0 5px;
    }
.social-share .social-share-icon{
				line-height: 40px;
				width: 40px;
				height: 40px;
				border-color: #fff;
				background: #fff;
			}
			.social-share .social-share-icon{
				color: #191920;
			}
@media (max-width: 767px) {
.social-share .icon-wechat:hover .wechat-qrcode {
        left: 0;
        } 
        .social-share .icon-wechat:hover .wechat-qrcode:after {
          left: 10%;
        }
      
    }
