html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
summary,
time,
mark,
audio,
video,
a,
input,
textarea {
  margin            : 0;
  padding           : 0;
  border            : 0;
  font-size         : 100%;
  background        : transparent;
  -moz-box-sizing   : border-box;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
}

aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

@font-face {
  font-family: "genNormal";
  src        : url("/text/font/SourceHanSansCN-Normal.woff") format('woff');
}

@font-face {
  font-family: "genBold";
  src        : url("/text/font/SourceHanSansCN-Bold.woff") format('woff');
}

@font-face {
  font-family: "jinsFont";
  src        : url("/text/font/开云体育_NextLight.ttf") format('ttf');
}


* {
  font-family: 'genNormal' !important;
}

/*==================================================== */
ul li {
  list-style: none;
}


body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing  : antialiased;
  line-height             : 1.8;
  font-size               : 13px;
  background              : #fff;
  color                   : #3a4763;
}

img {
  border: 0;
}


::-moz-selection {
  background : #303030;
  text-shadow: none;
}

::selection {
  background : #303030;
  color      : #fff;
  text-shadow: none;
}

::selection {
  background: #da0024;
  color     : #fff;
}

::-moz-selection {
  background: #da0024;
  color     : #fff;
}

a,
a:hover {
  text-decoration: none !important;
}

a,
input,
button,
textarea,
select {
  outline: none;
}

@font-face {
  font-family: 'iconfont';
  /* project id 409329 */
  src        : url('https://at.alicdn.com/t/font_409329_jr1pfshsdto11yvi.eot');
  src        : url('https:https://at.alicdn.com/t/font_409329_jr1pfshsdto11yvi.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_409329_jr1pfshsdto11yvi.woff') format('woff'),
    url('https://at.alicdn.com/t/font_409329_jr1pfshsdto11yvi.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_409329_jr1pfshsdto11yvi.svg#iconfont') format('svg');
}

.main {
  width   : 1008px;
  margin  : 0 auto;
  overflow: hidden;
}

.grey_bj {
  background: #f7f7f7;
}

/*左浮动*/
.search span,
#lens_img ul,
#lens_img ul li,
#fastImgNav li,
.pri_information,
.wx,
.wb,
.copy-nav ul,
.search span,
#recom li,
.head-left>ul li,
.head-left>ul,
.head-left a,
.head-left,
#portable .pri_img {
  float: left;
}

/*右浮动*/
.search .text,
li.lens1,
.pri_img,
#lens_img ul.elns_right.pri_img,
.head-right,
.head-right a,
#portable .pri_information {
  float: right;
}

/*按钮样式*/
.gallInfor div a,
.pri_information a,
.information a,
.key a,
#about a,
.comm_box a {
  display      : inline-block;
  border       : 1px solid #fff;
  width        : 200px;
  height       : 50px;
  line-height  : 50px;
  padding      : 0 1em;
  border-radius: 5px;
  color        : #fff;
  font-weight  : bold;
}

.key a:hover,
.gallInfor div a:hover,
.pri_information a:hover,
.information a:hover,
#about a:hover,
a.search:hover,
.gallInfor div a.mincolor:hover,
.comm_box a:hover {
  background-color  : #3a4763;
  border-color      : #3a4763;
  color             : #fff;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition        : opacity 0.3s ease, background-color 0.3s ease;
}

.key a:hover i {
  color: #fff;
}

/*淡出淡出*/
#scroll:hover,
.slick-arrow:hover {
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
  transition        : opacity 0.3s ease, background-color 0.3s ease;
}

/*首页样式表*/
#header {
  height     : 80px;
  line-height: 80px;
  background : #f6f7f9;
  padding    : 0 60px;
  text-align : center;
}

.head-left>a {
  height  : 80px;
  overflow: hidden;
}

.head-left a img {
  margin-top: 28px;
  display   : inline-block;
}

.head-left>ul>li>a,
.head-right>a {
  color          : #3d4d66;
  margin-left    : 20px;
  line-height    : 80px;
  position       : relative;
  text-decoration: none;
  font-size      : 14px;
}

.head-left>ul>li {
  overflow: hidden;
  height  : 79px;
  position: relative;
}

.head-left>ul>li>a,
.head-left>ul>li>a:hover,
.head-right>a {
  text-decoration: none;
}

.head-left>ul>li>a:link {
  text-decoration: none;
}

.head-left>ul>li>a em,
.head-right>a em {
  transition: color 0.3s ease 0s;
  position  : absolute;
  left      : 0;
  bottom    : 30px;
  background: #979797;
  display   : block;
  width     : 100%;
  height    : 1px;
  transform : scale(0);
}

.head-left>ul>li>a:hover em,
.head-right>a:hover em {
  opacity         : 1;
  transform       : scale(1);
  transform-origin: center bottom 0;
  transition      : transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.head-left>ul>li>a em,
.head-left ul li a:hover em,
.head-right>a:hover em {
  transform-origin: center bottom 0;
  transition      : transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.head-right {
  height  : 75px;
  overflow: hidden;
}

.subNav {
  display     : none;
  width       : 95px;
  background  : rgba(255, 255, 255, .9);
  position    : absolute;
  top         : 0px;
  left        : 5px;
  padding     : 10px 0;
  padding-left: 15px;
  z-index     : 2;
}

.subNav i {
  position  : absolute;
  top       : -18px;
  left      : 15px;
  width     : 60px;
  height    : 2px;
  background: #da0024;
}

.fl-head .subNav i {
  top: -10px;
}

.subNav>ul>li {
  width      : 100%;
  line-height: 26px;
  height     : 30px;
  position   : relative;
}

.subNav>ul>li a {
  color      : #52648b;
  font-family: "jinsFont" !important;
}

.subNav>ul>li:hover a {
  color: #273450;
}

.head-left>ul>li:hover .subNav {
  display: block;
  top    : 80px;
}

.fl-head {
  position: fixed;
  width   : 100%;
  top     : 0;
  z-index : 999;
  height  : 51px !important;
}

.fl-head .head-left>a {
  height  : 51px;
  overflow: hidden;
}

.fl-head .head-left a img {
  margin-top   : 0;
  margin-bottom: 8px;
  display      : inline-block;
}

.fl-head .head-left>ul>li {
  height: 50px;
}

.fl-head .head-left>ul>li>a,
.fl-head .head-right>a {
  line-height: 51px;
}

.fl-head .head-left>ul>li>a em {
  bottom: 15px;
}

.fl-head .head-right a em {
  bottom: 15px;
}

.fl-head .head-right {
  height  : 49px;
  overflow: hidden;
}

.fl-head .head-left>ul>li:hover .subNav {
  display: block;
  top    : 50px;
}

#banner {
  width   : 100%;
  position: relative;
}

.banner-scr img {
  width: 100%;
}

.pBanner {
  display: block;
}

.mBanner {
  display: none;
}

.key {
  position  : absolute;
  bottom    : 13%;
  left      : 0;
  width     : 100%;
  text-align: center;
}

.key a {
  background-color: rgba(255, 255, 255, 0.4);
  font-size       : 14px;
  color           : #3a4763;
  border-color    : #3a4763;
}

.key a i {
  color: #3a4763;
}

i.rightJ {
  font-size   : 13px;
  margin-right: 20px;
}

.banner-slide {
  height: 459px;
}

.banner-slide,
.swiper-slide {
  text-align: center;
  position  : relative;
  width     : 100% !important;
  overflow  : hidden;
}

.bann-img,
.pro-infor {
  position   : absolute;
  top        : 0;
  left       : 50%;
  margin-left: -5000px;
  width      : 10000px;
  height     : 100%;
  z-index    : 99;
}

#recom {
  padding : 58px 0;
  overflow: hidden;
}

#recom a {
  overflow: hidden;
  display : block;
}

#recom li {
  width     : 50%;
  text-align: center;
}

#recom li p {
  position : relative;
  top      : -30px;
  color    : #616c82;
  font-size: 16px;
}

#gallery {
  /* height: 842px; */
}

.gallery .swiper-wrapper {
  min-height: 482px;
  height    : 482px;
  position  : relative;
}

.gallery .swiper-slide {
  text-align             : center;
  position               : relative;
  width                  : 100% !important;
  overflow               : hidden;
  background-size        : cover;
  -webkit-background-size: cover;
  background-size        : cover;
  -webkit-box-sizing     : border-box;
  vertical-align         : middle;
  text-align             : center;
}

.gallery .ac123 {
  position   : absolute;
  top        : 0;
  left       : 50%;
  margin-left: -5000px;
  width      : 10000px;
  height     : 100%;
  z-index    : 99;
}

.gallMain {
  position: relative;
  top     : -842px;
  height  : 840px;
}

.gallMain .swiper-pagination {
  position: absolute;
  bottom  : 0;
  width   : 100%;
}

.gallMain .swiper-pagination span {
  margin: 0 5px;
  width : 10px;
  height: 10px;
}

.gallInfor {
  position: relative;
  bottom  : 0;
  z-index : 100;
}

.gallInfor h3,
.gallInfor div {
  position: absolute;
  bottom  : 0;
}

.gallInfor h3 {
  bottom    : 130px;
  width     : 100%;
  text-align: center;
  color     : #fff;
  font-size : 76px;
}

.gallInfor h3 img {
  margin-right: 20px;
}

.gallInfor div {
  bottom    : 7%;
  text-align: center;
  width     : 100%;
}

.gallInfor div a img {
  width: 36px;
}

h3.mincolor {
  color: #3a4763;
}

.gallInfor div a.mincolor,
.pri_information a {
  border-color: #3a4763;
  color       : #3a4763;
}

/*.gallInfor div a.mincolor:hover{background-image: url(/text/images/r-horn.png) no-repeat 40px center;}*/
#product {
  height       : 607px;
  padding-top  : 70px;
  margin-bottom: 30px;
}

#product .swiper-wrapper,
.products {
  height: 510px;
}

.pro-infor {
  text-align: center;
}

.pro-infor h5 {
  font-size    : 40px;
  color        : #3a4763;
  line-height  : 2px;
  margin-bottom: 50px;
}

.pro-infor p {
  font-size: 18px;
  color    : #3d4d66;
}

#product .swiper-pagination-bullet {
  width : 10px;
  height: 10px;
}

#product .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 5px;
}

.swiper-pagination-bullet-active {
  background: #3a4763;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.slick-arrow {
  width     : 10%;
  height    : 100%;
  top       : 0;
  opacity   : .3;
  background: none;
  text-align: center;
}

.slick-arrow i {
  font-size  : 30px;
  line-height: 812px;
  color      : #3a4763;
}

.slick-arrow:hover {
  opacity   : 1;
  background: rgba(255, 255, 255, .5);
}

#product .slick-arrow i {
  line-height: 220px;
}

#about {
  height                 : 419px;
  margin-bottom          : 12px;
  background             : url(/text/images/aboutbj.jpg) no-repeat center;
  background-size        : cover;
  -webkit-background-size: cover;
  background-size        : cover;
  -webkit-box-sizing     : border-box;
  vertical-align         : middle;
  text-align             : center;
}

#about h4 {
  font-size : 30px;
  color     : #fff;
  margin-top: 123px;
  display   : inline-block;
}

#about p {
  font-size: 18px;
  color    : #fff;
  margin   : 35px 0;
}

#addres {
  background             : url(/text/images/addresbj.jpg) no-repeat center bottom;
  height                 : 769px;
  text-align             : center;
  background-size        : cover;
  -webkit-background-size: cover;
  background-size        : cover;
  -webkit-box-sizing     : border-box;
  vertical-align         : middle;
}

.addre-mian {
  width     : 645px;
  max-width : 645px;
  padding   : 0 91px;
  height    : 512px;
  background: rgba(255, 255, 255, .9);
  display   : inline-block;
  margin-top: 120px;
}

.addre-mian h3 {
  font-size : 28px;
  color     : #3d4d66;
  margin-top: 120px;
}

.addre-mian p {
  color      : #3d4d66;
  font-size  : 14px;
  line-height: 26px;
  padding    : 44px 0 50px;
  text-align : left;
}

.search {
  width        : 225px;
  border       : 1px solid #3d4d66;
  border-radius: 5px;
  display      : inline-block;
  height       : 51px;
  line-height  : 53px;
  position     : relative;
  overflow     : hidden;
}

a.search:hover .text {
  color: #fff;
}

.search em {
  position  : absolute;
  left      : 60px;
  top       : 12px;
  width     : 1px;
  height    : 29px;
  background: #9f9ea6;
  display   : inline-block;
}

.search span {
  width      : 60px;
  height     : 100%;
  display    : inline-block;
  line-height: 51px;
  text-align : center;
}

.search span i {
  color    : #3a4763;
  font-size: 20px;
}

.search .text {
  width      : 163px;
  border     : none;
  background : none;
  color      : #3d4d66;
  height     : 51px;
  line-height: 51px;
}

.m_text {
  display: none;
}

a.search:hover i {
  color: #fff;
}

#intro {
  padding   : 80px 0;
  overflow  : hidden;
  text-align: center;
}

#intro h2,
#ourLens h2,
#ourFrame h2 {
  font-size  : 42px;
  color      : #3a4763;
  padding    : 20px 0 100px 0;
  font-weight: normal;
}

#intro p,
#ourLens p,
#ourFrame p {
  font-size  : 16px;
  line-height: 28px;
  color      : #3a4763;
}

#intro h2 {
  padding-bottom: 60px;
}

.video {
  height: 760px;
}

#price,
#portable,
#funct {
  padding : 95px 0;
  overflow: hidden;
}

.pri_information {
  text-align   : center;
  background   : #fff;
  border       : 1px solid #dddfe3;
  border-radius: 2px;
  width        : 400px;
  padding      : 61px 71px 60px 78px;
}

.pri_information h4 {
  font-size    : 26px;
  line-height  : 31px;
  margin-bottom: 57px;
}

.pri_information p {
  font-size  : 16px;
  line-height: 26px;
  text-align : left;
}

.pri_information a {
  border-radius: 5px;
  color        : #707b8f;
  margin-top   : 57px;
}

.pri_img {
  width: 565px;
}

.pri_img li {
  text-align: left;
  display   : inline-block;
  position  : relative;
}

.pri_img li p {
  text-align : center;
  position   : absolute;
  left       : 0;
  bottom     : -26px;
  width      : 100%;
  font-size  : 16px;
  font-weight: bold;
}

.frame {
  margin-left: 70px;
}

.lens1 {
  float: right;
}

#fastImgNav {
  width        : 100%;
  overflow     : hidden;
  margin-bottom: 10px;
}

#fastImgNav li {
  width     : 50%;
  overflow  : hidden;
  position  : relative;
  text-align: center;
}

.information {
  position  : absolute;
  top       : 0;
  right     : 0;
  width     : 100%;
  text-align: center;
  height    : 100%;
}

.information h4 {
  color         : #fff;
  font-size     : 40px;
  width         : 100%;
  margin-top    : 6%;
  font-weight   : bold;
  /* font-family: 'jinsFont'; */
}

#fastImgNav li .img_c {
  float         : right;
  vertical-align: middle;
}

#fastImgNav li .img_c2 {
  float: left;
}

#fastImgNav li img {
  width         : 100%;
  vertical-align: bottom;
  max-width     : 100%;
}

.information a,
.comm_box a {
  background-color: rgba(255, 255, 255, .1);
  margin-top      : 20px;
  text-align      : center;
}

/*li.right .information{left: 50%; left: initial;}*/


#ourLens {
  text-align    : center;
  position      : relative;
  padding-bottom: 40px;
}

#ourLens img {
  width   : 100%;
  position: absolute;
  top     : 0;
  left    : 0;
}

#ourFrame {
  background    : url(/text/images/frame_bj.jpg) no-repeat center top;
  text-align    : center;
  padding-bottom: 30px;
}

#ourLens h2,
#ourFrame h2 {
  margin    : 0;
  margin-top: 120px;
}

#ourLens h3,
#ourFrame h3 {
  font-size    : 38px;
  font-weight  : normal;
  margin-bottom: 65px;
}

#ourLens h2 {
  margin-top    : 100px;
  padding       : 0;
  padding-bottom: 30px;
}

.newLens h2 {
  margin        : 0 !important;
  padding-top   : 160px !important;
  padding-bottom: 100px !important;
}

.sty-h {
  padding-bottom: 60px !important;
}

.sty-h h2 {
  padding-bottom: 30px !important;
}

#ourFrame h2 {
  padding-bottom: 30px;
  margin        : 0;
  padding-top   : 120px;
}

.lens {
  height: 698px;
}

#introText {
  padding: 80px 0;
}

#introText h3 {
  font-size    : 32px;
  margin-bottom: 50px;
  width        : 100%;
  text-align   : center;
}

#introText p {
  padding    : 0 50px;
  font-size  : 18px;
  line-height: 32px;
}

#lens_img {
  width        : 100%;
  height       : 100%;
  margin-bottom: 0px;
  overflow     : hidden;
}

#lens_img ul {
  width: 50%;
}

#lens_img ul li {
  width: 50%;
}

#lens_img ul li img {
  width: 100%;
}

#lens_video {
  margin-bottom: 60px;
}

.lens_video {
  height: 697px;
}

.newVideo {
  width: 100%;
}

.newVideo img {
  width: 100%;
}

#framImg {
  width     : 100%;
  height    : 100%;
  text-align: center;
}

#framImg img {
  width: 100%;
}

#frame_video,
#magnify,
#lens_video {
  overflow     : hidden;
  width        : 100%;
  /* height    : 760px; */
  text-align   : center;
  margin-top   : 10px;
  position     : relative;
}

#frame_video {
  height       : 760px;
  margin-bottom: 50px;
}

#frame_video img,
#magnify img,
#lens_video img {
  width: 100%;
}

#play {
  position       : absolute;
  display        : table-cell;
  width          : 100%;
  height         : 100%;
  top            : 0;
  left           : 0;
  text-align     : center;
  vertical-align : middle;
  display        : flex;
  justify-content: center;
  align-items    : center;
}


#play h2 {
  font-size     : 40px;
  color         : #fff;
  letter-spacing: 7.14px;
  line-height   : 32px;
  width         : 100%;
  text-align    : center;
}

#play img {
  cursor  : pointer;
  position: relative;
  top     : 20px;
  width   : 60%;
}

#imgText {
  width      : 100%;
  position   : relative;
  height     : 1000px;
  overflow   : hidden;
  padding-top: 160px;
}

.commText {
  text-align: center;
  width     : 100%;
}

.comm_box {
  width  : 880px;
  display: inline-block;
}

.comm_box span {
  width  : 178px;
  height : 178px;
  display: inline-block;
}

.comm_box span img {
  width: 100%;
}

.comm_box h4 {
  font-size  : 35px;
  line-height: 32px;
  height     : 158px;
  color      : #fff;
  position   : relative;
  padding-top: 55px;
}

.comm_box h4 em {
  position   : absolute;
  bottom     : 0;
  left       : 50%;
  margin-left: -65px;
  width      : 130px;
  height     : 1px;
  background : #fff;
}

.comm_box h5 {
  font-size: 24px;
  color    : #fff;
  padding  : 106px 0 27px 0;
}

.comm_box p {
  color      : #fff;
  text-align : left;
  line-height: 30px;
  font-size  : 16px;
  font-weight: bold;
}

.container_quality {
  background: url(/text/images/comm_bj01.jpg) no-repeat center;
}

.container_price {
  background: url(/text/images/comm_bj02.jpg) no-repeat center;
}

.container_time {
  background: url(/text/images/comm_bj03.jpg) no-repeat center;
}

.container_new {
  background: url(/text/images/comm_bj04.jpg) no-repeat center;
}

.container_quality,
.container_price,
.container_time,
.container_new {
  background-size: cover;
  height         : 100%;
}

.comm_box a {
  margin-top: 50px;
}

.mob_text {
  display: none;
}

.mo_gall {
  display: none;
}

#footer-nav {
  display: none;
}

#header>span,
.mo_nav {
  display: none;
}

.navMenu1 {
  display   : none;
  position  : fixed;
  background: rgba(32, 36, 44, 0.95);
  left      : 0;
  height    : 100%;
  width     : 100%;
}

.navMenu1 ul {
  display        : flex;
  justify-content: center;
  align-content  : center;
  flex-flow      : column nowrap;
  height         : 90%;
}

.navMenu1 ul li {
  line-height: 58px;
  width      : 100%;
  text-align : center;
  color      : #fff;
}

.navMenu1 ul li a {
  color    : #fff;
  font-size: 14px;
}

.mo_close {
  display: none;
}


#detail-quality {
  overflow-y      : scroll;
  background      : rgba(26, 38, 42, 0.99);
  position        : fixed;
  left            : 0;
  right           : 0;
  top             : 0;
  bottom          : 0;
  display         : none;
  z-index         : 1000;
  transition      : color 0.3s ease 0s;
  transform       : scale(1);
  transform-origin: center bottom 0;
  transition      : transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.detail_ .main {
  padding       : 80px 0 !important;
  height        : 100% !important;
  padding-right : 20px !important;
  padding-left  : 20px !important;
  padding-bottom: 0 !important;
}

.close {
  position   : fixed;
  margin     : 30px;
  cursor     : pointer;
  width      : 20px;
  height     : 20px;
  display    : block;
  top        : 0;
  right      : 0;
  line-height: 20px;
}

.close i {
  color    : #fff;
  font-size: 30px;
}

.quality-box {
  height        : 100%;
  overflow-y    : scroll;
  padding       : 0 20px !important;
  padding-bottom: 20px;
}

.quality-box ul {
  /* width     : 475px; */
  float     : left;
  border-top: 1px solid rgba(255, 255, 255, .4);
  text-align: left;
}

.quality-box ul li {
  margin-top: 34px;
}

.quality-box ul li img {
  width: 100%;
}

/*底部样式*/
.copy-nav {
  margin-top: 102px;
}

.copy-nav ul {
  margin-right: 105px;
}

.copy-nav ul h4 {
  color        : #3d4d66;
  font-size    : 16px;
  position     : relative;
  height       : 60px;
  margin-bottom: 20px;
}

.copy-nav ul h4 em {
  position  : absolute;
  left      : 0;
  top       : 56px;
  height    : 3px;
  width     : 42px;
  background: #da0024;
}

.copy-nav ul li {
  font-size  : 16px;
  line-height: 42px;
  color      : #4f5a72;
  position   : relative;
}

.copy-nav ul li a {
  color: #616c82;
}

.copy-nav ul li a:hover,
.copy-nav ul li:hover {
  color: #3a4763;
}



.unShow {
  display   : none;
  position  : absolute;
  left      : 72px;
  top       : 0;
  min-width : 130px;
  background: #f5f5f5;
  z-index   : 99;
}

.unShow>div {
  text-align: center;
  cursor    : pointer;

}

.unShow>div a {
  white-space: normal;
  font-size  : 14px;
  font-family: "jinsFont" !important;
}

.xcxm {
  width  : 130px;
  display: none;
}

.xcxm img {
  width: 100%;
}

.unShow>div:hover .xcxm {
  display: block;
}

.copy-nav ul li:hover .unShow {
  display: block;
}

.share {
  float: right;
}

.share a {
  width   : 31px;
  display : inline-block;
  position: relative;
  cursor  : pointer;
}

.share a img {
  position: absolute;
  width   : 130px;
  top     : -140px;
  display : none;
}

.wx {
  background  : url(/text/images/wx.png) no-repeat center;
  margin-right: 24px;
  height      : 31px;
}

.wx:hover {
  background: url(/text/images/wx-l.png) no-repeat center;
}

.wb {
  background: url(/text/images/wb.png) no-repeat center;
  height    : 28px;
}

.wb:hover {
  background: url(/text/images/wb-l.png) no-repeat top;
}

.footer {
  overflow       : hidden;
  text-align     : left;
  display        : flex;
  justify-content: space-around;
}

.footer li {
  display      : flex;
  align-items  : center;
  padding-right: 10px;
  color        : #8f96a5;
  margin       : 60px 0;
  font-size    : 14px;
}

.footer li a {
  color: #8f96a5;
}

#scroll {
  cursor     : pointer;
  display    : none;
  z-index    : 99;
  position   : fixed;
  bottom     : 38px;
  right      : 22px;
  width      : 50px;
  text-align : center;
  line-height: 50px;
  font-size  : 16px;
  height     : 50px;
  background : #3A4763;
  color      : #fff;
}


@media screen and (max-width: 768px) {
  .onleAlert {
    width     : 97% !important;
    height    : 70%;
    overflow-y: auto;
    left      : 2% !important;
    padding   : 20px !important;
  }

  #header {
    background: #f6f7f9 url(/text/images/logo.png) no-repeat center !important;
    height    : 50px;
  }

  .head-left {
    margin : 0 !important;
    padding: 0;
    display: none;
  }

  #recom img {
    width: 100%;
  }

  .palceholder {
    height: 50px !important;
  }

  .head-left ul,
  .head-right {
    display: none;
  }

  .head-left {
    float     : initial;
    text-align: center;
    width     : 100%;
    height    : 51px;
  }

  .head-left>a {
    float: initial;
  }

  .head-left a img {
    margin       : 0;
    margin-bottom: 6px;
  }

  .head-left ul li {
    position: relative;
  }



  .m_text {
    display: block;
  }

  .pc_text {
    display: none;
  }

  .main {
    width : auto;
    height: 100%;
  }


  .banner-scr {
    height            : calc(100vw / 640 * 800);
    /* background     : url(/text/images/img-kv01-sp.jpg) no-repeat center top;
    background-size   : 100% auto; */
  }

  .mBanner {
    display: block !important;
  }

  .pBanner {
    display: none;
  }

  .banner-scr img {
    display: none;
  }

  #recom {
    padding: 0;
  }

  #recom li {
    float: initial;
    width: 100%;
  }

  .special {
    margin-top: 154px;
    width     : 13%;
  }

  .pro-infor img {
    width: 10%;
  }

  .mo_gall {
    display: none;
  }

  #product {
    height: 470px;
  }

  #product .swiper-wrapper {
    height: 370px !important;
  }

  #footer-nav ul {
    border-bottom: 1px solid #dce0e6;
  }

  #footer-nav li {
    border-top: 1px solid #dce0e6;
    max-width : 100%;
  }

  #footer-nav li>a {
    padding: 40px 50px 38px;
  }

  #footer-nav li a {
    font-size     : 14px;
    /* font-family: arial; */
    font-weight   : 600;
    color         : #3a4763;
    position      : relative;
    width         : 100%;
    height        : 100%;
    display       : inline-block;
  }

  #footer-nav li a i {
    font-size: 12px;
    color    : #999;
    position : absolute;
    right    : 20px;
    transform: rotate(0)
  }

  .suvfoot {
    text-align : center;
    padding    : 40px 16px;
    font-size  : 0.875em;
    line-height: 23px;
    color      : #9ca3b1;
  }

  .suvfoot span {
    margin-left: 10px;
    display    : inline-block;
    color      : #9ca3b1;
  }

  .suvfoot a {
    color: #3a4763;
  }

  /*#header{position: relative;}*/
  #header>span {
    display    : block;
    position   : absolute;
    top        : 0;
    right      : 10px;
    height     : 50px;
    line-height: 50px;
  }

  #header>span i {
    font-size: 24px;
    color    : #8297a7;
  }

  #header .mo_nav {
    position   : absolute;
    top        : 0;
    left       : 10px;
    line-height: 50px;
    display    : block;
  }

  #footer-nav ol {
    position      : relative;
    margin-left   : 50px;
    padding-top   : 20px;
    padding-bottom: 20px;
    display       : none;
  }

  #footer-nav ol:before {
    position  : absolute;
    content   : '';
    left      : 0;
    top       : 0;
    width     : 30px;
    height    : 2px;
    background: #e1002b;
    display   : block;
  }

  #footer-nav ol dt {
    line-height: 32px;
  }

  #footer-nav ol dt a {
    font-weight: normal;
    font-size  : 14px;
  }

  #product .new_slick i {
    line-height: 220px !important;
  }
}

@media screen and (max-width: 460px) {
  #addres {
    height     : 565px;
    padding    : 0 35px;
    display    : flex;
    align-items: center
  }

  .addre-mian {
    width  : auto;
    padding: 6em 15px;
    height : auto;
    margin : 0;
  }

  .addre-mian h3 {
    margin: 0;
  }

  .addre-mian p {
    margin-bottom: 0;
    padding      : 25px 10px;
    font-size    : 13px;
  }

  #copyright,
  .pc_text,
  .pc_gall {
    display: none;
  }

  .key {
    top: 80%;
  }

  .gallMain {
    height: 490px;
  }

  .oneImg {
    background     : url(/text/images/m_gallery01.jpg) center top no-repeat;
    background-size: 100% !important;
  }

  .towImg {
    background     : url(/text/images/m_gallery02.jpg) center top no-repeat;
    background-size: 100% !important;
  }

  .threeImg {
    background     : url(/text/images/m_gallery03.jpg) center top no-repeat;
    background-size: 100% !important;
  }

  .fiveImg {
    background     : url(/text/images/m_gallery04.jpg) center top no-repeat;
    background-size: 100% !important;
  }

  .gallery .swiper-slide {
    height: 600px;
  }

  /* .gallery .swiper-slide{
    height: 650px !important;
    background: pink;
  } */
  .gallInfor div {
    bottom: 60px;
  }

  .slick-arrow i {
    line-height: 500px;
  }

  .pro-infor h5 {
    font-size    : 24px;
    margin-bottom: 20px;
  }

  .pro-infor p {
    font-size: 13px;
  }

  .pro-infor img {
    width: 3.6%;
  }

  #product {
    height       : 270px;
    overflow     : hidden;
    margin-bottom: 30px;
  }

  #product .slick-arrow:hover {
    opacity: 0;
  }

  .funprod {
    height: 188px;
  }

  #about {
    height     : 400px;
    display    : flex;
    align-items: center;
  }

  #about h4 {
    margin: 0;
  }

  #about p {
    margin: 35px 0;
  }

  .mob_text,
  .mo_gall,
  #footer-nav {
    display: block;
  }

  .gallInfor h3 {
    font-size: 35px;
  }

  .addre-mian h3 {
    font-size: 15px;
  }

  .search {
    width : 200px;
    margin: 0 auto;
  }

  .search .text {
    width: 120px;
  }

  .gallery .swiper-wrapper {
    height: 849px;
  }

  #product .new_slick i {
    line-height: 220px !important;
  }
}


.head-left ul {
  margin : 0;
  padding: 0;
}

.head-left {
  margin-left: 60px;
}




.head-right {
  margin-right: 60px;
}

.onleAlert {
  display   : none;
  position  : fixed;
  z-index   : 9;
  background: #fff;
  padding   : 40px;
  width     : 1000px;
  left      : 10%;
}

.black_m {
  display: none;
}

.onleAlert p {
  line-height: 26px;
}

.onleAlert h3 {
  width     : 100%;
  text-align: center;
}

.onleAlert i {
  position: absolute;
  top     : 15px;
  right   : 15px;
  color   : #333;
  cursor  : pointer;
}

.black_m {
  background: rgba(0, 0, 0, .4);
  width     : 100%;
  height    : 100%;
}

.head-right {
  overflow: initial;
}

a.mob_ewm {
  position: relative;
  cursor  : pointer;
}

a.mob_ewm span {
  width   : 120px;
  height  : 120px;
  margin  : 0;
  display : none;
  position: fixed;
  right   : 60px;
  top     : 50px;

}

a.mob_ewm img {
  width : 100%;
  margin: 0;
}

a.mob_ewm:hover span {
  display: block;

}




@media screen and (max-width: 768px) {
  #header {
    background: #f6f7f9 url(/text/images/logo.png) no-repeat center !important;
    height    : 50px;
  }

  .head-left {
    margin : 0 !important;
    padding: 0;
  }

  #recom img {
    width: 100%;
  }

  .palceholder {
    height: 50px !important;
  }

  .head-left ul,
  .head-right {
    display: none;
  }

  .head-left {
    float     : initial;
    text-align: center;
    width     : 100%;
    height    : 51px;
  }

  .head-left>a {
    float: initial;
  }

  .head-left a img {
    margin       : 0;
    margin-bottom: 6px;
  }

  .m_text {
    display: block;
  }

  .pc_text {
    display: none;
  }

  .main {
    width        : auto;
    padding-left : 20px;
    padding-right: 20px;
  }

  .banner-scr {
    height         : calc(100vw / 640 * 800);
    background     : url(/text/images/img-kv01-sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }

  .banner-scr img {
    display: none;
  }

  #recom {
    padding: 0;
  }

  #recom li {
    float: initial;
    width: 100%;
  }

  .special {
    margin-top: 154px;
    width     : 13%;
  }

  .pro-infor img {
    width: 10%;
  }

  .mo_gall {
    display: none;
  }

  #product {
    height: 470px;
  }

  #product .swiper-wrapper {
    height: 370px !important;
  }

  #footer-nav ul {
    border-bottom: 1px solid #dce0e6;
  }

  #footer-nav li {
    border-top: 1px solid #dce0e6;
    max-width : 100%;
  }

  #footer-nav li>a {
    padding    : 40px 0;
    text-indent: 50px;
  }

  #footer-nav li a {
    font-size  : 14px !important;
    font-weight: 600;
    color      : #3a4763;
    position   : relative;
    width      : 100%;
    height     : 100%;
    display    : inline-block;
  }

  #footer-nav li a i {
    font-size: 12px;
    color    : #999;
    position : absolute;
    right    : 20px;
    transform: rotate(0)
  }

  .suvfoot {
    text-align : center;
    padding    : 40px 16px;
    font-size  : 0.875em;
    line-height: 23px;
    color      : #9ca3b1;
  }

  .suvfoot span {
    margin-left: 10px;
    display    : inline-block;
    color      : #9ca3b1;
  }

  .suvfoot a {
    color: #3a4763;
  }

  #header>span {
    display    : block;
    position   : absolute;
    top        : 0;
    right      : 10px;
    height     : 50px;
    line-height: 50px;
  }

  #header>span i {
    font-size: 24px;
    color    : #8297a7;
  }

  #header .mo_nav {
    position   : absolute;
    top        : 0;
    left       : 10px;
    line-height: 50px;
    display    : block;
  }

  #footer-nav ol {
    position      : relative;
    margin-left   : 50px;
    padding-top   : 20px;
    padding-bottom: 20px;
    display       : none;
  }

  #footer-nav ol:before {
    position  : absolute;
    content   : '';
    left      : 0;
    top       : 0;
    width     : 30px;
    height    : 2px;
    background: #e1002b;
    display   : block;
  }

  #footer-nav ol dt {
    line-height: 32px;
  }

  #footer-nav ol dt a {
    font-weight: normal;
    font-size  : 14px;
  }
}

@media screen and (max-width: 460px) {
  #addres {
    height     : 565px;
    padding    : 0 35px;
    display    : flex;
    align-items: center
  }

  .addre-mian {
    width  : auto;
    padding: 6em 15px;
    height : auto;
    margin : 0;
  }

  .addre-mian h3 {
    margin: 0;
  }

  .addre-mian p {
    margin-bottom: 0;
    padding      : 25px 10px;
    font-size    : 13px;
  }

  #copyright,
  .pc_text,
  .pc_gall {
    display: none;
  }

  .key {
    top: 76%;
  }

  .gallMain {
    height: 490px;
  }

  .oneImg {
    background     : url(/text/images/m_gallery01.jpg) center top no-repeat;
    background-size: 100%;
  }

  .towImg {
    background     : url(/text/images/m_gallery02.jpg) center top no-repeat;
    background-size: 100%;
  }

  .threeImg {
    background     : url(/text/images/m_gallery03.jpg) center top no-repeat;
    background-size: 100%;
  }

  .fiveImg {
    background     : url(/text/images/m_gallery04.jpg) center top no-repeat;
    background-size: 100%;
  }

  .gallery .swiper-slide {
    height: 500px;
  }

  .slick-arrow i {
    line-height: 500px;
  }

  .pro-infor h5 {
    font-size    : 24px;
    margin-bottom: 20px;
  }

  .pro-infor p {
    font-size: 13px;
  }

  .pro-infor img {
    width: 4%;
  }

  #product {
    height       : 270px;
    overflow     : hidden;
    margin-bottom: 60px;
  }

  #product .slick-arrow:hover {
    opacity: 0;
  }

  .funprod {
    height: 190px;
  }

  #about {
    height     : 400px;
    display    : flex;
    align-items: center;
  }

  #about h4 {
    margin: 0;
  }

  #about p {
    margin: 35px 0;
  }

  .mob_text,
  .mo_gall,
  #footer-nav {
    display: block;
  }

  .gallInfor h3 {
    font-size: 35px;
  }

  .addre-mian h3 {
    font-size: 15px;
  }

  .search {
    width: 200px;
  }

  .search .text {
    width: 120px;
  }

  .gallery .swiper-wrapper {
    height: 849px;
  }
}


@media screen and (max-width: 768px) {
  #fastImgNav li {
    width: 100% !important;
  }

  .information h4 {
    font-size: 20px;
  }

  .information a {
    width      : auto;
    height     : 40px;
    padding    : 0 20px;
    line-height: 40px;
    margin-top : 10px;
  }


  #intro {
    padding       : 10px 0;
    margin-bottom : 20px;
    padding-bottom: 20px !important;
  }

  #intro h2,
  #ourLens h2,
  #ourFrame h2 {
    padding-bottom: 12px;
    font-size     : 28px;
  }

  #ourLens h3,
  #ourFrame h3,
  #ourFrame h3 {
    font-size    : 26px;
    margin-bottom: 20px;

  }

  #intro p,
  #ourLens p,
  #ourFrame p,
  #ourFrame p {
    font-size  : 12px;
    line-height: 24px;
  }

  #frame_video,
  #magnify,
  #lens_video {
    height: auto;
  }

  #price,
  #portable,
  #funct {
    padding: 20px 0;
  }

  .pri_information {
    width  : auto;
    padding: 20px;

  }

  .pri_information h4 {
    font-size    : 16px;
    margin-bottom: 10px;
  }

  .pri_information p {
    font-size  : 12px;
    line-height: 22px;
  }

  .pri_information a {
    margin-top : 10px;
    width      : auto;
    height     : 34px;
    line-height: 34px;
    padding    : 0 20px;
    font-size  : 12px;
  }

  .pri_information a .iconfont {
    font-size: 12px;
  }

  .pri_img {
    width: 100% !important;
  }


  .pri_img ul {
    text-align: center;

  }

  .pri_img ul div {
    display: none;
  }

  .pri_img li {
    margin-left    : 0;
    width          : 100%;
    display        : flex;
    justify-content: center;
    flex-wrap      : wrap;
    padding-top    : 20px;
    margin-bottom  : 0 !important;
  }

  .pri_img li .lens1 {
    margin-bottom: 20px !important;
  }

  .pri_img li .last_b {
    padding-top: 20px;
  }

  .pri_img li p {
    position: initial !important;
    display : block;
    width   : 100%;
  }

  #funct .pri_img li {
    margin-bottom: 20px !important;
  }

  #ourFrame p {
    padding: 0 20px;
  }



  .frame img {
    /* width : 60%; */
    margin: 0;
  }

  .lens1 {
    top: initial !important;
  }

  #price .main,
  #portable .main,
  #funct .main {
    width  : auto;
    padding: 20px;
  }

  #play h2 {
    font-size     : 20px;
    letter-spacing: 3.14px;
  }

  #play img {
    width: 50%;
    top  : 10px;
  }

  .aa_about {
    padding-top: 20px !important;
  }

  .comm_box {
    width  : 100% !important;
    padding: 0 20px;
  }

  .comm_box span {
    width : auto;
    height: auto;
  }

  .comm_box span img {
    width: 50%;
  }

  .comm_box h4 {
    font-size     : 18px;
    padding-top   : 20px;
    height        : auto;
    padding-bottom: 10px;
  }

  .comm_box h5 {
    font-size: 16px;
  }


  #ourLens img {
    top: 50px;
  }

  #ourLens h2 {
    padding-top   : 80px !important;
    padding-bottom: 10px !important;
  }

  #imgText {
    padding-top   : 60px;
    height        : auto;
    padding-bottom: 60px;
  }

  .comm_box h5 {
    padding-top   : 30px;
    padding-bottom: 20px;
  }

  .comm_box p {
    font-size  : 12px;
    line-height: 26px;
  }


  #introText {
    padding       : 0;
    padding-bottom: 80px;
  }

  #introText h3 {
    font-weight: normal;
  }

  #introText p {
    font-size  : 12px;
    line-height: 24px;
    padding    : 0 20px;
  }

  #ourFrame {
    padding-bottom: 30px !important;
  }

  #ourFrame h2 {
    padding-top   : 90px !important;
    padding-bottom: 10px !important;
  }

  .introText1 h3 {
    font-size: 28px !important;
    margin   : 20px 0 !important;
  }

}


.three_nav {
  background: #f6f4f5;
  position  : absolute;
  right     : -110px;
  top       : 0;
  width     : auto;
  display   : none;
  padding   : 0 10px;

}

.subNav ul li:hover .three_nav {
  display: block;
}

.three_nav li {
  display    : block;
  white-space: nowrap;
  position   : initial;
  cursor     : pointer;
  font-family: "jinsFont" !important;
}