.nav-site-bar {
  padding-top: 30px;
  padding-bottom: 20px;
}
.nav-site-bar a,
.nav-site-bar span {
  color: #323232;
  font-size: 18px;
}
.nav-site-bar a.s,
.nav-site-bar span.s {
  margin: 0 3px;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.page .left {
  flex: 0 0 auto;
  width: 230px;
}
.page .left .line-40 {
  height: 40px;
  display: block;
  visibility: hidden;
}
.page .right {
  flex: 0 0 auto;
  width: 900px;
}
.page .right .body {
  padding: 40px 25px;
  background-color: #fafafa;
  border-top: 2px solid #0075fe;
}
.pagination-box {
  text-align: center;
}
.pagination-box .pagination {
  text-align: center;
  display: inline-block;
}
.pagination-box .pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination-box .pagination li {
  float: left;
  color: #888;
  border: 1px solid #e9e9e9;
  line-height: 37px;
  text-align: center;
  min-width: 32px;
  height: 37px;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 12px;
}
.pagination-box .pagination li:nth-child(1),
.pagination-box .pagination li:nth-child(2) {
  margin-right: 2px;
  min-width: 37px;
}
.pagination-box .pagination li:nth-last-child(1),
.pagination-box .pagination li:nth-last-child(2) {
  margin-left: 2px;
  min-width: 37px;
}
.pagination-box .pagination li a {
  display: block;
  height: 37px;
  font-size: 12px;
}
.pagination-box .pagination li.active {
  background-color: #017fc7;
  color: #fff;
  border-color: #017fc7;
}
.pagination-box .pagination li:hover {
  border-color: #017fc7;
}
.banner img {
  width: 100%;
}
.page .menu {
  width: 230px;
}
.page .menu .menu-title {
  padding: 10px 20px;
  background-color: #0075fe;
  font-size: 18px;
  position: relative;
  color: #fff;
}
.page .menu .menu-title a {
  color: #fff;
  display: block;
  width: 180px;
}
.page .menu .menu-title i {
  position: absolute;
  color: #fff;
  font-size: 20px;
  right: 20px;
  top: 10px;
  cursor: pointer;
}
.page .menu .item {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.page .menu .item.dropdown.close i:before {
  content: "\e65e";
}
.page .menu .item.dropdown.close .child-menu {
  display: none;
}
.page .menu .item.dropdown.open i:before {
  content: "\e64f";
}
.page .menu .item.dropdown.open .child-menu {
  display: block;
}
.page .menu .item.dropdown .child-menu .child-item {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page .menu .item.dropdown .child-menu .child-item:hover a,
.page .menu .item.dropdown .child-menu .child-item.active a {
  background-color: #0075fe;
  color: #fff;
}
.page .menu .item.dropdown .child-menu .child-item a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  width: 100%;
  color: #323232;
  font-size: 16px;
  background-color: #f0f0f0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.page .menu .item .contact li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  width: 100%;
  color: #323232;
  font-size: 14px;
  background-color: #EFEFEF;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.page .menu .item .contact li i {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-align: start;
  display: inline-block;
  font-size: 20px;
  margin-right: 15px;
}
.product .menu:first-child .item .menu-title {
  background-color: #EFEFEF;
}
.product .menu:first-child .item .menu-title a {
  color: #323232;
}
.product .menu:first-child .item:hover .menu-title,
.product .menu:first-child .item.active .menu-title {
  background-color: #0075fe;
}
.product .menu:first-child .item:hover .menu-title a,
.product .menu:first-child .item.active .menu-title a {
  color: #fff;
}
.product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  /*-webkit-box-lines: multiple;*/
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product .product-list .item {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 260px;
  margin-bottom: 30px;
  min-height: 280px;
}
.product .product-list .item:not(:nth-child(3n+1)) {
  margin-left: 35px;
}
.product .product-list .item a {
  display: block;
  text-align: center;
}
.product .product-list .item a .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 280px;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
}
.product .product-list .item a .img img {
  max-height: 100%;
  max-width: 100%;
}
.product .product-list .item a .model {
  color: #0075fe;
  margin-top: 20px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.product .product-detail {
  margin-bottom: 30px;
}
.product .product-detail dl {
  margin-top: 20px;
  width: 290px;
  background-color: #fafafa;
}
.product .product-detail dl dt {
  background-color: #828282;
  color: #fff;
  font-size: 18px;
  padding: 5px 8px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  letter-spacing: 2px;
}
.product .product-detail dl dt i {
  position: absolute;
  right: 10px;
  font-size: 26px;
  cursor: pointer;
}
.product .product-detail dl dd {
  padding: 0 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
}
.product .product-detail .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 400px;
}
.product .product-detail .t .img {
  flex: 0 0 auto;
  width: 480px;
  height: 400px;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  overflow: hidden;
}
.product .product-detail .t .img img {
  max-height: 100%;
}
.product .product-detail .t .info {
  flex: 0 0 auto;
  width: 290px;
  margin-left: 50px;
  height: 400px;
  overflow: hidden;
}
.product .product-detail .t .info .model {
  font-size: 36px;
  color: #0075fe;
  font-weight: 600;
}
.product .product-detail .t .info .p-t {
  min-height: 26px;
  font-size: 20px;
  color: #323232;
}
.product .product-other {
  background-color: #fafafa;
}
.product .product-other .t {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  color: #323232;
  letter-spacing: 2px;
}
.product .product-other .product-other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  /*-webkit-box-lines: multiple;*/
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 25px;
}
.product .product-other .product-other-list a {
  flex: 0 0 auto;
  display: block;
  min-height: 180px;
  margin-bottom: 20px;
  width: 260px;
  text-align: center;
}
.product .product-other .product-other-list a:not(:nth-child(3n+1)) {
  margin-left: 35px;
}
.product .product-other .product-other-list a .img {
  height: 180px;
  width: 260px;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  overflow: hidden;
}
.product .product-other .product-other-list a .img img {
  max-height: 100%;
  max-width: 100%;
}
.product .product-other .product-other-list a .model {
  margin-top: 30px;
  color: #323232;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
}
.about-us .menu:first-child .item .menu-title {
  background-color: #f0f0f0;
}
.about-us .menu:first-child .item .menu-title a {
  color: #323232;
}
.about-us .menu:first-child .item:hover .menu-title,
.about-us .menu:first-child .item.active .menu-title {
  background-color: #0075fe;
}
.about-us .menu:first-child .item:hover .menu-title a,
.about-us .menu:first-child .item.active .menu-title a {
  color: #fff;
}
.about-us .company-intro .content {
  padding: 40px 0;
}
.about-us .company-intro .content img {
  max-width: 100%;
  vertical-align: middle;
}
.certification {
  border-top: 0;
  background-color: #fafafa;
}
.certification .certification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  padding: 30px;
}
.certification .certification-list .item {
  width: 320px;
  margin-bottom: 40px;
  cursor: pointer;
}
.certification .certification-list .item:not(:nth-child(3n+1)) {
  margin-left: 90px;
}
.certification .certification-list .item .img {
  width: 320px;
  height: 415px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.certification .certification-list .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.certification .certification-list .item .img .layui-content img {
  max-width: 100%;
  max-height: 100%;
}
.certification .certification-list .item .t {
  margin-top: 25px;
  font-weight: 600;
  min-height: 1em;
  font-size: 16px;
  text-align: center;
  color: #0075fe;
}
.download {
  border-top: 1px solid #c8c8c8;
  padding: 40px 100px;
}
.download .remark {
  min-height: 110px;
}
.download .remark .left {
  float: left;
  width: 610px;
}
.download .remark .left .t1 {
  font-size: 20px;
  font-weight: 600;
}
.download .remark .left .t2 {
  margin-top: 10px;
  color: #666;
  line-height: 1.4;
}
.download .remark .right {
  float: right;
}
.download .download-list-box {
  border-top: 5px solid #c8c8c8;
}
.download .download-list-box .download-list {
  margin-bottom: 30px;
}
.download .download-list-box .download-list tr {
  border-bottom: 1px solid #c8c8c8;
}
.download .download-list-box .download-list tr td,
.download .download-list-box .download-list tr th {
  text-align: left;
}
.download .download-list-box .download-list tr td:nth-child(1),
.download .download-list-box .download-list tr th:nth-child(1) {
  width: 140px;
}
.download .download-list-box .download-list tr td:nth-child(2),
.download .download-list-box .download-list tr th:nth-child(2) {
  width: 340px;
}
.download .download-list-box .download-list tr td:nth-child(2) div,
.download .download-list-box .download-list tr th:nth-child(2) div {
  width: 340px;
  color: #0075fe;
}
.download .download-list-box .download-list tr td:nth-child(3),
.download .download-list-box .download-list tr th:nth-child(3) {
  width: 220px;
}
.download .download-list-box .download-list tr td:nth-child(4),
.download .download-list-box .download-list tr th:nth-child(4) {
  width: 200px;
}
.download .download-list-box .download-list tr td:nth-child(5),
.download .download-list-box .download-list tr th:nth-child(5) {
  min-width: 100px;
}
.download .download-list-box .download-list tr th {
  font-size: 16px;
  color: #666;
  padding: 30px 2px;
}
.download .download-list-box .download-list tr td {
  color: #888;
  padding: 10px 3px;
}
.download .download-list-box .download-list tr td a {
  color: #888;
}
.download .download-list-box .download-list tr td i {
  font-size: 40px;
  cursor: pointer;
}
.contact-box {
  padding-top: 60px;
}
.contact-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.contact-box .info .left .company-name {
  color: #0075fe;
  font-size: 26px;
}
.contact-box .info .left .contact-info {
  margin-top: 40px;
}
.contact-box .info .left .contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  padding: 5px 0;
}
.contact-box .info .left .contact-info li:not(:first-child) {
  margin-top: 5px;
}
.contact-box .info .left .contact-info li .t {
  font-weight: 600;
}
.contact-box .info .left .contact-info li .c {
  width: 330px;
}
.contact-box .info .right img {
  width: 230px;
}
.contact-box .map {
  height: 800px;
}
/*# sourceMappingURL=styles.css.map */