.container{
  margin:0 auto;max-width:1200px;width: 94%;
  
}
.pc{
  display: block !important;
}
.wrap{
  display: none !important;
}
header{
  position: absolute;
  z-index: 99;
  left: 0;right: 0;top: 0;
  background: rgba(31, 31, 31, .5);
  border-bottom: 1px solid #965117;
}
.wrapNav{
  display: none;
}
.headTop{
  height: 114px;

}
.logo {
  height: 100%;
  border-right: 1px solid #965117;
  float: left;
  width: 168px;
}
.logo i{
  float: left;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  display: flex;
  align-items: center;


}
.logo img{
  max-width: 100%;
}

.headTop .tel2{
  float: right;
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  margin-right: .4rem;
}
.headTop .tel2 img{
  width: 33px;
}
.headTop .tel2 p{
  float: right;
  color: #ffffff;
  font-size: 22px;margin-left: 10px;
}

.headTop .tel{
  float: right;
  height: 100%;
  border-left: 1px solid #965117;
  padding-left: 20px;
  position: relative;
}
.headTop .tel .wz{
  position: absolute;
  left: 20px;top: 10px;
}
.headTop .tel .wz a{
  color: #ffffff;
}
.headTop .tel .box{
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  display: flex;
  align-items: center;
}

.headTop .tel i{
  display: inline-block;
  width: 42px;height: 42px;
  background: #ffffff;
  border-radius: 50%;
  background-image: url(../images/ico_tel.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.headTop .desc{
  margin-right: 10px;
  text-align: left;
  background-image: url(../images/ico-tel.png);
  background-position: right center;
  background-repeat: no-repeat;
  margin-left: 10px;
  
}
.headTop .desc p a{

  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.5;

}
.headTop .desc h3{
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  
}





.menu{
  height: 50px;
  float: left;
  width: calc(100% - 400px);
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.menu ul{
  height: 100%;
  width: 100%;
  padding: 0 25px;


}
.menu li{
  float: left;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
}

.menu li.item{

  width: calc(100% /5);
  text-align: center;
  position: relative;
}
.menu li.item a{
  font-size: 16px;
  color:rgba(255, 255, 255, .8);
  display:inline-block;
  height: 100%;
  position: relative;text-transform: uppercase;
}
.menu li.item b{
  position:absolute;top:50%;right:5px;
  width: 0;height: 0;border-width:5px;
  border-style: solid dashed dashed;
  border-color: #ffffff transparent transparent;
  margin-top: -2px;
}
  .menu li.current6{display:none;}




.menu li.on a{
  color: #bd6113;
}
.menu li a:hover {
  color: #bd6113;
}

.menu .item:after{content:" ";position:absolute;top:0;left:30%;width:40%;height:3px;border-radius:3px;background-color:#bd6113;-webkit-transition:all 250ms ease-out 0ms;transition:all 250ms ease-out 0ms;opacity:0;visibility:hidden;-webkit-transform:scale(0);transform:scale(0)}
.menu .item:hover:after{-webkit-transform:none !important;transform:none !important;
    -webkit-transition:all 250ms ease-out 0ms;
    transition:all 250ms ease-out 0ms;opacity:1;visibility:visible
}
.menu .item.on:after{-webkit-transform:none !important;transform:none !important;
  -webkit-transition:all 250ms ease-out 0ms;
  transition:all 250ms ease-out 0ms;opacity:1;visibility:visible
}




.bannerHome{
  position: relative;
  z-index: 1;
}
.bannerHome .swiper-slide{
  width: 100%;
}
.bannerHome .swiper-slide img{
/*  width: 100%;*/
    width: auto;
    margin: auto;
    height: 730px;
    object-fit: cover;
}


.bannerHome .swiper-pagination-bullet{ 
  width:10px; height:10px; border-radius:50%; 
 background:#ffffff; opacity: 1;
 margin: 0 10px;
}
.bannerHome .swiper-pagination-bullet-active{ 
  width: 10px;
  height: 10px;

  border-radius: 5px;
  position: relative;
}
.bannerHome .swiper-pagination-bullet-active:after{
    content: '';position: absolute;
  width: 15px;
  height: 15px;
   border-radius: 50%;

  left: 50%;top: 50%;
  margin-left: -10px; margin-top: -10px;
}


.bannerHome .swiper-pagination{
  bottom: 2%;width: auto;
  left: 50%;
  transform:translateX(-50%);
-webkit-transform:translateX(-50%);
}

.titMax{
  text-align: center;
  margin-top: 110px;
}
.titMax .con{
  display:inline-block;
  position: relative;
}
.titMax .con span{
  position: absolute;
  top: 0;
  left: 50%;
  transform:translate(-50%,-40%);
  -webkit-transform:translate(-50%,-40%);
  z-index: 1;
}
.titMax .con span img{
  max-width: 100;
}
.titMax h2{
  font-size: 48px;
  position: relative;
  z-index: 2;
  text-align: center;
  white-space:nowrap;
}

.titMax p{
  color: #717070;
  font-size: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 18px;
}


.titMax.white h2{
  color: #ffffff;
}

.titMax.white p{
  color: rgba(255, 255, 255,.8);
}


.yinBox{
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 110px;
}
.yinBox .yinPic{
  float: left;
  width: 543px;
}
.yinBox .yinPic img{
  display: block;
  width: 100%;
}

.yinBox .list{
  width: calc(100% - 593px);
  float: right;
  
}

.yinBox .list li {
  border-bottom: 1px dashed #d4d2d2;
  padding-bottom: 20px;overflow: hidden;
  margin-top: 15px;
}
.yinBox .list li:nth-last-child(1){
  border: 0;
}
.yinBox .list li .pic{
  background-image: url(../images/ico_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 46px;height: 28px;
  float: left;
}


.yinBox .list li .box{
  float: right;
  width: calc(100% - 66px);
}
.yinBox .list li .box .title {
  display: inline-block;
  height: 30px;line-height: 30px;
  background: #333333;
  color: #ffffff;font-size: 20px;
  padding: 0 15px;
}
.yinBox .list li .box  .desc{
  font-size: 16px;
  color: #717070;
  line-height: 1.6;
  margin-top: 10px;
}
.yinBox .list li:hover .title{
  background: #ec7109;color: #ffffff;

}
.yinBox .list li:hover .pic{
  background-image: url(../images/ico_1s.png);
}


.bg_1{
  background: #f7f7f7;
  overflow: hidden;
  padding-bottom: 100px;
}

.shidai {
  
}

.shidai li{
  float: left;
  width: calc((100% - 40px)/3);
  margin-right: 20px;
  margin-top: 40px;
}
.shidai li .img img{
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.shidai li .img img.show{
  display: block;
}
.shidai li .img img.hiden{
  display: none;
}

.shidai li:nth-last-child(1){
  margin-right: 0;
}
.shidai li .box{
  background: #333333;
  border-radius:  0 0 10px 10px;
  height: 150px;overflow: hidden;
}
.shidai li .box .title{
  font-size: 24px;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  margin-top: 10px;
}
.shidai li .box .desc{
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
  padding:  0 40px;
}
.shidai li:hover .box{
  background: #ec7109;
}

.bg_2{
  height: 861px;
  background-image: url(../images/bg_2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.list2{
  margin-top: 75px;
}
.list2 li{
  float: left;
  width: calc((100% - 60px)/4);
  height: 385px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  -webkit-transition:all .9s;transition:all .9s
}
.list2 li:nth-last-child(1){
  margin-right: 0;
}
.list2 li .box{
  text-align: center;
}
.list2 li i{
  display: inline-block;
  width: 80px;height: 80px;
  background: #ffffff;
  border-radius: 50%;border: 1px solid #7a7a7a;
  text-align: center;line-height: 80px;
  position: relative;font-size: 35px;

}
.list2 li i::after{
  content: '';
  background: #333333;
  width: 80%;
  left: 10%;
  bottom: 0px;
  margin-bottom: -20px;
  position: absolute;
  height: 2px;
}
.list2 li  p{
  margin-top: 30px;
  font-size: 20px;
}

.list2 li:hover{
  height: 428px;
  margin-top: -20px;
 
  background-image: url(../images/bg_1.png);
  background-position: center center;
  background-size: 100% 100%;

}
.list2 li:hover .box i{
  color: #ffffff;border: 1px solid #ffffff;
  background: none;
}
.list2 li:hover .box p{
  color: #ffffff;
}
.list2 li:hover i::after{
  content: '';
  background: #ffffff;
  width: 80%;
  left: 10%;
  bottom: 0px;
  margin-bottom: -20px;
  position: absolute;
  height: 2px;
}
.picBox{
  position: relative;
  margin-top: 100px;
  text-align: center;
}
.picBox img.bg{
  width: 70%;
  display: inline-block;
}



.picBox .d1{
  position: absolute;

  left: 5%;
  top: 30%;
}
.picBox .d1 img.show{
  display: block;
}
.picBox .d1 img.hiden{
  display: none;
}
.picBox .d1 .img{
  width: 90px;height: 90px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.picBox .d1 .img img{
  width: 35%;
}
.picBox .d1 p{
  font-size: 18px;
  margin-right: 10px;
  float: left;line-height: 90px;
}
.picBox .d1 p span{
  font-size: 24px;
}

/**/
.picBox .d1:hover img.show{
  display: none;
}
.picBox .d1:hover img.hiden{
  display: inline-block;
}
.picBox .d1:hover .img{
  background: #ec7109;
}

.picBox .d1:hover p{
  color: #ec7109;
}
/**/

.picBox .d2{
  position: absolute;
  left: 50%;top: 0;
  text-align: center;
  transform:translate(-50%,-30%);
  -webkit-transform:translate(-50%,-30%);
}
.picBox .d2 img.show{
  display: block;
}
.picBox .d2 img.hiden{
  display: none;
}

.picBox .d2 .img{
  width: 90px;height: 90px;
  background: #ec7109;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.picBox .d2 .img img{
  width: 35%;
}
.picBox .d2 p{
  font-size: 18px;color: #ec7109;
}
.picBox .d2 p span{
  font-size: 24px;
}

/**/
.picBox .d2:hover img.show{
  display: none;
}
.picBox .d2:hover img.hiden{
  display: inline-block;
}
.picBox .d2:hover .img{
  background: #f1f1f1;
}

.picBox .d2:hover p{
  color: #333333;
}

/**/


.picBox .d3{
  position: absolute;

  right: 8%;
  top: 30%;
}
.picBox .d3 img.show{
  display: block;
}
.picBox .d3 img.hiden{
  display: none;
}



.picBox .d3 .img{
  width: 90px;height: 90px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.picBox .d3 .img img{
  width: 35%;
}
.picBox .d3 p{
  font-size: 18px;
  float: left;
  line-height: 90px;
  margin-left: 10px;
}
.picBox .d3 p span{
  font-size: 24px;
}

/**/
.picBox .d3:hover img.show{
  display: none;
}
.picBox .d3:hover img.hiden{
  display: inline-block;
}
.picBox .d3:hover .img{
  background: #ec7109;
}

.picBox .d3:hover p{
  color: #ec7109;
}

/**/


.bg_3{
  background: #f7f7f7;
  overflow: hidden;padding-bottom: 120px;
}
.baozhang{
  position: relative;
  margin-top: 110px;
}
.baozhang img.bg{
  width: 100%;
  display: block;  border-radius: 25px;
}
.baozhang::after{
  content: '';
  background: rgba(0, 0, 0, .8);
  position:absolute;left: 0;right: 0;top: 0;bottom: 0;
  border-radius: 25px;
}
.baozhang .col1{
  width: 33%;
  left: 0;top: 0;bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;z-index: 2;
}
.baozhang .col1 img{
  width: 75%;
}
.baozhang .col2{
  width: 33%;
  left: 33%;top: -10%;bottom: -10%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;z-index: 2;
  background: #ec7109;

}
.baozhang .col2 .img{
  text-align: center;
  width: 100%;
  display: block;
}
.baozhang .col2 .img img{
  display: inline-block;
  width: 70%;
}
.baozhang .col2  h2{
  font-size: 40px;color: #ffffff;
  margin-top: 10px;
}
.baozhang .col2 .list{
  text-align: center;
  margin-top: 20px;
}
.baozhang .col2 .list p{
  line-height: 3;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  font-size: 20px;color: #ffffff;
}

.baozhang .col3{
  width: 33%;
  right: 0;top: 0;bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;z-index: 2;
}
.baozhang .col3 img{
  width: 75%;
}

.wenhua{
  background-image: url(../images/bg_3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  margin-top: 113px;overflow: hidden;
  min-height: 400px;

}
.wenhua .col {
  text-align: center;
  margin-top: 55px;
}
.wenhua .col .img{
  width: 90px;
  height: 90px;
  display: inline-block;
}
.wenhua .col h2{
  font-size: 24px;
  margin-top: 10px;
}
.wenhua .col p{
  font-size: 18px;
}
.wenhua .tu{
  position: absolute;
  z-index: 99;
  width: 40%;
  left: 30%;
}
.wenhua .tu img{
  width: 100%;
}

.bg_4{
  background: #353535;
  position: relative;
  z-index: 1;
  margin-top: -55px;overflow: hidden;
  padding-bottom: 100px;
}
.yinxiang{
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-top: 40px;
}

.yinxiang .list{
  width: 20%;
}
.yinxiang .list li{
  margin-top: 20px;overflow: hidden;
}
.yinxiang .list:nth-child(2) li p{
  font-size: 20px;color: #ffffff;
  margin-left: 10px;line-height: 66px;
  display: inline-block;
  float: left;
}
.yinxiang .list li i{
  display: inline-block;
  float: left;
}
.yinxiang .list:nth-child(4) {
  text-align: right;
}
.yinxiang .list:nth-child(4) ul{
  display: inline-block;
}

.yinxiang .list:nth-child(4) li p{
  font-size: 20px;color: #ffffff;
  margin-right: 10px;line-height: 66px;
  display: inline-block;
  float: left;
}

.yinxiang .list:nth-child(4) i{
  float: none;
}

.yinxiang .tu{
  width: 40%;
  position: absolute;
  left: 30%;
}
.yinxiang .tu img{
  width: 100%;
}
.sList {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
.sList ul{
  text-align: center;
}
.sList ul li{
  display: inline-block;
  width: calc((100% - 40px)/5);
  position: relative;
  margin-top: 10px;padding: 0 2px;
}

.sList ul:nth-child(2){
  margin-top: -10%;
}
.sList ul:nth-child(3){
  margin-top: -10%;
}
.sList ul li:hover img.show{
  display: none;
}

.sList ul li:hover img.hiden{
  display: block;
}







.sList li img.bg{
  width: 100%;
  display: block;
}
.sList li img.show{
  display: block;
}
.sList li img.hiden{
  display: none;
}
.sList li .box{
  position: absolute;
  text-align: center;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 2;
}
.sList li .box  p{
  font-size: 16px;color: #ffffff;
  margin-top: 10px;
}
.sList li .box img{
  width: 50%;
}
.sList ul li span{
  font-size: 113px;
  color: rgba(255, 255, 255, .03);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  position: absolute;
  text-align: center;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  z-index: 1;
  top: 50%;left: 50%;
}



.form {
  margin-top: 1rem;
}
.form .row {
  height: .6rem;
}

.form .row  .col{
  float: left;
  height: .6rem;
  background: #ffffff;
  line-height: .6rem;
  box-shadow:0px 0px 5px 0px #cccccc;
  width: calc((100% - 40px)/2);
  position: relative;border-radius: 5px;
}
.form .row :nth-child(1){
  float: left;
}
.form .row :nth-child(2){
  float: right;
}

.form .row span{
  margin-left: .2rem;
  font-size: .18rem;
  display:flex;float: left;
  width: .4rem;
  height: 100%;position: relative;
  align-items: center;

}
.form .row .col span img.a{
  display: inline-block;
}
.form .row .col  span img.as{
  display: none;
}


.form .row .col.on{
  border: 1px solid #e7333f;
  box-shadow:0px 0px 0px 0px;
}
.form .row2 .col.on{
  border: 1px solid #e7333f;
  box-shadow:0px 0px 0px 0px;
}



.form .row input{
  margin-right: .2rem;
  font-size: .18rem;
  display: inline-block;float: left;
  width: calc(100% - .8rem);
  position: relative;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  border: 0;
  background: none;
}


.form .row2 {

  margin-top: .47rem;background: #ffffff;
  
}

.form .row2  .col{
  height: 1.6rem;
  box-shadow:0px 0px 5px 0px #cccccc;border-radius: 5px;overflow: hidden;

}
.form .row2  .col textarea{
  width: calc(100% - .7rem);
  float: left;height: 1.5rem;
  margin-top: 5px;border: 0;
}

.form .row2 span{
  margin-left: .2rem;
  font-size: .18rem;
  display: inline-block;float: left;
  width: .4rem;
  position: relative;margin-top: .1rem;

}

.form .row2 .col span img.a{
  display: inline-block;
}



.form .row2 .col.on textarea::-webkit-input-placeholder{
  color: #e7333f;
}
.form .row .col.on input::-webkit-input-placeholder{
  color: #e7333f;
}
.sumbit{
  text-align: center;
  margin-top: 30px;
}
.sumbit a{
  color: #ffffff;
  font-size: 18px;
  display: inline-block;background: #ec7109;
  width: 160px;height: 50px;text-align: center;line-height: 50px;
}
.sumbit .sub{
  color: #ffffff;
  font-size: 18px;
  display: inline-block;background: #ec7109;
  width: 160px;height: 50px;text-align: center;line-height: 50px;border: 0px;
}
.bg_5{
  background-image: url(../images/bg_5.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 0;
}






footer{
  background: #333231;
  overflow: hidden;
  padding: .5rem 0;
}
.logos2{
  display: none;
}

.foot_top{
  border-bottom: 1px solid rgba(255, 255, 255,.5);
  overflow: hidden;
  padding-bottom: 0rem;
}
.foot_top .logos{
  float: left;
  width: 203px;
}
.foot_top .logos img{
  width: 100%;
}
.foot_top .navs{
  float: right;
  width: calc(100% - 3.9rem);
  text-align: left;
  line-height: .76rem;
  margin-top: -15px;
}
.foot_top .navs a{
  font-size: 18px;
  color:#fbf9f9;
  margin-left: 12%;text-transform: uppercase;
}
.foot_top .navs a:nth-child(1){
  font-size: 18px;

  margin-left: 0rem;
}
.foot_bottom{
  display: flex;
  justify-content: space-between;
}

.foot_tel{
  margin-top: .7rem;
}
.foot_tel p{
  font-size: .22rem;
  color: rgba(255, 255, 255,.5);
}
.foot_tel  h1{
  font-size: .44rem;
  color:#ec7109;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-top: .1rem;
}

footer .address{
  float: left;
  font-size: 16px;
  color: rgba(255, 255, 255,.5);margin-top: .7rem;
}
footer .address p{
  margin-bottom: .1rem;
}

footer .code{
  display: flex;
  justify-content:space-between;
  width:25%;margin-top: .7rem;
}
footer .code .col{
  text-align: center;
  font-size: .16rem;
  color: #ffffff;
}
.copyright{
  background: #434343;
  height: .5rem;line-height: .5rem;
}
.copyright p{
  float: left;
  color: rgba(255, 255, 255,.5);
  display: inline-block;
  font-size: .16rem;
}
.copyright span{
  float: right;
  color: rgba(255, 255, 255,.5);
  display: inline-block;
  font-size: .16rem;
}
.foot_menu{
  display: none;
}






.customer{
  position: fixed;
  right: 0;top: 50%;
  margin-top: -200px;
  z-index: 2;
}

  
  
.customer .box{
  width: 70px;
  height: 70px;
  background: #a95c27;
  margin-bottom: 10px;
  position: relative;

}
.customer .box .box2{
  position: absolute;
  right: 0;top: 0;bottom: 0;
  background: #a95c27;color: #ffffff;
  -webkit-transition:all .9s;transition:all .9s;
 
  
}
.customer .box .box2{
  overflow: hidden;width: 0;
}
.customer .box .box2 .box3{
  padding-right: 75px;line-height: 70px;
  padding-left: 10px;
  position: relative;
}
.customer .box .box3 span{
  position: absolute;
  display: inline-block;
  width: 120px;
}

  
.customer .box i{
  display:flex;
  width: 70px;
  height: 70px;
  background: #333333;
  align-items: center;
  justify-content: center;
  position: relative;z-index: 2;
}
.customer .box:hover i{
  background: #a95c27;
}
.customer .box.back i{
  background: #333333;
}
.customer .box:hover .box2{
  width: 200px;
}

.customer .box2pic{
  position: absolute;
  width: 120px;right: 80px;top: 0;
  display: none;
}
.customer .box .box2pic img{
  width: 100%;
}
.customer .box:hover  .box2pic{
  display: block;
}

.jianjie{
  text-align: center;
  font-size: 18px;
  line-height: 2;
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
}