.header {
  height: 124px;
  background: url(../image/hbg.jpg) no-repeat center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all .3s;
}
.header .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-logo {
  float: left;
}
.header-logo img{
	transition: all .3s;
}
.navbar {
  float: right;
}
.navbar li {
  position: relative;
}
.navbar li img {
  vertical-align: -8px;
}
.navbar li a {
  display: block;
  font-size: 16px;
  line-height: 124px;
  color: #fff;
  border-right: 1px solid #8d8f91;
  padding: 0 16px;
  transition: all .3s;
}
.navbar li a:hover {
  background: #9a4437;
}
.navbar li a:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #ebdad7;
}
.navbar li.on > a {
  background: #9a4437;
  position: relative;
}
.navbar li.on > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #ebdad7;
}
.navbar li ul {
  position: fixed;
  top: 124px;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: none;
}
.navbar li ul li {
  display: inline-block;
}
.navbar li ul li a {
  font-size: 16px;
  color: #000;
  opacity: 0.8;
  border: none;
  line-height: 50px;
  height: 50px;
}
.navbar li ul li a:hover {
  color: rgba(255, 0, 0, 0.8);
  background: none;
}
.navbar li ul dl {
  position: absolute;
  top: 50px;
  left: 0;
  padding-top: 15px;
  display: none;
}
.navbar li ul dl dd {
  background: rgba(255, 255, 255, 0.8);
}
.navbar li ul dl dd a {
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
}
.navbar li ul dl dd:first-of-type::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.navbar li:hover ul {
  display: block;
}
.navbar li:hover ul li:hover dl {
  display: block;
}

.header.on{
    height: 80px;
}
.header.on .header-logo img{
    height: 60px;
  display: block;
}
.header.on .navbar{
	height: 80px;
}
.header.on .navbar li a{
	line-height: 80px;
}
.header.on .navbar li ul{
	top: 80px !important;
}

.banner {
  margin-top: 124px;
}
.search-region {
  height: 105px;
  background: #02c0a3;
}
.search-region .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-region .search-tel {
  background: url(../image/stel.png) no-repeat left bottom;
  padding-left: 68px;
  font-size: 16px;
  color: #fff;
  line-height: 77px;
  height: 62px;
}
.search-region .search-tel span {
  font-size: 37px;
  font-weight: bold;
  opacity: 0.8;
  vertical-align: -2px;
}
.search-region .search-right form {
  border: 1px solid #fff;
  border-radius: 5px;
}
.search-region .search-right .search-key {
  line-height: 42px;
  border: none;
  outline: none;
  padding: 0 10px;
  color: #fff;
  background: none;
  width: 87%;
}
.search-region .search-right .search-button {
  line-height: 42px;
  width: 42px;
  background: url(../image/sbtn.png) no-repeat center;
  border: none;
  cursor: pointer;
  outline: none;
}
.search-region .search-right .search-keywords {
  font-size: 15px;
  color: #fff;
}
.product-region {
  padding: 80px 0;
}
.product-region .product-tit {
  color: #2e2e2e;
  opacity: 0.8;
  text-align: center;
}
.product-region .product-tit h2 {
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
}
.product-region .product-tit h2 p {
  font-size: 20px;
}
.product-region .product-tit::after,
.product-region .product-tit::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 2px;
  background: #1f8bce;
  vertical-align: 30px;
  margin: 0 20px;
}
.product-region .product-bd {
  overflow: hidden;
  margin-top: 60px;
}
.product-region .product-lside {
  width: 279px;
  border-radius: 20px;
  overflow: hidden;
  float: left;
  background: url(../image/sidebg.png) no-repeat top center;
}
.product-region .product-lside li a {
  height: 75px;
  line-height: 75px;
  display: block;
  font-size: 21px;
  color: #fff;
  padding-left: 42px;
  overflow: hidden;
  border-bottom: 1px dashed #a9baba;
}
.product-region .product-lside li a i {
  display: block;
  width: 18px;
  height: 18px;
  background: #1f8bce;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  margin: 30px 21px 0;
}
.product-region .product-lside li a i::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-region .product-lside li ul {
  overflow: hidden;
}
.product-region .product-lside li ul li a {
  height: 40px;
  line-height: 30px;
  border: none;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.product-region .product-lside li ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.product-region .product-lside li:hover {
  background: #9a4437;
}
.product-region .product-lside li:hover a i {
  transform: rotate(90deg);
}
.product-region .product-lside li:hover li a {
  height: 40px;
  padding: 5px 0 5px 42px;
}
.product-region .product-list {
  width: 900px;
  float: right;
}
.product-region .product-list li {
  width: 282px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 27px;
  margin-bottom: 39px;
}
.product-region .product-list li .img img {
  width: 100%;
  display: block;
}
.product-region .product-list li .desc {
  position: absolute;
  left: 0;
  bottom: -78px;
  transition: all 0.3s;
  width: 100%;
}
.product-region .product-list li .desc h5 {
  height: 78px;
  line-height: 78px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
}
.product-region .product-list li .desc p {
  line-height: 78px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  background: #9a4437;
}
.product-region .product-list li:hover .desc {
  bottom: 0;
}
.product-region .product-list li:nth-of-type(3n) {
  margin-right: 0;
}
.about-region {
  height: 1052px;
  background: url(../image/abbg.jpg) no-repeat center;
}
.about-region .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 85px;
}
.about-region .about-hd {
  width: 460px;
}
.about-region .about-hd h2 {
  font-size: 58px;
  color: #fff;
  font-weight: normal;
}
.about-region .about-hd h2:after {
  content: "";
  display: block;
  width: 58px;
  height: 5px;
  background: #a55db0;
  border-radius: 3px;
  margin-top: 30px;
}
.about-region .about-hd .about-desc {
  font-size: 16px;
  line-height: 32px;
  height: 320px;
  overflow: hidden;
  color: #fff;
  margin: 36px 0 125px;
}
.about-region .about-hd .abmore {
  display: block;
  width: 191px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 25px;
  background: #fff;
  font-size: 20px;
  color: #9a4437;
}
.about-region .about-video {
  width: 683px;
  float: right;
  text-align: center;
  margin-top: 164px;
}
.about-region .about-video .video {
  height: 461px;
    padding-top: 24px;
  background: url(../image/abvideo.png) no-repeat center;
}
.about-region .about-video p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  opacity: 0.5;
}
.slogan-region {
  overflow: hidden;
}
.slogan-region .img {
  float: left;
  width: 605px;
}
.slogan-region .img img {
  width: 100%;
}
.slogan-region ul {
  width: 595px;
  float: right;
}
.slogan-region ul li {
  position: relative;
  height: 177px;
  padding-left: 85px;
  padding-top: 50px;
}
.slogan-region ul li img {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.slogan-region ul li h3 {
  font-size: 17px;
  color: #000;
  opacity: 0.8;
  font-weight: normal;
  margin-bottom: 4px;
}
.slogan-region ul li p {
  font-size: 12px;
  line-height: 25px;
  color: #000;
  opacity: 0.8;
}
.slogan-region ul li .h {
  display: none;
}
.slogan-region ul li:hover {
  background: #02c0a3;
}
.slogan-region ul li:hover h3,
.slogan-region ul li:hover p {
  color: #fff;
}
.slogan-region ul li:hover .h {
  display: block;
}
.slogan-region ul li:hover .s {
  display: none;
}
.slogan-region ul li:last-of-type {
  height: 178px;
}
.avant-region {
  padding: 100px 0;
}
.avant-region .avant-tit {
  text-align: center;
  color: #000;
}
.avant-region .avant-tit h2 {
  font-size: 50px;
  opacity: 0.2;
  text-transform: uppercase;
  font-weight: normal;
}
.avant-region .avant-tit p {
  font-size: 33px;
  opacity: 0.5;
}
.avant-region .avant-bd {
  overflow: hidden;
  margin: 20px 0 100px;
}
.avant-region .avant-bd li {
  width: 400px;
  height: 286px;
  float: left;
}
.avant-region .avant-bd li .avant-wrap {
  position: relative;
  float: left;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 44px 50px 0 88px;
  transition: all 0.8s;
}
.avant-region .avant-bd li img {
  position: absolute;
  left: 24px;
  top: 47px;
}
.avant-region .avant-bd li h3 {
  font-size: 20px;
}
.avant-region .avant-bd li p {
  font-size: 15px;
  line-height: 30px;
}
.avant-region .avant-bd li:nth-of-type(1) .avant-wrap {
  background: #59493f;
}
.avant-region .avant-bd li:nth-of-type(2) .avant-wrap {
  background: #996c33;
}
.avant-region .avant-bd li:nth-of-type(3) .avant-wrap {
  background: #b28850;
}
.avant-region .avant-bd li:nth-of-type(4) .avant-wrap {
  background: #13b5b1;
}
.avant-region .avant-bd li:nth-of-type(5) .avant-wrap {
  background: #00a0e9;
}
.avant-region .avant-bd li:nth-of-type(6) .avant-wrap {
  background: #0068b7;
}
.avant-region .avant-bd li:hover .avant-wrap {
  transform: rotateY(360deg);
}
.avant-region .avant-ft ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.avant-region .avant-ft li {
  width: 226px;
}
.avant-region .avant-ft li .img {
  height: 226px;
  border: 1px solid #1f8bce;
  border-radius: 50%;
  overflow: hidden;
}
.avant-region .avant-ft li p {
  font-size: 23px;
  color: #000;
  opacity: 0.8;
  text-align: center;
}
.case-region {
  padding: 80px 0 0;
  border-top: 2px solid #b2b2b2;
}
.case-region .case-tit {
  text-align: center;
  color: #000;
}
.case-region .case-tit h2 {
  font-size: 25px;
  font-weight: normal;
  opacity: 0.8;
}
.case-region .case-tit p {
  font-size: 20px;
  opacity: 0.8;
}
.case-region .case-bd {
  margin-top: 35px;
  height: 450px;
  border: 1px solid #b5b5b5;
}
.case-region .case-bd .parHd {
  width: 206px;
  height: 450px;
  margin: -1px 0 0 -1px;
  float: left;
}
.case-region .case-bd .parHd ul {
  height: 100%;
}
.case-region .case-bd .parHd li {
  height: 50%;
  background: #dbdbdb;
  position: relative;
}
.case-region .case-bd .parHd li h3,
.case-region .case-bd .parHd li p {
  position: absolute;
  z-index: 99;
  width: 100%;
  color: #333;
}
.case-region .case-bd .parHd li h3 {
  font-size: 25px;
}
.case-region .case-bd .parHd li p {
  text-transform: uppercase;
  font-size: 14px;
}
.case-region .case-bd .parHd li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 9;
  display: none;
}
.case-region .case-bd .parHd li:nth-of-type(1)::before {
  border-left: 206px solid #9a4437;
  border-bottom: 450px solid transparent;
}
.case-region .case-bd .parHd li:nth-of-type(1) h3,
.case-region .case-bd .parHd li:nth-of-type(1) p {
  padding-left: 24px;
  padding-top: 26px;
}
.case-region .case-bd .parHd li:nth-of-type(1) p {
  padding-top: 63px;
}
.case-region .case-bd .parHd li:nth-of-type(2)::before {
  bottom: 0;
  border-right: 206px solid #9a4437;
  border-top: 450px solid transparent;
}
.case-region .case-bd .parHd li:nth-of-type(2) h3,
.case-region .case-bd .parHd li:nth-of-type(2) p {
  text-align: left;
  padding-left: 82px;
  padding-top: 180px;
}
.case-region .case-bd .parHd li:nth-of-type(2) h3 {
  padding-top: 142px;
}
.case-region .case-bd .parHd li.on::before {
  display: block;
}
.case-region .case-bd .parHd li.on h3,
.case-region .case-bd .parHd li.on p {
  color: #fff;
}
.case-region .case-bd .parBd {
  float: right;
  width: 960px;
  overflow: hidden;
  margin: 16px;
}
.case-region .case-bd .parBd .bd ul {
  width: 490px;
  float: left;
}
.case-region .case-bd .parBd .bd li {
  width: 224px;
  position: relative;
  margin-right: 21px;
  float: left;
  margin-bottom: 19px;
}
.case-region .case-bd .parBd .bd li img {
  width: 100%;
  display: block;
}
.case-region .case-bd .parBd .bd li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 29px;
  height: 29px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
.case-region .case-bd .parBd .hd {
  text-align: center;
  height: 45px;
  line-height: 23px;
}
.case-region .case-bd .parBd .hd a {
  font-size: 66px;
  color: #000;
  opacity: 0.5;
  margin: 0 34px;
}
.case-region .case-bd .parBd .hd a:hover {
  color: #9a4437;
}
.news-region {
  padding: 86px 0 80px;
}
.news-region .news-tit {
  text-align: center;
  color: #2e2e2e;
}
.news-region .news-tit h2 {
  display: inline-block;
  font-size: 25px;
  font-weight: normal;
}
.news-region .news-tit h2 p {
  font-size: 20px;
}
.news-region .news-tit::after,
.news-region .news-tit::before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 2px;
  background: #1f8bce;
  vertical-align: 30px;
  margin: 0 20px;
}
.news-region .news-bd {
  margin: 40px 0 35px;
  overflow: hidden;
}
.news-region .news-bd li {
  width: 382px;
  border: 1px solid #626262;
  float: left;
  margin-right: 29px;
}
.news-region .news-bd li img {
  width: 100%;
}
.news-region .news-bd li .desc {
  padding: 10px;
}
.news-region .news-bd li .desc h5 {
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
  font-weight: normal;
}
.news-region .news-bd li .desc p {
  font-size: 12px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  opacity: 0.5;
  color: #000;
}
.news-region .nmore {
  display: block;
  width: 191px;
  height: 49px;
  background: #9a4437;
  line-height: 49px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  font-size: 20px;
  margin: 0 auto;
}
.footer {
  background: #232323;
}
.footer .footer-hd {
  height: 58px;
  border-bottom: 1px solid #fff;
}

.footer .footer-hd.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #232323;
    z-index: 99;
}




.footer .footer-hd .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.footer .footer-hd .footer-hd-fix {
  width: 230px;
}
.footer .footer-hd .footer-hd-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footer-hd .footer-hd-list li {
  position: relative;
  width: 41px;
  height: 41px;
  display: inline-block;
  margin-left: 130px;
}
.footer .footer-hd .footer-hd-list li img {
  opacity: 0.5;
}
.footer .footer-hd .footer-hd-list li .hov {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.footer .footer-hd .footer-hd-list li .hov::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #9a4437;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footer-hd .footer-hd-list li .hov p {
  background: #9a4437;
}
.footer .footer-hd .footer-hd-list li:nth-of-type(1) .hov {
  top: -55px;
}
.footer .footer-hd .footer-hd-list li:nth-of-type(1) .hov p {
  line-height: 40px;
  width: 222px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
}
.footer .footer-hd .footer-hd-list li:nth-of-type(2) .hov {
  top: -93px;
}
.footer .footer-hd .footer-hd-list li:nth-of-type(2) .hov p {
  line-height: 29px;
  width: 222px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  padding: 10px;
}
.footer .footer-hd .footer-hd-list li:nth-of-type(3) .hov {
  top: -121px;
  box-shadow: 0 0 6px #999;
}
.footer .footer-hd .footer-hd-list li:nth-of-type(3) .hov::after {
  border-top-color: #fff;
}
.footer .footer-hd .footer-hd-list li:nth-of-type(3) .hov img {
  display: block;
}
.footer .footer-hd .footer-hd-list li:hover .hov {
  display: block;
}
.footer .footer-hd .footer-hd-list li:hover img {
  opacity: 1;
}
.footer .footer-bd {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding: 20px 0;
}
.left-feed {
  position: fixed;
  width: 13%;
  background: #4389ca;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 5px #000;
  bottom: 0;
  left: 0px;
  padding: 20px;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 99999;
}
.left-feed.min {
  background: #727272;
  height: 50px;
  border-radius: 5px;
  padding: 13px 20px;
  position: unset;
  width: 230px;
}
.left-feed #content {
  height: 95px;
  line-height: 20px;
  width: 100%;
  resize: none;
  outline: none;
}
.left-feed h2 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
.left-feed input {
  line-height: 40px;
  border: none;
  outline: none;
  padding: 0 10px;
  width: 100%;
  margin-top: 9px;
}
.left-feed .minscale {
  width: 13px;
  height: 13px;
  float: right;
  margin-top: 8px;
  cursor: pointer;
}
.left-feed.min .minscale{
	display: none;
}

.left-feed .minscale::after {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  margin-top: 5px;
}
.left-feed.min .maxscale {
  width: 13px;
  height: 13px;
  background: none;
  border: 2px solid #fff;
  margin-top: 7px;
  float: right;
  cursor: pointer;
  border-radius: 2px;
}
.left-feed .submit {
  display: block;
  width: 103px;
  line-height: 33px;
  text-align: center;
  background: #ffffff;
  font-size: 17px;
  color: #4389ca;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
