@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#B89364","sub1color":"#27595D"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI*/
.ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tran {
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.jcc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.jcb {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.jca {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.aic {
  align-items: center;
  -webkit-align-items: center;
}
.aicon {
  align-content: center;
  -webkit-align-content: center;
}
.oh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #f90810;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #f90810;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #f90810;
  border-color: #f90810;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.recommend .item-picture,
.abput-pic,
.about-list li,
.part-con li,
.case-list dl,
.superi-pic,
.news-con dl {
  overflow: hidden;
}
.recommend .item-picture img,
.abput-pic img,
.about-list li img,
.part-con li img,
.case-list dl img,
.superi-pic img,
.news-con dl img {
  transition: .5s;
}
.recommend .item-picture:hover img,
.abput-pic:hover img,
.about-list li:hover img,
.part-con li:hover img,
.case-list dl:hover img,
.superi-pic:hover img,
.news-con dl:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.clearfix:after {
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.scale_img dl dt img,
.scale_img li img {
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.scale_img dl:hover dt img,
.scale_img li:hover img {
  -webkit-transform: scale(1.05) rotate(0deg) translatey(0);
  -ms-transform: scale(1.05) rotate(0deg) translatey(0);
  transform: scale(1.05) rotate(0deg) translatey(0);
}
.shadow_box dl dd,
.shadow_box li {
  background: #fff;
}
.shadow_box dl,
.shadow_box li {
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.shadow_box dl:hover,
.shadow_box li:hover {
  -webkit-box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.1);
}
.nav-two {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*头部*/
.headbj {
  height: 110px;
  position: relative;
  z-index: 99;
}
.h-txt {
  float: left;
  margin-top: 28px;
  max-width: 214px;
}
.h-txt span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  height: 24px;
  overflow: hidden;
}
.h-txt strong {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #f90810;
  margin-top: 5px;
  height: 30px;
  overflow: hidden;
}
#h1-tag {
  height: 110px;
  display: table;
  float: left;
  margin-right: 20px;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  display: inline-block;

  max-width: 254px;
}
.nav {
  position: relative;
  z-index: 99;
  float: left;
  width: 793px;
}
.nav .nav-one {
  height: 110px;
}
.nav .nav-one > li {
  float: left;
  height: 110px;
  position: relative;
  text-align: center;
  z-index: 99;
}
.nav .nav-one > li a {
  display: block;
  height: 110px;
  font-size: 16px;
  color: #333;
  line-height: 110px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 99;
}
.nav .nav-one > li > a {
  display: inline-block;
  padding: 0;
}
.nav .nav-one > li > a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  background: #f90810;
  top: 83px;
  left: 0;
  -webkit-transition: width .5s;
  transition: width .5s;
  z-index: 1;
}
.nav .nav-one > li:hover > a:after,
.nav .nav-one > li.cur a:after {
  width: 100%;
}
.nav .nav-one > li:hover .nav-two {
  display: block;
}
.nav .nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 110px;
  z-index: 90;
}
.nav .nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav .nav-two li {
  white-space: nowrap;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav .nav-two li a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
}
.nav .nav-two li:last-child {
  border-bottom: 0 ;
}
.nav .nav-two li:hover > a {
  color: #fff;
}
.nav .nav-two li:hover {
  background-color: #f90810;
  border-color: #f90810;
}
.headbj .content {
  width: 1356px;
}
.h-tel {
  width: 286px;
  height: 72px;
  float: right;
  margin: 2px 0 0 0;
}
.h-tel p {
  height: 36px;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  color: #252222;
  white-space: nowrap;
  overflow: hidden;
}
.h-tel em {
  display: block;
  height: 32px;
  font-family: "Times New Roman";
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
}
/*底部*/
.foot {
  height: 410px;
  background: #2B2B2B;
  overflow: hidden;
}
.f-nav {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 4px;
  margin-bottom: 23px;
}
.f-nav h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 106px;
  height: 106px;
  color: #ffffff;
  overflow: hidden;
  font-weight: normal;
  position: relative;
  padding-right: 16px;
  max-width: 20%;
}
.f-nav h2:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 4.5px 7px;
  border-color: transparent transparent transparent #f90810;
  right: -7px;
  top: 48px;
}
.f-nav ul {
  display: flex;
  display: -webkit-flex;
  flex-grow: 1;
}
.f-nav ul li {
  max-width: 16%;
  text-align: center;
}
.f-nav ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 106px;
  height: 106px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.f-nav ul li a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  right: 0;
  top: 46px;
}
.f-nav ul li a:hover {
  color: #f90810;
  font-weight: bold;
}
.f-nav ul li:last-child a:after {
  display: none;
}
.f-logo {
  width: 333px;
  height: 196px;
  overflow: hidden;
}
.f-logo h3 {
  max-width: 333px;
  display: table;
  height: 140px;
}
.f-logo h3 a {
  display: table-cell;
  vertical-align: middle;
}
.f-logo h3 img {
  max-width: 278px;

}
.f-logo p {
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
  overflow: hidden;
  margin-right: 50px;
}
.f-contact {
  width: 298px;
}
.f-contact h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 90px;
  height: 90px;
  color: #ffffff;
  overflow: hidden;
  font-weight: normal;
  height: 90px;
  overflow: hidden;
  margin-bottom: 27px;
}
.f-contact p,
.f-contact p a,
.f-contact p span {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  color: #ffffff;
  overflow: hidden;
}
.f-tel {
  padding-top: 92px;
  max-width: 250px;
}
.f-tel span {
  display: block;
}
.f-tel span:first-child {
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  height: 36px;
  color: #ffffff;
  overflow: hidden;
  width: 120px;
  height: 36px;
  background-color: #010101;
  border-radius: 18px;
  overflow: hidden;
  background-image: url(img/fi.png);
  background-repeat: no-repeat;
  background-position: 21px center;
  background-size: 10px 10px;
  text-indent: 38px;
}
.f-tel span:last-child {
  font-size: 24px;
  font-weight: normal;
  line-height: 68px;
  height: 68px;
  color: #ffffff;
  overflow: hidden;
  font-weight: bold;
  font-family: Acrom-Bold;
}
.f-code {
  padding-top: 34px;
}
.f-code p {
  float: left;
  width: 104px;
  overflow: hidden;
}
.f-code p img {
  display: block;
  width: 104px;
  height: 104px;
  line-height: 0;
}
.f-code p span {
  font-size: 14px;
  line-height: 48px;
  color: #ffffff;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.f-code p:last-child {
  margin-left: 46px;
}
.f-info {
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.f-info div {
  max-width: 366px;
  overflow: hidden;
  font-size: 12px;
  line-height: 82px;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
}
.f-info p {
  margin-right: 20px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.f-info a {
  color: #fff;
}
.bg_vi_color {
  background-color: #f90810;
}
.txt_vi_color {
  color: #f90810 !important;
}
/*COMMON_BLK_END*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list li {
  overflow: hidden;
  height: 700px;
  text-align: center;
  position: relative;
}
.ban_list li img {
  width: 1920px;
  height: 700px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.ban-prev,
.ban-next {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  opacity: .8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 78px;
  cursor: pointer;
}
.ban-prev {
  left: 5%;
  background-image: url(../images/c_prev.png);
}
.ban-next {
  right: 5%;
  background-image: url(../images/c_next.png);
}
.ban_nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  margin-left: -600px;
  width: 1200px;
  text-align: right;
}
.ban_nav ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.ban_nav ul .on {
  background: #fff;
  border-color: #fff;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
.h-title {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1200px 112px;
  margin-bottom: 35px;
}
.h-title span {
  display: block;
  height: 62px;
  font-size: 48px;
  line-height: 62px;
  color: #2a2a2a;
  margin-bottom: 6px;
  overflow: hidden;
}
.h-title em {
  display: block;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #2a2a2a;
}
.h-title a {
  color: #2a2a2a;
}
/**/
.g-title {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.g-title strong {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #333333;
  height: 50px;
  overflow: hidden;
}
.g-title span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  height: 30px;
  overflow: hidden;
  font-weight: normal;
}
/**/
.search {
  height: 96px;
  border-bottom: 1px solid #E4E4E4;
  background: #fff;
}
.search .s_tel {
  width: 335px;
  height: 96px;
  background: #010101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 20px 0 38px;
}
.search .s_tel span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  height: 22px;
  overflow: hidden;
}
.search .s_tel strong {
  display: block;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  height: 38px;
  overflow: hidden;
  font-family: Acrom-Bold;
}
.search .keyword {
  width: 586px;
}
.search .search-inp {
  width: 211px;
  border: 1px solid #eaeaec;
  margin-top: 31px;
  height: 31px;
  padding-left: 0;
}
.search .search-inp .search-txt {
  font-size: 14px;
  color: #666;
  width: 151px;
  padding-left: 24px;
  line-height: 31px;
  height: 31px;
  display: block;
}
.search .search-inp .search-btn {
  background: url(../images/s_btn.png) no-repeat center;
  width: 36px;
  height: 31px;
}
.search .search-inp .search-btn:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #333;
  top: 9px;
  left: 0;
  border-radius: 0;
  border: none;
}
.search .search-inp .search-btn:after {
  display: none;
}
/**/
.intro {
  padding: 78px 0 100px;
}
.intro ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.intro li {
  max-width: 19%;
}
.intro li em {
  display: block;
  font-size: 50px;
  line-height: 54px;
  height: 54px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  font-weight: bold;
  font-family: Acrom-Bold;
  letter-spacing: 1px;
}
.intro li i {
  max-width: 188px;
  display: inline-block;
  height: 54px;
  overflow: hidden;
}
.intro li b {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background: #f90810;
  border-radius: 50%;
  font-weight: normal;
  text-align: center;
  vertical-align: 6px;
  margin-left: 4px;
  overflow: hidden;
}
.intro li span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  height: 24px;
  color: #333333;
  overflow: hidden;
  margin-top: 10px;
}
.product {
  background-image: url(img/product_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1152px;
  padding-top: 68px;
  padding-bottom: 125px;
  background-color: #F6F6F8;
}
.product .content {
  width: 1190px;
}
.pro_nav {
  width: 1190px;
  height: 147px;
  background: #ffffff;
  margin: 47px 0 50px;
  padding: 11px 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pro_nav dl {
  height: 62px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.pro_nav dl dt {
  max-width: 25%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.pro_nav dl h3 {
  background-image: url(img/pi2.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 23px 23px;
  padding-left: 32px;
  padding-right: 14px;
  font-size: 20px;
  line-height: 62px;
  color: #f90810;
  font-weight: bold;
  position: relative;
  margin-right: 37px;
  height: 62px;
  overflow: hidden;
}
.pro_nav dl h3 a {
  color: #f90810;
}
.pro_nav dl h3:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #f90810;
  border-width: 4.5px 4px;
  top: 27px;
  right: -4px;
}
.pro_nav dl dd {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-grow: 1;
  align-items: center;
  -webkit-align-items: center;
}
.pro_nav dl dd > div {
  display: flex;
  display: -webkit-flex;
  height: 62px;
  overflow: hidden;
  max-width: 800px;
}
.pro_nav dl dd > div > a {
  font-size: 14px;
  line-height: 62px;
  color: #333333;
  height: 62px;
  overflow: hidden;
  font-weight: normal;
  position: relative;
  margin-right: 16px;
  padding-right: 22px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.pro_nav dl dd > div > a:after {
  position: absolute;
  content: "/";
  color: #C1C1C1;
  right: 0;
  font-size: 16px;
  top: 2px;
}
.pro_nav dl dd > div > a:hover {
  color: #010101;
  font-weight: bold;
}
.pro_nav dl dd > div > a:hover:after {
  color: #C1C1C1;
  font-weight: normal;
}
.pro_nav dl dd > div > a:last-child:after {
  display: none;
}
.pro_nav dl dd span {
  display: block;
  width: 26px;
  height: 26px;
  background: #f90810;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.pro_nav dl dd span a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: 100;
}
.pro_nav dl dd span:hover {
  background: #010101;
}
.pro_nav dl:first-child {
  border-bottom: 1px solid #CFCFCF;
}
.pro_nav dl:first-child h3 {
  background-image: url(img/pi1.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 23px 22px;
}
.pro_con {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.pro_con .pro_list {
  width: 790px;
  height: 593px;
  overflow: hidden;
  position: relative;
}
.pro_con .pro_list .super-con .item-line {
  position: relative;
  line-height: 0;
  width: 790px;
  margin: 0;
}
.pro_con .pro_list .super-con .item-line img {
  width: 790px;
}
.pro_con .pro_list .super-con .item-line h4.item-title {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  height: 308px;
  padding: 250px 31px 0;
  width: 100%;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  background-image: url(img/pro_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 790px 308px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pro_con .pro_list .super-con .item-line h4.item-title a {
  color: #fff;
}
.pro_con .pro_list .pro_pic_nav {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  right: 58px;
  bottom: 39px;
  z-index: 10;
}
.pro_con .pro_list .pro_pic_nav li {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  margin-left: 32px;
  cursor: pointer;
  position: relative;
}
.pro_con .pro_list .pro_pic_nav li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  opacity: 0;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pro_con .pro_list .pro_pic_nav li.on:before {
  opacity: 1;
}
.pro_con .pro_list2 {
  width: 387px;
}
.pro_con .pro_list2 dl {
  width: 387px;
  height: 290px;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.pro_con .pro_list2 dl img {
  width: 387px;
}
.pro_con .pro_list2 dl h4 a {
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
  height: 114px;
  padding: 69px 20px 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  background-image: url(img/pro_bg1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 387px 114px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pro_con .pro_list2 dl .prod-hot-link {
  display: none;
}
.pro_con .pro_list2 dl:first-child {
  margin-bottom: 13px;
}
/**/
.quality {
  padding: 95px 0 100px;
}
.quality_con {
  margin-top: 45px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.quality_con dl {
  width: 390px;
  height: 618px;
  border-radius: 20px;
  overflow: hidden;
  background: #ededed;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.quality_con dt {
  width: 390px;
  height: 292px;
  overflow: hidden;
}
.quality_con dt img {
  width: 390px;
}
.quality_con dd {
  width: 390px;
  height: 326px;
  text-align: center;
  padding: 20px 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.quality_con dd img {
  display: block;
  width: 97px;
  height: 97px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.quality_con dd h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 64px;
  height: 64px;
  color: #333333;
  overflow: hidden;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 21px;
}
.quality_con dd h3:after {
  position: absolute;
  content: "";
  width: 56px;
  height: 4px;
  background: #f90810;
  left: 50%;
  margin-left: -28px;
  bottom: 0;
}
.quality_con dd div {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.quality_con dl:hover {
  background: #f90810;
}
.quality_con dl:hover dd h3:after {
  background: #fff;
}
.quality_con dl:hover dd h3,
.quality_con dl:hover dd div {
  color: #fff;
}
/**/
.case {
  background: #EDEDED;
  padding-top: 97px ;
}
.cases {
  width: 100%;
  min-width: 1200px;
  height: 758px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.case_con {
  width: 1014px;
  margin: 0 auto;
}
.case_con dl {
  width: 1014px;
  height: 651px;
  overflow: visible;
  position: relative;
}
.case_con dl dt {
  width: 1014px;
  height: 570px;
  overflow: hidden;
}
.case_con dl dt img {
  width: 1014px;
}
.case_con dl dd {
  width: 785px;
  height: 163px;
  padding: 30px 90px;
  box-sizing: border-box;
  transition: all 0.6s ease-in-out;
  text-align: center;
  position: absolute;
  left: 114px;
}
.case_con dl dd h4 a {
  font-size: 20px;
  font-weight: normal;
  line-height: 46px;
  height: 46px;
  color: #333333;
  overflow: hidden;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.case_con dl dd h4 {
  overflow: hidden;
}
.case_con dl dd div {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  max-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 570px;
  background: #f90810;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.case .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 570px;
  cursor: pointer;
}
.case .case_prev {
  left: -50%;
  margin-left: -547px;
}
.case .case_next {
  left: 50%;
  margin-left: 547px;
}
.case .pnBtn .arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 122px;
  height: 570px;
  transition: all 1s ease-in-out;
  cursor: pointer;
}
.case .case_prev .arrow {
  right: 83px;
  background-image: url(img/case_prev.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 122px 122px;
}
.case .case_next .arrow {
  left: 83px;
  background-image: url(img/case_next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 122px 122px;
}
.case_con dl dd:hover h4 a {
  color: #f90810;
}
/**/
.power {
  background-image: url(img/power_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 970px;
  padding-top: 98px;
  padding-bottom: 76px;
}
.power_con {
  width: 1200px;
  margin: 47px auto 0;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 23px 26px;
}
.power_nav {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 29px;
  height: 56px;
  cursor: pointer;
}
.power_nav h3 {
  margin: 0 40px;
  font-size: 26px;
  line-height: 56px;
  color: #333333;
  height: 56px;
  overflow: hidden;
  font-weight: normal;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  max-width: 25%;
}
.power_nav h3 span {
  font-size: 30px;
  font-weight: normal;
  line-height: 56px;
  height: 56px;
  color: #f90810;
  overflow: hidden;
  font-weight: bold;
  display: inline-block;
  margin-right: 9px;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 60px;
  overflow: hidden;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.power_nav h3 strong {
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  display: block;
}
.power_nav h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  background: #010101;
  left: 0;
  bottom: 0;
  border-radius: 4px 4px 0 0 ;
}
.power_nav h3.on {
  color: #010101;
}
.power_nav h3.on span {
  color: #010101;
}
.power_nav h3.on:after {
  height: 4px;
}
.power_list {
  position: relative;
  width: 1154px;
  height: 530px;
  overflow: hidden;
  line-height: 0;
}
.power_list dt img {
  width: 1154px;
  height: 530px;
}
.power_list dd {
  width: 301px;
  height: 308px;
  background: #010101;
  opacity: 0.95;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px;
}
.power_list dd h4 {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 26px;
}
.power_list dd h4:after {
  position: absolute;
  content: "";
  width: 178px;
  height: 2px;
  background: #ffffff;
  opacity: 0.2;
  right: 0;
  bottom: 0;
}
.power_list dd h4:before {
  position: absolute;
  content: "";
  width: 49px;
  height: 2px;
  background: #f90810;
  left: 0;
  bottom: 0;
}
.power_list dd h4 strong {
  display: block;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  height: 34px;
  overflow: hidden;
}
.power_list dd h4 span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  height: 24px;
  overflow: hidden;
  font-weight: normal;
  font-family: arial;
  opacity: .2;
}
.power_list dd div {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  max-height: 108px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.power .pages {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding-left: 46px;
  padding-top: 10px;
  position: absolute;
  right: 23px;
  width: 301px;
  height: 113px;
  background: #f90810;
  bottom: 334px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 4px ;
}
.power .pages .pageState span {
  font-size: 40px;
  display: inline-block;
  vertical-align: text-bottom;
}
/**/
.news {
  background: #EDEDED;
  padding-top: 63px;
  padding-bottom: 77px;
}
.news h2 span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: arial;
  opacity: .5;
  line-height: 18px;
}
.news .news_nav {
  margin-top: 30px;
  margin-bottom: 50px;
}
.news .news_nav h3 {
  display: inline-block;
  margin-right: 36px;
  max-width: 200px;
}
.news .news_nav h3 a {
  display: block;
  padding: 0 6px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  height: 28px;
  color: #333333;
  overflow: hidden;
  position: relative;
  font-weight: normal;
  z-index: 2;
}
.news .news_nav h3 a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #f90810;
  bottom: 0;
  left: 0;
  z-index: -1;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news .news_nav h3.on a:after {
  height: 9px;
}
.news .news_nav span {
  float: right;
  max-width: 100px;
}
.news .news_nav span a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  height: 28px;
  color: #333333;
  overflow: hidden;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news .news_nav span a:hover {
  color: #f90810;
}
.news .news_con .news_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.news .news_con .news_left {
  width: 532px;
}
.news .news_con .news_left dt {
  width: 532px;
  height: 300px;
  line-height: 0;
  margin-bottom: 22px;
  overflow: hidden;
}
.news .news_con .news_left dt a {
  display: block;
}
.news .news_con .news_left dt img {
  width: 532px;
}
.news .news_con .news_left dd {
  position: relative;
  padding-right: 130px;
}
.news .news_con .news_left dd h4 a {
  font-size: 20px;
  line-height: 48px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news .news_con .news_left dd .prod-hot-desc {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-bottom: 84px;
  border-bottom: 1px solid #DCDCDC;
}
.news .news_con .news_left dd .prod-hot-time1 {
  display: block;
  width: 80px;
  height: 80px;
  background: #010101;
  border-radius: 50%;
  font-size: 20px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-family: Acrom-Bold;
  margin-top: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
.news .news_con .news_left dd .prod-hot-time-yy,
.news .news_con .news_left dd .prod-hot-time-icon1,
.news .news_con .news_left dd .prod-hot-time-icon2,
.news .news_con .news_left dd .prod-hot-link {
  display: none;
}
.news .news_con .news_left dd .prod-hot-time-mm {
  position: relative;
  padding-right: 10px;
}
.news .news_con .news_left dd .prod-hot-time-mm:after {
  position: absolute;
  content: "-";
}
.news .news_con dl:hover dd h4 a {
  color: #f90810;
}
.news .news_right {
  width: 518px;
}
.news .news_right dl {
  padding-bottom: 24px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 29px;
}
.news .news_right dl dt,
.news .news_right dl .prod-hot-time-yy,
.news .news_right dl .prod-hot-time-icon1,
.news .news_right dl .prod-hot-time-icon2,
.news .news_right dl .prod-hot-link {
  display: none;
}
.news .news_right dl dd {
  position: relative;
}
.news .news_right dl h4 a {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.news .news_right dl .prod-hot-time1 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  display: block;
  font-family: Acrom-Regular;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  right: 0;
  top: 0;
}
.news .news_right dl .prod-hot-time-mm {
  position: relative;
  padding-right: 10px;
}
.news .news_right dl .prod-hot-time-mm:after {
  position: absolute;
  content: "-";
}
.news .news_right dl .prod-hot-desc {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 17px;
}
.news .news_right dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.news .news_right dl:hover h4 a,
.news .news_right dl:hover span {
  color: #f90810;
}
.about {
  padding-top: 95px;
  background-image: url(img/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 1043px;
  height: 948px;
}
.about h2 span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: arial;
  opacity: .5;
  line-height: 18px;
}
.about .about-con {
  width: 1200px;
  margin: 48px auto 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.about .about-pic {
  width: 760px;
  height: 543px;
  overflow: hidden;
}
.about .about-pic img {
  width: 760px;
}
.about .about-desc {
  width: 440px;
  height: 543px;
  background: #f90810;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 87px 66px;
  overflow: hidden;
}
.about .about-desc h3 a {
  display: block;
  font-size: 26px;
  line-height: 76px;
  color: #ffffff;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 24px;
}
.about .about-desc h3 a:after {
  position: absolute;
  content: "";
  width: 56px;
  height: 4px;
  background: #ededed;
  left: 0;
  bottom: 0;
}
.about .about-desc .info {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  max-height: 288px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
  margin-bottom: 20px;
}
.about ul {
  width: 760px;
  height: 168px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 47px 93px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.about ul li {
  line-height: 0;
  max-width: 25%;
}
.about ul li img {
  display: block;
  width: 58px;
  margin: 0 auto 10px;
}
.about ul li h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  height: 38px;
  color: #333333;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.about ul li:hover h4 {
  color: #010101;
  font-weight: bold;
}
.about .about-more {
  width: 440px;
  height: 168px;
  background: #ededed;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.about .about-more a {
  display: block;
  width: 233px;
  height: 60px;
  background-color: #010101;
  border-radius: 30px;
  font-size: 16px;
  line-height: 60px;
  color: #ffffff;
  text-indent: 35px;
  overflow: hidden;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-image: url(img/more.png);
  background-repeat: no-repeat;
  background-position: 153px center;
  background-size: 25px 14px;
}
.about .about-more a:hover {
  background-color: #f90810;
}
/**/
body {
  position: relative;
}
.links {
  position: absolute;
  left: 50%;
  margin-left: -116px;
  bottom: 0;
  height: 82px;
  font-size: 14px;
  line-height: 82px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.links .links-list {
  max-width: 700px;
  line-height: 32px;
}
.links p {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  max-width: 20%;
}
.links a {
  line-height: 32px;
  color: #fff;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  margin-left: 10px;
}
.links a:hover {
  font-weight: bold;
}
/*快速通道*/
.shop-nav-t1 i img {
  background-color: #f90810;
}
/*返回顶部*/
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  position: fixed;
  bottom: 20px;
  right: 19px;
  z-index: 110;
  height: 44px;
  width: 44px;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 44px;
  height: 44px;
  background-color: #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  outline: 0;
}
.sidebar:hover img {
  background-color: #f90810;
}
.sidebar .fh {
  display: none;
}
/*css效果*/
@-webkit-keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft1 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft1 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft2 {
  from {
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight1 {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight1 {
  from {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
@-webkit-keyframes fadeInRight2 {
  from {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight2 {
  from {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
@-webkit-keyframes zoomLeft {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomLeft {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.zoomLeft {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation-name: zoomLeft;
  animation-name: zoomLeft;
}
.zoomRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation-name: zoomLeft;
  animation-name: zoomLeft;
}
@-webkit-keyframes fadeInUp1 {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp1 {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
@-webkit-keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*内页部分*/
/*min-banner*/
.min-banner {
  height: 380px;
  position: relative;
  overflow: hidden;
}
.min-banner img {
  width: 1920px;
  height: 380px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
/*面包屑*/
.crumbs-1 {
  height: 65px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 30px;
}
.crumbs-1 b {
  font-weight: normal;
}
.crumbs-1 i {
  font-style: normal;
}
.crumbs-1 span {
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
}
.crumbs-1 a:hover {
  color: #f90810;
}
/*副导航*/
.left-nav-01 {
  margin-bottom: 20px;
}
.left-nav-01-tit {
  background: #f90810;
  height: 80px;
}
.left-nav-01-tit h2 {
  padding: 0 10px;
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.left-nav-01-one > li {
  background-color: #ccc;
  background-image: url(img/left-nav-icon1.png);
  background-repeat: no-repeat;
  background-position: 90% 20px;
  background-size: 11px 11px;
  margin-bottom: 2px;
}
.left-nav-01-one > li > h3 > a {
  display: block;
  margin: 0 40px 0 0;
  padding-left: 32px;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  color: #333333;
  overflow: hidden;
}
.left-nav-01-one > li.sidenavcur,
.left-nav-01-one > li:hover {
  background-image: url(img/left-nav-icon2.png);
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: 38px 11px;
  background-color: #f90810;
}
.left-nav-01-one > li.sidenavcur .left-nav-01-two,
.left-nav-01-one > li:hover .left-nav-01-two {
  display: block;
}
.left-nav-01-one > li.sidenavcur > h3 a,
.left-nav-01-one > li:hover > h3 a {
  color: #fff;
}
.left-nav-01-two {
  display: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.left-nav-01-two li {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: #ECECEC;
  position: relative;
  border-bottom: 1px solid #fff;
}
.left-nav-01-two a {
  display: block;
  color: #666;
  padding: 0 40px ;
}
.left-nav-01-two li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-nav-01-two li:hover a,
.left-nav-01-two li.sidenavcur a {
  color: #333;
}
.left-nav-01-two li:hover:after,
.left-nav-01-two li.sidenavcur:after {
  border-color: #333;
}
/*联系信息*/
.fdh-01-tit {
  background: #f90810;
  height: 80px;
}
.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #333333;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.p6-order-form-1-add {
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 40px;
}
.p6-order-form-1-add ul {
  padding: 20px 12px;
}
.p6-order-form-1-add li {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: #666666;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品列表*/
.prod-list01.list-style-01 {
  width: 930px;
}
.list-style-01 .prod-list01-tit {
  height: 40px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-bottom: 14px;
}
.list-style-01 .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #f90810;
  overflow: hidden;
}
.list-style-01 .prod-list01-list {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.list-style-01 .prod-list01-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 290px;
  margin: 0 9px 20px;
  float: left;
}
.list-style-01 .prod-list01-list dl:hover {
  border-color: #f90810;
}
.list-style-01 .prod-list01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-01 .prod-list01-list dd {
  padding: 0 14px;
}
.list-style-01 .prod-list01-list .prod-list01-name {
  height: 45px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  line-height: 45px;
  text-align: center;
}
.list-style-01 .prod-list01-list .prod-list01-name a {
  display: block;
  height: 45px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list-desc {
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.list-style-01 .prod-list01-list-desc,
.list-style-01 .prod-list01-link {
  display: none;
}
/*分页*/
.pagination-1 {
  margin: 30px auto 60px;
  height: 30px;
  text-align: center;
}
.pagination-1 a,
.pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
}
.pagination-1 span {
  border: 1px solid #fff;
}
.pagination-1 .page_curr {
  background: #f90810;
  color: #fff;
  border-color: #f90810;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*热品推荐*/
.prod-hot {
  padding: 50px 0 30px;
}
.prod-hot .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
}
.prod-hot .prod-hot-prev {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url(img/prod-hot-prev-icon1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.prod-hot .prod-hot-next {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  right: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url(img/prod-hot-next-icon1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.prod-hot .prod-hot-list dl {
  float: left;
  width: 220px;
  margin-right: 14px;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
}
.prod-hot .prod-hot-list dl:last-child,
.prod-hot .prod-hot-list dl.last {
  margin-right: 0;
}
.prod-hot .prod-hot-list dt img {
  width: 220px;
  display: block;
}
.prod-hot .prod-hot-list dd {
  padding: 10px 10px 10px;
}
.prod-hot .prod-hot-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  max-height: 48px;
  overflow: hidden;
}
.prod-hot .prod-hot-name a {
  display: block;
  max-height: 48px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prod-hot .prod-hot-desc {
  margin-top: 5px;
  height: 72px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prod-hot .prod-hot-link {
  display: none;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品橱窗*/
.pc-cx-tel-1 {
  padding-top: 10px;
  width: 432px;
  height: 56px;
  border-top: 2px solid #e6e6e6;
}
.pc-cx-tel-1-t1 {
  float: right;
  width: 114px;
  background-color: #f90810;
  text-align: center;
}
.pc-cx-tel-1-t1 a {
  display: block;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #ffffff;
  overflow: hidden;
}
.pc-cx-tel-1-t2 {
  width: 255px;
  padding-left: 70px;
  height: 56px;
  background-image: url(img/pc-xc-icon2.png);
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 40px 40px;
}
.pc-cx-tel-1-t2 span {
  display: block;
  height: 22px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #454545;
  overflow: hidden;
}
.pc-cx-tel-1-t2 em {
  display: block;
  height: 24px;
  word-break: break-all;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #454545;
  overflow: hidden;
}
.prod-show {
  position: relative;
  padding: 15px 18px 16px 20px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.prod-show-right {
  float: left;
  width: 420px;
  padding-top: 30px;
}
.prod-show-right-tit {
  overflow: hidden;
  margin-bottom: 16px;
  height: 40px;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #454545;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-show-right-con {
  overflow: hidden;
  height: 144px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  margin-bottom: 19px;
}
.prod-show-right-con span {
  display: block;
}
.prod-show-left {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 3.3%;
  width: 420px;
  border: 1px solid #e7e7e7;
  line-height: 0;
}
.prod-show-left-jt {
  position: absolute;
  top: 50%;
  z-index: 33;
  margin-top: -11px;
  width: 12px;
  height: 23px;
  cursor: pointer;
}
.prod-show-left-prev {
  left: 10px;
}
.prod-show-left-next {
  right: 10px;
}
.prod-show-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #666666;
}
.prod-show-left-size em {
  font-style: normal;
}
.prod-show-left-pic {
  width: 420px;
  text-align: center;
}
.prod-show-left-pic li {
  float: left;
}
.prod-show-left-pic img {
  display: block;
  width: 420px;
}
/*标题通用样式*/
.pro-title {
  text-align: center;
  height: 40px;
  overflow: hidden;
  margin: 0 30px;
}
.pro-title p {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.pro-title i {
  width: 1200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 24px;
}
.pro-title i::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #f90810;
  position: absolute;
  top: -1px;
}
.pro-title .pro-title-icon1 {
  left: 100%;
  margin-left: -10px;
}
.pro-title .pro-title-icon1::after {
  left: 0;
}
.pro-title .pro-title-icon2 {
  right: 100%;
  margin-right: -10px;
}
.pro-title .pro-title-icon2::after {
  right: 0;
}
.pro-title span {
  display: block;
  height: 40px;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  color: #0f0e0d;
  overflow: hidden;
  margin-bottom: 12px;
}
.pro-title em {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
  max-height: 24px;
  overflow: hidden;
}
/*产品详情*/
.prod-content {
  background: #fff;
  padding: 40px 0 10px;
}
.prod-trait-con {
  position: relative;
  padding-top: 30px;
}
.prod-trait-con dl {
  width: 360px;
  padding: 14px;
}
.prod-trait-con dl img {
  width: 360px;
  height: 270px;
  display: block;
}
.prod-trait-con .prod-trait-dl1 {
  background-color: #f90810;
  color: #fff;
}
.prod-trait-con .prod-trait-dl2 {
  background-color: #e1e1e1;
}
.prod-trait-name {
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
.prod-trait-desc {
  font-size: 15px;
  line-height: 30px;
}
.prod-trait-vs {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f90810;
  margin: 142px auto 0;
  overflow: hidden;
}
.prod-trait-vs img {
  width: 80px;
  height: 80px;
  padding: 10px;
}
.prod-con-desc {
  padding-top: 40px;
}
.pro-con-title {
  height: 28px;
  border-left: 4px solid #f90810;
  padding-left: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin: 30px 0 20px;
  overflow: hidden;
}
.pro-con-details img {
  margin: 0;
  width: 304px;
  height: 228px;
}
.pro-con-details dl {
  width: 304px;
  float: left;
  margin-right: 6px;
  border: 1px solid #eee;
}
.pro-con-details dl.pr-clear {
  margin-right: 0;
}
.pro-con-details dd {
  height: 40px;
  margin: 0 5px;
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}
.pro-con-honer img {
  margin: 0;
  width: 220px;
  height: 294px;
  border: 1px solid #eee;
}
.pro-con-honer dl {
  width: 220px;
  float: left;
  margin-right: 6px;
}
.pro-con-honer dl.pr-clear {
  margin-right: 0;
}
.pro-con-honer dd {
  height: 40px;
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 40px;
  padding: 0 5px;
  overflow: hidden;
}
.prod-con-ys-img {
  width: 464px;
}
.prod-con-ys-img img {
  display: block;
  width: 464px;
  height: 232px;
  margin: 0;
}
.prod-con-ys-con {
  width: 406px;
  padding: 26px 30px 0;
}
.prod-con-ys-txt {
  margin-bottom: 15;
  position: relative;
}
.prod-con-ys-txt p {
  height: 38px;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  color: #333333;
  overflow: hidden;
  margin-left: 50px;
}
.prod-con-ys-txt i {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #f90810;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prod-con-ys-desc {
  max-height: 150px;
  font-size: 14px;
  line-height: 30px;
  color: #111017;
  overflow: hidden;
}
.prod-con-ys-01 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-02 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-03 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-04 {
  height: 232px;
  background: #f8f8f8;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*资讯列表*/
.prod-list01.list-style-02 {
  width: 930px;
}
.list-style-02 .prod-list01-tit {
  height: 40px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-bottom: 14px;
}
.list-style-02 .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #f90810;
  overflow: hidden;
}
.list-style-02 .prod-list01-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-style-02 .prod-list01-list dl:hover {
  border-color: #f90810;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
  background: #f90810;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link a {
  color: #fff;
}
.list-style-02 .prod-list01-list dt {
  width: 35%;
  float: left;
}
.list-style-02 .prod-list01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-02 dd {
  width: 60%;
  padding: 10px 0 0;
  margin-right: 2%;
  float: right;
}
.list-style-02 .prod-list01-list .prod-list01-name {
  height: 40px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list-desc {
  max-height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-style-02 .prod-list01-link {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
  background: #b6b6b6;
  color: #fff;
}
.list-style-02 .prod-list01-link a {
  display: block;
  color: #fff;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*资讯详情*/
.article-title {
  height: 60px;
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  color: #4b4a4a;
  text-align: center;
  overflow: hidden;
}
.article-sour {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #aaa;
  text-align: right;
  margin: 0 20px;
}
.article-sour em {
  max-width: 23%;
  height: 24px;
  display: inline-block;
  overflow: hidden;
}
.article-soura {
  color: #aaa;
}
.article-desc {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #d6d6d6;
  margin-bottom: 22px;
}
.article-desc-t1 {
  width: 78px;
  float: left;
  color: #342f2e;
  margin-right: -78px;
}
.article-desc-t2 {
  padding-left: 80px;
}
.article-sourspan {
  margin: 0 9px;
}
.article-con,
.article-desc,
.article-title {
  margin: 0 20px;
}
.endit-content {
  margin-bottom: 20px;
}
/*关于我们----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*标题通用样式*/
.com-title {
  text-align: center;
  height: 120px;
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
.com-title p {
  font-weight: bold;
  height: 45px;
  font-size: 34px;
  color: #111;
  letter-spacing: 6px;
  line-height: 45px;
  overflow: hidden;
}
.com-title span {
  display: block;
  height: 40px;
  font-weight: bold;
  font-family: Times New Roman;
  text-transform: uppercase;
  overflow: hidden;
}
/**/
.company {
  padding-top: 60px;
}
.com-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 30px;
}
.com-desc br {
  line-height: 35px;
}
/**/
.corporate-culture {
  padding-top: 60px;
  background-color: #f1f1f1;
  padding-bottom: 60px;
}
.cor-cul-con {
  color: #666;
  overflow: hidden;
}
.cor-cul-con dl {
  float: left;
  padding: 20px 60px 0;
  width: 278px;
  height: 260px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-right: -1px;
}
.cor-cul-con dt {
  width: 110px;
  border-top: 1px solid #b2b2b2;
  margin: 0 auto 0;
  padding-top: 14px;
}
.cor-cul-con dt img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto ;
}
.cor-cul-con dd {
  text-align: center;
}
.cor-cul-con .cor-cul-name {
  margin-bottom: 20px;
}
.cor-cul-con .cor-cul-name span {
  display: block;
  height: 48px;
  font-size: 32px;
  font-family: arial;
  font-weight: bold;
  color: #f90810;
  line-height: 48px;
  overflow: hidden;
}
.cor-cul-con .cor-cul-name p {
  height: 24px;
  font-size: 22px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
}
.cor-cul-con .cor-cul-desc {
  height: 84px ;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
}
/**/
.honor {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.honor .honor-con {
  text-align: center;
}
.honor .slide dl {
  width: 280px;
  margin-right: 26px;
  float: left;
}
.honor .slide dl img {
  width: 276px;
  height: 368px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
.honor .slide-prev {
  margin: 40px 4px 0;
  width: 150px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
  background-image: url(img/prev-icon100.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px 50px;
  background-color: #f90810;
}
.honor .slide-next {
  margin: 40px 4px 0;
  width: 150px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
  background-image: url(img/next-icon100.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px 50px;
  background-color: #f90810;
}
/**/
.group-img {
  padding: 60px 0 70px;
}
.group-img .slide dl {
  float: left;
}
.group-img .slide dl:nth-child(1) {
  width: 548px;
  height: 548px;
  margin-right: 16px;
}
.group-img .slide dl:nth-child(2) {
  width: 266px;
  height: 266px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.group-img .slide dl:nth-child(3) {
  width: 352px;
  height: 266px;
  margin-bottom: 16px;
}
.group-img .slide dl:nth-child(4) {
  width: 352px;
  height: 266px;
  margin-right: 16px;
}
.group-img .slide dl:nth-child(5) {
  width: 266px;
  height: 266px;
}
.group-img .slide dl img {
  width: 100%;
  overflow: hidden;
}
/**/
.company-strength {
  padding: 60px 0 70px;
}
.company-strength .slide dl {
  width: 395px;
  height: 296px;
  float: left;
  border: 1px solid #fff;
  margin: 0 2px 2px 0;
}
.company-strength .slide dl img {
  width: 395px;
  height: 296px;
  display: block;
}
/*关于我们----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*联系我们*/
.contact {
  padding-top: 30px;
  margin-bottom: 50px;
}
.contact-title {
  height: 80px ;
  font-size: 32px;
  color: #222;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.contact-title:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -35px;
}
.contact-title:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f90810;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
  z-index: 99;
}
.contact-title p {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.contact-title span {
  height: 28px;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
}
.contact-txt {
  padding: 10px 20px;
  margin-bottom: 30px;
  background: #f4f4f4;
}
.contact-txt img {
  width: 180px;
  height: 180px;
  float: left;
}
.contact-txt p,
.contact-txt .contact-txt-desc {
  width: 930px ;
  float: right;
}
.contact-txt p {
  height: 50px;
  font-size: 24px;
  color: #f90810;
  line-height: 50px;
  margin: 10px 0;
  overflow: hidden;
}
.contact-txt .contact-txt-desc {
  font-size: 15px;
  line-height: 28px;
  color: #000;
}
.contact-list {
  margin-bottom: 40px;
}
.contact-deta {
  float: left;
  border: 1px solid #eee;
  width: 262px;
  min-height: 190px;
  text-align: center;
  margin-right: 20px;
  color: #666;
  padding: 20px 10px 10px;
}
.contact-deta.last {
  margin-right: 0;
}
.contact-icon {
  width: 50px;
  height: 50px;
  background-color: #f90810;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.contact-list-txt {
  min-height: 40px;
  font-size: 18px;
  color: #222;
  line-height: 40px;
}
.contact-info {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  -ms-word-break: break-all;
  word-break: break-all;
}
div[data-blk-repete=repete] {
  min-height: 200px ;
}
/*-----------------------------------------------------------------------------------*/
/*产品定制*/
.prodz_fw {
  background-image: url(img/prodz_i1.jpg);
  background-repeat: no-repeat;
  background-position: center 160px;
  background-size: 1920px 530px;
  height: 800px;
  margin: 50px auto 50px;
  overflow: hidden;
}
.prodz_fw .contact-title {
  margin-bottom: 130px;
  overflow: hidden;
}
.prodz_txt {
  height: 130px;
  margin: 40px auto 20px;
  width: 1200px;
  overflow: hidden;
}
.prodz_txt1 {
  padding: 0 50px;
  max-height: 70px;
  overflow: hidden;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
  color: #ffffff;
}
.prodz_txt2 {
  padding: 0 50px;
  max-height: 60px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
}
.prodz_ul1 {
  overflow: hidden;
  margin-top: 40px;
}
.prodz_ul1 li {
  position: relative;
  float: left;
  border: 1px solid #dedede;
  margin-right: 36px;
  width: 360px;
  padding: 7px;
}
.prodz_ul1 li.nones {
  margin-right: 0;
}
.prodz_ul1 li img {
  width: 360px;
  height: 360px;
}
.prodz_ul1 li span {
  display: block;
  position: absolute;
  bottom: 13px;
  left: 123px;
  width: 110px;
  padding: 0 10px;
  height: 65px;
  background-color: #fff;
  border-radius: 200px 200px 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  color: #0a0707;
  text-align: center;
}
.prodz_ul1 li:hover span {
  color: #f90810;
}
/*prodz_dl*/
.prodz_ys {
  margin: 30px auto 20px;
  overflow: hidden;
}
.prodz_dl {
  width: 1200px;
  margin: 0 auto 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.prodz_dl dl {
  float: left;
  width: 580px;
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
}
.prodz_dl dl dt {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dl dt img {
  width: 580px;
  height: 435px;
  display: block;
}
.prodz_dl dl dd {
  width: 580px;
  padding: 50px 28px 0;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.prodz_dl dl dd span {
  width: 60px;
  height: 68px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: -34px;
  left: 30px;
  background-color: #f90810;
  font-size: 30px;
  font-weight: bold;
  line-height: 68px;
  color: #ffffff;
  word-break: break-all;
  padding: 0 4px;
  text-align: center;
}
.prodz_dl dl dd h3 {
  height: 60px;
  overflow: hidden;
}
.prodz_dl dl dd h3 em {
  display: inline-block;
  float: left;
  max-width: 49%;
  padding-left: 1%;
  height: 60px;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  color: #343434;
}
.prodz_dl dl dd h3 i {
  display: inline-block;
  float: left;
  max-width: 50%;
  height: 60px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  color: #f56b1b;
  font-style: normal;
}
.prodz_dl dl dd .proys_sp {
  height: 72px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #6d6d6d;
  overflow: hidden;
  text-align: left;
}
.prodz_dl .dl2,
.prodz_dl .dl4 {
  float: right;
}
/*lc*/
.prodz_lc {
  height: 570px;
  box-sizing: border-box;
  background: #f3f3f3;
  padding-top: 50px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.prodz_lc .contact-title i:after {
  border: 5px solid #f3f3f3;
}
.prodz_lc2 dl {
  margin-top: 50px;
  width: 222px;
  height: 250px;
  margin-right: 22px;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}
.prodz_lc2 dl dt {
  width: 109px;
  height: 109px;
  margin: -50px auto 0;
}
.prodz_lc2 dl dt img {
  background-color: #f90810;
  width: 109px;
  height: 109px;
  border-radius: 100%;
}
.prodz_lc2 dl dd {
  padding-top: 25px;
}
.prodz_lc2 dl dd em {
  display: block;
  text-align: center;
  padding: 0 5px;
  word-break: break-all;
  font-size: 14px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #c3c3c3;
  font-style: normal;
}
.prodz_lc2 dl dd h3 {
  display: block;
  text-align: center;
  padding: 0 5px;
  font-size: 24px;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #343434;
  font-weight: normal;
  word-break: break-all;
}
.prodz_lc2 dl dd .prolc_sp {
  margin: 5px 10px 0;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  font-size: 16px;
  color: #939393;
  text-align: center;
  word-break: break-all;
}
.prodz_lc2 dl:nth-child(5) {
  margin-right: 0;
}
/*prodz_anli*/
.prodz_anli {
  margin: 50px auto;
  overflow: hidden;
}
.prodz_anli2 {
  margin: 0 auto;
  height: 400px;
}
.prodz_anli2 dl {
  float: left;
  width: 250px;
  height: 350px;
  padding: 15px;
  background: #fff;
  margin: 0 26px 0 0;
  box-shadow: 0 0 5px #cac8c8;
}
.prodz_anli2 dl dt {
  width: 250px;
  height: 188px;
}
.prodz_anli2 dl dt img {
  width: 250px;
  height: 188px;
}
.prodz_anli2 dl:nth-child(4) {
  margin-right: 0;
}
.prodz_anli2 dl dd h3 {
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #343434;
}
.prodz_anli2 dl dd .prodz_sp {
  margin: 5px 0 0;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  color: #939393;
  text-align: left;
}
.prodz_baozhan {
  overflow: hidden;
  width: 1200px;
  height: 65px;
  margin: 0 auto 0;
}
.prodz_baozhan h4 {
  float: left;
  font-size: 16px;
  color: #fff;
  padding: 0 5px;
  width: 150px;
  height: 65px;
  line-height: 65px;
  background-color: #f90810;
  text-align: center;
}
.prodz_baozhan .prodz_baozhan2 {
  width: 1000px;
  float: left;
  margin-left: 40px;
  height: 65px;
}
.prodz_baozhan .prodz_baozhan2 em {
  width: 30%;
  float: left;
  font-size: 16px;
  color: #555;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  padding: 0 1.6%;
  border-right: 1px solid #d1d1d1;
}
.prodz_baozhan .prodz_baozhan2 em:last-child {
  border: 0;
}
.prodz_baozhan .prodz_baozhan2 em:hover {
  color: #000;
}


/*橱窗列表*/
.gridlist{
    width: 100%;
    display:  block;
    box-sizing: border-box;
    padding: 0 10px;
}
.gridlist li{width: 24%;float:left;margin-bottom:10px;box-sizing: border-box; margin-bottom:20px;position: relative; margin:0 0.5% 20px;}
.gridlist li:nth-child(4n){margin-right:0px;}
.gridlist li img{width:100%; transition:all 0.3s}
.gridlist li p{width:100%;text-align:center;line-height:45px;height:45px;}
.gridlist li .mx-img{width:100%;overflow:hidden;display:block;z-index: 0;position: relative;}
.gridlist li:hover,.gridlist li:hover p{background:#3ebb2b;}
.gridlist li:hover img{transform: scale(1.1);}
.gridlist li:hover a{color:#fff;}
.gridlist2{ overflow:hidden;}
.gridlist2 li {  float:left; margin:0 6px; overflow:hidden; display:inline /*解决ie6 双边距bug*/;
text-overflow:ellipsis; white-space:nowrap;width:285px; margin-bottom:20px;}
.gridlist2 li p{ height:50px; line-height:50px;}
.gridlist2 li span a{ color:#000;}
.gridlist2 li span a:hover{ color:#c9033b;}
.gridlist2 li img { display:block;width:285px; }
.gridlist2 li .InfoTitle { white-space:nowrap; line-height:19px; display:block; background:#015D34; color:#FFF; margin-top:3px;}
.gridlist4 li{float:left;margin-right: 10px;width: 391px;overflow:hidden;display:inline;text-overflow:ellipsis;white-space:nowrap;margin-bottom:20px;border: 1px solid #ccc;}
.gridlist4 li:nth-child(3n){margin-right:0;}
.gridlist4 li a{display:block;}
.gridlist4 li img {width: 100%;}
.gridlist4 li p{height: 40px;line-height: 40px;background:#eee;display:block;text-align:center;}
.gridlist4 li:hover p{background:#3ebb2b;color:#fff}

.anli89{margin-bottom:50px;}

.blk{height:100%; clear: both;}

.gaodu89{height:20px; clear:bold;}


/* 电脑站分页基本样式 */

.neirong100{width:890px; line-height:20px; font-size:14px; text-align:justify;}
.neirong100 img{ display:block; margin:0px auto;}
.neirong1002{width:838px; line-height:20px; font-size:14px; text-align:justify;}
.neirong1002 img{ display:block; margin:0px auto;}
.neirong1005{width:1160px; line-height:20px; font-size:14px; text-align:justify;}
.neirong1005 img{ display:block; float:left;}

.pagelist88{ }
.page88{clear: both;color: #000;height: 84px;line-height: 40px;text-align: center;width: 100%;font-size:14px;}
.page88 li {float: left;line-height: 22px;list-style: outside none none;font-size:14px;padding: 0 5px;}
.page88 li a{font-size:14px;}
.page88 a{font-size:14px; color:#333333;}
.page88 a:hover{font-size:14px; color:red;}
.pagelist88{clear:both;margin-top: 20px;text-align: center;font-size: 0;}
.pagelist88 a{display: inline-block;font-size: 14px;color: #333333;font-family: "Microsoft YaHei", Arial;line-height: 26px;border: 1px solid #cbcbcb;margin: 0 5px;padding: 0 8px;}
.pagelist88 a:hover {color: #fff; border-color: #292e39; background: #292e39;}
.page880 a{display: inline-block;font-size: 14px;color: #333333;font-family: "Microsoft YaHei", Arial;line-height: 26px;margin: 0 5px;padding: 0 8px;}
.page880 a:hover {color: #fff;border-color: #292e39;background: #292e39;}
.page881{ float:left; overflow:hidden; width:500px; height: 40px;}
.page8811{float:left; width: 60px;}
.page8812{float:left; overflow:hidden; width: 410px; height: 42px; text-align: left;}
.page8812 a{ line-height:40px; height: 40px; overflow:hidden;}
.page882{float:right; overflow:hidden; width:500px;}

#platform div span{display:none !important;}
.page881a{ float:left; overflow:hidden; width:412px;}
.page8812b{float:left; overflow:hidden; width: 343px; height: 42px; text-align: left;}
.page8812b a{ line-height:40px;}
.page882a{float:right; overflow:hidden; width:412px;}
.fenyesjj{ text-align: center;  font-size: 0.46rem; margin-top: 10px; padding-bottom: 10px; clear:both; }
.fenyesjj  a{  font-size:14px; }
.fenyesjj a:hover{ color:#FF0000;}
.page8815{ height:30px; line-height:30px; font-size:14px;}
.page8826{ height:30px; line-height:30px; font-size:14px;}

#dituContent div:nth-child(2){
position:relative !important;
background:none !important;
}
#dituContent a{ display: none;}
/* 电脑站分页基本样式  end */














