@charset "utf-8";
/* CSS Document */
header {
  height: 60px;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #FFFFFF;
}
#menu {
  height: 60px;
  width: 1200px;
  z-index: 999;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}
#menu .logo-cn {
  background-image: url(/img/logo-cn.webp);
  height: 30px;
  background-size: auto 30px;
  display: block;
  float: left;
  width: 360px;
  margin-top: 15px;
  background-repeat: no-repeat;
}
#menu .logo-en {
  background-image: url(/img/logo-en.webp);
  height: 30px;
  background-size: auto 30px;
  display: block;
  float: left;
  width: 360px;
  margin-top: 15px;
  background-repeat: no-repeat;
}
#menu li {
  float: left;
  position: relative;
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
}
#menu .rightmenu {
  float: right;
}
#menu .iconmenu {
  padding-left: 5px;
  padding-right: 5px;
}
#menu .iconmenu a {
  font-weight: 400;
  text-transform: capitalize;
  background-color: #EDEDED;
  display: block;
  line-height: 20px;
  height: 20px;
  margin-top: 20px;
  font-size: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
}
#menu .menuicon {
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  vertical-align: middle;
}
#menu li a {
  display: block;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  color: #62615E;
  font-weight: 600;
  text-transform: uppercase;
}
#menu li a:hover {
  color: #E20000;
}
#menu li.current > a {
  color: #E20000;
}
#menu li:hover > ul.child {
  display: block;
}
#menu li ul {
  display: none;
  position: absolute;
  z-index: 999;
  margin-top: -1px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
}
#menu .menu-arrow {
  position: absolute;
  margin-top: -28px;
  margin-left: 50px;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}
#menu li ul li {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#menu li ul a {
  text-align: left;
  font-weight: normal;
  display: inline-block;
  line-height: 30px;
}
#menu li ul a:hover {
  color: #E20000;
}
#menu .head-product {
  width: 660px;
  margin-left: -64px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  z-index: 1000;
}
#menu .head-product-title {
  font-size: 18px;
  border-bottom: 1px dashed #DEDEDE;
  line-height: 40px;
  clear: both;
  margin-bottom: 20px;
}
#menu .head-product-item {
  float: left;
  width: 220px;
  display: block;
  margin-bottom: 18px;
}
#menu .head-product-item:hover .head-product-item-title {
  color: #E20000;
}
#menu .head-product-item-title {
  font-size: 14px;
  line-height: 30px;
  color: #111111;
  font-weight: bold;
}
#menu .head-product-item-text {
  font-size: 12px;
  line-height: 20px;
  color: #A4A4A4;
}
.head-space {
  height: 60px;
  width: 100%;
}
footer {
  width: 100%;
  background-color: #232423;
  color: #cccccc;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
footer A:link, footer A:visited {
  color: #cccccc;
}
footer A:hover {
  color: #E20000;
}
.yline:before {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
.copyright-wrap {
  border-top: 1px solid #484848;
  margin-top: 10px;
  line-height: 40px;
}
a.btn1:link, A.btn1:visited {
  height: 40px;
  width: 140px;
  border-style: none;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: normal;
  background-color: #E20000;
  line-height: 40px;
  text-align: center;
  margin-top: 50px;
  display: block;
  float: left;
}
a.btn1:hover {
  line-height: 42px;
  background-color: #B20000;
  background: -webkit-linear-gradient(#B20000, #E20000);
  background: -moz-linear-gradient(#B20000, #E20000);
  background: linear-gradient(#B20000, #E20000);
}
a.btn2:link, A.btn2:visited {
  height: 34px;
  width: 140px;
  border-style: none;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: normal;
  background-color: #E20000;
  line-height: 34px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-top: 10px;
}
a.btn2:hover {
  line-height: 36px;
  background-color: #B20000;
  background: -webkit-linear-gradient(#B20000, #E20000);
  background: -moz-linear-gradient(#B20000, #E20000);
  background: linear-gradient(#B20000, #E20000);
}
.page-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.touch-wrap {
  border-top: 1px solid #D7D7D7;
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.touch-wrap .left {
  width: 700px;
  float: left;
}
.touch-wrap .right {
  width: 500px;
  float: left;
}
.touch-wrap p {
  color: #A2A2A2;
}
#form1 {
  margin-top: 35px;
}
.myinput1 {
  width: 295px;
  height: 40px;
  display: block;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
}
.myinput2 {
  width: 295px;
  height: 40px;
  display: block;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  float: left;
  margin-left: 10px;
}
.mytextarea {
  width: 600px;
  height: 200px;
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #DBDBDB;
  padding-top: 10px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
#captcha-canvas {
  height: 40px;
  width: 120px;
  float: left;
  display: block;
  cursor: pointer;
}
.mysubmit {
  height: 40px;
  width: 140px;
  border-style: none;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: normal;
  background-color: #E20000;
  text-align: center;
  display: block;
  line-height: 40px;
  float: right;
  margin-right: 100px;
}
.mysubmit:hover {
  line-height: 42px;
  background-color: #B20000;
  background: -webkit-linear-gradient(#B20000, #E20000);
  background: -moz-linear-gradient(#B20000, #E20000);
  background: linear-gradient(#B20000, #E20000);
}
.follow-wrap {
  margin-top: 30px;
}
.follow-wrap li {
  float: left;
  margin-right: 10px;
}
.follow-wrap li span {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
}
.follow-wrap li span:hover {
  color: #E20000;
}
/* 右侧浮动 */
.float-navbar {
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.float-navbar .float-icon {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  color: #ADADAD;
  background-color: #FFFFFF;
  border: 1px solid #D7D7D7;
}
.float-navbar a.float-icon:hover {
  background-color: #E20000;
  color: #FFFFFF;
  border: 1px solid #E20000;
}
.float-navbar a.float-icon:hover .pic {
  display: block;
}
.float-navbar .back-top {
  display: block;
}
.float-navbar .float-icon .pic {
  display: none;
  position: absolute;
  left: -110px;
  top: -94px;
  width: 110px;
  height: 110px;
}
.pic-content {
  position: absolute;
  width: 100px;
  height: 115px;
  border: 1px solid #DEDEDE;
  right: 10px;
  background-color: #FFFFFF;
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  color: #7C7C7C;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.pic-arr {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  position: absolute;
  right: -6px;
  bottom: 15px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -moz-transform: rotate(45deg); /* Firefox */
  -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
  -o-transform: rotate(45deg); /* Opera */
  border-top: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
/* 右侧浮动结尾 */
.home-product-wrap {
  background-color: #EDEDED;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden;
  background-image: url(/img/bg.webp);
  background-size: cover;
  background-position: center center;
}
.home-product-wrap .img-main {
  width: 588px;
  height: 588px;
  float: left;
  background-color: #FFFFFF;
  background-image: url(/img/img0.webp);
  background-size: cover;
  background-position: center center;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}
.home-product-wrap .img-pro {
  width: 600px;
  height: 600px;
  float: left;
}
.home-product-wrap .img-pro li {
  height: 288px;
  width: 288px;
  float: left;
  background-color: #FFFFFF;
  background-size: contain;
  background-position: center center;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #D7D7D7;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 5px;
}
.home-product-wrap .img-pro li:hover .product-list-img {
  transform: scale(1.1, 1.1);
  transition: .3s transform;
}
.home-product-wrap .img-pro li span {
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.home-quality-wrap {
  background-color: #EDEDED;
  background-size: cover;
  text-align: center;
  background-position: center center;
  background-image: url(/img/quality-bg.webp);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden;
}
.home-quality-wrap .imgbox {
  width: 356px;
  height: 200px;
  background-color: #EDEDED;
  background-size: cover;
  background-position: center center;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 1px solid #E6E6E6;
  position: relative;
  border-radius: 5px;
}
.home-quality-wrap .imgbox span {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  display: inline-block;
  left: 10px;
  bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.intro-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.intro-wrap .left {
  width: 600px;
  float: left;
}
.intro-wrap .left .video-box {
  width: 500px;
  height: 281px;
  background-color: #000000;
  border: 1px solid #000000;
}
.intro-wrap .right {
  width: 600px;
  float: left;
}
.privacy-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.quality-wrap {
  padding-top: 40px;
  padding-bottom: 80px;
}
.quality-wrap .left {
  width: 500px;
  float: left;
  position: relative;
}
.quality-wrap .right {
  width: 700px;
  float: left;
}
.quality-wrap .left .imgbox-bg {
  width: 300px;
  height: 240px;
  position: absolute;
  background-color: #F4F4F4;
  margin-left: 100px;
}
.quality-wrap .left .imgbox {
  width: 356px;
  height: 200px;
  background-color: #EDEDED;
  background-size: cover;
  background-position: center center;
  text-align: center;
  display: inline-block;
  border: 1px solid #E6E6E6;
  position: relative;
  margin-top: 20px;
}
.map-wrap {
  border-bottom-color: #D7D7D7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 400px;
  z-index: 0;
  background-color: #FCF9F2;
}
.map-wrap .content-info-card {
  position: relative;
  width: 260px;
  padding: 0px;
  box-shadow: none;
  font-size: 12px;
  line-height: 20px;
}
.map-wrap .content-info-card strong {
  width: 100%;
  display: block;
  line-height: 30px;
}
.head-wrap {
  height: 300px;
  background-color: #F4F4F4;
  background-size: cover;
  background-position: center center;
}
.head-wrap-topic {
  font-size: 80px;
  text-align: center;
  line-height: 80px;
  font-weight: 700;
  color: #FFFFFF;
  /*-webkit-text-stroke: 1px #333333; -webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/
  position: absolute;
  top: 237px;
}
.head-bg1 {
  background-image: url(/img/bg1.webp);
}
.head-bg2 {
  background-image: url(/img/bg2.webp);
}
.head-bg3 {
  background-image: url(/img/bg3.webp);
}
.head-bg4 {
  background-image: url(/img/bg4.webp);
}
.common-topic {
  font-size: 32px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 10px;
  position: relative;
  color: #E20000;
}
.common-line {
  width: 80px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #E20000;
}
.common-notes {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #A2A2A2;
}
.home-intro-wrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.home-intro-wrap .text {
  width: 500px;
  height: 300px;
  float: left;
  border: 1px solid #D7D7D7;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 150px;
  position: relative;
  background-color: #FFFFFF;
  z-index: 3;
  background-image: url(/img/bg0.webp);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 300px;
  border-radius: 5px;
}
.home-intro-wrap .pic0 {
  width: 134px;
  height: 240px;
  position: absolute;
  left: -20px;
  top: 50px;
  z-index: 4;
  background-image: url(/img/pic0.png);
  background-size: cover;
  background-position: center center;
}
.home-intro-wrap .pic1 {
  width: 500px;
  height: 360px;
  border: 1px solid #D7D7D7;
  position: relative;
  background-image: url(/img/img1.webp);
  background-size: cover;
  background-position: center center;
  float: right;
  border-radius: 5px;
}
.contact-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-ico-wrap {
  margin-top: 40px;
}
.contact-ico-wrap li {
  width: 300px;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.contact-ico-wrap li span {
  width: 100px;
  height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 100px;
  font-size: 60px;
  border-radius: 50px;
  background-color: #E20000;
  color: #FFFFFF;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(135deg, #E20000, #B20000);
  background: -moz-linear-gradient(135deg, #E20000, #B20000);
  background: linear-gradient(135deg, #E20000, #B20000);
}
.contact-ico-wrap li h5 {
  color: #000000;
  line-height: 30px;
}
.album-box li {
  float: left;
  margin-right: 30px;
  border: 1px solid #C9C9C9;
  width: 208px;
  overflow: hidden;
  height: 140px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.album-box li:nth-child(5n+0) {
  float: left;
  margin-right: 0px;
}
.album-box li .album-box-img {
  width: 208px;
  height: 140px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.album-box li:hover .album-box-img {
  transform: scale(1.1, 1.1);
  transition: .3s transform;
}
.article-list {
  min-height: 1000px;
}
.article-list li {
  border: 1px solid #EEEEEE;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-radius: 5px;
}
.article-list li:hover {
  background-color: #F4F4F4;
}
.article-list a {
  width: 800px;
  line-height: 16px;
  color: #62615E;
  overflow: hidden;
  display: block;
}
.article-list a:hover .article-list-img {
  transform: scale(1.1, 1.1);
  transition: .3s transform;
}
.article-list-img-box {
  width: 240px;
  height: 136px;
  background-color: #F4F4F4;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  float: left;
}
.article-list-img {
  width: 240px;
  height: 136px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-list-title {
  width: 530px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
}
.article-list-attach {
  width: 530px;
  height: 32px;
  font-size: 12px;
  line-height: 30px;
  float: right;
}
.article-list-attach .second-i {
  margin-left: 10px;
}
.article-list-abstract {
  font-size: 14px;
  line-height: 22px;
  float: right;
  width: 530px;
  height: 66px;
  overflow: hidden;
  color: #B3B3B3;
}
.left-box {
  width: 830px;
  float: left;
  height: 100%;
}
.right-box {
  width: 322px;
  height: 100%;
  right: 0px;
  position: absolute;
}
.right-box-space {
  height: 70px;
}
.right-box-item {
  width: 300px;
  background-color: #FDFDFD;
  border: 1px solid #EEEEEE;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
  border-radius: 5px;
}
.right-box-style {
  margin-bottom: 10px;
  text-align: center;
  color: #ADADAD;
}
.right-box-title {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #E20000;
  margin-bottom: 10px;
}
.page-nav {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  font-size: 12px;
}
.pagenav0 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #D6D6D6;
  color: #D6D6D6;
  font-weight: bold;
  width: 30px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.pagenav1 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #D6D6D6;
  color: #767676;
  font-weight: bold;
  width: 30px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.pagenav2 {
  border: 1px solid #E20000;
  background-color: #E20000;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
  width: 30px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 5px;
}
.pagenav1:hover {
  border: 1px solid #E20000;
  background-color: #E20000;
  color: #FFFFFF;
}
.docs-list a {
  width: 140px;
  height: 116px;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 16px;
  color: #62615E;
  overflow: hidden;
}
.docs-list a:hover .docs-list-img {
  transform: scale(1.1, 1.1);
  transition: .3s transform;
}
.docs-list-img-box {
  width: 138px;
  height: 80px;
  background-color: #F4F4F4;
  overflow: hidden;
  margin-bottom: 4px;
  border: 1px solid #E6E6E6;
}
.docs-list-img {
  width: 138px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.prod-list a {
  width: 140px;
  height: 140px;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: 16px;
  color: #62615E;
  overflow: hidden;
}
.prod-list a:hover .prod-list-img {
  transform: scale(1.1, 1.1);
  transition: .3s transform;
}
.prod-list-topic {
  background-color: #000000;
  position: absolute;
  bottom: 5px;
  left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
}
.prod-list-img-box {
  width: 138px;
  height: 138px;
  background-color: #FFFFFF;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  position: relative;
}
.prod-list-img {
  width: 138px;
  height: 138px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.docs-attach {
  font-size: 12px;
  line-height: 40px;
}
.docs-attach i {
  margin-left: 23px;
}
.docs-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  border-left: 3px solid #E20000;
  padding-left: 20px;
  color: #111111;
}
article {
  width: 750px;
  min-height: 1000px;
  font-size: 16px;
  line-height: 200%;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-radius: 5px;
}
article img {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
article ol li {
  list-style: decimal;
  list-style-position: inside;
}
article ul li {
  list-style: disc;
  list-style-position: inside;
}
.doc-end-text {
  text-align: center;
  border-top: thin solid #BBBBBB;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  height: 30px;
  color: #BBBBBB;
  font-size: 10px;
}
.page_qrcode {
  width: 120px;
  height: 120px;
  overflow: hidden !important;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  border-radius: 3px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
.news-arap {
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 400px;
}
.product-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 400px;
}
.product-left-box {
  float: left;
  width: 300px;
  height: 100%;
  position: absolute;
}
.nav-box {
  width: 260px;
  font-size: 12px;
  text-align: left;
}
.nav-box-title {
  font-size: 22px;
  line-height: 40px;
  color: #E20000;
  margin-bottom: 10px;
  border-bottom: 1px dotted #D2D2D2;
}
.nav1 {
  width: 100%;
  color: #2F2F2F;
  line-height: 40px;
  font-size: 14px;
}
.nav1:hover {
  color: #E20000;
}
.nav2 {
  width: 100%;
  display: none;
}
.product-right-box {
  width: 880px;
  height: 100%;
  float: right;
  min-height: 500px;
}
.product-list li {
  width: 278px;
  height: 278px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.product-list li:nth-child(3n+0) {
  margin-right: 0px;
}
.product-list-img-box {
  width: 280px;
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.product-list-title {
  background-color: #000000;
  position: absolute;
  color: #FFFFFF;
  bottom: 5px;
  left: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-list-img {
  width: 260px;
  height: 260px;
  background-size: contain;
  background-position: center center;
  background-color: #FFFFFF;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.product-list li:hover .product-list-img {
  transform: scale(1.1, 1.1);
  transition: .3s transform;
}
.intro-text-wrap {
  width: 1200px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
.intro-text-wrap li {
  width: 120px;
  height: 120px;
  background-color: #FFFFFF;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  background: -webkit-linear-gradient(135deg, #FFFFFF, #CCCCCC);
  background: -moz-linear-gradient(135deg, #FFFFFF, #CCCCCC);
  background: linear-gradient(135deg, #FFFFFF, #CCCCCC);
}
.circular-1 {
  position: absolute;
  top: 100px;
  left: 210px;
}
.circular-2 {
  position: absolute;
  top: 70px;
  left: 430px;
}
.circular-3 {
  position: absolute;
  top: 100px;
  left: 650px;
}
.circular-4 {
  position: absolute;
  top: 70px;
  left: 870px;
}
.product-picbox {
  width: 790px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.ptitle1 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  margin-top: -30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 10px;
  color: #CACACA;
  text-transform: uppercase;
}
.ptitle2 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  margin-top: -55px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 10px;
  color: #CACACA;
  text-transform: uppercase;
}
.product-picbox .left {
  width: 150px;
  height: 600px;
  float: left;
}
.product-picbox .right {
  width: 640px;
  height: 600px;
  float: left;
}
.gallery-view {
  width: 600px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery-thumbs {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-thumbs li {
  width: 80px;
  height: 80px;
  float: left;
  border: 1px solid #EAEAEA;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}