@charset "UTF-8";
/*public*/
.public_title {
  text-align: center;
}
.public_title p {
  color: #404040;
  font-size: 30px;
  text-transform: uppercase;
}
.public_title h4 {
  font-size: 37px;
  color: #222222;
  font-weight: 600;
}
.public_title .line {
  width: 68px;
  height: 4px;
  background: #eb6623;
  margin: 0 auto;
  margin-top: 17px;
}

.ban {
  position: relative;
}
.ban .ban_word {
  position: absolute;
  right: 23%;
  top: 16%;
}

/*about*/
.about {
  /*margin-top: -111px;*/
}
.about .main {
  padding-left: 60px;
  margin-top: 64px;
  margin-bottom: 21px;
}
.about .main > p {
  font-size: 30px;
  color: #404040;
  border-left: 3px solid #eb6623;
  padding-left: 33px;
  margin-bottom: 15px;
  display: block;
}
.about .main > h4 {
  font-size: 37px;
  color: #222222;
  padding-left: 38px;
  font-family: "Microsoft YaHei";
  font-weight: 600;
  margin-bottom: 40px;
}
.about .main .summary {
  line-height: 30px;
  color: #3a3a3a;
  font-size: 16px;
  margin-bottom: 33px;
}
.about .main .summary strong {
  color: #eb6623;
  font-size: 24px;
}
.about .main .icon_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about .main .icon_list li {
  text-align: center;
}
.about .main .icon_list li:hover p {
  color: #eb6623;
}
.about .main .icon_list li:hover img {
  display: block;
}
.about .main .icon_list li:hover img:nth-child(1) {
  display: none;
}
.about .main .icon_list li p {
  color: #222222;
  font-size: 20px;
  margin: 35px auto;
  font-weight: 600;
}
.about .main .icon_list li .jia {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/about_jia.png") no-repeat center;
  background-size: cover;
}
.about .main .icon_list li img {
  display: none;
}
.about .main .icon_list li img:nth-child(1) {
  display: block;
}
.about .pic {
  background: url("../images/about_pic_bg.jpg") no-repeat bottom;
  background-size: cover;
  position: relative;
  height: 542px;
  width: 50%;
}
.about .pic img {
  position: absolute;
  left: 0;
  bottom: 0;
  /*position: absolute;
  left: 55px;
  top: 116px;*/
  /* &:nth-child(1){
     position: absolute;
     left: 0;
   }*/
      /*&:nth-child(2){

      }*/
}

.about .main .icon_list li img {
  margin: 0 auto;
}

/*shebei*/
.shebei {
  margin-bottom: 20px;
  background: #f6f6f6;
}
.shebei .owl_box {
  min-height: 285px;
}
.shebei .owl_box .item_box {
  display: none;
}
.shebei .owl_box .item_box .item {
  text-align: center;
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.shebei .owl_box .item_box .item img {
  display: block;
  margin-bottom: 9px;
  background: white;
  padding: 4px;
  border: 1px solid #f1efef;
}
.shebei .top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.shebei .top .typename > a {
  font-size: 18px;
  color: #666666;
  padding: 12px 18px;
  border-bottom: 1px solid transparent;
}
.shebei .top .typename > a:hover {
  color: #eb6623;
  border-bottom: 1px solid #eb6623;
}
.shebei .top .more_box .more {
  font-size: 14px;
  background: #eb6623;
  width: 111px;
  height: 32px;
  color: white;
}
.shebei .top .more_box .jia {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  background: #eb6623;
  color: white;
  font-size: 30px;
}

.poster {
  background: url("../images/poster.jpg") no-repeat center;
  background-attachment: fixed;
  width: 100%;
  height: 404px;
}
.poster .container {
  text-align: right;
}

/*product*/
.product {
  padding-bottom: 47px;
  padding-top: 45px;
  background: url("../images/product_bg.jpg") no-repeat center;
  background-size: cover;
}
.product .main {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product .main .typelist {
  height: 770px;
  width: 20%;
  margin-right: 27px;
  background: url("../images/product_typelist_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.product .main .typelist .lv1 .lv2 li {
  border-bottom: 1px solid white;
}
.product .main .typelist .lv1 .lv2 li a {
  color: white;
  padding: 16px 10px;
}
.product .main .typelist .lv1 .lv2 li a > img {
  margin-right: 5px;
  margin-bottom: 4px;
}
.product .main .typelist .lv1 .item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 36px;
  background: white;
  line-height: 36px;
  font-size: 14px;
  color: #222222;
}
.product .main .typelist .lv1 .item .xiala {
  margin-right: 10px;
}
.product .main .typelist .lv1 .item .yuan {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #eb6623;
  border-radius: 100%;
}
.product .main .typelist li {
  width: 100%;
}
.product .main .goods_list {
  height: 770px;
  width: 82%;
}
.product .main .goods_list .item {
  text-align: center;
  margin-bottom: 20px;
}
.product .main .goods_list .item > div {
  text-align: center;
  width: 98%;
  display: inline-block;
}
.product .main .goods_list .item > div img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #cfcfcf;
}
.product .bottom_message {
  display: inline-block;
  width: 437px;
  text-align: right;
  float: right;
  margin-top: 100px;
}
.product .bottom_message h5 {
  color: #333333;
  font-size: 29px;
  line-height: 42px;
}
.product .bottom_message p {
  font-size: 16px;
  color: #5e5e5e;
}

.product .main .typelist .lv1 .lv2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .main .typelist .lv1 .lv2 {
  display: none;
}

.product .main .typelist .lv1 .lv2 {
  margin-bottom: 29px;
}

/*zhengshu*/
.zhengshu {
  background: url("../images/zhengshu.png") no-repeat center;
  background-size: cover;
  padding-top: 292px;
  margin-top: -274px;
}
.zhengshu .owl_zhengshu_box {
  margin: 0 auto;
  margin-top: 75px;
  margin-bottom: 82px;
  width: 89%;
}
.zhengshu .top_title {
  color: white;
  line-height: 27px;
  border-bottom: 1px solid white;
}
.zhengshu .top_title h5 {
  font-size: 27px;
}
.zhengshu .top_title p {
  font-size: 16px;
}

.owl_zhengshu_box .owl-controls .owl-buttons div {
  width: 75px;
  height: 45px;
  border-radius: 0;
  border: none;
}

.owl_zhengshu_box .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_zhengshu_lf.jpg");
  position: absolute;
  left: -89px;
}

.owl_zhengshu_box .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_zhengshu_rt.png");
  position: absolute;
  right: -89px;
}

.owl_zhengshu_box .owl-controls {
  bottom: 55%;
}

.owl_zhengshu_box .owl-buttons {
  position: relative;
}

/*news*/
.news {
  padding-top: 44px;
  margin-bottom: 71px;
}
.news .main {
  margin-top: 72px;
}
.news .main .top_message .message {
  padding: 32px 18px 0px 18px;
  height: 350px;
  background: #2d3135;
  color: #f2eee9;
}
.news .main .top_message .message h5 {
  font-size: 20px;
  font-weight: 600;
}
.news .main .top_message .message p {
  font-size: 14px;
  margin-top: 21px;
  margin-bottom: 17px;
  display: block;
}
.news .main .top_message .message .summary {
  line-height: 26px;
}
.news .main .top_message .message .more {
  width: 106px;
  height: 33px;
  color: #f2eee9;
  background: #707070;
  margin-top: 30px;
}
.news .main .top_message .pic {
  height: 350px;
}
.news .main .bottom_message .message .top {
  background: #3e3e3e;
  color: #f2eee9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
}
.news .main .bottom_message .message .top h4 {
  font-size: 27px;
  font-weight: 600;
}
.news .main .bottom_message .message .top .more {
  color: #f2eee9;
  border-bottom: 1px solid white;
}
.news .main .bottom_message .message .ban_message {
  background: #eb6623;
  color: white;
}
.news .main .bottom_message .message .ban_message li {
  position: relative;
}
.news .main .bottom_message .message .ban_message li:hover .hover_box {
  width: 100%;
}
.news .main .bottom_message .message .ban_message li .hover_box {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #ff6b3b;
}
.news .main .bottom_message .message .ban_message li > a {
  margin: 15px;
  padding-bottom: 13px;
  position: relative;
  z-index: 3;
  border-bottom: 1px dashed white;
}
.news .main .bottom_message .message .ban_message li img {
  margin-right: 7px;
  display: inline-block;
}
.news .main .bottom_message .message .ban_message li a {
  color: white;
}
.news .main .bottom_message .message .ban_message li .wen {
  margin-bottom: 11px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news .main .bottom_message .message .ban_message li .wen p {
  font-size: 14px;
  color: white;
  display: block;
}
.news .main .bottom_message .message .ban_message li .da {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news .main .bottom_message .message .ban_message li .da p {
  font-size: 14px;
  color: white;
  display: block;
}
.news .main .bottom_message .pic {
  height: 350px;
}

.news .main .pic {
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

.news .main .pic:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news_word {
  position: absolute;
  top: 136px;
}

.news .main .top_message .message {
  position: relative;
}

.news .main .top_message .message .xiegang {
  position: absolute;
  right: 24px;
  bottom: 18px;
}

.news .main .bottom_message .message .ban_message {
  position: relative;
}

.news .main .bottom_message .message .ban_message .xiegang {
  position: absolute;
  right: 24px;
  bottom: 18px;
}

.news .main .bottom_message .message .ban_message {
  height: 289px;
}

.news .main .top_message .message {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.news .main .top_message .message:hover {
  background: #eb6623;
  color: white;
}

.news .main .top_message .message:hover .more {
  background: #3e3e3e;
  color: white;
}

.news .main .top_message .message .more {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#news_ban_message {
  height: 289px;
  overflow: hidden;
}

/**/
.viwe {
  border: 5px #fff solid;
  float: left;
  position: relative;
  overflow: hidden;
}

.hover {
  width: 100%;
  height: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  overflow: hidden;
  top: 30px;
  left: 6px;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transition: all  0.2s;
  -o-transition: all  0.2s;
  transition: all  0.2s;
  z-index: 999;
}

.viwe:hover .hover {
  height: 140px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.viwe:before {
  content: "";
  position: absolute;
  top: -240px;
  right: 0;
  width: 361px;
  height: 361px;
  background: rgba(255, 108, 57, 0.71);
  -webkit-transform: rotate(55deg) translateX(40px);
  -ms-transform: rotate(55deg) translateX(40px);
  transform: rotate(55deg) translateX(40px);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  /*定转换的位置*/
  -webkit-transition: all 200ms ease 0.4s;
  -o-transition: all 200ms ease 0.4s;
  transition: all 200ms ease 0.4s;
}

.viwe:hover:before {
  top: 0;
}

.viwe:after {
  content: "";
  position: absolute;
  bottom: -240px;
  left: 0;
  width: 361px;
  height: 361px;
  background: rgba(255, 108, 57, 0.71);
  -webkit-transform: rotate(55deg) translateX(-40px);
  -ms-transform: rotate(55deg) translateX(-40px);
  transform: rotate(55deg) translateX(-40px);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  /*定转换的位置*/
  -webkit-transition: all 200ms ease 0.4s;
  -o-transition: all 200ms ease 0.4s;
  transition: all 200ms ease 0.4s;
}

.viwe:hover:after {
  bottom: 0;
}

.viwe h2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.viwe p {
  color: #fff;
}

/*# sourceMappingURL=index.css.map */
