li{
  list-style: none;
}

.top{
  width: 100%;
  position: relative;
  z-index: 1000;
  -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: #fff;
}
.top.on{
	position:fixed;
  top: 0;
  box-shadow: 0 0 10px #ddd;
}

.hide_nav{
  background:none!important;
  box-shadow: none!important;
}
.hide_nav .top-bottom .logo a img{
  display:none;
}
.hide_nav ul{
  display:none;
}
.top-center{
  padding: 0 2%;
}
.top-top{
  float: right;
  margin-top: 2.6vw;
}
.top-top a{
  color: #282828;
  font-size: 20px;
  display: block;
  
  float: left;
  text-transform: uppercase;
  padding-right: 30px;
  margin-right: 20px;
  font-weight: bold;
}
.top2{
  display:block;
  float:right;
}
.top-bottom{
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.top-bottom .logo{
  float: left;
  width: 250px;
}
.top-bottom .logo a{
  display:block;
}
.top-bottom .logo a img{
  width: 100%;
}
.top-nav{
  float: right;margin-top: 7px;
}
.top-nav ul{
  float: left;
  margin-bottom: 0;
}
.top-nav ul li{
  float: left;
  margin-right: 40px;
  line-height: 39px;
  position: relative;
}
.nav-erji{
  width: 295px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.8);
  z-index: 100;
  border-radius: 10px;
  padding: 10px 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}
.nav-erji a{
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: left;
  text-indent: 40px;
  line-height: 40px;
  transition: all 0.5s;
  text-transform: uppercase;
}
.top-nav ul li:hover .nav-erji{
  top: 40px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.nav-erji a:hover{
  color: #fff;
}
.top-nav ul li>a{
  display: block;
  color: #797979;
  font-size: 14px;
  
  text-transform: uppercase;
  position: relative;
}
.top-nav ul li>a:after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom:-2px;
  width: 0;
  height: 2px;
  background:#b8a68b;
  transition: all 0.5s;
}
.top-nav ul li:hover{ color: #b8a68b;}
.top-nav ul li:hover>a:after,.top-nav ul li.active>a:after{
  width: 100%;
  transition: all 0.5s;
  color: #b8a68b;
}
.nav_ulfix.on{
  position: fixed;
  top: 0;
  z-index: 10000;
}
.searchicon{
  float: left;
  cursor:pointer;
  display: block;
  margin-top: 4px;
}

.searchshow{
  /*display:none;*/
  background:#fff;
  position: absolute;
  top:0;
  left:0;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 300ms 0ms all ease;
  -moz-transition: 300ms 0ms all ease;
  -ms-transition: 300ms 0ms all ease;
  -o-transition: 300ms 0ms all ease;
  transition: 300ms 0ms all ease;
}
.searchshowopen{
  opacity: 1;
  z-index: 99;
}
.searchshow form .close{
  float:left;
  width: 34px;
  height: 22px;
  position: relative;
  cursor: pointer;
  top: 6px;
}
.close i {
  background: #3b4044;
  width: 2px;
  height: 22px;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 19px;
  top: 0;
}
.closestyle i{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close i:nth-of-type(2){
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.choses1>i:first-of-type{
  -webkit-animation: closestyle01 300ms forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: closestyle01 300ms forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.choses1>i:nth-of-type(2){
  -webkit-animation: closestyle02 300ms forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: closestyle02 300ms forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@keyframes closestyle01 {
  0%{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
  }
  70%{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.8;
  }
  100%{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes closestyle02 {
  0%{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
  70%{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0.8;
  }
  100%{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.searchshow form{
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
  -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;
}

.searchshowopen form {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -webkit-transition: 350ms 600ms all ease;
  -moz-transition: 350ms 600ms all ease;
  -ms-transition: 350ms 600ms all ease;
  -o-transition: 350ms 600ms all ease;
  transition: 350ms 600ms all ease;
}

.searchshow form input[type=text]{
  float:left;
  padding:0 27px;
  line-height: 35px;
  height: 35px;
  color: #959595;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:none;
  width: 595px;
  margin: 0 20px;
}
.searchshow form input[type=text]::placeholder{
  color: #959595;
  font-size: 18px;
}
.searchshow form input[type=submit]{
  background:url("../img/sea.png") no-repeat center;
  width: 40px;
  height:35px;
  cursor: pointer;
  float:left;
}
.nav_menu {
  float: left;
  position: relative;
  display: none;
  width: 45px;
  height: 39px;
  margin-left: 44px;
  margin-right: 44px;
  cursor: pointer;
  z-index: 1000;
  background:#282828;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:10px;
}
.nav_menu i {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}
.nav_menu .a1 {
  top: 10px;
}
.nav_menu .a2 {
  top: 18px;
}
.nav_menu .a3 {
  top: 26px;
}
.nav_menu_click{
  position:fixed;
  right:0px;
}
.nav_menu_click .a1 {
  top: 18px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav_menu_click .a2{
  display: none;
}
.nav_menu_click .a3 {
  top: 18px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.nav{
  position: fixed;
  top: -10px;
  background:#fff;
  z-index: 999;
  right: 0;
  width: 420px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:98px 0;
}

.nav_ulfix{
  opacity: 1;
  top: 0;
  visibility: visible;
  transition: all 0.5s;
}
.nav-bg{
  width: 0;
  height: 100%;
  transition: all 0.5s;
  right: 0;
}
.nav_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
  top: 0;
  background: rgba(0,0,0,0.4);
  transition: all 0.5s;
}
.nav-ul{
  position: relative;
  height: 100%;
  width:100%;
}
.nav-ul2 ul::-webkit-scrollbar{
  width:0; /*滚动条宽度*/
}
.nav-ul2 ul{
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left:20%;
  width: 84%;
  max-height: 100%;
  overflow-y: auto;
}
.nav-ul2 ul li{
  width: 100%;
  line-height: 55px;
}
.nav-ul2 ul li>a{
  color: #282828;
  font-size: 18px;
  text-transform: uppercase;
  -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;
  position:relative;
}
.nav-ul2 ul li>a:before{
  position: absolute;
  left:0;
  bottom:-10px;
  display:block;
  content:'';
  background:#b8a68b;
  height: 2px;
  width: 100%;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition: -webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition: transform .6s cubic-bezier(.4,0,.2,1);
  transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.nav-ul2 ul li:hover>a:before,.nav-ul2 ul li.active>a:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.nav-ul2 ul li>a>span{
  position:relative;
}

.nav-link{
  margin-top:4vw;
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  height: 75px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.nav-link a{
  display: block;
}
.wcicon{
  position:relative;
}
.wcicon>div{
  display:none;
  position:absolute;
  background:#e4f1fa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px;
  width: 100px;
  left:50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom:calc(100% + 18px);
}
.wcicon>div img{
  width: 100%;
}
.wcicon:last-of-type>div{
  right:0;
  left: initial;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(-0);
}
.wcicon>div:before{
  display:block;
  content: '';
  border-top:10px solid #e4f1fa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  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%);
}
.wcicon:last-of-type>div:before{
  right:1px;
  left: initial;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(-0);
}
.nav-link a>img{
  -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;
  position:relative;
  top:0;
}
.nav-link a:hover img{
  top:-5px;
}



.nav-lx{
  margin-top: 40px;
}

.nav-lx p{
  color: #6d6d6d;
  font-size: 13px;
  width: 100%;
  line-height: 25px;
}
.nav-lx p strong{
  color: #000;
  
  width: 60px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-lx p:last-child strong{
  height: 70px;
}
.nav-lx p:last-child{
  letter-spacing: -1px;
}
  /*banner*/
.container-fluid{
  padding: 0 5%;
}
.banner {
  width: 96%;
  margin:0 auto;
  position: relative;
  z-index: 5;
}
.banner .imga{
  display: block;
  width: 100%;
  height: 100%;
}
.imga {
  display: block;
  position: relative;
  transition: 1s 2.5s;
  transform: perspective(800px) translate3d(0, 0, 100px);
}

.swiper-slide-active .imga{
  transition: 5s 0s;
  transform: perspective(800px) translate3d(0, 0, 0px);
}
.ban{
  height: 100%;
}
.banner-inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.slide-inner a{
  display: block;
  height: 100%;
}
.banner .slide-inner .text{
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 78%;
}
.banner .swiper-slide1 .slide-inner .text .fir{
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  font-size: 58px;
  color: #fff;
  left: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.banner .swiper-slide1 .slide-inner .text .sec {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.7s;
  left: 0;
  position: absolute;
  font-size:59px;
  color: #fff;
  margin-top: 6%;
}
.banner .swiper-slide1 .slide-inner .text span{
  display: block;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.9s;
  left: 0;
  position: absolute;
  font-size:16px;
  color: #fff;
  border: 1px solid #fff;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-indent: 65px;
  background:url("../img/b-jt.png") no-repeat center right 65px;
  box-sizing: border-box;
  margin-top: 22%;
}
.banner .swiper-slide1.swiper-slide-active .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.swiper-slide-active .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide1.swiper-slide-active .slide-inner .text span{
  transform: translateY(0);
  opacity: 1;
}

/*slide2*/
.banner .swiper-slide2 .slide-inner .text .fir{
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  font-size: 58px;
  color: #fff;
  left: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.banner .swiper-slide2 .slide-inner .text .sec {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.7s;
  left: 0;
  position: absolute;
  font-size:59px;
  color: #fff;
  margin-top: 6%;
}
.banner .swiper-slide2 .slide-inner .text span {
  display: block;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.9s;
  left: 0;
  position: absolute;
  font-size:16px;
  color: #fff;
  border: 1px solid #fff;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-indent: 65px;
  background:url("../img/b-jt.png") no-repeat center right 65px;
  box-sizing: border-box;
  margin-top: 22%;
}
.banner .swiper-slide2.swiper-slide-active .slide-inner .text .fir {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.swiper-slide-active .slide-inner .text .sec {
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide2.swiper-slide-active .slide-inner .text span{
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide .text span:hover{
  background: rgba(0,0,0,0.8) url("../img/b-jt.png") no-repeat center right 65px;;
  transition: all 0.5s;
}
.bascline{
  position: absolute;
  width: 2px;
  top: 41%;
  right: 5.8%;
  height: 130px;
  background:rgba(255,255,255,0.5);
  overflow: hidden;
}
.bascline i{
  position: absolute;
  left:0;
  top:-100%;
  width: 2px;
  height: 150px;
  background: #fff;
  -webkit-transition: 3.5s 0ms top linear!important;
  -moz-transition: 3.5s 0ms top linear!important;
  -ms-transition: 3.5s 0ms top linear!important;
  -o-transition: 3.5s 0ms top linear!important;
  transition: 3.5s 0ms top linear!important;
}
.banner .swiper-slide.swiper-slide-active .bascline i{
  top: 0;
}
.swiper-pagination_wrap{
  position: absolute;
  top: 50%;
  z-index: 100;
  right: 5%;
  width: 27px;
  height: 243px;
  transform: translateY(-50%);
}

.em_1{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  
  transform:rotate(90deg);
  display: block;
  font-weight: bold;
}
.em_2{
  color: rgba(255,255,255,0.5);
  font-size: 18px;
  font-weight: bold;
  
  transform: rotate(90deg);
  display: block;
  font-weight: bold;
  margin-top: 153px;
}
.b-jt{
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  text-align: center;
  bottom: 5%;
  width: 100%;
  z-index: 99;
}
.b-jt img{
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
  -webkit-animation: bounce-down 2s linear infinite;
  animation: bounce-down 2s linear infinite;
}
@-webkit-keyframes bounce-down {
  25% {-webkit-transform: translateY(-5px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(5px);}
}
@keyframes bounce-down {
  25% {transform: translateY(-5px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(5px);}
}


/*首页*/
.index1{
  width: 96%;
  margin:0 auto;
  margin-top: 4vw;
  margin-bottom: 3vw;
  position: relative;
}

.index2{
  width: 100%;
  position: relative;
  height: 51vw;
}
.index2:before{
  display:block;
  content: '';
  width:80%;
  height: 90%;
  position:absolute;
  right:0;
  top:0;
  background:#f3f6f6;
}

.index2-l{
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 100;
}
.index2 .pro{
  width: 70%;
  float:left;
  height: 100%;
  margin: unset!important;
  padding-top: 4vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
.p-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index2-r-tit h3{
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.index2-r-tit p{
  color: #6c6d6d;
  font-size: 14px;
  text-align: center;
}
.index2-r-tit{
  float:left;
  width: 30%;
  position:relative;
  top:35%;
  padding-left:5%;
  padding-right:5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-tit{
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 240px;
  height: 230px;
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  transition:350ms 0s all ease;
}
.p-tit:hover{
  bottom:3.5%;
}
.p-tit h3{
  color: #3e3629;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  padding: 15px 30px 10px 30px;
}
.p-tit h4{
  color: #7c7c7c;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
}
.p-t{
  padding: 25px 30px 0 30px;
  margin-bottom: 25px;
}
.p-t p{
  color: #9d9d9d;
  font-size: 14px;
  line-height: 18px;
}
.p-tit a{
  display: block;
  line-height: 43px;
  text-indent: 30px;
  border-top: 1px solid rgba(62,51,41,0.1);
  background: url("../img/p-jt.png") no-repeat center right 30px;
  transition:350ms 0s all ease;
}
.p-tit a:hover{
  font-style: italic;
  background: url("../img/p-jt.png") no-repeat center right 18px;
}
.circle{
  position: absolute;
  bottom: 11%;
  left: 53%;
  transform: translateY(-50%);
  animation: twinkling 2.2s ease-in-out infinite;
}
@keyframes twinkling {
  0% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1.12);
  }

  100% {
    opacity: 0.2;
    filter: alpha(opacity=20);
    transform: scale(1);
  }
}
.p-jt{
  position: absolute;
  width: 165px;
  top: 72%;
  right:21%;
}
.pro-next{
  width: 72px!important;
  height: 72px!important;
  background: url("../img/p-next.png") no-repeat center center;
  right: 20px!important;
}
.pro-prev{
  left:20px!important;
  width: 72px!important;
  height: 72px!important;
  background: url("../img/p-prev.png") no-repeat center center;
}
.index3{
  width: 96%;
  margin:0 auto;
  position: relative;
  padding: 3vw 0;
  background: url("../img/index3.jpg") no-repeat center;
  border-bottom: 1px solid #dddddd;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.index3-l{
  width: 22%;
}
.index3-l h3{
  color: #333333;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.index3-l p{
  color: #6c6d6d;
  font-size: 14px;
  text-align: center;
}
.index3-r{
  width: 70%;
}
.area{
  width: 100%;
}
.area .swiper-slide{
  height: 100%;
  overflow: hidden;
}
.area .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.area-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.area-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 450ms 0s all linear;
  -moz-transition: 450ms 0s all linear;
  -ms-transition: 450ms 0s all linear;
  -o-transition: 450ms 0s all linear;
  transition: 450ms 0s all linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.area-img:hover img{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);

}

.area-img span{
  background: #fff;
  position: absolute;
  display: inline-block;
  z-index: 10;

}
/*.area-img span:nth-child(2)*/
.area-img span.s1{
  left: 2%;
  top: 2%;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  width: 0;
  height: 2px;
}
.area-img span.s2{
  right: 2%;
  top: 2%;
  transition: all .1s .1s linear;
  -webkit-transition: all .1s .1s linear;
  -moz-transition: all .1s .1s linear;
  -o-transition: all .1s .1s linear;
  width: 2px;
  height: 0;
}
.area-img span.s3{
  right: 2%;
  bottom: 2%;
  transition: all .1s .2s linear;
  -webkit-transition: all .1s .2s linear;
  -moz-transition: all .1s .2s linear;
  -o-transition: all .1s .2s linear;
  width: 0;
  height: 2px;
}
.area-img span.s4{
  left: 2%;
  bottom:2%;
  transition: all .1s .3s linear;
  -webkit-transition: all .1s .3s linear;
  -moz-transition: all .1s .3s linear;
  -o-transition: all .1s .3s linear;
  width: 2px;
  height: 0;
}
.area .swiper-slide:hover .area-img span.s1,.area .swiper-slide:hover .area-img span.s3{
  width: 96%;
}
.area .swiper-slide:hover .area-img span.s2,.area .swiper-slide:hover .area-img span.s4{
  height: 96%;
}
.area-view{
  width: 70px;
  height: 70px;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.area-view img{
  max-width: 100%;
}
.area .swiper-slide:hover .area-view {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.area-next{
  width: 72px!important;
  height: 72px!important;
  border-radius: 50%;
  background:#424242 url("../images/areaicon_r.png") no-repeat center 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;
}
.area-next:hover{
  background:#3167ad url("../images/areaicon_r.png") no-repeat center;
  background:url("../images/areaicon_r.png") no-repeat center,-moz-linear-gradient(-75deg, rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));
  background:url("../images/areaicon_r.png") no-repeat center,-webkit-linear-gradient(-75deg,rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));
  background:url("../images/areaicon_r.png") no-repeat center,-o-linear-gradient(-75deg,rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));

}
.area-text{
  position: absolute;
  bottom: 32px;
  text-align: center;
  width: 100%;
}
.area-text h3{
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  font-size: 36px;
}
.area-text h4{
  color: #fff;
  font-size: 21px;
}
.area-prev{
  width: 72px!important;
  height: 72px!important;
  border-radius: 50%;
  background:#424242  url("../images/areaicon_l.png") no-repeat center 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;
}
.area-prev:hover{
  background:#3167ad url("../images/areaicon_l.png") no-repeat center;
  background:url("../images/areaicon_l.png") no-repeat center,-moz-linear-gradient(-75deg, rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));
  background:url("../images/areaicon_l.png") no-repeat center,-webkit-linear-gradient(-75deg,rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));
  background:url("../images/areaicon_l.png") no-repeat center,-o-linear-gradient(-75deg,rgba(49, 103, 173, 0.7), rgba(139, 198, 234, 0.7));
}

#main {
  overflow: hidden;
}
/* 首页产品 */
#main .product-main {
  margin: 40px 0 22px;
  overflow: hidden;
}
#main .product-main .pro-sider .pro-sider-ul {
  height: 413px;
  overflow: auto;
}
#main .product-main .pro-main-rig {
  width: 900px;
  float: right;
}
#main .product-main .pro-main-rig .pr-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 15px;
}
#main .product-main .pro-main-rig .pr-title a {
  font-weight: normal;
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .product-main .pro-main-rig .pr-title a:hover {
  text-decoration: underline;
}
#main .product-main .pro-main-rig .pr-list {
  overflow: hidden;
}
#main .product-main .pro-main-rig .pr-list ul {
  margin: 0 -12px;
}
#main .product-main .pro-main-rig .pr-list ul li {
  float: left;
  width: 280px;
  height: 260px;
  border: 2px solid #fff;
  margin: 0 12px 18px;
}
#main .product-main .pro-main-rig .pr-list ul li a {
  display: block;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img {
  width: 278px;
  height: 210px;
  font-size: 0;
  text-align: center;
  line-height: 210px;
  background: #f5f5f5;
  border:1px solid #e5e5e5;
  border-bottom:none;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .product-main .pro-main-rig .pr-list ul li .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #595959;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border:1px solid #e5e5e5;
  border-top:none;
}
#main .product-main .pro-main-rig .pr-list ul li .title h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .product-main .pro-main-rig .pr-list ul li:hover{
  /* background: #268ae7;
  color: #fff; */
  border-color:#268ae7;
}
#main .product-main .pro-main-rig .pr-list ul li:hover .title{
  border:none;
}
#main .company-main {
  padding: 50px 0 60px;
  background: #f2f2f2;
  overflow: hidden;
}
#main .company-main .warpper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
  position: relative;
  float: left;
  height: 490px;
  overflow: hidden;
}
#main .company-main .com-main-left {
  padding: 0 47px 0 30px;
  width: 523px;
}
#main .company-main .com-main-left .title {
  margin: 35px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
  font-size: 22px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
  font-size: 16px;
  color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
  overflow: hidden;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  height: 216px;
}
#main .company-main .com-main-left .com-content img {
  max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
  margin-top: 35px;
  float: left;
  overflow: hidden;
  border: 1px solid #268ae7;
}
#main .company-main .com-main-left .com-btn a {
  display: block;
  width: 145px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
  background: #268ae7;
  color: #fff;
}
#main .company-main .com-main-rig {
  width: 600px;
}
#main .company-main .com-main-rig .company-img {
  position: relative;
  width: 570px;
  height: 420px;
  font-size: 0;
  text-align: center;
  line-height: 420px;
  margin-top: 35px;
  z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .company-main .com-main-rig::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #0058b1;
}
#main .news-main {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 40px;
}
#main .news-main .news-content {
  float: left;
  width: 600px;
}
#main .news-main .news-content .news-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
  text-decoration: underline;
}
#main .news-main .news-content .news-show {
  overflow: hidden;
  height: 140px;
  margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
  width: 160px;
  float: left;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
  float: left;
  width: 440px;
  height: 140px;
  font-size: 0;
  text-align: center;
  line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .news-content .news-show-one {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
  display: block;
  float: left;
  color: #323232;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
  color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
  float: right;
  color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
  color: #d9d9d9;
  margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#main .news-main .news-content .news-list {
  overflow: hidden;
}
#main .news-main .news-content .news-list ul {
  margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
  float: left;
  width: 280px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
  color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
  color: #0058b1;
}
#main .news-main .online-main {
  width: 480px;
  float: right;
}
#main .news-main .online-main .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
  overflow: hidden;
}
#main .news-main .online-main .online-form input {
  float: left;
  display: block;
  width: 460px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  margin-bottom: 13px;
  font-size: 14px;
  color: #323232;
}
#main .news-main .online-main .online-form input.code {
  width: 300px;
}
#main .news-main .online-main .online-form a {
  display: block;
}
#main .news-main .online-main .online-form a.code {
  float: right;
  height: 42px;
  max-width: 130px;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
#main .news-main .online-main .online-form a.code img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
  display: block;
  float: left;
  font-size: 14px;
  color: #323232;
  width: 460px;
  border: 1px solid #ededed;
  height: 120px;
  line-height: 30px;
  padding: 5px 9px;
  margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
  display: block;
  width: 265px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #268ae7;
  color: #fff;
  margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
  background: #0058b1;
}

.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;
}



/*index-myindex*/
.myindex{
  width: 96%;
  height: 40vw;
  margin:0 auto;
  margin-top: 3vw;
  position:relative;
  overflow:hidden;
}
.myswp01{
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  width:60%;
  overflow:hidden;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.backincon{
  width: 20px;
  height: 20px;
  background: #fff;
  display: block;
  z-index: 30;
  top: 4%;
  left: 4%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
  cursor: pointer;
}
.backincon i{
  font-size: 16px;
  font-weight: 600;
  color: #171717;
  opacity: 0;
  -webkit-transition: 400ms 200ms all ease;
  -moz-transition: 400ms 200ms all ease;
  -ms-transition: 400ms 200ms all ease;
  -o-transition: 400ms 200ms all ease;
  transition: 400ms 200ms all ease;
}
.myfull{
  width: 100%!important;
  height: 100%!important;
  z-index: 100;
}
.myfull .backincon{
  opacity: 1;
  width: 60px;
  height: 60px;
  position:absolute;
  top:25px;
  left:25px;
  line-height: 60px;
}
.myfull .backincon i{
  opacity: 1;
  font-style: normal;
}
.mymove{
  width: 0!important;
}
.mymove2{
  width: 0!important;
  height: 0!important;
}
.myswp02{
  position:absolute;
  top:0;
  right:0;
  width:39%;
  height: 49%;
  overflow:hidden;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.myswp03{
  position:absolute;
  bottom:0;
  right:0;
  width:39%;
  height: 49%;
  overflow:hidden;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.fm{
  width: 100%;
  height: 100%;
  position:relative;
}
.fm>img{
  min-width:100%;
  min-height: 100%;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%) scale(1);
  -moz-transform: translate(-50%,-50%) scale(1);
  -ms-transform: translate(-50%,-50%) scale(1);
  -o-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
}
.fm:hover>img{
  -webkit-transform: translate(-50%,-50%) scale(1.05);
  -moz-transform: translate(-50%,-50%) scale(1.05);
  -ms-transform: translate(-50%,-50%) scale(1.05);
  -o-transform: translate(-50%,-50%) scale(1.05);
  transform: translate(-50%,-50%) scale(1.05);
  filter: brightness(0.7)
}
.des{
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  position:absolute;
  left:50%;
  top: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: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
  opacity: 0;
}
.myindex>div:hover>h2{
  opacity: 1;
}
.myfull .des{
  opacity: 1;
  right:25px;
  bottom:25px;
  top:initial;
  left:initial;
  z-index: 100;
}
.myframe{
  display:block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mylunbo{
  display:none;
  width: 100%;
  height: 100%;
  position:absolute;
}

.myfull .mylunbo{
  display:block;
}


.mylunbo .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lunbotext{
  position:absolute;
  left:0;
  width:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom:0;
  padding-left:5%;
  z-index: 100;
}
.lunbotext small{
  color: #fff;
  font-size: 27px;
  -webkit-transition: 400ms 0s all ease;
  -moz-transition: 400ms 0s all ease;
  -ms-transition: 400ms 0s all ease;
  -o-transition: 400ms 0s all ease;
  transition: 400ms 0s all ease;
  opacity: 0;
}
.myfull .lunbotext small{
  opacity: 1;
}
.lunbotext>div>div{
  position:relative;
  width: 120px;
  height: 80px;
}
.lunbotext .swiper-button-prev{
  background-position: 11px 8px;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' viewBox='0 0 18 33'><path d='M20.750,3.625 L5.750,18.625 L20.750,33.625 ' style='stroke: rgb%2810, 10, 10%29;stroke-width: 2px;fill: none;fill-rule: evenodd;' /></svg>");
}
.lunbotext .swiper-button-next{
  transform: rotate(180deg);
  background-position: 11px 7px;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' viewBox='0 0 18 33'><path d='M20.750,3.625 L5.750,18.625 L20.750,33.625 ' style='stroke: rgb%2810, 10, 10%29;stroke-width: 2px;fill: none;fill-rule: evenodd;' /></svg>");
}
.lunbotext .swiper-button-next,.lunbotext .swiper-button-prev{
  background-size: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:#fff;
}

.loginicon span{
  line-height: 39px;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 30px;
}


.aboutpic{max-width:100%}
.index-title {padding-top:30px;}
.index-title h2{color: #C8A876;
    font-family: times new roman;
    font-size: 30px;}
.index-title h3{    color: #333333;margin-bottom:20px;
    font-size: 18px;}	
.about-txt{    color: #797979;
	line-height:180%}	
	
.about-more {margin-top:30px;display:block;width: 200px;    border: 1px solid rgb(185, 164, 133);
    height: 45px; 
	font: 14px / 45px "micrsoft yahei";
    text-align: center;
    color: rgb(185, 164, 133);}
.about-more:hover{color:#fff;background:rgb(185, 164, 133)}


.indexproduct{   height:auto;  background-image: url(../images/1724922767.jpg);
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
	text-align:center}
	
.index-title-p{width:50%;margin:0 auto;
display:flex;
	text-align:center;
	display: flex;
    justify-content: center;
    flex-direction: column;
	}

.title-p{display: flex;
    justify-content: center;}
	
.product-class{	width:100%;display: flex;
    justify-content: center;}	
.gridlist1 {
    overflow: hidden;
    -webkit-perspective: 1300px;
    -o-perspective: 1300px;
    -ms-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.gridlist1 li {
    float: left;
    width: 33%;
    zoom:1;}

.gridlist1 li img {
    object-fit: cover;
    width: 100%;
    height: 540px;
    vertical-align: middle;
}

.gridlist1 li a {
    white-space: nowrap;
    line-height: 28px;
    display: block;
}

.gridlist1 li .InfoPicture {
    position: relative;
}

.gridlist1 li .info_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
}

.gridlist1 li .info_wrap p {
    font-size: 18px;
    line-height: 26px;
    color: transparent;
    margin: 200px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.gridlist1 li .info_wrap .ViewMore {
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.gridlist1 li:hover {
    background: url(../images/footer_bj.png) repeat;
}

.gridlist1 li:hover img {
    opacity: 0.6;
}

.gridlist1 li:hover .info_wrap p {
    margin: 200px 0 20px;
color:#fff;
}

.gridlist1 li:hover .info_wrap .ViewMore {
    opacity: 1;
}	


.gridlist1 li .info_wrapp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
}

.gridlist1 li .info_wrapp p {
    font-size: 18px;
    line-height: 26px;
   color:#fff;
       margin: 200px 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5px;
	  opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.gridlist1 li .info_wrapp .ViewMore {
    color: #fff;
    opacity: 1;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}


.gridlist1 li:hover .info_wrapp p {
 
color:#fff;
}

.gridlist1 li:hover .info_wrapp .ViewMore {
    opacity: 1;
}	



.youshi-ul li{
	display: flex;
    align-items: flex-start; /* 子元素顶部对齐 */
	gap:20px;
	margin-bottom:40px;
	}
.ys-num{color: #C8A876;
    font-family: times new roman;
	font-size:4rem;line-height:1}

.youshi-ul li .youshi-con{padding:0 40px 0 20px;font-size:12px;    color: #797979;}




***************************/
.sb-menu-item {
  width: 100%;
  display: block; }
  .sb-menu-item .sb-cover-frame {
    display: block;
    background-color: #F2F3F5;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    transition: 0.3s ease-in-out; }
    .sb-menu-item .sb-cover-frame img {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      object-position: center;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      transform: scale(1.001);
      transition: 0.3s ease-in-out; }
  .sb-menu-item .sb-card-tp {
    margin-bottom: 15px;
    padding-left: 15px;
    background-color: #F2F3F5;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .sb-menu-item .sb-card-tp .sb-card-title {
      width: calc(100% - 90px);
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      box-orient: vertical; }
    .sb-menu-item .sb-card-tp .sb-price {
      width: 80px;
      height: 60px;
      font-weight: 500;
      background-color: #F5C332;
      font-size: 24px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .sb-menu-item .sb-card-tp .sb-price sub {
        font-size: 12px;
        font-weight: 400; }
  .sb-menu-item .sb-card-buttons-frame {
    display: flex;
    justify-content: space-between; }
    .sb-menu-item .sb-card-buttons-frame .sb-btn {
      margin: 0; }
  .sb-menu-item.sb-menu-item-sm {
    display: flex;
    justify-content: space-between; }
    .sb-menu-item.sb-menu-item-sm .sb-cover-frame {
      width: 60px;
      height: 60px;
      padding-bottom: 0; }
    .sb-menu-item.sb-menu-item-sm .sb-card-tp {
      width: calc(100% - 60px);
      box-shadow: none; }
      .sb-menu-item.sb-menu-item-sm .sb-card-tp .sb-card-title {
        font-size: 14px;
        -webkit-line-clamp: 2;
        line-clamp: 2; }
      .sb-menu-item.sb-menu-item-sm .sb-card-tp .sb-price {
        font-size: 12px; }
        .sb-menu-item.sb-menu-item-sm .sb-card-tp .sb-price sub {
          font-size: 10px; }
  .sb-menu-item:hover .sb-cover-frame img {
    transform: scale(1.05); }
  .sb-menu-item:focus {
    outline: inherit; }




.indexnlinks{
	background-color: #f4f4f4;
    background-position: left top;
    background-repeat: no-repeat;
	
	}


/* 添加无缝轮播动画样式 */
.photopic-s0 ul {
    position: relative;
    height: 211px !important; /* 固定高度 */
    overflow: hidden;
}

.photopic-s0 ul > div {
    display: flex; /* 使用flex布局 */
    position: absolute;
    animation: scrollLeft 30s linear infinite; /* 添加动画 */
    animation-delay: 0s;
    left: -506px; /* 初始位置 */
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-2500px); /* 移动10个项目的宽度 */
    }
}

/* 鼠标悬停时暂停动画 */
.photopic-s0 ul:hover > div {
    animation-play-state: paused;
}



/* 新增样式 */
.photopic-s0 ul > div li {
    float: none !important; /* 清除浮动 */
    flex-shrink: 0; /* 防止项目收缩 */
}

.bottom{
	width:100%;
	min-height:200px;
	background: url(../images/1724982584.jpg) 50% 0% repeat-x transparent;
	color:#fff;
	padding:30px 10px;
	line-height:1.8;
	}
.bottom h3{padding-bottom:10px;font-size: 14px;
    color: #FFFFFF;}
.footererwm{
	display:flex;justify-content:center;flex-direction: column;
	}
#pdv_23172{
	display:flex;justify-content: flex-end;
	}
#pdv_23172 .wusearchform{position:relative; font-family: "微软雅黑"; border: 0px solid #ddd; border-radius: 0; overflow:hidden;}
#pdv_23172 .bg{ position: absolute; top:0; left:0; width: 100%; height: 100%;
 background:transparent; opacity: 1; *display:inline;}
#pdv_23172 .bd{ position:relative; margin:0;  overflow:hidden; border: ;}
#pdv_23172 input{border: none; background: transparent; float: left;
	color: #333333; font-size: 12px; width: 330px; max-width: 80%;
	line-height: 45px; height: 45px; background: #ffffff; 
	padding: 0 10px; border: 0px solid #ddd; border-radius:0;}
#pdv_23172 .btn{background: #b9a485; color:#ffffff; float: left; padding: 0 0;
	border:none; width: 50px; font-size:12px; line-height: 45px;
	border-left: ; border-radius: 0; cursor: pointer; text-align: center;
}
#pdv_23172 .btn-1{text-indent: -9999em; background: url(../images/ss.png) center center no-repeat;
background-color: #b9a485; }
#pwClose {
    position: absolute;
    top: 0px;
    right: 8px;
    width: 45px;
    height: 18px;
    background: url(../images/adminbar.gif) -226px 0px no-repeat;
    cursor: pointer;
}



@media (max-width: 576px) {
      .gridlist1 li img {   
     height: 200px;
}
}

@media (min-width: 576px) {
      .gridlist1 li img {   
     height: 180px;
}
}

@media (min-width: 768px) {
      .gridlist1 li img {   
     height: 540px;
}
}

@media (min-width: 992px) {
      .gridlist1 li img {   
     height: 540px;
}
}

@media (min-width: 1200px) {
   .gridlist1 li img {   
     height: 540px;
}

}

@media (min-width: 1400px) {
      .gridlist1 li img {   
     height: 540px;
}
}

/*内页 about*/

.aboutbox1{
	width:100%;
	}
.aboutbox1-l{
	 width: 28%;
    height: 573px;
	float:left;
	margin-right:5%
	}
.aboutbox1-r{float:left; width: 60%;padding-top:20px ;  font: 14px/28px 'microsoft yahei',Verdana, Arial;  color: #505050;}

.aboutbox2-l{float:left;}
.aboutbox2-r{float:right;width:45%;padding:20px 30px;background-color: #b9a485;    font-size: 14px;
    line-height: 2.5;
    color: #FFFFFF;}
	
	
	
.menubd{
	text-align:center}	
.menubd a{padding:10px 20px}

.piclist {width:100%;margin:0 auto;padding:60px 0px;
overflow:hidden}

.piclist .p-item{
	display:flex;flex-direction: column;
    justify-content: center;
	text-align:center}
.piclist .p-item span{line-height:3}


.listpic-name{ width:100%; color: #c8a876;border-bottom:1px solid #f1f1f1;line-height:2;font-size:14px;font-weight:bold;}

/* 外层容器（a标签）使用Flex布局实现左右排列 */
.newslist {
    display: flex;          /* 启用Flex布局 */
    align-items: flex-start; /* 顶部对齐 */
    gap:20px;              /* 图片与右侧内容的间距 */
    text-decoration: none;  /* 移除下划线 */
    color: inherit;         /* 继承文字颜色 */
    padding: 12px;          /* 内边距 */
    border-bottom: 1px solid #eee; /* 可选分隔线 */
}

/* 图片样式 */
.newslist > img {
    width: 250px;          /* 固定宽度 */
    height: 180px;         /* 固定高度 */
    object-fit: cover;     /* 保持比例并裁剪填充 */
    flex-shrink: 0;        /* 防止图片被压缩 */
}

/* 右侧内容容器 */
.newslist-r {
    flex: 1;               /* 占据剩余空间 */
    display: flex;         /* 启用嵌套Flex */
    flex-direction: column; /* 垂直排列子元素 */
}

/* 标题样式 - 第一行 */
.newslist-tit {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;    /* 与下一行的间距 */
    line-height: 1.3;
}

/* 时间样式 - 第二行 */
.newslist-info {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;    /* 与下一行的间距 */
}

/* 描述样式 - 第三行 */
.newslist-des {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    display: -webkit-box;  /* 多行文本截断 */
    -webkit-line-clamp: 2; /* 最多显示2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden-pc{display:none;}

.show-title{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;    /* 与下一行的间距 */
    line-height: 1.3;
	text-align:center
	}
.show-info{ font-size: 12px;
    color: #888;
	text-align:center;
    margin-bottom: 8px;    /* 与下一行的间距 */}
	
.show-content{
	 line-height: 2;
	 padding-top:20px;
	     color: #505050;
	}	
.show-content img{
	max-width:85%;
	margin:0 auto;
	text-align:center;}	
	
.con-item{display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom:20px;line-height:2;}	
.con-item span{padding-top:15px;
text-align:center;    color: #797979;
    font-size: 14px;}
	
.show-image{
	width:60%;margin:0 auto;}
.show-image img{width:100%;}
.youshi-con h2{line-height: 2;
    font-size: 16px;
    color: #333333;}
/* 移动端适配 */
@media (max-width: 768px) {
	.sb-p-60-0 {
    padding-top: 30px !important;
}
.sb-mt-60 {
    margin-top: 30px !important;
}
	
	.top-bottom {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-nav {
    float: right;
    margin-top:0px;
}
.top-bottom .logo{
  float: left;
  width: 200px;
}
	.nav_menu{display:block;
	    margin-right: 4px;}
    .newslist > img {
        width: 80px;
        height: 80px;
    }
    .newslist-tit {
        font-size: 14px;
    }
	
	.aboutbox1-l{display:none;}
	.aboutbox1-r{width:100%}
	.aboutbox2-l{float:left;width:100%;height:50vw;}
.aboutbox2-r{float:right;width:100%;}
.hidden-pc{display:block;}
.hidden-m, .hidden-sm,.hidden-xs{display:none;}

.index-title h2 { 
    font-size: 20px;
}
.ys-num {
    font-size: 48px;
   
}
.youshi-ul li .youshi-con {
    padding: 0 20px 0 0px;
   
}
.youshi-con h2{line-height: 2;
    font-size: 14px;
    color: #333333;}
	
	
.show-image{
	width:80%;margin:0 auto;}	
	
.about-more {display:block;width: 150px;    border: 1px solid rgb(185, 164, 133);margin:0 auto;margin-top:30px;
    height: 40px; 
	font: 12px / 45px "micrsoft yahei";
    text-align: center;
    color: rgb(185, 164, 133);}	
	
	.gridlist1 li {
    background: url(../images/footer_bj.png) repeat;
}

.gridlist1 li img {
    opacity: 0.6;
border-radius:5px ;
}
.gridlist1 li{
  
	border-radius:5px ;
}
	
.gridlist1 li{
	width:100%;margin-bottom:20px;}	
	
	.gridlist1 li .info_wrapp p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: 20% 0 20px;

}
}


/*=========底部字体菜单==========*/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?7l0opz');
	src:url('fonts/icomoon.eot?#iefix7l0opz') format('embedded-opentype'),
		url('fonts/icomoon.woff?7l0opz') format('woff'),
		url('fonts/icomoon.ttf?7l0opz') format('truetype'),
		url('fonts/icomoon.svg?7l0opz#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon'!important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e900";
}

.icon-home2:before {
	content: "\e901";
}

.icon-home3:before {
	content: "\e902";
}

.icon-images:before {
	content: "\e90e";
}

.icon-camera:before {
	content: "\e90f";
}

.icon-headphones:before {
	content: "\e910";
}

.icon-connection:before {
	content: "\e91b";
}

.icon-phone:before {
	content: "\e942";
}

.icon-phone-hang-up:before {
	content: "\e943";
}

.icon-location:before {
	content: "\e947";
}

.icon-location2:before {
	content: "\e948";
}

.icon-compass:before {
	content: "\e949";
}

.icon-bubble:before {
	content: "\e96b";
}

.icon-bubbles:before {
	content: "\e96c";
}

.icon-bubbles2:before {
	content: "\e96d";
}

.icon-bubble2:before {
	content: "\e96e";
}

.icon-bubbles3:before {
	content: "\e96f";
}

.icon-bubbles4:before {
	content: "\e970";
}

.icon-leaf:before {
	content: "\e9a4";
}

.icon-fire:before {
	content: "\e9a9";
}

.icon-shield:before {
	content: "\e9b4";
}

.icon-switch:before {
	content: "\e9b6";
}

.icon-radio-checked:before {
	content: "\ea54";
}

.icon-radio-checked2:before {
	content: "\ea55";
}

.icon-share2:before {
	content: "\ea82";
}

.icon-feed2:before {
	content: "\ea94";
}

.icon-dropbox:before {
	content: "\eaaf";
}

.icon-location3:before {
	content: "\e600";
}

.icon-news:before {
	content: "\e601";
}

.icon-note:before {
	content: "\e602";

}

.icon-1:before {
	content: "\e602";
	color: rgb(106, 203, 2);
	
}
.icon-2:before {
	content: "\e9a4";
	color: rgb(255, 165, 7);
}
.icon-3:before {
	content: "\e942";
	color: rgb(136, 218, 62);
}
.icon-4:before {
	content: "\eaaf";
	color: rgb(254, 130, 76);
}



