body{
    color: rgba(0,0,0,0.8);
    font-family: 'Kelly Slab','Myriad Pro', Arial, sans-serif;
    font-size: 15px;
}
.page_spinner{
  display: block;
  position: fixed;
  background: url(../img/main_spinnerr.gif) 50% 50% no-repeat #fff;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*导航部分开始*/
.top-logo{
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
.top-logo h1{
  visibility: hidden;
  margin-top: -100px;
}
.nav{
  position: relative;
  z-index: 1;
  background-color: #1c1c1c;
  width: 100%;
  font-size: 14px;
  font-family: "微软雅黑";
}
.nav-menu{
  float: right;
}
.nav-nav{
  float: left;
}
.nav-nav li{
  float: left;
  width: 100px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.nav-nav li a{
  display: inline-block;
}
.nav-nav li a div{
  width: 100px;
  height: 20px;
  overflow: hidden;
}
.nav-nav-item span{
  display: block;
  height: 24px;
  line-height: 24px;
}
.nav-nav-item span:first-child{
  color: #a9a9a9;
}
.nav-nav-item span:last-child{
  color: #fff;
}
.nav-nav-item{
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; /* Firefox 4 */
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -o-transition: all 0.5s ease; /* Opera */
}
.nav-nav li:hover .nav-nav-item{
  margin-top: -24px;
}
.nav-nav li:nth-child(5) .nav-nav-item{
  margin-top: -24px;
}

.nav-iconbar{
  float: right;
}
.nav-iconbar li{
  float: left;
  margin-right: 10px;
}
.nav-iconbar li a{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}
.nav-iconbar li a span{
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  z-index: 1;
  text-indent: 35px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  color: #767676;
  background-color: #292929;
  border-radius: 15px;
}
.nav-iconbar li a:before{
  content: "";
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.nav-iconbar li:nth-child(1) a:before{
  background-image: url("../img/tel-icooo.png");
}
.nav-iconbar li:nth-child(2) a:before{
  background-image: url("../img/tel-ico2oo.png");
}
.nav-iconbar li:nth-child(3) a:before{
  background-image: url("../img/tel-ico3oo.png");
}
.nav-iconbar li a{
  transition: all 1.5s ease 0.5s;
  -moz-transition: all 1.5s ease 0.5s; /* Firefox 4 */
  -webkit-transition: all 1.5s ease 0.5s; /* Safari and Chrome */
  -o-transition: all 1.5s ease 0.5s; /* Opera */
}
.nav-iconbar li a:hover{
  width: 180px;
}
.nav-iconbar li a:hover span{
  display: inline-block;
}
/*导航部分结束*/
/*底部copyright部分开始*/
.section5{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-consult {
    width: 100%;
    background: #F3F3F3;
    padding-top: 60px;
    text-align: center;
}
.page-consult span {
    font-family: "微软雅黑";
    font-size: 30px;
    color: #262626;
    display: block;
    margin-bottom: 30px;
}
.page-consult font {
    color: #bfbfbf;
    font-family: "微软雅黑";
    font-size: 16px;
    display: block;
    margin-bottom: 35px;
}
.work-btn {
    background: url(../img/btn.png) no-repeat;
    width: 116px;
    height: 37px;
    line-height: 37px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.work-btn:hover{
  background: url(../img/btn-hover.png) no-repeat;
  color: #fff;
}
.section5 .foot{
  background: transparent url("../img/work-foot-bj.png") center;
  box-sizing: border-box;
  width: 100%;
  height: 386px;
  padding-left: 170px;
}
.section5 .foot .s5-f-main{
  width: 920px;
  margin: 0 auto;
  padding-top: 200px;
  height: 100px;
  line-height: 100px;
  padding-bottom: 47px;
  font-family: "微软雅黑";
  font-size: 20px;
  color: #d3d3d3;
}
.section5 .foot .s5-f-main .f1{
  width: 216px;
}
.section5 .foot .s5-f-main .s5-f-share{
  margin-left: 60px;
}
.section5 .foot .s5-f-main .s5-f-share a{
  display: inline-block;
  margin-right: 25px;
  width: 100px;
  height: 100px;
}
.section5 .foot .s5-f-main .s5-f-share a:nth-child(1){
  background: url("../img/QQ-ICO2.png") no-repeat;
  vertical-align: middle;
}
.section5 .foot .s5-f-main .s5-f-share a:nth-child(2){
  background: url("../img/WX-ICO2.png") no-repeat;
  vertical-align: middle;
}
.section5 .foot .s5-f-main .s5-f-share a:nth-child(3){
  background: url("../img/WB-ICO2.png") no-repeat;
  vertical-align: middle;
}
.section5 .foot .s5-f-main .s5-f-share a:nth-child(1):hover{
  background: url("../img/QQ-ICO-HOVER.png") no-repeat;
}
.section5 .foot .s5-f-main .s5-f-share a:nth-child(2):hover{
  background: url("../img/WX-ICO-HOVER.png") no-repeat;
}
.section5 .foot .s5-f-main .s5-f-share a:nth-child(3):hover{
  background: url("../img/WB-ICO-HOVER.png") no-repeat;
}
.section5 .foot .s5-f-main .s5-f-number{
  position: relative;
}
.section5 .foot .s5-f-main .s5-f-number .f2{
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -167px;
  display: block;
  width: 156px;
  height: 26px;
  line-height: 26px;
}
.section5 .foot .s5-f-main .f2:hover span{
  display: block;
}
.section5 .foot .s5-f-main .s5-f-number:hover .f2 > div{
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease; /* Firefox 4 */
  -webkit-transition: all 1.5s ease; /* Safari and Chrome */
  -o-transition: all 1.5s ease; /* Opera */
}
.section5 .foot .s5-f-main .s5-f-number:hover .f2 > div{
  margin-top: -26px;
  /*display: none;*/
}
.section5 .foot .adress , .section5 .foot .copyright{
  margin: 0 auto;
  width: 855px;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #717171;
  text-align: center;
}
.section5 .foot .adress{
  margin-top: 3px;
}
/*底部copyright部分结束*/
/*客服信息部分开始*/
.new-bridge{
  display: block;
  z-index: 2;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 182px;
  width: 400px;
  background: url("../img/cdff2deb5de240b2a9e6932be7be72e1.jpg");
  font-family: "微软雅黑";
}
.new-bridge .btns{
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.new-bridge .btns > a{
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  font-size: 13px;
}
.new-bridge .btns > a:last-child{
  background-color: #00ffde;
  margin-left: 8px;
}
.new-bridge .text{
  position: absolute;
  top: 25%;
  right: 26px;
}
.new-bridge .text p{
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-family: "微软雅黑";

}
.new-bridge .cancel{
  position: absolute;
  right: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url("../img/close_1.png") center no-repeat;
}
.kefu{
  display: block;
  z-index: 2;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -60px;
  width: 147px;
  height: 120px;
  background-image: url("../img/07f179a237dc4fcfa84540f03f3a2df9.gif");
  background-repeat: no-repeat;
}
.top-controll{
  z-index: 2;
  position: fixed;
  top: 40px;
  right: 0px;
  display: none;
}
.M-menu1{
  width:60px;
  height:59px;
  border:0;
  display:inline-block;
  background:url(../img/menu.png) no-repeat;
  margin-right:2px;
}
.M-menu1:hover{
  background: url("../img/menu-hover.png") no-repeat;  
}
.M-menu2{
  width:60px;
  height:59px;
  border:0;
  display:inline-block;
  background:url(../img/menu2.gif) no-repeat;
  margin-right:2px;
}
.M-menu2:hover{
  background: url("../img/menu2-hover.png") no-repeat;
}
/*客服信息部分结束*/

/*section1开始*/
.section1{
  position: relative;
  background: url(../images/bg.jpg) center top no-repeat #F8F8F8;
  height: 583px;
  width: 100%;
  padding-top: 160px;
  background-size: 100% 100%;
}
.top-ico1{
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -21px;
  width: 43px;
  height: 43px;
  background: url(../img/top-ico3.png) no-repeat;
}
.top-ico1:hover{
  background: url(../img/top-ico3-hover.png) no-repeat;
}
.sideMenu h3{
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-bottom: 1px solid #8F8F8F;
  cursor: pointer;
  font-size: 30px;
  font-family: "微软雅黑";
  color: #fff;
}
.sideMenu .expertise-title{
  width: 534px;
  margin: 0 auto;
}
.fl {
    float: left;
}
.sideMenu h3 em {
    position: relative;
    left: 10px;
    top: 23px;
    width: 35px;
    height: 35px;
    background: url(../img/xico1.png) no-repeat;
    cursor: pointer;
}
.fr {
    float: right;
}
.sideMenu > ul {
    display: none;
    padding: 8px 25px;
    color: #999;
    background: url(../img/xbj2.png);
}
.expertise-list {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
.expertise-list span {
    font-family: "微软雅黑";
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.expertise-list em {
    font-family: "微软雅黑";
    font-size: 22px;
    color: #bfbfbf;
    display: block;
}
/*section1结束*/
.M-what-top {
    text-align: center;
    margin: 0 auto;
    /* height: 135px; */
    color: #333;
}
.M-what-top.M-what-top2 span {
  color: #fff;
}
.M-what-top:after{
  display: block;
  content: "";
  height: 3px;
  margin-top: 20px;margin-bottom: 20px;
  background: url("../img/xbj4.png") center no-repeat;
}
.M-what-top2:after{
  display: block;
  content: "";
  height: 3px;
  margin-top: 20px;margin-bottom: 20px;
  background: url("../img/border-bottom2.png") center no-repeat;
}

/*section2开始*/
.section2{
  position: relative;
  background: url(../img/xbj3.png) center top no-repeat #282828;
  height: 660px;
  padding-top: 50px;
}
.top-ico2{
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -21px;
  width: 43px;
  height: 43px;
  background: url(../img/top-ico4.png) no-repeat;
}
.top-ico2:hover{
  background: url(../img/top-ico4-hover.png) no-repeat;
}
.M-what-top span{
    display: block;
    font-family: '微软雅黑';
    font-size: 28px;
    color: #333;
    font-weight: 100;
    font-weight: bold;
}
.M-what-top img{
  margin-bottom: 20px;
}
.M-title{
  text-align: center;
  margin: 0 auto;
  width: 1400px;
  /* height: 98px; */
  margin-bottom: 40px;
}
.mya-main {
    /* background: url(../img/xbj7.png) no-repeat; */
    /* width: 695px; */
    /* height: 222px; */
    margin: 0 auto;
    /* padding-top: 140px; */
    /* padding-left: 320px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.mya-main ul li {
    float: left;
    width: 75px;
    margin-right: 125px;
    text-align: center;
}
.mya-main ul li b {
    display: block;
    font-family: "微软雅黑";
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}
.mya-main ul li div {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
}
/*section2结束*/

/*section3开始*/
.section3{
  background: #f8f8f8 url(../img/page-about-bj.png) center;
  height: 617px;
  width: 100%;
  padding-top: 46px;
  position: relative;
}
.top-ico3{
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -21px;
  width: 43px;
  height: 43px;
  background: url(../img/top-ico3.png) no-repeat;
}
.top-ico3:hover{
  background: url(../img/top-ico3-hover.png) no-repeat;
}
.viewpoint{
  width: 533px;
  height: 191px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  left: 0px;
  overflow: hidden;
}
.love-jia {
    position: absolute;
    left: 247px;
    top: 75px;
    z-index: 0;
}
.love-btn1 , .love-btn2 {
    width: 187px;
    height: 187px;
    display: block;
    transition: all .15s;
    background-color: #282828;
    color: #333;
    text-align: center;
    position: absolute;
    
    font-size: 30px;
    top: 0px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; /* Firefox 4 */
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -o-transition: all 0.5s ease; /* Opera */
}
.love-btn1 {
  left: 0px;
  z-index: 1;
}
.love-btn1.active:before {
  border-radius: 50% 0 0 50%;
}
.love-btn2.active:before {
  border-radius: 0 50% 50% 0;
}
.love-btn1:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "理念";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.love-btn2:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "愿景";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.love-btn2{
  right: 0px;
  z-index: 1;
}
.show-bj {
    width: 528px;
    height: 187px;
    position: absolute;
    top: 0px;
    background: url(../img/love-bj.png) no-repeat;
}
.show1{
  font-family: 微软雅黑;
  font-size: 14px;
  color: rgb(88, 88, 88);
  line-height: 180%;
  padding-top: 34px;
  padding-left: 190px;
  cursor: pointer;
  z-index: 1;
  left: -341px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; /* Firefox 4 */
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -o-transition: all 0.5s ease; /* Opera */
}
.showAnimate{
  left: 0;
  z-index: 3;
}
.show2{
  font-family: 微软雅黑;
  font-size: 14px;
  color: rgb(88, 88, 88);
  line-height: 180%;
  padding-top: 34px;
  padding-left: 35px;
  cursor: pointer;
  z-index: 1;
  right: -376px;
  text-indent: 2em;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; /* Firefox 4 */
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -o-transition: all 0.5s ease; /* Opera */
}
.showAnimate2{
  right: -35px;
  z-index: 3;
}
/*section3结束*/

/*section4开始*/
.section4{
  background: #282828 url(../img/xbj5.png) center;
  height: 863px;
  width: 100%;
  padding-top: 46px;
  position: relative;
}
.top-ico4{
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -21px;
  width: 43px;
  height: 43px;
  background: url(../img/top-ico4.png) no-repeat;
}
.top-ico4:hover{
  background: url(../img/top-ico4-hover.png) no-repeat;
}
.my-img {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1100px;
}
.my-img img {
  width: 248px;
  height: 186px;
  margin-bottom: 20px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

/*section4结束*/

/*section6开始*/
.section6{
  background:url(../img/page-about-bj.png) center;
  height: 617px;
  width: 100%;
  padding-top: 46px;
  position: relative;
}
.top-ico3{
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -21px;
  width: 43px;
  height: 43px;
  background: url(../img/top-ico3.png) no-repeat;
}
.top-ico3:hover{
  background: url(../img/top-ico3-hover.png) no-repeat;
}
.my-slide {
    width: 910px;
    margin: 0 auto;
}
.my-slide .bd ul li {
    float: left;
    width: 174px;
    height: 220px;
    margin-right: 70px;
    margin-bottom: 20px;
}
.my-imgs {
  width: 165px;
  height: 227px;
  /* border-radius: 50%; */
  overflow: hidden;
}
.my-imgs  img {
  /* width: 174px; */
  /* height: 173px; */
  width: 100%;
  height: 100%;
}
.my-t1 {
    font-family: "微软雅黑";
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 8px;
}
.my-t2 {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
/*section6结束*/
.my-photo{
  background: url(../images/bg2.jpg) center top no-repeat #F3F3F3;
  height: 728px;
  width: 100%;
  margin-top: -100px;
  background-size: 100% 100%;
}
body {
  position: relative
}