@charset "UTF-8";
/*--------------------初始化---------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          word-break: break-word;
          word-wrap: wrap;
}

body {
font-family:arial;line-height: 2.3em;color:#555;
}

p, h2, h3 {
  margin: 0;padding:0;
}

ul, ol {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: #555;
}

a:hover {
  color:#e6000a;
}




.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}




img {
  max-width:100%;margin:0;padding:0;
}

/*--------------------dufault---------------------*/
body {
  overflow-x: hidden;
  font-size: 14px;
}

figure {
  margin: 0;
}

.wrap {
  margin: 0 auto;
  width: 1280px;
  min-width: 1280px;
}

.header-block {
  width: 100%;
  height: 90px;
}

.w10{width:10%;}
.w20{width:20%;}
.w30{width:30%;}
.w40{width:40%;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}
.w100{width:100%;}

.w15{width:15%;}
.w25{width:25%;}
.w35{width:35%;}
.w45{width:45%;}
.w55{width:55%;}
.w65{width:65%;}
.w75{width:75%;}
.w85{width:85%;}
.w95{width:95%;}

/*-----------------------------------------*/
/******************************************************* DEFAULT END */
/***
*** 头部 ***
***/
.header {
  height: 90px;box-shadow:0px 6px 12px 0px rgba(0,0, 0, 0.05);z-index: 300;
  position: fixed;width:100%;background: #fff
}

.header .logo {
  position: relative;
}

.header .logo .logo_tit {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.header .logo .logo_img {
  position: relative;
  padding:10px;height:90px;
}

.header .logo .logo_img img {
  height: 100%;
}

.header .menu a {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.header .menu li{position: relative;}
.header .menu > ul > li {
  
  float: left;
}

.header .menu > ul > li > a {
  display: block;
  padding: 0 25px;
  line-height: 90px;color:#222;
  font-size: 16px;font-weight:bold;
  transition: 300ms
}
.header .menu > ul > li > a::after{
  transition: 300ms;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;width:0;
  background-color:#e6000a;
}

.header .menu > ul > li > a:hover {
  color:#e6000a;;
  position: relative;
}
.header .menu > ul > li > a:hover::after {
  width: 100%;
}

.header .menu > ul > li .on {
color:#e6000a;
}

.header .menu > ul > li .on::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
background-color:#e6000a;
}

.header .menu > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 50%;
  margin-left:-75px;
  width: 150px;
  background: #333;
}

.header .menu > ul > li > ul > li > ul{
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  width: 200px;
  background: #333;
}

.header .menu > ul > li ul li a {
  display: block;
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.header .menu > ul > li ul li a:hover {
  background: #e6000a;
  color: #fff;
}

.header .menu > ul > li:nth-child(4) ul {
  width: 170px;
  left: -26px;
}




.header .lang {
  height: 50px;
  margin-top: 30px;
  margin-left: 30px;
}

.header .lang img {
  height: 100%;
}

/******************************************************* HEADER END */
/*--------------------轮播图---------------------*/
.index-banner .swiper-container {
  width: 100%;
  min-width: 1300px;
  height:650px;position: relative;
}

.index-banner img{max-width:none;position: absolute;width:1920px;left:50%;margin-left:-960px;}

.index-banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.index-banner .swiper-button-next {
  right: 55px;
  border-radius: 5px;
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev {
  left: 55px;
  border-radius: 5px;
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-next:hover {
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-button-prev:hover {
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.index-banner .swiper-pagination-bullet-active {
  background: #e6000a;
}

.page-banner {
  width: 100%;
  height: 0;
}

.page-banner .banner-bg {
  height: 100%;
}

.indexpro{
  text-align: center;
  padding: 80px 0;
  background: #f8f8f8;
}

.indexpro .title{text-align: center;color:#111;font-size:16px;padding-bottom:40px;}
.indexpro .title h2{font-size:35px;line-height:1.8;color:#e6000a;}



 .ip-top li {
width:18.4%;box-sizing: border-box;float:left;margin-right:2%;
}
  .ip-top li div{overflow:hidden;line-height:0.8}
 .ip-top li h3{font-size:20px;color:#222;line-height: 3}
 .ip-top li:nth-child(5){margin-right:0;}
 .ip-top li:hover {
  background: #e6000a;
}
 .ip-top li:hover img{transform: scale(1.08);transition: 600ms;}
.ip-top li:hover h3{color:#fff;}
 .ip-top li:hover a {
  color: #fff;
  -webkit-transition: all 0s;
  transition: all 0s;
}




.indexpro2{padding:80px 0;}
.pro-list {
}

.pro-list ul li {
  float: left;
  position: relative;
  width:18.4%;
  margin-right:2%;


}
.pro-list ul li h3{  text-align: center;
  line-height: 3}
.pro-list ul li:last-child{margin-right:0;}
.pro-list ul li .pic {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.pro-list ul li .pic img {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.pro-list ul li .ico {
  width: 40px;
  height: 40px;
  background: url("../images/soso-ico.png") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pro-list ul li .ico.on {
  margin-top: -20px;
  top: 50%;
  opacity: 1;
  z-index: 1;
}

.pro-list ul li .ico.out {
  margin-top: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.pro-list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pro-list ul li:hover .tit {
  color: #e6000a;
}

.pro-list ul li:hover a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(230, 0, 10, 0.7);
}

.pro-list ul li:nth-child(4n) {
  margin-right: 0;
}

.product-list {
}

.product-list ul li {
  float: left;
  margin-bottom: 20px;
  position: relative;
  width:23%;margin-right:2%;
}
.indexpro2 .product-list ul li {
  width:18.4% !important;
}

.indexpro2 .product-list ul li:nth-child(4n){margin-right:2% !important;}


.indexpro2 .product-list ul li:nth-child(5){margin-right:0;}
.product-list ul li .pic {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.product-list ul li .pic img {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-list ul li .tit {
  text-align: center;
  line-height: 54px;
  height: 54px;
  font-size: 14px;
  color: #555;
  background: #fff;
}

.product-list ul li .ico {
  width: 40px;
  height: 40px;
  background: url("../images/soso-ico.png") no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-list ul li .ico.on {
  margin-top: -20px;
  top: 50%;
  opacity: 1;
  z-index: 1;
}

.product-list ul li .ico.out {
  margin-top: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.product-list ul li:hover .pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product-list ul li:hover .tit {
  color: #e6000a;
}

.product-list ul li:hover a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(230, 0, 10, 0.7);
}

.product-list ul li:nth-child(4n) {
  margin-right: 0;
}

.autoheight {
  bottom: 0 !important;
  display: inline-block;
  height: 100%;
  width: auto !important;
}

.adv {
padding:70px 0;
}

.adv .adv-tit {
  text-align: center;
  padding-bottom: 60px;
  color: #fff;
  font-family: 'Arial black';
  font-size: 35px;
}
.adv ul{margin:auto;}
.adv ul li {width:20%;
  float: left;
  text-align: center;
}
.adv ul li p{margin:auto;width:90%;font-size:14px;line-height: 1.5;
  color: #333;}
.adv ul li .advimg-box {
  display: inline-block;  background: #fff;
}



/*--------------------关于我们---------------------*/
.index-about {
  background: #fafafa;
  padding: 60px 0;
font-size:16px;color:#555;
}
.index-about h1,.about-content h1{color:#e6000a;font-size:35px;margin-bottom:20px;}

.index-about .wrap{position:relative;}
.index-about span{position:absolute; bottom:20px;left:0;display: inline-block;}
.index-about span a {border:1px solid #e6000a;color:#e6000a;padding:0 30px;display: block;}
.index-about .off{display: none;}
.index-about span a:hover {background:#e6000a;color:#fff;}




.footer {
  text-align: center;
  color: #868686;
  background: #272727;
}

.footer p {
  line-height: 46px;
}
.footerm{background-color:#333;padding:40px 0;}
.footerm dl{display: flex;}
.footerm dl dd{width:15%;}
.footerm dl dd:nth-child(1) a h3{line-height: 2}
.footerm dl dd:nth-child(3){width:12%;}
.footerm dl dd:nth-child(5){width:10%;}
.footerm a{color:#fff;display: block;}
.footerm a:hover{color:#e6000a;}

.footerm a h3{font-weight:bold;line-height: 3;}
.footerm .input-box{margin-bottom:10px;}
.footerm .intxt{border-radius: 2px;background-color:#444;border:none;padding:8px;width:100%;}
.footerm textarea{font-family:arial;}

.page-product {
  padding: 50px 0;
}

.page-product .product-head {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.page-product .product-head .tit {
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-product .product-head .tit::after {
  content: "";
  display: block;
  height: 0;
  width: 62px;
  margin-top: 10px;
  border-bottom: 3px solid #e6000a;
}

.page-product .product-head .list li {
  float: left;
  margin-left: 45px;
  cursor: pointer;
  margin-bottom: 12px;
}

.page-product .product-head .list li a {
  display: block;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0s;
  transition: all 0s;
  font-size: 14px;
  color: #616161;
}

.page-product .product-head .list li:nth-child(1) {
  margin-left: 0;
}

.page-product .product-head .list .on a, .page-product .product-head .list li:hover a {
  color: #e6000a;
  border-bottom: 2px solid #e6000a;
}

.page-product .paging {
  padding-top: 20px;
}

#edition-en .page-product .product-head .list {
  width: 950px;
}

#edition-en .page-product .product-head .list li {
  margin-left: 35px;
}

.art-product {
  padding: 50px 0;
}

.position{border-bottom:1px solid #eee;color:#999;overflow: hidden;margin-bottom:2em;padding:20px 10px;line-height: 20px;}
.position a{color:#999;}
.position a:hover{color:#e6000a;}
.position h3{color:#333;font-size:20px;}
.position span{}
.art-product .pro-cont .pro-l img {

  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.art-product .pro-r {
  width: 58%;
}

.art-product .pro-r .tit {
  font-size: 18px;
  font-family: arial black;
  line-height: 30px;
  padding: 15px 0;
}

.art-product .pro-cont .pro-r .des {
  padding-top: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #555;
}



.art-product .pro-cont .pro-r .des p span {
  font-size: 16px;
  color: #333;
}



.autowidth {
  height: 100% !important;
}





.btnbg {
  background: #eee;
  width: 150px;
  line-height: 40px;
  margin-top: 18px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnbg a {
  display: block;
  color: #555555;
}

.btnbg:hover {
  background: #e6000a;
}

.btnbg:hover a {
  color: #fff;
}

.page-about {
  padding: 80px 0;
}

.page-about .about-tit {
  padding: 60px 0 60px;
  text-align: center;
  color: #e6000a;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

.about-content {font-size:16px;}
.about-content .fa {
 width:30px;text-align: center;
}
.about-content .contactul{margin-top:20px;}
.about-content .contactul li{margin-bottom:10px;}


.product-tit {
  padding: 60px 0 10px;
  text-align: center;
  color: #e6000a;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

.page-factory {
  padding-bottom: 50px;
}

.page-factory .factory-tit {
  padding: 60px 0 60px;
  text-align: center;
  color: #e6000a;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

.page-factory .factory-list li {
  width: 33%;
  float: left;
  padding-bottom: 36px;
}

.page-factory .factory-list li img {
  width: 360px;
  margin: 0 auto;
}

.page-news {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.page-news .news-tit {
  padding: 60px 0 28px;
  text-align: center;
  color: #e6000a;
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  z-index: 9;
  font-family: arial black;
}

.page-news .news-list {
  margin-top: 35px;
  border-top: 1px solid #eee;
}

.page-news .news-list li {
  position: relative;
  padding: 32px 20px 32px 36px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.page-news .news-list span {
  display: inline-block;
  width: 200px;
  height: 135px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #eee;
}
.page-news .news-list span img{object-fit: cover;}

.page-news .news-list span .no-pic {
  display: none;
  color: #555;
  text-align: center;
  position: relative;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
}

.page-news .news-list .txt {
  position: absolute;
  width: 72.5%;
  top: 32px;
  left: 280px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .tit {
  width: 700px;
  margin: 5px 0 3px;
  font-size: 16px;
  font-family: arial black;
  line-height: 22px;
  font-weight: normal;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-news .news-list .date {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .description {
  top: 80px;
  width: 600px;
  height: 56px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  color: #999;
  line-height: 28px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
}

.page-news .news-list a {
  display: block;
}

.page-news .news-list li:hover {
  background-color: #fff;
}

.page-news .news-list li:hover .description, .page-news .news-list .caiyan-news li:hover .tit {
  margin-left: 10px;
}

.page-news .news-list li:hover .date, .page-news .news-list .caiyan-news li:hover .tit {
  color: #333;
}

.page-news .news-list li:hover .description {
  color: #666;
}

.epd-news {
  padding-top: 40px;
  padding-bottom: 0;
}

#news_con article {
  font-size: 14px;
  line-height: 28px;
}

#news_con article .title {
  width: 800px;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
  font-family: arial black;
}

#news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

#news_con article .body {
  width: 900px;
  margin: 50px auto 50px;
  min-height: 250px;
}

#news_con article .body p {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}

#news_con article .body img {
  max-width: 800px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.tj-news {
  padding: 30px 0 60px;
}

.tj-news .tj-container h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: arial black;
}

.tj-news .tj-container li {
  float: left;
  width: 47%;
  font-size: 16px;
  line-height: 40px !important;
  color: #555 !important;
}

.tj-news .tj-container li a {
  display: block;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.tj-news .tj-container li .tit {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tj-news .tj-container li .date {
  color: #aaa;
  font-size: 14px;
  margin-right: 15px;
  position: absolute;
  line-height: 40px;
  right: 0;
  top: 0;
}

.tj-news .tj-container li:nth-child(even) {
  margin-right: 6%;
}

.tj-news .tj-container li:hover a {
  color: #e6000a;
}

.contact-title {
  text-align: center;
  color: #e6000a;
  margin: 80px 0 50px;
  font-size: 30px;
  font-family: arial black;
}

.contact {
  margin-top: 0;
}

.contact .contact-ad {
  margin: 0 20px 80px 20px;
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #eee;
}

.contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 75px;
}

.contact ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 15px;
}

.contact ul li div {
  text-align: center;
  background: #f6f7fb;
  position: relative;
  padding: 40px 15px 20px 15px;
  border-radius: 5px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact ul li div span {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #e6000a;
  line-height: 75px;
  font-size: 35px;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 55%;
  margin-left: -50px;
}

.contact ul li div p {
  color: #666;
  text-align: center;
  width: 100%;
  line-height: 24px;
}

/*固定侧边拦*/
.float-right-box {
  width: 300px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #e6000a;
  z-index: 1000;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.float-right-box.on {
  width: 50px;
}

.float-right-box .top-list {
  width: 100%;
}

.float-right-box .top-list ul {
  width: 100%;
}

.float-right-box .top-list li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ff994b;
  height: 50px;
}

.float-right-box .top-list a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 51px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.float-right-box .top-list .ico {
  display: inline-block;
  width: 50px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.float-right-box .top-list .ico_qq {
  background: url(../images/elf.png) no-repeat -68px -69px #e6000a;
}

.float-right-box .top-list .ico_tel {
  background: url(../images/elf.png) no-repeat -188px -9px #e6000a;
}

.float-right-box .top-list .ico_phone {
  background: url(../images/elf.png) no-repeat -68px -186px #e6000a;
}

.float-right-box .top-list .ico_dizhi {
  background: url(../images/elf.png) no-repeat -189px -126px #e6000a;
}

.float-right-box .top-list .ico_email {
  background: url(../images/elf.png) no-repeat -67px -8px #e6000a;
}

.float-right-box .top-list .ico_taobao {
  background: url(../images/taobao.png) no-repeat center #e6000a;
  background-size: 28px 28px;
}

.float-right-box .top-list .ico_wechat {
  background: url(../images/erweima.png) no-repeat center #e6000a;
  background-size: 28px 28px;
}

.float-right-box .top-list .ico_top {
  background: url(../images/elf.png) no-repeat -188px -69px #e6000a;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: 1;
  width: 222px;
}

.float-right-box .top-list li:hover .stt {
  color: #191919;
}

.float-right-box .top-list li:hover .ico_qq {
  background: url(../images/elf.png) no-repeat -8px -69px #fff;
}

.float-right-box .top-list li:hover .ico_tel {
  background: url(../images/elf.png) no-repeat -128px -9px #fff;
}

.float-right-box .top-list li:hover .ico_phone {
  background: url(../images/elf.png) no-repeat -8px -186px #fff;
}

.float-right-box .top-list li:hover .ico_dizhi {
  background: url(../images/elf.png) no-repeat -129px -126px #fff;
}

.float-right-box .top-list li:hover .ico_email {
  background: url(../images/elf.png) no-repeat -7px -8px #fff;
}

.float-right-box .top-list li:hover .ico_taobao {
  background: url(../images/taobao_h.png) no-repeat center #fff;
  background-size: 28px 28px;
}

.float-right-box .top-list li:hover .ico_wechat {
  background: url(../images/erweima_h.png) no-repeat center #fff;
  background-size: 28px 28px;
}

.float-right-box .top-list li:hover .ico_top {
  background: url(../images/elf.png) no-repeat -128px -69px #fff;
}

.float-right-box .top-list li:hover {
  background-color: #fff;
}

.float-right-box .top-list li:hover .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list .return-webtop .stt {
  font-family: "Arial";
  text-align: left;
  font-weight: bold;
}

#wechat .img {
  position: absolute;
  right: 300px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 150px;
  height: 150px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  margin-top: -75px;
}

#wechat .img img {
  width: 150px;
  height: 150px;
}

.float-right-box .top-list li:hover #wechat .img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list li.am-gotop {
  opacity: 0;
  visibility: hidden;
  height: 0;
  border-bottom: 0;
}

.float-right-box .top-list li.am-gotopon {
  visibility: visible;
  opacity: 1;
  height: 50px;
}

.coolbg1{width:100%;cursor: pointer;color:#fff;background-color:#e6000a;border:none;border-radius: 5px;padding:8px ;box-sizing: border-box;}
.page-l {
  position: relative;
}

.page-left-menu {
  position: relative;
  float: left;
  display: none;
  width: 240px;
  background: #e6000a;
}

.page-left-menu.on {
  display: block;
}

.page-left-menu h2 {
  height: 80px;
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  text-indent: 24px;
  font-weight: bold;
}

.page-left-menu ul li {
  height: 40px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.page-left-menu ul li a {
  display: block;
  height: 40px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: url(../images/icon-s.png) 12px center no-repeat;
  -webkit-transition: all .35s ease-in;
  transition: all .35s ease-in;
}

.page-left-menu ul li.on a,
.page-left-menu ul li a:hover {
  padding-left: 20px;
  background: url(../images/icon-s.png) 34px center no-repeat #f0fff8;
  color: #e6000a;
}

.page-left-menu.fixed {
  position: fixed;
  top: 50px !important;
}

.page-r {
  width: 950px;
}

.page-r .page-tit {
  border-bottom: 1px solid #ccc;
  height: 65px;
  padding: 0 13px;
  margin-bottom: 40px;
}

.page-r .page-tit h2 {
  float: left;
  position: relative;
  line-height: 45px;
  color: #e6000a;
  font-size: 20px;
}

.page-r .page-tit p {
  width: 100%;
  text-align: right;
  line-height: 45px;
}

.page-r .page-tit p, .page-r .page-tit a {
  color: #333;
  font-size: 14px;
}

.page-r .page-tit a:hover {
  color: #e6000a;
}

/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px 0 0 0;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

.paging li a {
  display: inline-block;
  color: #e6000a;
  background: #f2f2f2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 3px;
  font-size: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a, .paging li:hover a {
  background: #e6000a;
  color: #fff;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a, .paging li.n a, .paging li a.e, .paging li.p a, .paging li.e a {
  text-indent: -9999px;
}

.paging li.i a {
  background: url(../images/paging_btn.png) 7px center no-repeat #f2f2f2;
}

.paging li a.e {
  background: url(../images/paging_btn.png) -152px center no-repeat #f2f2f2;
}

.paging li.e a {
  background: url(../images/paging_btn.png) -152px center no-repeat #f2f2f2;
}

.paging li.p a {
  background: url(../images/paging_btn.png) -32px center no-repeat #f2f2f2;
}

.paging li.n a {
  background: url(../images/paging_btn.png) -100px center no-repeat #f2f2f2;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #e6000a;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #e6000a;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #e6000a;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #e6000a;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #e6000a;
}

.contentnav {
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.contentnav div {
  display: inline-block;
}

.contentnav div:first-child + div {
  margin: 0 160px;
}

.contentnav a {
  display: block;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #555;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contentnav a:hover {
  background-color: #e6000a;
  border: 1px solid #e6000a;
  color: #fff;
}

.contentnav .t-prev a:hover {
  text-indent: -10px;
}

.contentnav .t-next a:hover {
  text-indent: 10px;
}

.product-left {
  background: #222;font-size:16px;
  width: 270px;
}

.product-left a {
  color: #fff;
}

.product-left .pro-title {
  padding-left: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 80px;
  color: #fff;
}

.product-left .pro-titlist > li a {
  display: block;
  padding-left: 15px;
  line-height: 50px;
  position: relative;
}

.product-left .pro-titlist > li a i {
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-left .pro-titlist > li ul {
  display: none;
}

.product-left .pro-titlist > li ul li a {
  padding-left: 25px;
  background: #333;
  text-transform: lowercase;
  text-transform: capitalize;
  line-height: 40px;

}

.product-left .pro-titlist > li ul li.on a {
  background: #e6000a;
  color: #fff; 
}

.product-left .pro-titlist > li.on > a {
  background: #fff;border-left:3px solid #e6000a;
  color: #e6000a;
  font-weight: bold;

}

.product-left .pro-titlist > li.on > a i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}





/******************相关产品********************/
.related_scroll {
  background: #fafafa;
  position: relative;
}

.related_scroll h2 {
  padding-top: 50px;
  text-align: center;
}

.related_scroll h2 a {
  color: #000;
  font-size: 30px;
  font-family: arial black;
  transition: 300ms;
}
.related_scroll h2 a:hover{color:#e6000a;}
.related_scroll ul {
  margin-bottom: 65px;
  margin-left: 50px;
  height: 300px;
  padding: 50px 0 0 !important;
  margin-bottom: 50px !important;
}

.related_scroll ul li {
  float: left;
  width: 200px !important;
  margin-right: 15px;
  margin-left: 15px;
}

.related_scroll ul li p {
  background: #fff;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
}

.related_scroll ul li .img {
  text-align: center;
  width: 200px;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  position: relative;
}

.related_scroll ul li .img img {
  max-width: 100% !important;
  margin: auto;
  display: block;
}

.related_scroll ul li .img img .title {
  font-size: 16px;
  font-weight: bold;
}

.related_scroll ul li .img .typename {
  position: absolute;
  left: 20px;
  top: 220px;
}

.related_scroll ul li:hover p {
  color: #e6000a;
}

.related_scroll ul li:hover .img {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
}

.tempWrap {
  margin: 0 auto !important;
  overflow: hidden;
}

.arrowl {
  display: block;
  left: -20px;
  top: 54%;
}

.arrowr {
  display: block;
  right: -20px;
  top: 54%;
}

.product_btn {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 70px;
}

.product_btn a {
  display: inline-block;
  height: 40px;
  border: 2px solid #2c8dd1;
  line-height: 40px;
  width: 204px;
  border-radius: 40px;
  margin: 0 15px;
}

.product_btn a:hover {
  background: #2c8dd1;
  color: #fff;
}

.bottomwrap {
  margin: 0 auto;
  padding-left: 20px;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.arrowl {
  background: url(../images/prev2.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowl:hover {
  background: url(../images/prev3.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowr {
  background: url(../images/next2.png) center no-repeat;
  background-size: 40px 40px;
}

.arrowr:hover {
  background: url(../images/next3.png) center no-repeat;
  background-size: 40px 40px;
}

/***********相关产品end**********/
#edition-hh .indexpro2 .pro-list .pic img {
  margin: 0 auto;
  width: auto;
  height: 100%;
}

#edition-hh .page-product .page-r .product-list .pic img {
  margin: 0 auto;
  width: auto;
  height: 100%;
}


 .probox-l {
  width: 40%;
}

 .probox-l .product_pic {
  display: block;
  position: relative;
  padding-bottom: 50px;
}



 .probox-l .product_pic .big-img .show {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 474px;
  height: 474px;
  padding: 0;
}

 .probox-l .product_pic .big-img .show span {
  display: inline-block;
}

 .probox-l .product_pic .big-img img {
  width: 100%;
}

 .probox-l .product_pic .smallimg {
  margin: 30px auto 0;
  width: 500px;
  height: 76px;
  overflow: hidden;
  position: relative;
}

 .probox-l .product_pic .smallimg .scrollbtn {
  display: block;
  width: 74px;
  height: 74px;
  cursor: pointer;
}

 .probox-l .product_pic .smallimg .smallImgUp {
  background: url("/templets/images/prev2.png") center center no-repeat;
  margin-right: 6px;
}

 .probox-l .product_pic .smallimg .smallImgUp:hover {
  opacity: .8;
}

 .probox-l .product_pic .smallimg .smallImgDown {
  background: url("/templets/images/next2.png") center center no-repeat;
}

 .probox-l .product_pic .smallimg .smallImgDown:hover {
  opacity: .8;
}

 .probox-l .product_pic .smallimg .imagemenu {
  position: relative;
  width: 344px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 76px;
}

 .probox-l .product_pic .smallimg .imagemenu ul {
  position: absolute;
  top: 0;
  left: 0;
  height: 76px;
  width: 999em;
  top: 0;
}

 .probox-l .product_pic .smallimg .imagemenu ul li {
  float: left;
  width: 76px;
  height: 76px;
  border-radius: 5px;
  border: 2px solid #fff;
  overflow: hidden;
  margin-right: 10px;
}

 .probox-l .product_pic .smallimg .imagemenu ul li a {
  display: table-cell;
  width: 76px;
  height: 76px;
  vertical-align: middle;
  text-align: center;
}

 .probox-l .product_pic .smallimg .imagemenu ul li a img {
  width: 100%;
}

 .probox-l .product_pic .smallimg .imagemenu ul li.current,  .probox-l .product_pic .smallimg .imagemenu ul li:hover {
  border-color: #e6000a;
}


