.h-header {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 110px
}

.h-header .logo {
  height: 75%
}

.h-header .logo img {
  height: 100%
}

.h-header dl {
  height: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.h-header dl dt {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.h-header dl dt p {
  padding: 0 15px;
  font-size: 16px
}

.h-header dl dt p i {
  color: #e00010;
  font-style: italic;
  font-size: 24px;
  font-family: Arial
}

.h-header dl dt form {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 30px
}

.h-header dl dt form input {
  height: 100%;
  border: 1px solid #e5e5e5;
  border-right: none;
  width: 200px;
  padding: 0 5px
}

.h-header dl dt form button {
  width: 30px;
  height: 100%
}

.h-header dl dt form button img {
  display: block;
  width: 100%;
  height: 100%
}

.h-header dl nav {
  text-align: right;
  padding-top: 15px;
  font-size: 120%
}

.h-header dl nav li {
  padding: 0 25px;
  position: relative
}

.h-header dl nav li,
.h-header dl nav li a {
  display: inline-block
}

.h-header dl nav li ul {
  position: absolute;
  display: none;
  z-index: 998;
  min-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 dl nav li ul a {
  white-space: nowrap;
  display: block;
  padding:0px 5px;
  font-size:16px;
}


.h-header dl nav li.curr>a,
.h-header dl nav li:hover>a,
.h-header dl nav li ul a.curr,
.h-header dl nav li ul a:hover {
  color: #d40011
}

.h-header dl nav li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  display: inline-flex;
  position: relative;
  top: 4px;
  color: #d70012
}

.h-header dl nav li:last-child img {
  padding-right: 5px
}

.m-home .abotus {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: url(../img/15ff_03.png) 100% 100% no-repeat;
  padding-top: 30px;
  padding-right: 30px;
  margin: 60px auto;
  margin-top: 20px
}

.m-home .abotus .left {
  width: 50%
}

.m-home .abotus .left img {
  width: 100%;
  height: 385px
}

.m-home .abotus dd {
  width: 48%
}

.m-home .abotus dd .title {
  line-height: 2;
  height: 150px
}

.m-home .abotus dd .title h3 {
  font-size: 36px
}

.m-home .abotus dd .title h3 i {
  font-size: 44px;
  color: #e1e1e1;
  display: inline-block;
  padding-left: 30px
}

.m-home .abotus dd .title .line {
  display: block;
  width: 25%;
  height: 1px;
  background: #d1d1d1;
  margin: 25px 0
}

.m-home .abotus dd .cont {
  color: #787878;
  text-indent: 36px;
  line-height: 2
}

.m-home .abotus dd .icon {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 30px
}

.m-home .abotus dd .icon,
.m-home .abotus dd .icon a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.m-home .abotus dd .icon a {
  width: 100px;
  height: 100px;
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-right: 35px
}

.m-home .abotus dd .icon a.curr {
  background: #d70012;
  color: #fff
}

.m-home .abotus dd .icon a.curr p {
  color: #fff
}

.m-home .abotus dd .icon a img {
  height: 30px
}

.m-home .abotus dd .icon a p {
  color: #333;
  padding-top: 15px
}

.m-home .PRODUCT {
  padding: 50px 0
}

.m-home .PRODUCT ul {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.m-home .PRODUCT ul li {
  text-align: center
}

.m-home .PRODUCT ul li a {
  background: #7c7c7c;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all ease-in-out .3s;
  transition: all .3s ease-in-out
}

.m-home .PRODUCT ul li a:hover {
  background: #d6091a
}

.m-home .PRODUCT ul li a:hover img {
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn)
}

.m-home .PRODUCT ul li a img {
  -webkit-transition: all .3s ease;
  -o-transition: all ease .3s;
  transition: all .3s ease;
  height: 40%
}

.m-home .PRODUCT ul li p {
  line-height: 2;
  font-size: 20px
}

.m-home .allerd {
  border-bottom: 5px solid #d70718
}

.m-home .allerd a {
  overflow: hidden;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.m-home .allerd a:hover img {
  -webkit-border-radius: 30px;
  border-radius: 30px
}

.m-home .allerd a img {
  width: 100%;
  display: block
}

.m-home .allerd dt {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.m-home .allerd dt a {
  width: 23%
}

.m-home .allerd dd {
  padding-top: 1.5%;
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.m-home .allerd dd>a,
.m-home .allerd dd ul {
  width: 48.7%
}

.m-home .allerd 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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 4.8%
}

.m-home .allerd dd ul li a {
  width: 48%
}

.m-home .hnical {
  margin: 80px 0;
  margin-bottom: 20px
}

.m-home .hnical .main .nav {
  border-bottom: 1px solid #e4e4e4
}

.m-home .hnical .main .nav 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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 45px;
  padding-right: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 3px solid rgba(211, 9, 31, 0);
  margin-right: 15px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.m-home .hnical .main .nav a img {
  padding-right: 5px
}

.m-home .hnical .main .nav a.curr,
.m-home .hnical .main .nav a:hover {
  border-bottom-color: #d3091f
}

.m-home .hnical .main .news {
  padding: 30px 0
}

.m-home .hnical .main .news dl {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.m-home .hnical .main .news dl .left {
  width: 22%
}

.m-home .hnical .main .news dl .left img {
  width: 100%
}

.m-home .hnical .main .news dl dt {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px
}

.m-home .hnical .main .news dl dt,
.m-home .hnical .main .news dl dt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.m-home .hnical .main .news dl dt li {
  width: 48%;
  margin-bottom: 30px
}

.m-home .hnical .main .news dl dt li,
.m-home .hnical .main .news dl dt li .title {
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.m-home .hnical .main .news dl dt li .title {
  border: 1px solid #ddd;
  height: 75px;
  width: 65px;
  text-align: right;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.m-home .hnical .main .news dl dt li .title p {
  width: 100%;
  color: #716e76
}

.m-home .hnical .main .news dl dt li .title i {
  height: 2px;
  width: 40%;
  background: #d70812;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.m-home .hnical .main .news dl dt li .cont {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #ddd;
  padding-left: 15px;
  margin-left: 15px
}

.m-home .hnical .main .news dl dt li .cont h4 {
  padding-bottom: 5px
}

.m-home .hnical .main .news dl dt li .cont p {
  color: #a09790;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.m-home .mmend {
  padding: 30px 0;
  padding-top: 70px
}

.m-home .mmend .swiper-container {
  padding-top: 30px
}

.m-home .mmend .swiper-container .swiper-slide {
  margin-bottom: 30px
}

.m-home .mmend .swiper-container a {
  display: block;
  background: #f5f5f5;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all ease-in-out .2s;
  transition: all .2s ease-in-out
}

.m-home .mmend .swiper-container a:hover,
.m-home .mmend .swiper-container a:hover i {
  color: #fff;
  background: #d6091a
}

.m-home .mmend .swiper-container a img {
  width: 100%;
  display: block
}

.m-home .mmend .swiper-container a h1 {
  line-height: 3;
  font-size: 22px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden
}

.m-home .mmend .swiper-container a i {
  display: inline-block;
  background: #fff;
  color: #d6091a;
  padding: 3% 8%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 3% 0
}

.u-title {
  text-align: center;
  font-size: 140%
}

.u-title h3 {
  color: hsla(0, 0%, 91%, .6);
  line-height: 0;
  font-size: 62px
}

.u-title h2 {
  font-size: 36px
}

.u-title h2 i {
  color: #c90c12
}

.f-footer {
  background: #383838
}

.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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: hsla(0, 0%, 100%, .85);
  padding: 30px 0
}

.f-footer .main dt {
  color: #fff
}

.f-footer .main dt h3 {
  font-size: 37px
}

.f-footer .main dt h2 {
  background: #fff;
  height: 5px;
  width: 60px;
  margin: 15px 0
}

.f-footer .main dd {
  line-height: 2
}

.f-footer .main li {
  text-align: center;
  line-height: 2
}

.f-footer .bton {
  color: #fff;
  background: #282828;
  text-align: center;
  padding: 10px 0
}

.m-detaul {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0
}

.m-detaul .left {
  width: 275px
}

.m-detaul .left dl {
  padding-bottom: 20px
}

.m-detaul .left dl h4 {
  background: #d7010d;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px
}

.m-detaul .left dl h4 i {
  display: inline-block;
  padding-left: 8px;
  font-size: 16px;
  color: hsla(0, 0%, 100%, .825)
}

.m-detaul .left dl dd {
  line-height: 50px;
  border: 1px solid #ececec
}

.m-detaul .left dl dd a {
  display: block;
  border-bottom: 1px solid #ececec;
  border-left: 3px solid rgba(215, 1, 13, 0);
  -webkit-transition: all .2s ease;
  -o-transition: all ease .2s;
  transition: all .2s ease
}

.m-detaul .left dl dd a i {
  display: inline-block;
  padding: 0 25px;
  padding-right: 10px
}

.m-detaul .left dl dd a.curr,
.m-detaul .left dl dd a:hover {
  background: #ebebeb;
  color: #d7010d;
  border-left-color: #d7010d
}

.m-detaul .left dl dt {
  background: #f8f8f8;
  color: #303030;
  padding: 10px 0
}

.m-detaul .left dl 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 10px
}

.m-detaul .left dl dt li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8px
}

.m-detaul .right {
  width: 870px
}

.m-detaul .right .title {
  border-bottom: 1px solid #ebebeb;
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #666;
  padding-bottom: 20px
}

.m-detaul .right .title h4 {
  position: relative;
  padding-left: 15px;
  font-size: 20px
}

.m-detaul .right .title h4 i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 10px;
  display: block;
  background: #d20911
}

.m-detaul .right .detail {
  line-height: 2
}

.m-detaul .right .detail h3 {
  line-height: 3;
  text-align: center
}

.m-detaul .right .detail h4 {
  padding: 10px 0 5px 0
}

.m-detaul .right .detail h4 i {
  display: inline-block;
  padding-right: 5px
}

.m-detaul .right .detail p {
  text-indent: 30px
}

.m-detaul .right .detail>i {
  display: block;
  color: #d6000c;
  line-height: 3
}

.m-detaul .right .detail .fl,
.m-detaul .right .detail .fr {
  padding: 10px
}

.m-detaul .right .ectronic {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.2% 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-detaul .right .ectronic li {
  width: 33.3333%;
  padding: 1.4% 1.2%;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.m-detaul .right .ectronic li p {
  color: #c3c3c3;
  padding-top: 10px
}

.m-detaul .right .ectronic li b {
  font-size: 16px;
  color: #333;
  display: block
}

.m-detaul .right .ectronic li:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.m-detaul .right .ectronic li:hover b {
  color: #d7010d
}

.m-detaul .right .ectronic li a {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden
}

.m-detaul .right .ectronic li a img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  height: 100%;
  display: block
}

.m-detaul .right .isinfectio {
  padding: 2% 0;
  line-height: 2
}

.m-detaul .right .isinfectio p {
  padding: .5% 0;
  color: #9d9d9d
}

.m-detaul .right .isinfectio img {
  width: 100%
}

.m-detaul .right .addr dt {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.6% 0
}

.m-detaul .right .addr dt>img {
  width: 38%;
  height: 254px
}

.m-detaul .right .addr dt div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 3%
}

.m-detaul .right .addr dt div h5 {
  padding-bottom: 10px
}

.m-detaul .right .addr dt div 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.8% 0
}

.m-detaul .right .addr dt div li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
  line-height: 1;
  color: #626262
}

.m-detaul .right .addr dt div li p i {
  display: block;
  padding: 4px 0
}

.m-detaul .right .form {
  padding: 2% 0
}

.m-detaul .right .form dt {
  padding: 12px 0
}

.m-detaul .right .form dt input,
.m-detaul .right .form dt textarea {
  border: 1px solid #d0d0d0;
  width: 100%;
  line-height: 2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px
}

.m-detaul .right .form dt textarea {
  height: 190px
}

.m-detaul .right .form dt li {
  line-height: 2
}

.m-detaul .right .form dt li i {
  color: #bc1e2d;
  display: inline-block;
  padding-left: 5px
}

.m-detaul .right .form dd button {
  width: 150px;
  height: 45px;
  background: #d7010d;
  color: #fff;
  margin: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.m-detaul .right .video {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-detaul .right .video li {
  width: 31%;
  border: 1px solid #e6e6e6;
  padding: 1%;
  margin: 2% 1.166%;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.m-detaul .right .video li,
.m-detaul .right .video li p {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.m-detaul .right .video 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-detaul .right .video li:hover p {
  padding-left: 25px
}

.m-detaul .right .video li video {
  width: 100%;
  height: 187px
}

.m-detaul .right .video li h4 {
  text-align: center;
  line-height: 2
}

.m-detaul .right .uarante {
  padding: 1.5% 0;
  line-height: 2
}

.m-detaul .right .uarante li {
  padding: 1.5% 0
}

.m-detaul .right .uarante li p {
  color: #313131
}

.m-detaul .right .bration {
  padding: 1% 0
}

.m-detaul .right .bration a {
  padding: 2% 0;
  border-bottom: 1px dashed #d4d4d4;
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all ease-in-out .2s;
  transition: all .2s ease-in-out
}

.m-detaul .right .bration a:hover .lft {
  -webkit-border-radius: 15px;
  border-radius: 15px
}

.m-detaul .right .bration a:hover h4 {
  color: #e03849
}

.m-detaul .right .bration a:hover dd {
  padding-left: 25px
}

.m-detaul .right .bration a .lft {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all ease-in-out .2s;
  transition: all .2s ease-in-out;
  width: 31%;
  height: 175px
}

.m-detaul .right .bration a dl {
  line-height: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px
}

.m-detaul .right .bration a dl dt {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #e03849
}

.m-detaul .right .bration a dl dt i {
  display: inline-block;
  padding-left: 8px
}

.m-detaul .right .bration a dl p {
  padding: 1% 0;
  color: #9b9b9b
}

.m-detaul .right .bration a dl dd {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all ease-in-out .2s;
  transition: all .2s ease-in-out;
  color: #e03849
}

.m-detaul .right .trasoni {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5% 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-detaul .right .trasoni li {
  width: 31%;
  border: 1px solid #ddd;
  border-bottom: 5px solid #f1f0f8;
  padding: 1.6%;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  text-align: center;
  margin: 1.4% 1.166%
}

.m-detaul .right .trasoni li:hover {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  border-bottom-color: #d6030a
}

.m-detaul .right .trasoni li img {
  width: 100%;

}

.m-detaul .right .trasoni li p {
  border-top: 1px solid #ddd;
  line-height: 3
}

.m-detaul .right .trasoni li a.more {
  border: 1px solid #d50208;
  display: inline-block;
  padding: 1.3% 6%;
  color: #d50208;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.m-detaul .right .trasoni li a.more:hover {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #d50208;
  color: #fff
}

.m-detaul .right .istratio {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 2% 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.m-detaul .right .istratio a {
  width: 30%;
  text-align: center;
  padding: 1.5% 0;
  margin: 0 1.66%;
  font-size: 16px
}

.m-detaul .right .istratio a img {
  width: 100%;
  height: 370px
}

.m-detaul .right .istratio a:hover {
  color: #d7010d
}

.u-page {
  padding: 6% 0;
  text-align: right;
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.u-page a {
  border: 1px solid #cacaca;
  padding: 5px 13px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 3px;
  color: #2d2d2d;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out
}

.u-page a.curr,
.u-page a:hover {
  background: #f5f5f5
}

@media only screen and (max-width:1200px) and (min-width:800px) {
  body {
    font-size: 13px
  }

  .main {
    width: 98%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .h-header dl nav li {
    padding: 0 5px
  }

  .m-home .mmend .swiper-container a img {
    height: 290px
  }

  .m-home .abotus {
    padding-right: 55px;
    background: none
  }

  .m-home .abotus .left {
    width: 45%
  }

  .m-home .abotus dd .title {
    height: auto
  }

  .m-home .abotus dd .title h3 {
    font-size: 160%
  }

  .m-home .abotus dd .title h3 i {
    font-size: 100%
  }

  .m-home .abotus dd .title .line {
    display: none
  }

  .m-home .abotus dd .icon a {
    height: 85px;
    margin-right: 10px
  }

  .m-home .PRODUCT ul li a {
    width: 150px;
    height: 150px
  }

  .f-footer .main {
    padding: 10px 0
  }

  .f-footer .main .logo {
    width: 18%
  }

  .f-footer .main dt h3 {
    font-size: 180%
  }

  .f-footer .main dt h2 {
    height: 3px
  }

  .f-footer .main dd br {
    display: none
  }

  .m-detaul .left {
    width: 23%
  }

  .m-detaul .left dl dd a i {
    padding: 0 10px
  }

  .m-detaul .right {
    width: 75%
  }

  .m-detaul .right .istratio a img {
    height: 320px
  }
}

@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 {
    width: 97%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .h-header {
    position: relative;
    height: 60px
  }

  .h-header .logo {
    height: 60%
  }

  .h-header dl dt {
    display: none
  }

  .h-header dl nav {
    z-index: 2000;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    top: 60px;
    display: none
  }

  .h-header dl nav li {
    padding: 3% 0;
    display: block;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid hsla(0, 0%, 40%, .216)
  }

  .h-header dl nav li>a {
    font-size: 120%
  }

  .h-header dl nav li ul {
    display: block;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding-left: 30px
  }

  .h-header .horizo {
    display: block
  }

  .h-header .horizo a i {
    display: block;
    position: relative;
    width: 30px;
    height: 2px;
    margin: 3px 0;
    background-color: #d40011;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all ease .4s;
    transition: all .4s ease
  }

  .h-header .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 .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 .horizo a.curr i:nth-of-type(2) {
    opacity: 0
  }

  .m-home .mmend .swiper-container a img {
    height: auto
  }

  .m-home .abotus {
    background: none;
    padding: 0;
    display: block
  }

  .m-home .abotus .left {
    width: 100%
  }

  .m-home .abotus dd {
    text-align: center;
    width: 100%
  }

  .m-home .abotus dd .title {
    height: auto;
    line-height: 1.6
  }

  .m-home .abotus dd .title .line {
    display: none
  }

  .m-home .abotus dd .icon a {
    margin: 0 5px !important;
    height: 80px
  }

  .m-home .PRODUCT ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .m-home .PRODUCT ul li {
    width: 50%;
    text-align: center;
    padding: 2% 0
  }

  .m-home .PRODUCT ul li a {
    width: 100px;
    height: 100px;
    margin: 0 auto
  }

  .m-home .PRODUCT ul li p {
    font-size: 100%
  }

  .m-home .allerd a {
    padding: 1% 0
  }

  .m-home .allerd dt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .m-home .allerd dt a {
    width: 49%;
    padding: 1% 0
  }

  .m-home .allerd dd {
    padding-top: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .m-home .allerd dd>a,
  .m-home .allerd dd ul {
    width: 100%
  }

  .m-home .allerd dd ul li {
    padding: 0
  }

  .m-home .allerd dd ul li a {
    padding: 1% 0;
    width: 49%
  }

  .m-home .hnical {
    margin: 30px 0
  }

  .m-home .hnical .main .nav a {
    padding-right: 0;
    margin-right: 10px
  }

  .m-home .hnical .main .nav a img {
    display: none
  }

  .m-home .hnical .main .news {
    padding: 0
  }

  .m-home .hnical .main .news dl .left {
    display: none
  }

  .m-home .hnical .main .news dl dt {
    padding-top: 3%;
    padding-left: 0
  }

  .m-home .hnical .main .news dl dt li {
    width: 100%
  }

  .m-home .hnical .main .news dl dt li .title {
    text-align: center;
    padding: 0
  }

  .m-home .hnical .main .news dl dt li .title i {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
  }

  .f-footer .main {
    display: block;
    text-align: center
  }

  .f-footer .main dt h2 {
    display: none
  }

  .m-detaul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .m-detaul .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%
  }

  .m-detaul .right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
  }

  .m-detaul .right .detail img {
    width: 100%
  }

  .m-detaul .right .ectronic li,
  .m-detaul .right .istratio a,
  .m-detaul .right .trasoni li,
  .m-detaul .right .video li {
    width: 49%
  }

  .m-detaul .right .istratio a img {
    height: 250px
  }

  .m-detaul .right .trasoni li img {
    height: 100px
  }

  .m-detaul .right .addr dt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .m-detaul .right .addr dt>img {
    width: 100%;
    height: 260px
  }

  .m-detaul .right .addr dt div {
    padding: 2%
  }

  .m-detaul .right .form dd {
    text-align: center
  }

  .m-detaul .right .form dd button {
    width: 100px;
    height: 35px
  }

  .m-detaul .right .bration a .lft {
    display: none
  }

  .m-detaul .right .bration a dl {
    padding-left: 0
  }
}

body,.m-detaul .right .isinfectio p{color:#333;}
.product-content{text-align:justify;text-justify:newspaper;}
.product-content ul,.product-content li,.product-content ol{list-style: inherit;}
.product-content ul {padding-left:30px;}
.product-content ol {padding-left:30px;}
.m-detaul .right .addr dt div{position:relative;}
.m-detaul .left dl dt.left-contact {padding:10px;font-size:14px;line-height:30px;}
.h-header dl nav li{padding-bottom:11px;}
.h-header dl nav li ul{top:36px;}

.bt-content{padding-top:15px;}
.bt-content img{max-width:100%;height:auto;}
.ve-share{margin:0px 0px 0px;padding-top:20px;}
.ve-share-tit{line-height:28px;}
.ve-skips{margin-top:20px;line-height:24px;font-size:14px;font-weight:300;}
.ve-skips>p{padding:2px 0px;}
.ve-skips>p>a{color:#000;}
.ve-skips>p>a:hover{color:#529BF7;  }
.catpos a,.catpos code{margin:0px 3px;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.goods-box .col-sm-4 *,.goods-box .col-sm-8 * {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.goods-box .col-sm-4,.goods-box .col-sm-8{float:left;position: relative;min-height:1px;padding-right:15px;padding-left:15px;}
.goods-box .category-photo {margin-left:-15px;background:#fff;margin-top:25px;padding:5px;border: 1px solid #e4eef2;}
.goods-box .category-photo img{width:100%;vertical-align:middle;border:0px;}
.goods-box .col-sm-4{ width:480px; }
.goods-box .col-sm-8{width:300px;}

.goods-box .category-desc {margin-right: -15px;line-height: 2em;color: #666666;margin-top: 50px;}
.goods-box .product-title {color: #1295cd;font-size: 22px;line-height: 32px;}
.goods-box .desc_info{color:#666666;font-size:16px;line-height:28px;padding-top:15px;font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Arial, sans-serif;}
.content-btn{padding-top:20px;}
.content-btn a {padding: 10px 30px;font-size:14px;background: #e78b40;color:#fff;border-radius:5px;}
.content-btn p{font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "WenQuanYi Micro Hei", Arial, sans-serif;font-size:16px;line-height:30px;margin-top:15px;font-weight:bold;}

.panel-heading ,.panel-heading * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-heading {
    margin-top:25px;
    padding: 8px 12px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 20px;
    border-top: 1px solid #f1f1f1;
    border-radius: 0;
    color: #1690cd;
    font-weight:bold;
}
.panel-heading small {
    color: #c2d3c4;
    padding-left: 10px;
    font-size:16px;
}
@media screen and (max-width: 500px) {
    .goods-box .col-sm-4{ width:100%;margin:0px; }
    .goods-box .col-sm-8{width:100%;margin:0px;}
    .goods-box .category-photo{margin-left:0px;}
    .goods-box .category-desc{margin-right:0px;}
}
@media only screen and (max-width:800px) and (min-width:300px) {
  .h-header .logo{height:60px;}
}

.product-content{text-align:justify;text-justify:newspaper;}
.product-content ul,.product-content li,.product-content ol{list-style: inherit;}
.product-content ul {padding-left:30px;}
.product-content ol {padding-left:30px;}
.m-detaul .right .detail p{text-indent:0px;}
.m-home .abotus dd .icon,
.m-home .abotus dd .icon a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.m-home .abotus dd .icon a {
  width: 100px;
  height: 100px;
  border: 1px solid #cbcbcb;
  color: #cbcbcb;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 35px;
}
.m-home .abotus dd .icon a.curr {
  background: #d70012;
  color: #fff;
}
.m-home .abotus dd .icon a.curr p {
  color: #fff;
}
.m-home .abotus dd .icon a img {
  height: 30px;
}
.m-home .abotus dd .icon a img.a{display:none;}


.m-home .abotus dd .icon a p {
  color: #333;
  padding-top: 15px;
}

.m-home .abotus dd .icon a:hover{background:#d40011;}
.m-home .abotus dd .icon a:hover p{color:#fff;}
.m-home .abotus dd .icon a:hover img.a{display:inline-block;}
.m-home .abotus dd .icon a:hover img.b{display:none;}

