.head{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  padding:33.5px 0;
  z-index: 1000;
}
.headfix{
  background: #fff;
  box-shadow: 0 0 5px #ddd;
  padding:27px 0;
}
.logo{
  float:left;
}
.logo>img{
  float:left;
  margin-right: 17px;
  max-height:53px;
}
.logo>div{
  float:left;
}
.logo>div h1{
  color: #fff;
  line-height: 28px;
  padding-top: 6px;
}
.logo>div p{
  font-size: 13px;
  color: rgba(255, 255, 255, 0.77);
  font-weight: lighter;
  letter-spacing:7.2px;
}
.nav_right{
  float:right;
}
.nav{
  float:left;
  margin-top: 6px;
}
.nav a{
  float:left;
  color: #fff;
  font-size: 16px;
  margin-right:22px;
  display:block;
  position: relative;
  line-height: 45px;
  height: 45px;
}
.nav a:after{
  display:block;
  content: '';
  position: absolute;
  bottom:0;
  width:100%;
  left:50%;
  height: 2px;
  -webkit-transform: translateX(-50%) rotateY(90deg);
  -moz-transform: translateX(-50%) rotateY(90deg);
  -ms-transform: translateX(-50%) rotateY(90deg);
  -o-transform: translateX(-50%) rotateY(90deg);
  transform: translateX(-50%) rotateY(90deg);
  background: #bca066;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav a:hover:after,.nav a.active:after{
  -webkit-transform: translateX(-50%) rotateY(0);
  -moz-transform: translateX(-50%) rotateY(0);
  -ms-transform: translateX(-50%) rotateY(0);
  -o-transform: translateX(-50%) rotateY(0);
  transform: translateX(-50%) rotateY(0);
}
.nav_right>h3{
  float:left;
  color: #fff;
  background: url("../images/tel.png") no-repeat left center;
  padding-left:38px;
  font-size: 24px;
  margin-top: 12px;
}
.headfix .logo>div h1{ color: #636363;}
.headfix .logo>div p{ color:#636363;font-weight: lighter}
.headfix .nav a{ color: #636363;}
.headfix .nav_right>h3{ color: #bca066;
  background: url("../images/tels.png") no-repeat left center;
}
.banner {
  position: sticky;
  height: 930px;
}
.banner #bannerSwiper {
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
  height: 100%;
  float: left;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
#main {
  overflow: hidden;
}
/*banner02*/
.banner02{
  padding:40px 0;
  background: url(../images/banner02.jpg) no-repeat center;
}
.banner02 .warpper li{
  float:left;
  width: 300px;
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 38px;
  cursor: pointer;
  -webkit-transition: 350ms 0ms all ease;
  -moz-transition: 350ms 0ms all ease;
  -ms-transition: 350ms 0ms all ease;
  -o-transition: 350ms 0ms all ease;
  transition: 350ms 0ms all ease;
}
.banner02 .warpper li.mousein{
  background: #d6bc88;
}
.banner02 .warpper li b{
  display:block;
  width:100%;
  height: 106px;
}
.banner02 .warpper li:first-of-type b{background:url(../images/ban_icon01.png) no-repeat center}
.banner02 .warpper li:nth-of-type(2) b{background:url(../images/ban_icon02.png) no-repeat center}
.banner02 .warpper li:nth-of-type(3) b{background:url(../images/ban_icon03.png) no-repeat center}
.banner02 .warpper li:nth-of-type(4) b{background:url(../images/ban_icon04.png) no-repeat center}
.banner02 .warpper li p{
  font-size: 16px;
  font-weight: bold;
}
.banner02 .warpper li small{
  font-size: 12px;
  color: #fff;
  display: block;
  max-width: 75%;
  height: 35px;
  margin:0 auto;
  text-transform: uppercase;
}
.banner02 .warpper li span{
  position: absolute;
  right:-10px;
  bottom:-30px;
  font-size: 70px;
  color:#ffefd0;
  opacity: 0;
  line-height: 54px;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
}

.banner02 .warpper li.mousein span{
  opacity: 1;
  right:0;
  bottom:-22px;
}
.bannerdown{
  width: 110px;
  height: 85px;
  position: absolute;
  bottom:0;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 100;
  background: none;
  cursor: pointer;
}
.bannerdown span{
  font-size: 16px;
  color: #fff;
  display:block;
  width:100%;
  font-weight: bold;
  position: absolute;
  top:0;
  left:0;
}
.bannerdown b{
  position: absolute;
  top:25px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width:2px;
  height: 60px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-animation: mybannerdown 3s linear 0s infinite normal;
  -o-animation: mybannerdown 3s linear 0s infinite normal;
  animation: mybannerdown 3s linear 0s infinite normal;
}
@keyframes mybannerdown {
  0%{
    height: 0;
  }
  100%{
    height: 60px;
  }
}
@-webkit-keyframes mybannerdown {
  0%{
    height: 0;
  }
  100%{
    height: 60px;
  }
}

.title{
  margin-bottom: 42px;
}
.title h3{
  float:left;
  position: relative;
  font-size: 32px;
  padding-bottom: 15px;
  color: #505050;
}
.title h3:after{
  display:block;
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  background: #bca066;
  width: 47px;
  height: 4px;
}
.title h3 span{
  font-size: 32px;
  margin-left:7px;
  color: rgba(175, 175, 175, 0.3);
  text-transform: uppercase;
}
.tel02{
  float:right;
  background: url("../images/tel02.png") no-repeat left center;
  padding-left: 28px;
  font-size: 14px;
  color: #505050;
  line-height: 50px;
}
.tel02 b{
  font-size: 20px;
  color: #bca066;
}
/*关于我们*/
.company{
  background: #f3f3f3;
  padding:78px 0;
}
.company_cont>span{
  float:left;
  display:block;
  position: relative;
  height: 331px;
  text-align: center;
  font-size: 14px;
  color: #505050;
  width:20px;
  line-height: 17px;
  padding-top:215px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company_cont>span:after{
  display:block;
  content: '';
  background: #bca066;
  width:1px;
  height: 204px;
  left:50%;
  margin:0 auto;
  position: absolute;
  top:0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.company_cont>b.img_jz{
  float:left;
  margin-left:33px;
  margin-right: 38px;
  width: 516px;
  height: 331px;
}
.com_text{
  float:right;
  width: 593px;
}
.com_text>h1{
  font-size: 30px;
  color: #505050;
}
.com_text>span{
  font-size: 14px;
  color: #505050;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.com_text>small{
  display:block;
  margin-bottom: 3vw;
  margin-top: 23px;
  font-size: 14px;
  color: #505050;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.com_text>div a{
  float:left;
  display:block;
  margin-right: 11px;
  width: 113px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 23px;
  height: 112px;
  border:1px solid #d5d5d5;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background: url("../images/jt.png") no-repeat 23px 77px;
}
.com_text>div a b{
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}
.com_text>div a i{
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 4px;
  color: #505050;
  font-style: normal;
}
.com_text>div a:hover{
  background:#bca066 url("../images/jts.png") no-repeat 23px 77px;

}
.com_text>div a:hover b,.com_text>div a:hover i{
  color: #fff;
}


/* 首页产品 */
.productbg{
  background: url("../images/probg.jpg") no-repeat right bottom;
  padding-top:78px;
  padding-bottom: 35px;
}
.title>div{
  float:right;
}
.title>div>a{
  float:left;
  text-align: center;
  width: 139px;
  line-height: 52px;
  height: 52px;
  font-size: 16px;
  color: #505050;
  background: #f3f3f3;
  margin-left:6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title>div>a:hover{
  color: #fff;
  background: #bca066;
}
.pro_cont>div a{
  float:left;
  display:block;
  margin-right:15px;
  margin-bottom: 43px;
  background: #f3f3f3;
  width: 390px;
}
.pro_cont>div a:nth-of-type(3n){
  margin-right: 0;
}
.img_jz{
  display:block;
  position: relative;
  overflow: hidden;
}
.img_jz>img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.pro_cont>div a>b{
  width:100%;
  height: 255px;
}
.pro_cont>div a>b img{
  height: 100%;
}
.pro_cont>div a>b>div{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(188, 160, 102, 0.75);
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.pro_cont>div a:hover>b>div{
  opacity: 1;
}
.pro_cont>div a>b>div>p{
  font-size: 20px;
  color: #ffffff;
  padding-top: 80px;
  margin-bottom: 4px;
  position: relative;
  top:10px;
  -webkit-transition: 350ms 100ms all ease;
  -moz-transition: 350ms 100ms all ease;
  -ms-transition: 350ms 100ms all ease;
  -o-transition: 350ms 100ms all ease;
  transition: 350ms 100ms all ease;
  opacity: 0;
}
.pro_cont>div a:hover>b>div>p{
  top:0;
  opacity: 1;
}
.pro_cont>div a>b>div>small{
  font-size: 14px;
  color: #ffffff;
  display: block;
  font-weight: normal;
  height: 36px;
  position: relative;
  top:10px;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
  opacity: 0;
}
.pro_cont>div a:hover>b>div>small{
  top:0;
  opacity: 1;
}
.pro_cont>div a>b>div>i{
  display:block;
  width: 120px;
  margin:0 auto;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  border-radius: 15px;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  border:1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 17px;
  background: url("../images/jt02.png") no-repeat 86px center;
  position: relative;
  top:10px;
  -webkit-transition: 350ms 300ms all ease;
  -moz-transition: 350ms 300ms all ease;
  -ms-transition: 350ms 300ms all ease;
  -o-transition: 350ms 300ms all ease;
  transition: 350ms 300ms all ease;
  opacity: 0;
}
.pro_cont>div a:hover>b>div>i {
  top:0;
  opacity: 1;
}
.pro_cont>div a>div{
  height: 79px;
  padding-top: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  text-align: center;

}
.pro_cont>div a>div h4{
  font-size: 16px;
  color: #505050;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro_cont>div a>div small{
  font-size: 12px;
  color: #818181;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro_cont>div{
  display: none;
}
.protit a.protitin{
  color: #fff;
  background: #bca066;
}
/*news*/
.title>a{
  color: #fff;
  background: #bca066;
  float: right;
  text-align: center;
  width: 139px;
  line-height: 52px;
  height: 52px;
  font-size: 16px;
  margin-left: 6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.news{
  padding:78px 0;
  background: url("../images/newsbg.jpg") no-repeat center;
}
.newslist a{
  display:block;
  float:left;
  width: 384px;
  margin-right: 24px;
}
.newslist a:nth-of-type(3n){
  margin-right: 0;
}
.newslist a>p{
  font-weight: bold;
  font-size: 20px;
  color: #505050;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.newslist a:hover>p{
  color: #bca066;
}
.newslist a>span{
  font-size: 12px;
  color: #505050;
  display:block;
  margin-top: 8px;
  margin-bottom: 11px;
}
.newslist a>small{
  font-size: 14px;
  color: #505050;
  line-height: 26px;
  margin-bottom: 2vw;
  display: block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.newslist a>b{
  width: 100%;
  height: 240px;
}
.newslist a>b img{
  height: 100%;
  min-width: 100%;
}
.newslist a>b p{
  position: absolute;
  width:100%;
  height: 100%;
  background: rgba(111, 91, 48, 0.53);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.newslist a:hover>b p{
  opacity: 1;
}
.newslist a>b span{
  position: absolute;
  font-weight: normal;
  letter-spacing: 3px;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 109px;
  line-height: 28px;
  font-size: 12px;
  padding-left: 14px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #fff;
  background: url(../images/jt02.png) no-repeat 91px center;
  -webkit-transition: 350ms 200ms all ease;
  -moz-transition: 350ms 200ms all ease;
  -ms-transition: 350ms 200ms all ease;
  -o-transition: 350ms 200ms all ease;
  transition: 350ms 200ms all ease;
  opacity: 0;
}
.newslist a:hover>b span{
  opacity: 1;
  top:50%;
}

.more{
  display:block;
  text-align: center;
  position: relative;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.more:before,.more:after {
  content:'';
  position:absolute;
  display: block;
  top:0;
  right:0;
  height:2px;
  width:0;
  background:#bda066;
  transition:400ms ease all;
}
.more:after {
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.more:hover:before,.more:hover:after {
  width:100%;
  transition:800ms ease all;
}
.more:hover {
  background: rgba(255, 255, 255, 0.3)!important;
  color:#bda066!important;
}

/*case*/
.case{
  padding:78px 0;
}

#certify {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#certify .swiper-button-prev{
  left:-52px;
  color: #8a8a8a;
  font-weight: bold;
}
#certify .swiper-button-next{
  right:-52px;
  color: #8a8a8a;
  font-weight: bold;
}

#certify  .swiper-slide {
  width: 667px;
  height: 356px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.case_cont .swiper-slide>a{
  width:100%;
  height: 100%;
}
.case_cont .swiper-slide>a img{
  min-width: 100%;
}
.case_cont .swiper-slide>a:after{
  display:block;
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background:#fff;
  opacity: 0.4;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.case_cont .swiper-slide.swiper-slide-active>a:after{
  opacity: 0.4;
  background: #bca066;
}
.case_text{
  text-align: center;
  position: absolute;
  top:50%;
  left:50%;
  width: 227px;
  z-index: 10;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.case_cont .swiper-slide.swiper-slide-active>a .case_text{
  opacity: 1;
}
.case_text h4{
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  margin-bottom:5px;
}
.case_text>span{
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.message{
  background: url("../images/msgbg.jpg") no-repeat center;
  background-attachment: fixed;
  padding:68px 0;
}
.mes_left{
  float:left;
}
.mes_left>h3{
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 35px;
}
.mes_left>span{
  display:block;
  background: #bca066;
  width:47px;
  height: 4px;
  margin-top: 15px;
  margin-bottom: 34px;
}
.mes_left>p{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.mes_left>small{
  display: block;
  width: 240px;
  height: 96px;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}
.tel03{
  background: url("../images/tel03.png") no-repeat left center;
  padding-left:45px;
}
.tel03 span{
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.tel03>small{
  display: block;
  font-size: 26px;
  line-height: 24px;
  color: #bca066;
  font-weight: bold;
}
.mes_right{
  float:right;
  width: 732px;
}
#indexform input{
  width: 358px;
  height: 54px;
  float:left;
  line-height: 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:20px;
  font-size: 16px;
  color: #505050;
  background: rgba(255, 255, 255, 0.8);
}
#indexform input:nth-of-type(2){
  float:right;
}
#indexform textarea::placeholder,#indexform input::placeholder{
  font-size: 16px;
  color: #505050;
}
#indexform textarea{
  padding:20px;
  height: 170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  font-size: 16px;
  color: #505050;
  margin-top: 16px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.8);
}
#indexform .verify{
  width: 228px;
  height: 54px;
  float:left;
  margin-left: 16px;
}
#indexform .verify img{
  height: 100%;
}
#indexform .submit{
  float:left;
  display:block;
  width:100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  background: #bca066;
}

.footer {
  background: url("../images/fotbg.jpg") repeat-y center;
  padding-top: 73px;
  padding-bottom: 10px;
}
.foot-nav{
  padding-bottom: 20px;
  margin-bottom: 38px;
  border-bottom: 1px solid #bcbcbc;
}
.foot-logo{
  float:left;
}
.foot-logo>img{
  float:left;
  margin-right:15px;
  max-height: 53px;
}
.foot-logo>div{
  float:left;
}
.foot-logo>div>h1{
  font-size: 26px;
  color: #636363;
  line-height: 27px;
  margin-top: 7px;
}
.foot-logo>div>small{
  font-size: 12px;
  font-weight: lighter;
  color: #636363;
  letter-spacing: 2px;
}
.fot_right{
  float:right;
}
.tel04{
  float:right;
  background: url("../images/tel04.png") no-repeat left center;
  padding-left:60px;
  text-align: right;
}
.tel04 span{
  font-size: 14px;
  color: #636363;
}
.tel04 h3{
  font-size: 26px;
  color: #bca066;
  line-height: 24px;
}
.fot_right{
  margin-right: 65px;
  margin-top: 18px;
}
.fot_right li{
  float:left;
  margin-right: 25px;
}
.fot_right li a{
  color: #636363;
  font-size: 18px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_right li a:hover,.fot_right li.active a{
  color: #bca066;
}


.fot_bottom{
  background: #bca066;
  line-height: 44px;
}
.fot_bottom>div>p{
  color: #fff;
  float:left;
  font-size: 14px;
}
.fot_bottom>div>p a{
  color: #fff;
  font-size: 14px;
}
.fot_bottom>div>a{
  float:right;
  color: #fff;
  font-size: 14px;
}
.fot_mid{
  height: 190px;
}
.fot_midecont{
  float:left;
}
.fot_midecont>div{
  float:left;
  margin-right:72px;
}
.fot_midecont>div h3{
  font-size: 16px;
  color: #6c6c6c;
  font-weight: bold;
  margin-bottom: 16px;
}
.fot_midecont>div h3 span{
  color: #919191;
}
.fot_midecont>div p,.fot_midecont>div>a{
  display: block;
  font-size: 14px;
  color: #636363;
  line-height: 20px;
  max-width: 198px;
  font-weight: lighter;
  margin-bottom: 3px;
}

.fot_code{
  float:right;
}
.fot_code>div{
  float:left;
  background: #fff;
  padding:9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  margin-left:10px;
  text-align: center;
}
.fot_code>div img{
  width: 100%;
}
.fot_code>div small{
  font-size: 14px;
  color: #4c4c4c;
  display: block;
  margin-top: 3px;
  padding-bottom: 4px;
  font-weight: lighter;
}
.fot_midecont>div>a:hover{
  color: #bca066;
}

.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}
/*# sourceMappingURL=./index.css.map */


/*移动menu*/
.indexnav_fix .nav_phone .menu i,.headfix .menu i{
  background: #b09867;
}
.nav_phone{
  float:right;
  width: 75px;
  height: 55px;
}
.nav_phone img{
  float: right;
}
.nav_phone .menu{
  width: 40%;
  margin: 0 auto;
  margin-top: 18px;
}
.nav_menu{
  position: fixed;
  height: 100%;
  z-index:100000;
  width: 45%;
  top: 85px;
  background: #a78b50;
  right:-100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 600ms 0s all linear;
  -moz-transition: 600ms 0s all linear;
  -ms-transition: 600ms 0s all linear;
  -o-transition: 600ms 0s all linear;
  transition: 600ms 0s all linear;
}
.nav_menu>div>a{
  display: block;
  padding-left: 19%;
  line-height: 55px;
  color: #fff;
}
.nav_menu>div{
  border-bottom: 1px solid #b99a57;
}
.phonenavclick a{
  float:left;
  padding-left: 19%;
  line-height: 55px;
  color: #fff;
}
.phonenavclick span{
  display: block;
  width: 25px;
  height: 55px;
  background: url("../images/open.png") no-repeat center;
  float:right;
  padding-right: 30%;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.spanrotate{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.phonenavclick:after{
  display: block;
  content: '';
  clear: both;
}

.downlist{
  width: 100%;
  background: #414141;
  display: none;
}
.downlist a{
  font-size: 14px;
  padding-left: 22%;
  display: block;
  line-height: 40px;
}
#phoneNavStyle{
  background: #393939;
}
#phoneNavStyle a{
  color:#fff;
}
/*menu*/
.menu{
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.menu i{
  display: block;
  width:30px;
  margin-top: 10px;
  height: 1px;
  background: #fff;
  -webkit-transition: 400ms 200ms all linear;
  -moz-transition: 400ms 200ms all linear;
  -ms-transition: 400ms 200ms all linear;
  -o-transition: 400ms 200ms all linear;
  transition: 400ms 200ms all linear;

}

.menu_change{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu_change i:first-child{
  transform-origin: center -5px;
  -webkit-transform-origin: center -5px;
  transform-origin: center top;
  -webkit-transform: rotate(45deg) translate(7px);
  -moz-transform: rotate(45deg) translate(7px);
  -ms-transform: rotate(45deg) translate(7px);
  -o-transform: rotate(45deg) translate(7px);
  transform: rotate(45deg) translate(7px);
}
.menu_change i:last-child{
  transform-origin: center 5px;
  -webkit-transform-origin: center 5px;

  -webkit-transform: rotate(-45deg) translate(11px);
  -moz-transform: rotate(-45deg) translate(11px);
  -ms-transform: rotate(-45deg) translate(11px);
  -o-transform: rotate(-45deg) translate(11px);
  transform: rotate(-45deg) translate(11px);

}

.prodownshow{
  position: absolute;
  top:-100%;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:40px;
  display:flex;
  align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.prodownshowopen{
  opacity: 1;
  z-index: 100;
  top:100%;
}
.prodownshow>.img_jz{
  width: 260px;
  height: 178px;
  margin-right:2%;
}
.prodownshow>.img_jz img{
  height: 100%;
}
.imgtext>div{
  position: absolute;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width:100%;
  height:100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 8px;
  display:flex;
  justify-content: center;
  align-items: center;
  background: rgba(188, 160, 102, 0.69);
}
.imgtext>div h4{
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  margin-right:10px;
}
.imgtext>div small{
  font-size: 12px;
  color: #fff;
  font-weight: lighter;
}
.prodown_link{
  display:flex;
  flex-wrap: wrap;
  width: 48%;
}
.prodown_link a{
  min-width: 130px;
  line-height: 47px;
  margin-bottom: 10px;
  margin-right:3%;
  font-size: 16px;
  color: #373737;
  border-bottom: 2px solid #c1c1c1;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.prodown_link a:hover{
  color: #bca066;
  border-bottom: 2px solid #bca066;
}