.ul-flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.pagenav.productlist .container {
  width: 80%;
  margin-left: 0;
}
@media (min-width: 992px) {
  .pagenav.productlist .container {
    width: 100%;
    margin: 0 auto;
  }
}
.footer .siteinfo .right strong {
  display: none;
}
/* 热门 S */
.sort2 {margin-bottom:2rem;
 width: 100%;overflow:hidden;
}
 .sort2 a {
width:30%;max-width:200px;float:left;
  display: inline-block;
  color: #000;
  margin-right:3%;
  background:#EEEEEE;
  padding: 1rem;text-align:center;
font-size:1.2rem;
}
.sort2 a:hover,.sort2 a.active{
background:#164e99;color: #fff;}

@media (max-width: 820px) {
.sort2 {margin-bottom:0.5rem;

}	
 .sort2 a {
  padding: 0.4rem;
font-size:.6rem;
}
}

.hot {
  width: 90%;
  padding-top: .4rem;
  border-top: 1px solid #ddd;
  margin-bottom: 1.2rem;
}
.hot section.title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
.hot ul {
  margin-top: .6rem;
}
.hot ul.image li {
  margin-bottom: -1rem;
}
.hot ul.image li .img {
  width: 100%;
  height: 6rem;
}
@media (min-width: 520px) {
  .hot ul.image li .img {
    height: 8rem;
  }
}
@media (min-width: 640px) {
  .hot ul.image li .img {
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .hot ul.image li .img {
    height: 12rem;
  }
}
@media (min-width: 840px) {
  .hot ul.image li .img {
    height: 15rem;
  }
}
.hot ul.image li .img img {
  width: 100%;
  height: 100%;
}
.hot ul.image li p {
  color: #555;
  text-align: center;
  margin-top: .4rem;
}
.hot ul.image li:last-child {
  display: none;
}
.hot ul.news {
  flex-flow: column nowrap;
}
.hot ul.news li {
  margin-bottom: .4rem;
}
.hot ul.news li a p {
  display: inline-block;
  width: 80%;
  color: #222;
  font-size: .76rem;
  vertical-align: middle;
}
.hot ul.news li a span {
  color: #888;
  font-size: .68rem;
}
@media (min-width: 992px) {
  .hot {
    width: 96%;
    padding-top: 2rem;
  }
  .hot section.title {
    font-size: 2rem;
  }
  .hot ul {
    margin-top: 2rem;
  }
  .hot ul.image {
    overflow: hidden;
  }
  .hot ul.image .row {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    overflow: hidden;
  }
  .hot ul.image .row li {
    position: relative;
    left: 0;
    flex-shrink: 0;
    margin: 0 12px;
    overflow: hidden;
  }
  .hot ul.image .row li .img {
    height: 18rem;
  }
  .hot ul.image .row li p {
    position: absolute;
    bottom: -100px;
    left: 0px;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: left;
    padding-left: 1.2rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    transition: .5s;
  }
  .hot ul.image .row li:hover p {
    bottom: -10px;
  }
  .hot ul.image .row li:last-child {
    display: block;
  }
  .hot ul.news {
    flex-flow: row wrap;
  }
  .hot ul.news li {
    width: 42%;
  }
  .hot ul.news li a p {
    color: #555;
    font-size: 1rem;
    transition: .5s;
  }
  .hot ul.news li a span {
    font-size: 1rem;
    transition: .5s;
  }
  .hot ul.news li:hover a span {
    color: #555;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hot ul.news li a p {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hot ul.news li a span {
    font-size: 1rem;
  }
}
/* 热门 E */
/* 关于 S */
/* 公司简介 */
.article.about {
  margin: 2rem auto 0;
  background: #fff;
}
.article.about .info {
  width: 96%;
  margin: 0 auto;
}
.article.about .info .text {
  position: relative;
  width: 100%;
  font-size: .6rem;
  line-height: 1rem;
  text-align: justify;
  margin-top: .6rem;
  overflow: hidden;
  transition: .5s;
}
.article.about .info .text .more {
  position: absolute;
  top: 6rem;
  display: block;
  width: 100%;
  height: 2rem;
  color: #888;
  font-size: .6rem;
  text-align: center;
  line-height: .8rem;
  background: #fff;
}
.article.about .info .text .more p {
  margin-bottom: 0;
}
.article.about .info .text .more i {
  color: #888;
  font-size: 1rem;
}
.article.about .numCount {
  margin-top: 1rem;
}
.article.about .numCount .numCX {
  font-size: 2rem;
}
.article.about .numCount .unitC {
  position: relative;
  top: -0.1rem;
  left: .3rem;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .article.about {
    margin: 4rem auto 0;
    width: 100%;
  }
  .article.about .info section {
    margin-bottom: 2rem;
  }
  .article.about .info .text {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-top: 1.2rem;
    text-indent: 36px;
  }
}
@media (min-width: 1200px) {
  .article.about {
    margin: 6rem auto 0;
  }
  .article.about .info section {
    margin-bottom: 4rem;
  }
  .article.about .info .text {
    display: inline-block;
    float: left;
    width: 60%;
    color: #555;
    margin-top: 0;
    text-indent: 28px;
  }
  .article.about .info .text .more {
    width: 100%;
    text-align: left;
    top: 8rem;
    cursor: pointer;
  }
  .article.about .info .text .more p {
    text-indent: 0;
    font-size: 1rem;
    transition: .5s;
  }
  .article.about .info .text .more i {
    display: none;
  }
  .article.about .numCount {
    display: inline-block;
    float: right;
    width: 32%;
    margin-top: 1.6rem;
  }
  .article.about .numCount .numCX {
    font-size: 3.2rem;
  }
  .article.about .numCount .unitC {
    font-size: 1.6rem;
  }
}
/* 企业文化 */
.article.about .culture {
  margin-top: 2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.4rem;
  background: #f5f5f5;
}
.article.about .culture .block .pic,
.article.about .culture .block .text {
  width: 100%;
  height: 10rem;
  padding: 0;
}
@media (min-width: 620px) {
  .article.about .culture .block .pic,
  .article.about .culture .block .text {
    height: 14rem;
  }
}
.article.about .culture .block .pic img,
.article.about .culture .block .text img {
  width: 100%;
  height: 100%;
}
.article.about .culture .block .text {
  text-align: center;
  box-sizing: border-box;
  padding: 1.4rem 2.4rem 0;
  background: #fff;
}
.article.about .culture .block .text i {
  font-size: 3rem;
}
.article.about .culture .block .text p.tit {
  font-size: .8rem;
}
@media (min-width: 768px) {
  .article.about .culture {
    padding-bottom: 0;
  }
  .article.about .culture .block {
    margin-top: 2rem;
  }
  .article.about .culture .block .pic,
  .article.about .culture .block .text {
    width: 50%;
  }
  .article.about .culture .block .pic.pic:nth-child(3),
  .article.about .culture .block .text.pic:nth-child(3) {
    position: relative;
    left: 50%;
  }
  .article.about .culture .block .pic.text:nth-child(4),
  .article.about .culture .block .text.text:nth-child(4) {
    position: relative;
    right: 50%;
  }
  .article.about .culture .block .pic.text,
  .article.about .culture .block .text.text {
    padding: 2.4rem 2.4rem 0;
  }
  .article.about .culture .block .pic.text i,
  .article.about .culture .block .text.text i {
    font-size: 3.6rem;
  }
  .article.about .culture .block .pic.text p.tit,
  .article.about .culture .block .text.text p.tit {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .article.about .culture {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 2.4rem;
  }
  .article.about .culture .block {
    max-width: 1200px;
    margin: 3rem auto 0;
  }
  .article.about .culture .block .pic,
  .article.about .culture .block .text {
    width: 33.3%;
  }
  .article.about .culture .block .pic.pic:nth-child(3),
  .article.about .culture .block .text.pic:nth-child(3),
  .article.about .culture .block .pic.text:nth-child(4),
  .article.about .culture .block .text.text:nth-child(4) {
    position: unset;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .article.about .culture {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .article.about .culture .block .pic,
  .article.about .culture .block .text {
    height: 20rem;
  }
  .article.about .culture .block .pic.text,
  .article.about .culture .block .text.text {
    padding: 3.2rem 2.4rem 0;
  }
  .article.about .culture .block .pic.text i,
  .article.about .culture .block .text.text i {
    font-size: 4.6rem;
  }
  .article.about .culture .block .pic.text p.tit,
  .article.about .culture .block .text.text p.tit {
    font-size: 1.4rem;
  }
}
/* 荣誉证书 */
.article.about .honor {
  margin-top: 2rem;
}
.article.about .honor .list {
  width: 90%;
  margin: 1rem auto 0;
}
.article.about .honor .list .swiper-slide {
  width: 42%;
  text-align: center;
}
.article.about .honor .list .swiper-slide img {
  width: 100%;
}
.article.about .honor .list .swiper-button-prev,
.article.about .honor .list .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .article.about .honor {
    margin-top: 3rem;
  }
  .article.about .honor .list {
    width: 100%;
    max-width: 1100px;
    margin: 3rem auto 3rem;
  }
  .article.about .honor .list .swiper-button-prev,
  .article.about .honor .list .swiper-button-next {
    display: block;
  }
}
/* 联系我们 */
.article.about .contact {
  margin-top: 0rem!important;
}
.article.about .contact .container {
  flex-flow: row wrap;
  width: 92%;
  margin: 0 auto;
}
.article.about .contact .container #ditu {
  width: 100%;
  height: 10rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article.about .contact .container #ditu {
    height: 18rem;
  }
}
.article.about .contact .container div.info {
  position: relative;
  margin-bottom: 1rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .article.about .contact .container div.info {
    padding-top: 2.6rem;
  }
}
.article.about .contact .container div.info p {
  color: #222;
  font-size: .7rem;
}
.article.about .contact .container div.info p i {
  font-size: 1rem;
  vertical-align: middle;
  margin-right: .2rem;
}
.article.about .contact .container div.info a.toMap {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  color: #fff;
}
@media (min-width: 768px) {
  .article.about .contact .container div.info a.toMap {
    width: 30%;
    height: 2rem;
    line-height: 2rem;
  }
}
@media (min-width: 992px) {
  .article.about .contact {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
  .article.about .contact section {
    margin-bottom: 3rem;
  }
  .article.about .contact .container {
    flex-flow: row nowrap;
    width: 100%;
  }
  .article.about .contact .container #ditu {
    width: 90%;
    height: 26rem;
  }
  .article.about .contact .container div.info {
    width: 90%;
    margin-left: 3rem;
  }
  .article.about .contact .container div.info p {
    font-size: 1.2rem;
  }
  .article.about .contact .container div.info p i {
    font-size: 1.6rem;
  }
  .article.about .contact .container div.info a.toMap {
    position: unset;
    margin-top: 2rem;
    height: 3rem;
    line-height: 3rem;
  }
}
/* 网站地图 */
.article.sitemap .container {
  flex-flow: column nowrap;
  width: 92%;
  padding: 1rem 0;
}
.article.sitemap .container div {
  margin-bottom: .8rem;
}
.article.sitemap .container div a {
  display: inline-block;
  margin-right: .7rem;
  margin-bottom: .8rem;
  color: #555;
  font-size: .6rem;
}
.article.sitemap .container div a:first-child {
  display: block;
  color: #222;
  font-size: .7rem;
  margin-bottom: .4rem;
}
.article.sitemap .container div a:first-child span {
  font-family: "宋体";
}
@media (min-width: 992px) {
  .article.sitemap .container {
    margin-top: 2rem;
  }
  .article.sitemap .container div {
    margin-bottom: 3rem;
  }
  .article.sitemap .container div a {
    font-size: 1rem;
    margin-right: 1.6rem;
    transition: .5s;
  }
  .article.sitemap .container div a:first-child {
    font-size: 1.1rem;
    margin-bottom: 1.4rem;
  }
}
/* 关于 E */
/* 招聘 S */
.article.employ .container {
  width: 90%;
}
.article.employ .container .wage {
  position: relative;
  box-sizing: border-box;
  margin-top: 1.2rem;
  padding: 1rem;
  background: #f5f5f5;
}
.article.employ .container .wage b {
  color: #222;
  font-size: .8rem;
  font-weight: normal;
}
.article.employ .container .wage p {
  color: #555;
  margin-top: .5rem;
  line-height: 1rem;
  text-align: justify;
}
.article.employ .container .wage span {
  position: absolute;
  font-size: 3rem;
}
.article.employ .container .wage span.grey {
  top: -1.2rem;
  left: .1rem;
  color: #888;
}
.article.employ .container .wage span.mainColor {
  bottom: -3rem;
  right: 1rem;
}
.article.employ .container .list {
  flex-flow: column nowrap;
  margin-top: 1rem;
}
.article.employ .container .list li {
  margin-bottom: .7rem;
  border: 1px solid #ddd;
}
.article.employ .container .list li .head {
  position: relative;
  box-sizing: border-box;
  padding: .7rem;
  padding-bottom: .1rem;
  background: #fff;
  transition: .5s;
}
.article.employ .container .list li .head p {
  transition: .5s;
}
.article.employ .container .list li .head .tit {
  font-size: .8rem;
}
.article.employ .container .list li .head .txt {
  box-sizing: border-box;
  height: 0;
  color: #fff;
  line-height: 1rem;
  text-align: justify;
  margin-bottom: 0;
  overflow: hidden;
  transition: .5s;
}
.article.employ .container .list li .head i {
  position: absolute;
  top: 50%;
  right: .7rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #555;
  font-family: "宋体";
  font-style: normal;
  margin-top: -0.5rem;
  border-radius: 10rem;
  border: 1px solid #ddd;
  background: #fff;
  transition: .5s;
  cursor: pointer;
}
@media (min-width: 992px) {
  .article.employ .container {
    width: 96%;
  }
  .article.employ .container .wage {
    padding: 2rem;
    margin-top: 2rem;
  }
  .article.employ .container .wage b {
    font-size: 1.2rem;
  }
  .article.employ .container .wage p {
    font-size: 1rem;
    margin-top: .8rem;
    line-height: 1.6rem;
  }
  .article.employ .container .wage span {
    font-size: 4.2rem;
  }
  .article.employ .container .wage span.grey {
    top: -1.8rem;
    left: .5rem;
  }
  .article.employ .container .wage span.mainColor {
    bottom: -4rem;
    right: 1rem;
  }
  .article.employ .container .list li .head .tit {
    font-size: 1rem;
  }
  .article.employ .container .list li .head i {
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-top: -0.7rem;
  }
}
@media (min-width: 1200px) {
  .article.employ .container {
    width: 100%;
  }
  .article.employ .container .wage {
    padding: 2.8rem;
    margin-top: 3rem;
  }
  .article.employ .container .wage b {
    font-size: 1.6rem;
  }
  .article.employ .container .wage p {
    font-size: 1.2rem;
    margin-top: 1.4rem;
    line-height: 2rem;
  }
  .article.employ .container .wage span {
    font-size: 6rem;
  }
  .article.employ .container .wage span.grey {
    top: -3rem;
  }
  .article.employ .container .wage span.mainColor {
    bottom: -6rem;
  }
  .article.employ .container .list {
    margin-top: 2.2rem;
  }
  .article.employ .container .list li {
    margin-bottom: 1.6rem;
  }
  .article.employ .container .list li .head {
    padding: 1.4rem;
    padding-bottom: .8rem;
  }
  .article.employ .container .list li .head .tit {
    font-size: 1.4rem;
  }
  .article.employ .container .list li .head .trait {
    font-size: 1.2rem;
  }
  .article.employ .container .list li .head i {
    right: 1.4rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    margin-top: -1rem;
  }
}
/* 招聘 E */
/* 列表 S */
/* 产品 */
.article.list {
  margin-top: .5rem;
}
@media (min-width: 768px) {
  .article.list {
    margin-top: 1.6rem;
  }
}
@media (min-width: 992px) {
  .article.list {
    margin-top: 2rem;
  }
}
.article.list .container {
  width: 88%;
}
@media (min-width: 992px) {
  .article.list .container {
    width: 96%;
  }
}
.article.list .container .product li {
  text-align: center;
  border: 0px solid #ddd;
}
.article.list .container .product li .img {
  overflow: hidden;
  height: 148px;
  line-height: 148px;
}
.article.list .container .product li .img2 {
    height: auto;
    height: auto;
  }
@media (min-width: 768px) {
  .article.list .container .product li .img {
   height: auto;
  }
}
@media (min-width: 992px) {
  .article.list .container .product li .img {
    height: auto;
  }
}
.article.list .container .product li img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.article.list .container .product li p {
  color: #222;
  font-size: .8rem;
  margin: .5rem 0;
  transition: .5s;
}
.article.list .container .product li:hover img {
  transform: scale(1.2);
}
@media (min-width: 1200px) {
  .article.list {
    margin-top: 2.4rem;
  }
  .article.list .container {
    width: 100%;
  }
  .article.list .container .product li .img {
    height: auto;

  }
   .article.list .container .product li .img2 {
    height: auto;
    height: auto;
  }
  .article.list .container .product li p {
    font-size: 1rem;
    margin: .8rem 0;
  }
}
/* 新闻 */
.article.list .container .news li a {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: .5rem;
  margin-bottom: .7rem;
  background: #f7f7f7;
}
.article.list .container .news li a .img,
.article.list .container .news li a .shader {
  display: none;
}
.article.list .container .news li a .date {
  text-align: center;
  margin-right: 1rem;
}
.article.list .container .news li a .date p {
  color: #222;
}
.article.list .container .news li a .date p.day {
  font-size: 1rem;
}
.article.list .container .news li a .info {
  width: 80%;
}
.article.list .container .news li a .info p {
  color: #222;
  margin-top: .2rem;
}
.article.list .container .news li a .info p.tit {
  font-size: .8rem;
}
.article.list .container .news li a .info p.txt {
  color: #555;
}
@media (min-width: 800px) {
  .article.list .container .news li a {
    padding: 1.4rem 2.6rem;
    transition: .5s;
  }
  .article.list .container .news li a .date {
    width: 4.2rem;
  }
  .article.list .container .news li a .date p.day {
    font-size: 2rem;
  }
  .article.list .container .news li a .info {
    margin-left: 2rem;
  }
  .article.list .container .news li a .info p.tit {
    font-size: 1.4rem;
  }
  .article.list .container .news li:hover a .date p {
    color: #fff;
  }
  .article.list .container .news li:hover a .info {
    width: 88%;
  }
  .article.list .container .news li:hover a .info p {
    color: #fff;
  }
}
@media (min-width: 800px) and (min-width: 1200px) {
  .article.list .container .news li:hover a .info {
    width: 100%;
  }
}
/* 列表 E */
/* 详情 S */
/* 新闻 */
.article.content .container {
  width: 90%;
}
.article.content .container .news {
  margin-top: 2rem;
  margin-bottom: 1.6rem;
}
.article.content .container .news h5 {
  font-size: .8rem;
  text-align: center;
}
.article.content .container .news p.info {
  color: #888;
  margin: 1rem auto;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.article.content .container .news .text {
  font-size: .6rem;
  text-align: justify;
}
.article.content .container .news .text p {
  font-size: .6rem;
}
.article.content .container .others {
  flex-flow: column nowrap;
}
.article.content .container .others a {
  display: inline-block;
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: .5rem;
  box-sizing: border-box;
  padding: 0 .5rem;
  color: #555;
  font-size: .7rem;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .article.content .container .others {
    flex-flow: row nowrap;
  }
  .article.content .container .others a {
    width: 48%;
    height: 2rem;
    line-height: 2rem;
    padding: 0 .8rem;
    margin-top: 1.4rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .article.content .container .others a {
    width: 30%;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    transition: .5s;
  }
  .article.content .container .others a:hover {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .article.content .container {
    width: 96%;
  }
  .article.content .container .news {
    margin-top: 4rem;
  }
  .article.content .container .news h5 {
    font-size: 1.2rem;
  }
  .article.content .container .news p.info {
    margin: 1.4rem auto;
    padding-bottom: 1.4rem;
  }
  .article.content .container .news .text {
    color: #555;
    font-size: 1rem;
  }
  .article.content .container .news .text p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .article.content .container {
    width: 100%;
  }
  .article.content .container .news {
    margin-top: 6rem;
  }
  .article.content .container .news h5 {
    font-size: 1.8rem;
  }
  .article.content .container .news .text p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
/* 产品 */
.bigpic.product {
  display: none;
}
.preview .active-nav .imgauto {
  border: 1px solid #264687;
}
.article.content .container .image {
  margin-bottom: 1.6rem;
}
@media (min-width: 400px) {
  .article.content .container .image {
    margin-top: 2rem;
  }
}
.article.content .container .image h5 {
  font-size: 1rem;
  font-weight: bold;
}
.article.content .container .image p.info {
  color: #888;
  margin: 1rem 0;
}
.article.content .container .image .text {
  text-align: left;
}
.article.content .container .image .text p {
  color: #555;
  line-height: 1.4rem;
}
.article.content .container .image .text p img {
  width: 100%;
  max-width: 600px;
}
.article.content .text {
  color: #555;
  font-size: .7rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.article.content .text img {
  vertical-align: middle;
}
.article.content .text p img {
  vertical-align: middle;
}
@media (min-width: 992px) {
  .bigpic.product {
    display: block;
  }
  .article.content .container .image {
    margin-top: 4rem;
  }
  .article.content .container .image h5 {
    font-size: 1.2rem;
  }
  .article.content .container .image p.info {
    margin: 1.4rem 0;
    padding-bottom: 1.4rem;
  }
  .article.content .container .image .text {
    color: #555;
    font-size: 1rem;
  }
  .article.content .container .image .text p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.view.article.content .recommend {
  width: 90%;
  margin: 0 auto;
}
.view.article.content .recommend section.title {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 992px) {
  .view.article.content .recommend section.title {
    font-size: 2rem;
  }
}
.view.article.content .recommend ul.image {
  margin-top: 1rem;
}
.view.article.content .recommend ul.image li {
  margin-top: -1.2rem;
}
.view.article.content .recommend ul.image li .img {
  width: 100%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.view.article.content .recommend ul.image li .img img {
  width: 100%;
}
.view.article.content .recommend ul.image li p {
  color: #222;
  font-size: .6rem;
  margin-top: .3rem;
}
@media (min-width: 480px) {
  .view.article.content .recommend ul.image li p {
    font-size: .8rem;
  }
}
@media (min-width: 768px) {
  .view.article.content .recommend ul.image li p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .view.article.content {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .view.article.content .cont {
    float: left;
    width: 64%;
  }
  .view.article.content .cont h5 {
    font-size: 1.6rem;
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
  }
  .view.article.content .recommend {
    float: right;
    width: 26%;
    margin-top: 3.4rem;
  }
  .view.article.content .recommend ul.image li p {
    color: #555;
    font-size: 1.2rem;
    margin-top: .8rem;
  }
  .view.article.content .recommend ul.image li:hover .img img {
    transform: scale(1.25);
  }
}
.article.content .container .image {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .article.content .container .image {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .article.content .container .image {
    margin-top: 3rem;
  }
}
.eyou-showcase .imgauto {
  width: 100%;
  border: 1px solid #ddd;
}
.eyou-showcase .preview {
  margin-top: 1rem;
}
.eyou-showcase .eyou-showcase-info {
  display: block;
  margin-top: 1rem;
}
.eyou-showcase .eyou-showcase-info .protit {
  display: none;
}
.eyou-showcase .eyou-showcase-info p {
  display: inline-block;
  color: #555;
  font-size: .6rem;
  margin-top: .4rem;
  margin-right: 1rem;
}
.eyou-showcase .eyou-showcase-info p span {
  color: #264687;
}
.eyou-showcase .eyou-showcase-info .tel {
  display: none;
}
@media (min-width: 992px) {
  .eyou-showcase .eyou-showcase-info .protit {
    display: block;
    margin-bottom: 2rem;
  }
  .eyou-showcase .eyou-showcase-info p {
    display: block;
    font-size: 1rem;
    margin-right: 0;
  }
  .eyou-showcase .eyou-showcase-info .tel {
    display: inline-block;
  }
  .eyou-showcase .eyou-showcase-info .tel a {
    line-height: 36px;
    background: #264687;
  }
}
.content.article .loupe {
  display: none;
}
.article.content .itempic {
  width: 100%;
}
.article.content .itempic .pic {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
}
.article.content .itempic .pic .view .fl {
  width: 80%;
  box-sizing: border-box;
  transition: .5s;
}
.article.content .itempic .pic .view .fl .swiper-slide img {
  width: 100%;
}
.article.content .itempic .pic .view .fr {
  position: relative;
  width: 20%;
  height: 300px;
  background: #f5f5f5;
  overflow: hidden;
}
.article.content .itempic .pic .view .fr .swiper-wrapper {
  position: relative;
  top: 0px;
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-flow: column nowrap;
  justify-content: flex-start;
  transition: .1s;
}
.article.content .itempic .pic .view .fr .swiper-slide {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  cursor: pointer;
}
.article.content .itempic .pic .view .fr .swiper-slide img {
  width: 100%;
  height: 100%;
}
.article.content .itempic .pic .view .fr .swiper-slide-active {
  border: 2px solid #264687;
}
.article.content .itempic .pic .view .fr .button {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.article.content .itempic .pic .view .fr .button .btn {
  height: 36px;
  line-height: 36px;
  background: white;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.article.content .itempic .pic .view .fr .button .btn span {
  display: inline-block;
  font-family: "宋体";
}
.article.content .itempic .pic .view .fr .button .prev {
  margin-bottom: 1px;
}
.article.content .itempic .pic .view .fr .button .prev span {
  transform: rotate(90deg);
}
.article.content .itempic .pic .view .fr .button .next span {
  transform: rotate(90deg);
}
.article.content .itempic .info {
  width: 92%;
  margin: 1rem auto;
}
.article.content .itempic .info .title {
  font-size: 1rem;
  font-weight: bold;
}
.article.content .itempic .info .subtitle {
  color: #888;
  font-size: .6rem;
  margin-top: .5rem;
}
.article.content .itempic .info .tit {
  font-size: .7rem;
  margin-top: .7rem;
}
.article.content .itempic .info .tit.type span {
  color: #264687;
  font-size: .7rem;
}
.article.content .itempic .info .tit.tel span {
  color: #264687;
  font-size: .7rem;
}
.article.content .itempic .info .desc,
.article.content .itempic .info .cpyy {
  color: #888;
  font-size: .7rem;
  margin-top: .7rem;
  line-height: 1.2rem;
}
.article.content .itempic .info a {
  display: inline-block;
  width: 4.6rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  margin-top: .8rem;
  color: #fff;
  font-size: .7rem;
  background: #264687;
}
.article.content .main .text {
  margin-top: 1rem;
}
.article.content .main .text .tit {
  font-size: .8rem;
}
.article.content .main .text .tit.two {
  margin-bottom: .5rem;
}
.article.content .main .text .args ul {
  flex-flow: row wrap;
  margin-top: .5rem;
  margin-bottom: .8rem;
}
.article.content .main .text .args ul li {
  width: 50%;
  color: #666;
  font-size: .5rem;
  padding: .4rem .2rem;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.article.content .main .text img {
  width: 100%;
  max-width: 1000px;
}
.article.content .main .list {
  display: none;
}
@media (min-width: 1200px) {
  .bigpic.product {
    height: 20rem;
  }
  .bigpic.product .container {
    padding-top: 10rem;
  }
  .bigpic.product .container p:last-child {
    display: none;
  }
  .article.content {
    width: 100%;
    max-width: 1400px;
    margin: 2rem auto 0;
  }
  .article.content .itempic {
    position: relative;
    max-width: 1400px;
  }
  .article.content .itempic .pic {
    float: left;
    width: 50%;
  }
  .article.content .itempic .pic .view .fl {
    height: 560px;
  }
  .article.content .itempic .pic .view .fl img {
    height: 100%;
  }
  .article.content .itempic .pic .view .fr {
    height: 560px;
  }
  .article.content .itempic .pic .view .fr .swiper-wrapper .swiper-slide {
    height: 140px;
  }
  .article.content .itempic .pic .view .fr .button {
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    bottom: 22px;
  }
  .article.content .itempic .pic .view .fr .button .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: .5s;
  }
  .article.content .itempic .pic .view .fr .button .btn:hover {
    color: #fff;
    background: #264687;
    border: 1px solid #264687;
  }
  .article.content .itempic .pic .view .fr .button .prev {
    margin-bottom: 0;
  }
  .article.content .itempic .pic .view .fr .button .prev span {
    transform: unset;
  }
  .article.content .itempic .pic .view .fr .button .next span {
    transform: unset;
  }
  .article.content .itempic .info {
    float: right;
    width: 44%;
  }
  .article.content .itempic .info .title {
    font-size: 24px;
  }
  .article.content .itempic .info .subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
  .article.content .itempic .info .tit {
    font-size: 16px;
    margin-top: 34px;
  }
  .article.content .itempic .info .tit.type span,
  .article.content .itempic .info .tit.tel span {
    font-size: 16px;
  }
  .article.content .itempic .info .desc,
  .article.content .itempic .info .cpyy {
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
  }
  .article.content .itempic .info a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 50px;
  }
  .article.content .main .text {
    float: left;
    vertical-align: top;
    width: 900px;
    max-width: 1400px;
    margin-top: 100px;
  }
  .article.content .main .text .tit {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .article.content .main .text .tit.two {
    margin-bottom: 1rem;
  }
  .article.content .main .text .args {
    max-width: 1400px;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .article.content .main .text .args ul {
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .article.content .main .text .args ul li {
    font-size: 1rem;
    padding: .8rem 1rem;
  }
  .article.content .main .text img {
    max-width: 900px;
  }
  .article.content .main .text p {
    margin-bottom: 0;
  }
  .article.content .main .text p img {
    max-width: 900px;
  }
  .article.content .main .list {
    float: right;
    display: block;
    vertical-align: top;
    margin-top: 100px;
    width: 340px;
  }
  .article.content .main .list .item .tit {
    color: #264687;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.6rem;
  }
  .article.content .main .list .item a {
    display: block;
    margin-bottom: 1rem;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding-bottom: 1.4rem;
    overflow: hidden;
  }
  .article.content .main .list .item a img {
    width: 100%;
  }
  .article.content .main .list .item a p {
    color: #555;
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
    padding-top: 1.4rem;
    border-top: 1px solid #ddd;
  }
  .article.content .main .list .item a:hover img {
    transform: scale(1.2);
  }
  .article.content .itempic .loupe {
    position: absolute;
    top: 0;
    left: 700px;
    width: 700px;
    height: 560px;
    overflow: hidden;
    background-color: #eee;
    background-size: 200%;
    background-position: 0 0;
    display: none;
  }
  .article.content .itempic .loupe img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
  }
}
/* 详情 E */
/* 搜索 S */
.article.search {
  margin-top: .6rem;
}
.article.search a {
  display: block;
  margin-bottom: .6rem;
  padding-bottom: .6rem;
  border-bottom: 1px solid #ddd;
}
.article.search a:last-child {
  border-bottom: none;
}
.article.search a img {
  width: 30%;
  max-width: 200px;
}
.article.search a div {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-left: .5rem;
}
.article.search a div p.tit {
  color: #555;
  font-size: .7rem;
  transition: .5s;
}
.article.search a div i {
  color: #888;
  font-size: .6rem;
  font-style: normal;
  transition: .5s;
}
.article.search a div p.txt {
  color: #888;
  font-size: .5rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .article.search {
    margin-top: 1.4rem;
  }
  .article.search a {
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .article.search a img {
    max-width: 300px;
  }
  .article.search a div {
    width: 77%;
    margin-left: 1.6rem;
  }
  .article.search a div p.tit {
    font-size: 1.2rem;
  }
  .article.search a div i {
    font-size: 1rem;
  }
  .article.search a div p.txt {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 2.4rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .article.search {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .article.search a {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .article.search a img {
    max-width: 240px;
  }
}
/* 搜索 E */
/* tag word */
.article.list .container .tag.tit {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}
.article.list .container .tag {
  margin-bottom: 2rem;
}
.article.list .container .tag li {
  display: inline-block;
  margin: .5rem 0.5%;
  background: #ff9553;
  padding: 0 2rem;
  border-radius: 3px;
  /*width: 30%;*/
  /*box-shadow: 0 .3rem 1rem rgba(0,0,0,.05);*/
}
/*.article.list .container .tag li:nth-child(2n){
    background: #fff;
}*/
.article.list .container .tag li:nth-child(5n+1) {
  background: #5777CA;
}
.article.list .container .tag li:nth-child(5n+2) {
  background: #38B5A2;
}
.article.list .container .tag li:nth-child(5n+3) {
  background: #E05353;
}
.article.list .container .tag li:nth-child(5n+4) {
  background: #df7ae9;
}
.article.list .container .tag li:hover {
  /*box-shadow: 0 .3rem 2rem rgba(0,0,0,.1);*/
}
.article.list .container .tag li a {
  display: block;
  line-height: 2.8;
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
}
@media (max-width: 1200px) {
  .article.list .container .tag.tit {
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
  .article.list .container .tag li a {
    line-height: 2.4;
    font-size: .8rem;
  }
}
@media (max-width: 992px) {
  .article.list .container .tag.tit {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .article.list .container .tag li {
    margin: .4rem .7%;
    padding: 0 1.4rem;
  }
  .article.list .container .tag li a {
    line-height: 2.4;
    font-size: .8rem;
  }
}
@media (max-width: 770px) {
  .article.list .container .tag.tit {
    font-size: 1rem;
    margin-bottom: .6rem;
  }
  .article.list .container .tag li {
    margin: .3rem 1.3%;
    padding: 0 .7rem;
  }
  .article.list .container .tag li a {
    line-height: 2.2;
    font-size: .65rem;
  }
}
@media (max-width: 484px) {
  .article.list .container .tag.tit {
    margin-top: 1.8rem;
  }
  .article.list .container .tag li {
    margin: .3rem 1.3%;
    padding: 0 .5rem;
  }
  .article.list .container .tag li a {
    line-height: 2.2;
    font-size: .6rem;
  }
}
