option {
  background: #1d1d1d;
  font-size: 100%
}

.h-header .main {
  width: 100%;
  max-width: 1550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 20px 0
}

.h-header .main .logo,
.h-header .main .logo img {
  height: 100%
}

.h-header .main .nav {
  font-size: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 110px
}

.h-header .main .nav li {
  padding: 0 35px;
  display: inline-block;
  position: relative
}

.h-header .main .nav li>a {
  display: inline-block;
  padding: 15px 0
}

.h-header .main .nav li ul {
  position: absolute;
  display: none;
  z-index: 998;
  width: 100%;
  background: #fff;
  left: 0;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 0
}

.h-header .main .nav li ul a {
  display: block
}

.h-header .main .nav li.curr>a,
.h-header .main .nav li:hover>a,
.h-header .main .nav li ul a.curr,
.h-header .main .nav li ul a:hover {
  color: #caa967
}

.h-header .main form {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #242424
}

.h-header .main form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none
}

.m-home .company {
  padding: 60px 0
}

.m-home .company .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 360px
}

.m-home .company .main .bg {
  width: 780px;
  height: 100%
}

.m-home .company .main .bg .o2 {
  display: none
}

.m-home .company .main .bg img {
  width: 100%;
  height: 100%
}

.m-home .company .main dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
  padding-top: 20px;
  height: 100%;
  position: relative
}

.m-home .company .main dd p {
  color: #666;
  line-height: 2.4;
  text-indent: 36px
}

.m-home .company .main dd a {
  width: 180px;
  line-height: 58px;
  background: #bf9f62;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 5px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
  position: absolute;
  bottom: 0
}

.m-home .company .main dd a,
.m-home .company .main dd a:after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-home .company .main dd a:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bf9f62));
  background-image: -webkit-linear-gradient(#bf9f62);
  background-image: -o-linear-gradient(#bf9f62);
  background-image: linear-gradient(#bf9f62)
}

.m-home .company .main dd a:hover {
  background: rgba(0, 0, 0, 0)
}

.m-home .company .main dd a:hover,
.m-home .company .main dd a:hover:after {
  -webkit-box-shadow: 4px 4px 6px 0 hsla(0, 0%, 100%, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 hsla(0, 0%, 100%, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  box-shadow: 4px 4px 6px 0 hsla(0, 0%, 100%, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 hsla(0, 0%, 100%, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3)
}

.m-home .company .main dd a:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  -ms-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg)
}

.m-home .heatin {
  background: url(../img/tuceng55.png) 50% no-repeat;
  background-size: cover
}

.m-home .heatin .main {
  color: #fff
}

.m-home .heatin .main dt {
  width: 620px;
  height: 720px;
  padding-top: 170px
}

.m-home .heatin .main dt h2 {
  font-size: 48px
}

.m-home .heatin .main dt i {
  width: 90px;
  height: 2px;
  background: hsla(0, 0%, 100%, .818);
  display: inline-block
}

.m-home .heatin .main dt h4 {
  font-size: 20px;
  padding-bottom: 30px
}

.m-home .heatin .main dt p {
  font-size: 15px;
  opacity: .85;
  padding-bottom: 85px
}

.m-home .heatin .main dt a {
  font-size: 20px;
  width: 200px;
  line-height: 60px;
  background: #fff;
  color: #bf9f62;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  text-align: center;
  padding: 0;
  border: none
}

.m-home .heatin .main dt a span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.m-home .heatin .main dt a:after,
.m-home .heatin .main dt a:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-home .heatin .main dt a:before {
  height: 0%;
  width: 2px
}

.m-home .heatin .main dt a:after {
  width: 0;
  height: 2px
}

.m-home .heatin .main dt a:hover {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none
}

.m-home .heatin .main dt a:hover:before {
  height: 100%
}

.m-home .heatin .main dt a:hover:after {
  width: 100%
}

.m-home .heatin .main dt a span:hover {
  color: #fff
}

.m-home .heatin .main dt a span:after,
.m-home .heatin .main dt a span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-home .heatin .main dt a span:before {
  width: 2px;
  height: 0%
}

.m-home .heatin .main dt a span:after {
  width: 0;
  height: 2px
}

.m-home .heatin .main dt a span:hover:before {
  height: 100%
}

.m-home .heatin .main dt a span:hover:after {
  width: 100%
}

.m-home .vantag {
  background: url(../img/44.png) 50% no-repeat;
  background-size: cover;
  padding: 50px 0
}

.m-home .vantag .main dt h1 {
  font-size: 20px;
  color: #bf9f62;
  font-family: Arial
}

.m-home .vantag .main dt h4 {
  font-size: 36px;
  color: #060606;
  font-weight: 500;
  padding-top: 10px
}

.m-home .vantag .main dt i {
  width: 100px;
  height: 4px;
  background: #060606;
  display: inline-block
}

.m-home .vantag .main dd {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0
}

.m-home .vantag .main dd,
.m-home .vantag .main dd a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-home .vantag .main dd a {
  width: 620px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  height: 140px;
  padding-left: 32px
}

.m-home .vantag .main dd a i {
  width: 65px;
  height: 57px;
  background: url(../img/dn.png) 50% no-repeat;
  background-size: cover;
  background-size: contain
}

.m-home .vantag .main dd a.o2 i,
.m-home .vantag .main dd a.o3 i,
.m-home .vantag .main dd a.o4 i {
  background-image: url(../img/11.png)
}

.m-home .vantag .main dd a li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 45px
}

.m-home .vantag .main dd a li h4 {
  font-size: 24px
}

.m-home .vantag .main dd a li p {
  font-size: 18px;
  line-height: 2.3;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-home .vantag .main dd a:hover {
  color: #fff;
  background: #bf9f62;
  padding-left: 50px
}

.m-home .vantag .main dd a:hover i {
  background-image: url(../img/333f.png)
}

.m-home .MATION {
  background: #f8f8f8;
  padding-bottom: 120px
}

.m-home .MATION .titl {
  width: 600px;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 140px
}

.m-home .MATION .titl i {
  font-size: 24px;
  color: #7f7f7f
}

.m-home .MATION .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  height: 280px
}

.m-home .MATION .main .bg {
  width: 360px;
  height: 100%;
  overflow: hidden;
  display: block
}

.m-home .MATION .main .bg img {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-home .MATION .main .bg:hover,
.m-home .MATION .main .bg:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-home .MATION .main .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-home .MATION .main dt {
  width: 430px
}

.m-home .MATION .main dt h4 {
  font-size: 18px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-home .MATION .main dt h4 a {
  display: inline-block;
  padding-bottom: 2px;
  position: relative
}

.m-home .MATION .main dt h4 a:after {
  content: "";
  position: absolute;
  width: 98%;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #bf9f62;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.m-home .MATION .main dt h4 a:hover {
  color: #bf9f62
}

.m-home .MATION .main dt h4 a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}

.m-home .MATION .main dt i {
  color: #666;
  font-size: 90%;
  line-height: 2
}

.m-home .MATION .main dt p {
  color: #666;
  padding: 15px 0
}

.m-home .MATION .main dt .more {
  margin-top: 15px;
  width: 120px;
  line-height: 40px;
  background: #bf9f62;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.m-home .MATION .main dt .more span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.m-home .MATION .main dt .more:after,
.m-home .MATION .main dt .more:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #bf9f62;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-home .MATION .main dt .more:before {
  height: 0%;
  width: 2px
}

.m-home .MATION .main dt .more:after {
  width: 0;
  height: 2px
}

.m-home .MATION .main dt .more:hover {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none
}

.m-home .MATION .main dt .more:hover:before {
  height: 100%
}

.m-home .MATION .main dt .more:hover:after {
  width: 100%
}

.m-home .MATION .main dt .more span:hover {
  color: #bf9f62
}

.m-home .MATION .main dt .more span:after,
.m-home .MATION .main dt .more span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #bf9f62;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-home .MATION .main dt .more span:before {
  width: 2px;
  height: 0%
}

.m-home .MATION .main dt .more span:after {
  width: 0;
  height: 2px
}

.m-home .MATION .main dt .more span:hover:before {
  height: 100%
}

.m-home .MATION .main dt .more span:hover:after {
  width: 100%
}

.m-home .MATION .main dd {
  width: 500px
}

.m-home .MATION .main dd ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0
}

.m-home .MATION .main dd ul li i {
  width: 180px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #a2a2a2
}

.m-home .MATION .main dd ul li a {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  width: 305px;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 2px;
  position: relative
}

.m-home .MATION .main dd ul li a:after {
  content: "";
  position: absolute;
  width: 98%;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #bf9f62;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.m-home .MATION .main dd ul li a:hover {
  color: #bf9f62
}

.m-home .MATION .main dd ul li a:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}

.f-footer {
  background: #1d1d1d;
  color: #fff
}

.f-footer .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.f-footer .main dt {
  width: 110px
}

.f-footer .main dt h4 {
  font-size: 18px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .567);
  line-height: 2.2;
  margin-bottom: 10px
}

.f-footer .main dt h4 i {
  display: block;
  width: 40px;
  height: 2px;
  background: #fff
}

.f-footer .main dt li {
  line-height: 2.2
}

.f-footer .main dd {
  width: 230px;
  text-align: right
}

.f-footer .main dd .ewm {
  width: 100px;
  text-align: center;
  display: inline-block;
  padding-bottom: 30px
}

.f-footer .main dd .ewm img {
  width: 100px;
  height: 100px
}

.f-footer .main dd select {
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, .467);
  height: 38px
}

.f-footer .bom {
  text-align: center;
  border-top: 1px solid hsla(0, 0%, 100%, .367);
  line-height: 60px
}

.u-nav {
  background: #f1f1f1;
  height: 70px
}

.u-nav li {
  display: inline-block;
  padding: 0 25px
}

.u-nav li a {
  display: block;
  line-height: 68px;
  border-bottom: 3px solid rgba(191, 159, 98, 0);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  color: #121212
}

.u-nav li a.curr,
.u-nav li a:hover {
  color: #bf9f62;
  border-bottom: 3px solid #bf9f62
}

.u-title {
  padding: 30px 0
}

.u-title dt {
  text-align: center;
  width: 780px;
  margin: 0 auto
}

.u-title dd {
  text-align: left;
  width: 100%
}

.u-title dd,
.u-title dt {
  color: #121212
}

.u-title dd h1,
.u-title dt h1 {
  font-size: 48px
}

.u-title dd h4,
.u-title dt h4 {
  font-size: 30px;
  font-family: Arial;
  line-height: 1.4
}

.u-title dd i,
.u-title dt i {
  width: 110px;
  height: 3px;
  display: inline-block;
  background: #bf9f62
}

.u-title dd p,
.u-title dt p {
  padding-top: 20px;
  font-size: 18px;
  color: #444
}

.m-ductCen .cpcent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.m-ductCen .cpcent a {
  width: 370px;
  margin: 12px 0;
  margin-right: 45px
}

.m-ductCen .cpcent a:nth-child(3n) {
  margin-right: 0
}

.m-ductCen .cpcent a .bg {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: block
}

.m-ductCen .cpcent a .bg img {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-ductCen .cpcent a .bg:hover,
.m-ductCen .cpcent a .bg:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-ductCen .cpcent a .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-ductCen .cpcent a h4 {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 2
}

.m-ductCen .cpcent a h4,
.m-ductCen .cpcent a p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-ductCen .cpcent a p {
  color: #8a8a8a
}

.m-ductCen .article {
  padding: 25px 0
}

/*.m-ductCen .article img {
  width: 100%;
  padding: 20px 0
}

.m-ductCen .article h1 {
  font-size: 30px;
  color: #bf9f62
}

.m-ductCen .article h5 {
  color: #959595;
  font-size: 18px;
  padding-bottom: 20px
}

.m-ductCen .article p {
  color: #5b5b5a;
  text-indent: 36px;
  line-height: 2.2;
  padding: 10px 0
}*/

.m-ductCen .form {
  width: 700px
}

.m-ductCen .form form {
  padding: 30px 0;
  display: block
}

.m-ductCen .form form label {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.m-ductCen .form form label p {
  color: #95a2bd
}

.m-ductCen .form form label input,
.m-ductCen .form form label textarea {
  height: 50px;
  border: 1px solid #ededed;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.m-ductCen .form form label textarea {
  height: 190px
}

.m-ductCen .form form button {
  width: 170px;
  line-height: 50px;
  display: block;
  margin: 20px auto;
  background: #bf9f62;
  color: hsla(0, 0%, 100%, .795);
  font-size: 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  text-align: center;
  padding: 0;
  border: none
}

.m-ductCen .form form button span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

.m-ductCen .form form button:after,
.m-ductCen .form form button:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #bf9f62;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-ductCen .form form button:before {
  height: 0%;
  width: 2px
}

.m-ductCen .form form button:after {
  width: 0;
  height: 2px
}

.m-ductCen .form form button:hover {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none
}

.m-ductCen .form form button:hover:before {
  height: 100%
}

.m-ductCen .form form button:hover:after {
  width: 100%
}

.m-ductCen .form form button span:hover {
  color: #bf9f62
}

.m-ductCen .form form button span:after,
.m-ductCen .form form button span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #bf9f62;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-ductCen .form form button span:before {
  width: 2px;
  height: 0%
}

.m-ductCen .form form button span:after {
  width: 0;
  height: 2px
}

.m-ductCen .form form button span:hover:before {
  height: 100%
}

.m-ductCen .form form button span:hover:after {
  width: 100%
}

.m-ductCen .mejun li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all .2s ease;
  -o-transition: all ease .2s;
  transition: all .2s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-ductCen .mejun li.curr,
.m-ductCen .mejun li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0)
}

.m-ductCen .mejun li .bg {
  width: 480px;
  height: 280px;
  overflow: hidden;
  display: block
}

.m-ductCen .mejun li .bg img {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-ductCen .mejun li .bg:hover,
.m-ductCen .mejun li .bg:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-ductCen .mejun li .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-ductCen .mejun li:hover div h1 {
  color: #bf9f62
}

.m-ductCen .mejun li:hover div span {
  width: 120px;
  background: #bf9f62
}

.m-ductCen .mejun li div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 70px
}

.m-ductCen .mejun li div h1 {
  color: #121212;
  font-size: 20px;
  line-height: 90px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-ductCen .mejun li div h1 a {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden
}

.m-ductCen .mejun li div p {
  font-size: 16px;
  color: #535353;
  line-height: 2
}

.m-ductCen .mejun li div i {
  font-size: 18px;
  color: #535353;
  display: block
}

.m-ductCen .mejun li div span {
  display: block;
  width: 70px;
  height: 2px;
  background: silver;
  margin: 15px 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.m-ductCen .APHENE {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.m-ductCen .APHENE a {
  width: 550px;
  height: 360px;
  position: relative;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  margin: 25px 0
}

.m-ductCen .APHENE a:hover dd img {
  opacity: 1;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn)
}

.m-ductCen .APHENE a dt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block
}

.m-ductCen .APHENE a dt img {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-ductCen .APHENE a dt:hover,
.m-ductCen .APHENE a dt:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-ductCen .APHENE a dt:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-ductCen .APHENE a dd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 20px
}

.m-ductCen .APHENE a dd li {
  width: 100%
}

.m-ductCen .APHENE a dd li p {
  font-size: 18px
}

.m-ductCen .APHENE a dd li h4 {
  font-size: 30px
}

.m-ductCen .APHENE a dd img {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-ductCen .lectric {
  padding-bottom: 100px
}

.m-ductCen .lectric dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
  margin: 50px 0
}

.m-ductCen .lectric dd .bg {
  width: 560px;
  height: 100%;
  overflow: hidden;
  display: block
}

.m-ductCen .lectric dd .bg img {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 100%;
  height: 100%;
  display: block
}

.m-ductCen .lectric dd .bg:hover,
.m-ductCen .lectric dd .bg:hover img {
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.m-ductCen .lectric dd .bg:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-ductCen .lectric dd .bg img {
  -webkit-border-radius: 18px;
  border-radius: 18px
}

.m-ductCen .lectric dd li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 80px
}

.m-ductCen .lectric dd li.right {
  padding-left: 0;
  padding-right: 80px
}

.m-ductCen .lectric dd li h4 {
  font-size: 30px;
  color: #121212;
  line-height: 2
}

.m-ductCen .lectric dd li i {
  width: 80px;
  height: 2px;
  background: #c8c8c8;
  display: block;
  margin: 20px 0
}

.m-ductCen .lectric dd li p {
  color: #5b5b5b;
  font-size: 16px;
  padding: 15px 0
}

.m-ductCen .detail {
  padding-bottom: 50px
}

.m-ductCen .detail article {
  padding: 20px 0
}

.m-ductCen .detail article img {
  width: 100%
}

.m-ductCen .addr {
  padding-bottom: 40px
}

.m-ductCen .addr h6 {
  color: #004098;
  font-size: 24px;
  padding: 15px 0;
  font-weight: 600
}

.m-ductCen .addr dt {
  padding: 10px 0
}

.m-ductCen .addr dt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6px 0
}

.m-ductCen .addr dt li p {
  font-size: 16px;
  color: #666;
  padding-left: 15px
}

.m-ductCen .addr dd {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-ductCen .addr dd li {
  width: 110px;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 30px
}

.m-ductCen .addr dd li img {
  width: 100%;
  height: 110px
}

.u-page {
  text-align: right
}

.u-page .main {
  padding: 40px 0
}

.u-page .main>* {
  display: inline-block;
  line-height: 36px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #94939b;
  padding: 0 15px;
  margin: 0 3px;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease
}

.u-page .main a.curr,
.u-page .main a:hover {
  color: #fff;
  background: #bf9f62
}

@media only screen and (max-width:1400px) and (min-width:1200px) {

  .h-header .main,
  .main {
    width: 1200px;
    padding: 0 15px
  }

  .h-header .main .logo {
    height: auto
  }

  .h-header .main .nav {
    padding-left: 10px
  }

  .h-header .main .nav li {
    padding: 0 8px
  }

  .m-home .company {
    padding: 50px 0
  }

  .m-home .company .main {
    padding: 0 15px
  }

  .m-home .company .main dd {
    padding-left: 20px
  }

  .m-home .vantag .main dd a {
    width: 48%
  }

  .m-home .heatin .main dt {
    height: 680px
  }

  .m-home .company .main dd p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
  }

  .m-home .MATION .main dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px
  }

  .m-home .MATION .main dd {
    width: 450px
  }

  .m-home .MATION .main dd ul li i {
    width: 150px
  }

  .m-home .MATION .main dd ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px
  }
}

@media only screen and (max-width:1200px) and (min-width:800px) {
  body {
    font-size: 13px
  }

  .main,
  .main12 {
    width: 98%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .h-header {
    padding: 0 10px
  }

  .h-header .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0
  }

  .h-header .main .logo {
    width: 100%;
    height: 60px;
    text-align: center
  }

  .h-header .main .nav {
    padding-left: 0
  }

  .h-header .main .nav li {
    padding: 0 20px
  }

  .m-home .company {
    padding: 30px 0
  }

  .m-home .company .main {
    height: auto
  }

  .m-home .company .main .bg {
    width: 48%
  }

  .m-home .company .main .bg .o1 {
    display: none
  }

  .m-home .company .main .bg .o2 {
    display: block
  }

  .m-home .company .main dd {
    padding-top: 0;
    padding-left: 20px
  }

  .m-home .company .main dd p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
  }

  .m-home .company .main dd a {
    position: relative;
    margin-top: 5%
  }

  .m-home .heatin .main dt {
    height: 500px;
    padding-top: 70px
  }

  .m-home .vantag {
    padding: 30px 0
  }

  .m-home .vantag .main dd {
    padding: 10px 0
  }

  .m-home .vantag .main dd a {
    width: 48%;
    padding: 15px 12px
  }

  .m-home .vantag .main dd a li {
    padding-left: 30px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden
  }

  .m-home .MATION {
    padding-bottom: 60px
  }

  .m-home .MATION .main {
    margin-top: 30px
  }

  .m-home .MATION .main .bg {
    display: none
  }

  .m-home .MATION .main dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .m-home .MATION .main dd {
    margin-left: 15px
  }

  .m-home .MATION .main dd ul li i {
    width: 100px;
    line-height: 36px
  }

  .m-home .MATION .main dd ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px
  }

  .f-footer .main {
    padding: 20px 0
  }

  .m-ductCen .cpcent {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .m-ductCen .cpcent a {
    width: 48%;
    margin-right: 0
  }

  .m-ductCen .cpcent a .bg {
    height: 350px
  }

  .m-ductCen .mejun li .bg {
    width: 420px;
    height: 250px
  }

  .m-ductCen .mejun li div {
    padding-left: 15px
  }

  .m-ductCen .APHENE a {
    width: 48%;
    height: 350px
  }

  .m-ductCen .lectric dd {
    height: 500px;
    margin: 30px 0
  }

  .m-ductCen .lectric dd li {
    padding-left: 30px
  }

  .m-ductCen .lectric dd .bg {
    width: 420px
  }

  .u-title {
    padding: 20px 0
  }
}

@media only screen and (max-width:800px) and (min-width:300px) {
  body {
    font-size: 12px
  }

  h1,
  h4 {
    font-size: 110%
  }

  h2,
  h5 {
    font-size: 120%
  }

  h3,
  h6 {
    font-size: 130%
  }

  .main,
  .main12 {
    width: 97%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .u-title {
    padding: 4% 0
  }

  .u-title dt {
    width: 100%
  }

  .u-title dd h1,
  .u-title dt h1 {
    font-size: 180%
  }

  .u-title dd h4,
  .u-title dt h4 {
    font-size: 150%
  }

  .u-title dd p,
  .u-title dt p {
    font-size: 110%;
    padding-top: 2%
  }

  .h-header .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 3%
  }

  .h-header .main form {
    display: none
  }

  .h-header .main .horizo {
    display: block
  }

  .h-header .main .horizo a i {
    display: block;
    position: relative;
    width: 30px;
    height: 2px;
    margin: 3px 0;
    background-color: #bf9f62;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all ease .4s;
    transition: all .4s ease
  }

  .h-header .main .horizo a.curr i:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
    margin-bottom: 0
  }

  .h-header .main .horizo a.curr i:first-of-type {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
    margin-top: 0
  }

  .h-header .main .horizo a.curr i:nth-of-type(2) {
    opacity: 0
  }

  .h-header .main .logo {
    width: 80%;
    height: auto
  }

  .h-header .main .logo img {
    width: 100%;
    height: auto
  }

  .h-header .main .nav {
    padding-left: 0;
    z-index: 2000;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    top: 60px;
    display: none;
    font-size: 100%
  }

  .h-header .main .nav li {
    padding: 3% 0;
    display: block;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid hsla(0, 0%, 40%, .216)
  }

  .h-header .main .nav li>a {
    font-size: 120%;
    padding: 0
  }

  .h-header .main .nav li ul {
    display: block;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding-left: 30px
  }

  .m-home .company {
    padding: 4% 0
  }

  .m-home .company .main {
    display: block;
    height: auto
  }

  .m-home .company .main dd {
    padding: 2%
  }

  .m-home .company .main dd a {
    position: relative;
    display: block;
    margin: 2% auto;
    width: 120px;
    line-height: 40px;
    font-size: 120%
  }

  .m-home .heatin .main dt {
    width: 100%;
    height: 300px;
    padding-top: 5%;
    text-align: center
  }

  .m-home .heatin .main dt h2 {
    font-size: 180%
  }

  .m-home .heatin .main dt h4 {
    font-size: 120%
  }

  .m-home .heatin .main dt p {
    font-size: 100%;
    padding-bottom: 5%
  }

  .m-home .heatin .main dt a {
    width: 120px;
    line-height: 40px;
    font-size: 110%
  }

  .m-home .vantag {
    padding: 3% 0
  }

  .m-home .vantag .main dt h1 {
    font-size: 120%
  }

  .m-home .vantag .main dt h4 {
    font-size: 200%
  }

  .m-home .vantag .main dt i {
    height: 3px
  }

  .m-home .vantag .main dd {
    padding: 3% 0
  }

  .m-home .vantag .main dd a {
    width: 100%;
    padding: 0;
    height: 100px
  }

  .m-home .vantag .main dd a:hover {
    padding-left: 5%
  }

  .m-home .vantag .main dd a li {
    padding-left: 2%
  }

  .m-home .vantag .main dd a li h4 {
    font-size: 130%
  }

  .m-home .vantag .main dd a li p {
    font-size: 100%
  }

  .m-home .MATION {
    padding-bottom: 30px
  }

  .m-home .MATION .titl {
    width: 100%;
    line-height: 3;
    font-size: 140%
  }

  .m-home .MATION .titl i {
    font-size: 90%
  }

  .m-home .MATION .main {
    margin-top: 3%;
    height: auto;
    display: block
  }

  .m-home .MATION .main .bg,
  .m-home .MATION .main dt {
    width: 100%
  }

  .m-home .MATION .main dt .more {
    display: block;
    margin: 0 auto
  }

  .m-home .MATION .main dd {
    width: 100%
  }

  .m-home .MATION .main dd ul li i {
    width: 80px;
    line-height: 30px;
    margin-right: 3%
  }

  .m-home .MATION .main dd ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .f-footer {
    padding-top: 3%
  }

  .f-footer .main {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .f-footer .main dt {
    width: 25%;
    padding: 1%
  }

  .f-footer .main dt h4 {
    font-size: 120%
  }

  .f-footer .main dd {
    width: 100%;
    text-align: center
  }

  .f-footer .bom {
    line-height: 40px;
    margin-top: 3%
  }

  .u-nav {
    height: 50px
  }

  .u-nav ul {
    overflow-x: auto;
    white-space: nowrap
  }

  .u-nav li {
    padding: 0 4%
  }

  .u-nav li a {
    line-height: 48px;
    font-size: 120%
  }

  .u-page .main {
    padding: 4% 0
  }

  .u-page .main>* {
    line-height: 25px;
    padding: 0 8px
  }

  .m-ductCen .form {
    width: 100%
  }

  .m-ductCen .form form {
    padding: 4% 0
  }

  .m-ductCen .form form label {
    margin: 2% 0
  }

  .m-ductCen .form form button {
    width: 120px;
    line-height: 30px;
    font-size: 120%;
    display: block;
    margin: 5% auto
  }

  .m-ductCen .cpcent {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .m-ductCen .cpcent a {
    width: 49%;
    margin-right: 0;
    margin: 1.2% 0
  }

  .m-ductCen .cpcent a h4 {
    font-size: 120%
  }

  .m-ductCen .cpcent a .bg {
    height: 180px
  }

  .m-ductCen .article {
    padding: 2.5% 0
  }

  .m-ductCen .article h1 {
    font-size: 150%
  }

  .m-ductCen .article h5 {
    font-size: 120%;
    padding-bottom: 3%
  }

  .m-ductCen .article p {
    padding: 3px 0
  }

  .m-ductCen .mejun li {
    margin: 5% 0;
    padding: 3% 4%
  }

  .m-ductCen .mejun li .bg {
    display: none
  }

  .m-ductCen .mejun li div {
    padding-left: 0;
    width: 100%
  }

  .m-ductCen .mejun li div h1 {
    line-height: 3;
    font-size: 130%
  }

  .m-ductCen .mejun li div p {
    font-size: 100%
  }

  .m-ductCen .mejun li div i {
    font-size: 90%
  }

  .m-ductCen .APHENE a {
    width: 100%;
    margin: 3% 0
  }

  .m-ductCen .lectric dd {
    display: block;
    height: auto;
    margin: 5% 0
  }

  .m-ductCen .lectric dd .bg {
    width: 100%;
    height: auto
  }

  .m-ductCen .lectric dd li {
    padding: 0 !important;
    width: 100%
  }

  .m-ductCen .lectric dd li h4 {
    font-size: 120%
  }

  .m-ductCen .lectric dd li i {
    margin: 2% 0
  }

  .m-ductCen .lectric dd li p {
    font-size: 100%;
    padding: 2% 0
  }

  .m-ductCen .detail {
    padding-bottom: 5%
  }

  .m-ductCen .detail article {
    padding: 2% 0
  }
}