/*重置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;
}

/* 导航 */
.navbar-brand {
  padding: 0;
}

#fd-electrical .fp-next {
  /* right: 150px; */
  background: url(../../images/right_control.png) 50% no-repeat;
}

#fd-electrical .fp-prev {
  /* left: 150px; */
  background: url(../../images/left_control.png) 50% no-repeat;
}

#fd-electrical .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,
.s2,
.s3,
.section1,
.section2,
.section3,
.section4,
.section5,
.section6 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.s1 {
  background: url(../../images/s1.jpg) no-repeat;    
  background-size: cover;
  background-position: center;
}
.s2 {
  background: url(../../images/s2.jpg) no-repeat;    
  background-size: cover;
  background-position: center;
}
.s3 {
  background: url(../../images/s3.jpg) no-repeat;    
  background-size: cover;
  background-position: center;
}




.section1 {
  background-image: url(../../images/section1.jpg);
}
.section2 {
  background-image: url(../../images/section2.jpg);
}
.section3 {
  background-image: url(../../images/section3.jpg);
}
.section4 {
  background-image: url(../../images/section4.jpg);
}
.section5 {
  background-image: url(../../images/section5.jpg);
}
.section6 {
  background-image: url(../../images/section6.jpg);
}







/* index  */

.logo_img img,.logo_img1 img{
	margin: 28px 0px;
}

