/*重置bootstrap*/
* {
  font-family: '微软雅黑';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:visited,
a:checked {
  text-decoration: none;
}

a {
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  color: #000;
}

ul,
ol {
  list-style: none;
}

/*常用css样式*/
.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #323232;
}

.word-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}
.ie-alert {
  font-size: 20px;
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #d22234;
}
/* 导航 */
.navbar-brand {
  padding: 0;
}

#show .fp-next {
  /* right: 150px; */
  background: url(../../images/right_control.png) 50% no-repeat;
}

#show .fp-prev {
  /* left: 150px; */
  background: url(../../images/left_control.png) 50% no-repeat;
}

#show .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -38px;
  cursor: pointer;
  border-style: solid;
}

.navbar-fixed-top {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.s1{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s1{
  background-image: url(../../images/s1.jpg);
}
.s1 .fp-tableCell{
  vertical-align: top;
}
.s1-text{
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 1px;
  padding-top: 70px;
}
.s1-title{
  width: 180px;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 10%;
  right: 10%;
  background-color: #fff;
  padding: 15px;
  /* border: 2px solid #b08d5b; */
}
.show-left{
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../../images/left.jpg);
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.show-right{
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../../images/right.jpg);
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.s2-text{
  color: #b08d5b;
  position: absolute;
  left: 200px;
  width: 100px;
  border-right: 2px solid #b08d5b;
  padding: 0 20px;
  height: 100%;
}
.s5-text{
  color: #b08d5b;
  position: absolute;
  right: 200px;
  width: 100px;
  border-left: 2px solid #b08d5b;
  padding: 0 20px;
  height: 100%;
}
.s2-title{
  font-size: 48px;
  font-family: '宋体';
  font-weight: bold;
}

.s2-info{
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 1px;
}
.section{
  overflow: hidden;
}
#fp-nav ul li .fp-tooltip{
  color:#fff !important;
}
@media(max-width:768px){
  .fp-tableCell,.fp-section{
    height: auto !important;
    display: block !important;
  }
  .show-left,.show-right{
    display:none;
  }
  .s2-info{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .s2-text,.s5-text{
    position: static;
    border: none;
    height:auto;
    width: 100%;
  }
  .s2-text img,.s5-text img{
    height: 50px;
  }
}
@media(max-width:1440px){
  .show-left,.show-right{
    display:none;
  }
  .s2-text{
    left: 0;
    width: 80px;
    padding:0 5px;
  }
  .s5-text{
    right: 0;
    width: 80px;
    padding: 0 5px;
    height: 100vh;
  }
}
/* footer */
.footer{
  background-color: #131212;
  padding: 30px 0;
}
.footer-nav-title{
  font-size: 24px;
  color: #c1c1c1;
  margin-bottom: 15px;
}
.footer-nav-item a{
  color: #c1c1c1;
}
.footer-nav-item a:hover{
  color: #fb040d;
}
.footer-contact p{
  font-size: 12px;
  padding-top: 10px;
  color: #c1c1c1;
}
.copyright{
  background-color: #000;
  line-height: 40px;
}
.text-white a{
  color: #fff;
}
.wechat{
  font-size: 22px;
  position: relative;
}
.fa-wechat{
  padding-left: 10px;
}
.wechat-code{
  position: absolute;
  top: -100px;
  right: 50px;
  display:none;
}
.hide img{
  max-width: 100%;
}
.shop{
  margin-right: 50px !important;
}
.top{
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
@media(max-width:768px){
	.menue-logo img{
		max-height:60px;
	}
	.s1-title{
		display:none;
	}
	.s2-text,.s5-text{
		width:100%;
	}
	.s2-text img,.s2-brand,.s5-text img{
		display:none;
	}
	.s5-text{
		overflow:hidden;
		height:auto !important;
	}
	html.fp-enabled, .fp-enabled body {
		margin: 0;
		padding: 0;
		overflow-x: hidden !important;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.s1-text{
		font-size:16px;
		line-height:1.5em;
		padding-top:80px;
		height:400px;
	}
	.s1{
		background-size: contain;
		background-position:bottom center;
	}
}