@font-face {
  font-family: 'h1';
  src: url(../fonts/h1.ttf) format('truetype'), url(../fonts/h1.eot) format('eot'), url(../fonts/h1.woff) format('woff'), url(../fonts/h1.woff2) format('woff2');
}
@font-face {
  font-family: 'p';
  src: url(../fonts/p.ttf) format('truetype'), url(../fonts/p.eot) format('eot'), url(../fonts/p.woff) format('woff'), url(../fonts/p.woff2) format('woff2');
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url(../images/icon-search-white.png) no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}

.product-page .product-1 ul li h3 { float:left; text-align:left!important;}

.product-page .product-1 ul li{text-align:left!important;}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body {
  overflow-x: hidden;
  font-family: 'p', Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
h1,
h3 {
  font-family: h1;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: relative;
  z-index: 10;
}
#header .nav {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 130px;
  position: relative;
  -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
#header .nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  padding: 16px 0 25px 10px;
}
#header .nav .h-search {
  color: #ccc;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 50px 20px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: hidden;
  height: 100%;
}
#header .nav .h-search i:hover {
  color: #ccc;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  text-align: right;
  margin-left: 18%;
  height: 100%;
}
#header .nav .menu-box>div {
	height: 100%;
}
#header .nav .menu-box .menu {
  height: 100%;
}
#header .nav .menu-box .menu:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
#header .nav .menu-box .menu > li {
  float: left;
  position: relative;
  margin-left: 40px;
  font-family: "microsoft yahei";
  height: 100%;
}
#header .nav .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #666;
  display: block;
  position: relative;
  padding: 55px 0 45px;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #2b86c0;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  width: -moz-max-content;
  background: #2b86c0;
  text-align: left;
  z-index: 101;
  display: none;
  max-width: max-content;
    min-width: 180px;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .yuy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
}
#header .nav .yuy ul li {
  display: inline-block;
  border-left: 1px solid #666;
  padding: 0 5px;
}
#header .nav .yuy ul li:first-child {
  border-left: none;
}
#header .nav .yuy ul li a {
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .yuy ul li a:hover {
  color: #2b86c0;
}
#header .nav .tel {
  float: right;
  display: inline-block;
  vertical-align: middle;
  width: 270px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #ccc;
}
#header .nav .tel span {
  display: block;
  color: #ccc;
  font-size: 23px;
  padding: 40px 0;
}
#header .nav .tel .email {
  color: #90b8d8;
  background-color: #2b86c0;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 270px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .tel .email:hover {
  background-color: #2c7db1;
  color: #dcdcdc;
}
#header .nav .tel .email:hover i {
  color: #155688;
}
#header .nav .tel .email i {
  color: #15669a;
  font-size: 18px;
}
#header .email-form {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding: 100px 0 90px;
  display: inline-block;
  height: max-content;
}
#header .email-form form {
  width: 40%;
  margin: 0 auto;
  position: relative;
}
#header .email-form .close {
	cursor: pointer;
	cursor: hand;
	position: absolute;
	right: 28%;
	top: 80px;
}
#header .email-form form ul li {
  width: 50%;
  float: left;
  padding: 10px 30px;
  position: relative;
}
#header .email-form form ul li:nth-child(n+3) {
  width: 100%;
}
#header .email-form form ul li label {
  position: absolute;
  left: -20px;
  top: 20px;
  color: #999;
  font-size: 14px;
}
#header .email-form form ul input {
	margin: 10px 0;
}
#header .email-form form ul li input,
#header .email-form form ul p textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #ededed;
  color: #999;
  font-size: 14px;
  padding: 10px;
  outline: none;
}
#header .email-form form ul p {
	padding: 10px 30px;
}
#header .email-form form ul p textarea {
  border: 1px solid #ededed;
  max-width: 100%;
  min-height: 230px;
  margin-top: 40px;
}
#header .email-form form ul p input[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #2b86c0;
  font-size: 18px;
  color: white;
  text-align: center;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .email-form form ul p input[type="submit"]:hover {
  background-color: #f2711c;
}
#header .email-form form .close {
  position: absolute;
  right: -40px;
  top: -20px;
  color: #999;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
  display: block;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    -o-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    -moz-transform: rotate(360deg) translate(-50%, -50%);
    -ms-transform: rotate(360deg) translate(-50%, -50%);
    -o-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    -o-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    -moz-transform: rotate(360deg) translate(-50%, -50%);
    -ms-transform: rotate(360deg) translate(-50%, -50%);
    -o-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    -o-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    -moz-transform: rotate(360deg) translate(-50%, -50%);
    -ms-transform: rotate(360deg) translate(-50%, -50%);
    -o-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    -o-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    -moz-transform: rotate(360deg) translate(-50%, -50%);
    -ms-transform: rotate(360deg) translate(-50%, -50%);
    -o-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
#banner {
  margin-top: 0px;
  overflow: hidden;
}
#banner #camera_wrap_1 div.cameraContents {
  position: relative;
}
#banner #camera_wrap_1 div.cameraContents .content {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}
#banner #camera_wrap_1 div.cameraContents .cameraContent:first-child .content h1 {
  position: absolute;
  right: -35%;
  top: 22%;
  font-size: 53px;
  color: #456ab1;
  text-align: right;
}
#banner #camera_wrap_1 div.cameraContents .cameraContent:first-child .content h1:before {
  content: url("../images/banner-1-2-bg.png");
  position: absolute;
  top: 150%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: rotate 30s linear infinite;
  -o-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
#banner #camera_wrap_1 div.cameraContents .cameraContent:first-child .content h1 small {
  display: block;
  color: #020202;
  font-size: 16px;
  line-height: 30px;
  width: 150%;
  position: absolute;
  right: 0;
  top: 100%;
}
/*banner2*/
#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content {
	width: 100%;
	top: 50%;
}
#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1 {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	font-size: 64px;
	color: #fff;
	margin-left: 25%;
}
#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1 small {
	display: block;
	font-size: 24px;
	line-height: 36px;
	text-shadow: 0 2px 14px #191818;
}
#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content img {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: 5%;
}
#index-body h1 {
  font-size: 45px;
  display: block;
  text-transform: uppercase;
}
#index-body h3 {
  font-size: 46px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  margin-top: -17px;
}
#index-body .init-1 {
  position: relative;
  padding: 95px 0;
}
#index-body .init-1:before,
#index-body .init-1:after {
  content: url("../images/init-bg.png");
  position: absolute;
  z-index: -1;
}
#index-body .init-1:before {
  left: 0;
  top: 20px;
}
#index-body .init-1:after {
  right: 0;
  bottom: 80px;
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}
#index-body .init-1 ul {
  text-align: justify;
  text-align-last: justify;
  position: relative;
}
#index-body .init-1 ul:before {
  content: url("../images/init-1-bg-1.png");
  position: absolute;
  z-index: 1;
  left: -5%;
  top: -10%;
}
#index-body .init-1 ul:after {
  content: url("../images/init-1-bg-2.png");
  position: absolute;
  z-index: 1;
  right: -6%;
  bottom: -8%;
}
#index-body .init-1 ul li {
  width: 32%;
  display: inline-block;
  text-align: left;
  text-align-last: left;
  margin-right: 2.222222222%;
  margin-left: -4px;
  vertical-align: top;
}
#index-body .init-1 ul li:first-child {
	margin-left: 0;
}
#index-body .init-1 ul li:last-child {
	margin-right: 0;
}
#index-body .init-1 ul li:hover h2 {
  background-color: #2b86c0;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
  color: white;
}
#index-body .init-1 ul li:hover h2 small {
  border-color: white;
}
#index-body .init-1 ul li:hover h2 a {
  color: white;
}
#index-body .init-1 ul li h2 {
  width: 60%;
  padding: 50px 0 25px;
  text-align: center;
  text-align-last: center;
  margin: -80px auto 0 auto;
  background-color: #e4e4e4;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: relative;
  font-size: 18px;
  color: #333333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 ul li h2:before {
  content: '(B)';
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  zoom: 2.5;
  color: rgba(255, 255, 255, 0.5);
  z-index: -2;
}
#index-body .init-1 ul li h2 small {
  color: inherit;
  font-size: 14px;
  display: block;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 45px auto 0;
  padding: 5px 10px;
  width: max-content;
  width: -moz-max-content;
}
#index-body .init-1 ul li h2 small a {
  color: inherit;
  font: inherit;
}
#index-body .init-2 {
  display: inline-block;
  position: relative;
}
#index-body .init-2 .box {
  overflow: hidden;
}
#index-body .init-2:before {
  content: url("../images/init-2-bg-1.png");
  position: absolute;
  right: 10%;
  top: 0;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
  z-index: 1;
}
#index-body .init-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#index-body .init-2 .left img {
  width: 100%;
}
#index-body .init-2 .right {
  width: 50%;
  margin-left: -4px;
  vertical-align: top;
  display: inline-block;
  background-image: url("../images/init-2-bg.jpg");
  height: 100%;
  margin-bottom: -150px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 5% 150px;
}
#index-body .init-2 .right h1 {
  color: white;
}
#index-body .init-2 .right p {
  color: white;
  font-size: 16px;
  padding-top: 35px;
  text-indent: 2em;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
#index-body .init-3 {
  position: relative;
  margin-top: 90px;
  padding-bottom: 120px;
}
#index-body .init-3 .ui {
  position: relative;
}
#index-body .init-3 .ui:before {
  content: '';
  width: 90%;
  height: 80%;
  background-color: white;
  border: 3px solid #333;
  position: absolute;
  bottom: -50px;
  right: 15px;
  z-index: -1;
}
#index-body .init-3 .ui:after {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -80px;
  background-image: url("../images/init-3-bg-3.png");
  width: 50%;
  height: 50%;
  z-index: -2;
}
#index-body .init-3:before,
#index-body .init-3:after {
  content: url("../images/init-bg.png");
  position: absolute;
  z-index: -2;
}
#index-body .init-3:before {
  left: 0;
  bottom: -20px;
}
#index-body .init-3:after {
  right: 10%;
  top: -20px;
}
#index-body .init-3 .left {
  position: relative;
  width: 45%;
  display: inline-block;
  padding-left: 50px;
  vertical-align: top;
  padding-top: 100px;
}
#index-body .init-3 .left:before {
  content: url("../images/init-3-bg-1.png");
  position: absolute;
  bottom: -45%;
  left: 0;
}
#index-body .init-3 .left h3 {
  color: rgba(0, 0, 0, 0.38);
  -webkit-transform: rotate(90deg) translateY(50%);
  -moz-transform: rotate(90deg) translateY(50%);
  -ms-transform: rotate(90deg) translateY(50%);
  -o-transform: rotate(90deg) translateY(50%);
  transform: rotate(90deg) translateY(50%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  font-weight: bold;
  font-size: 38px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
#index-body .init-3 .right {
  width: 55%;
  display: inline-block;
  margin-left: -4px;
  padding-left: 4%;
  padding-top: 50px;
  vertical-align: top;
}
#index-body .init-3 .right:before {
  content: url("../images/init-3-bg-2.png");
  position: absolute;
  top: 0;
  right: 5%;
}
#index-body .init-3 .right .init-3-r-top {
  display: inline-block;
  width: 100%;
}
#index-body .init-3 .right .init-3-r-top img {
  float: left;
}
#index-body .init-3 .right .init-3-r-top .title {
  float: right;
  margin-right: 5%;
  padding-top: 20px;
}
#index-body .init-3 .right .init-3-r-top .title h3 {
  color: rgba(0, 0, 0, 0.2);
  font-size: 57px;
}
#index-body .init-3 .right .init-3-r-bottom {
  display: block;
  padding-top: 30px;
}
#index-body .init-3 .right .init-3-r-bottom p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
#index-body .init-4 {
  padding-top: 80px;
}
#index-body .init-4 .init-4-top {
  text-align: center;
  position: relative;
  padding-top: 10px;
}
#index-body .init-4 .init-4-top:before {
  content: url("../images/init-bg.png");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
#index-body .init-4 .init-4-top h3 {
  color: rgba(0, 0, 0, 0.2);
}
#index-body .init-4 .init-4-bottom {
  padding-top: 20px;
}
#index-body .init-4 .init-4-bottom ul li {
  width: 32%;
  margin-right: 1.93%;
  margin-left: -4px;
  display: inline-block;
  background-color: white;
  -webkit-box-shadow: 0 0 50px #ededed;
  -moz-box-shadow: 0 0 50px #ededed;
  box-shadow: 0 0 50px #ededed;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .init-4-bottom ul li:first-child {
  margin-left: 0;
}
#index-body .init-4 .init-4-bottom ul li:last-child {
  margin-right: 0;
}
#index-body .init-4 .init-4-bottom ul li h4 {
  font-size: 18px;
  color: #333;
  padding: 35px 30px 0;
  text-align: center;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
#index-body .init-4 .init-4-bottom ul li h4 a {
  color: inherit;
  font: inherit;
}
#index-body .init-4 .init-4-bottom ul li h4 time {
  font-size: 12px;
  color: inherit;
  display: block;
  margin-top: 10px;
}
#index-body .init-4 .init-4-bottom ul li p {
  padding: 30px 30px 55px;
  color: #666666;
  font-size: 14px;
}
#index-body .init-4 .init-4-bottom ul li:hover {
  background-color: #2b86c0;
}
#index-body .init-4 .init-4-bottom ul li:hover h4 {
  color: white;
}
#index-body .init-4 .init-4-bottom ul li:hover p {
  color: white;
}
#index-body .init-5 {
  padding-top: 80px;
}
#index-body .init-5 .init-5-top {
  text-align: center;
  position: relative;
  padding-top: 10px;
}
#index-body .init-5 .init-5-top:before {
  content: url("../images/init-bg.png");
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
#index-body .init-5 .init-5-top h3 {
  color: rgba(0, 0, 0, 0.2);
}
#index-body .init-5 .init-5-bottom {
  background-color: #2b86c0;
  padding: 40px 0 30px;
  margin-top: 40px;
}
#index-body .init-5 .init-5-bottom .ui {
  padding: 0 65px;
}
#index-body .init-5 .init-5-bottom ul li {
  width: 14.285%;
  float: left;
  text-align: center;
}
#index-body .init-5 .init-5-bottom ul li a {
	display: block;
	margin: 0 5px;
}
#index-body .init-5 .init-5-bottom ul li img {
  margin: 0 auto;
}
#index-body .init-5 .init-5-bottom .next,
#index-body .init-5 .init-5-bottom .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  color: white;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-5 .init-5-bottom .next i,
#index-body .init-5 .init-5-bottom .prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-5 .init-5-bottom .next {
  right: 15px;
}
#index-body .init-5 .init-5-bottom .prev {
  left: 15px;
}
#footer {
  background-image: url("../images/footer-bg.jpg");
}
#footer ul {
  padding: 50px 140px 40px 110px;
  display: inline-block;
}
#footer ul li {
  float: left;
  width: max-content;
  width: -moz-max-content;
  text-align: center;
}
#footer ul li h1 {
  font-size: 18px;
  color: black;
  padding-top: 20px;
}
#footer ul li dl dd {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#footer ul li dl dd i {
  color: black;
  font-size: 16px;
  margin-right: 5px;
  float: left;
}
#footer ul li dl dd a {
  color: inherit;
  font-size: inherit;
}
#footer ul li dl dd a:hover {
  color: #2b86c0;
}
#footer ul li.one {
  max-width: 28%;
}
#footer ul li.two {
  max-width: 18%;
  padding: 0 70px;
}
#footer ul li.three {
  max-width: 19%;
  padding: 0 50px;
}
#footer ul li.four {
  max-width: 15%;
  padding: 0 50px;
}
#footer ul li.five {
  padding: 0 50px;
}
#footer ul li.five .left {
  width: 40%;
  display: inline-block;
  max-width: 100px;
  vertical-align: top;
}
#footer ul li.five .left p {
  margin-top: 10px;
}
#footer ul li.five .right {
  display: inline-block;
  width: 60%;
  margin-left: -4px;
  vertical-align: top;
  text-align: left;
  padding-left: 25px;
}
#footer ul li.five .right dl dd {
  width: max-content;
  width: -moz-max-content;
}
#footer #gotop {
  position: absolute;
  right: 5%;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 30px;
}
#footer #gotop:hover {
  background-color: #2b86c0;
}
#footer p {
  text-align: center;
  color: #b1b0af;
  font-size: 12px;
  padding-bottom: 15px;
}
#footer p a {
  color: inherit;
}
#footer p a:hover {
  color: #2b86c0;
}
@media screen and (max-width: 1650px) {
#header .nav .menu-box {
	margin-left: 1%;
}
#header .nav .yuy {
	margin-left: 2%;
}
#header .nav .tel {
	width: 250px;
}
#header .nav .tel .email {
	width: 250px;
}
#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1 {
	width: 40%;
	margin-left: 10%;
	font-size: 50px;
}
#index-body .init-2 .right {
	    padding: 80px 2% 150px;
}
#index-body .init-2 .right p:nth-child(4)+p,#index-body .init-2 .right p:nth-child(4)+p+p,#index-body .init-2 .right p:nth-child(4)+p+p+p {
display: none;
}
    #index-body .init-3 .left {
    	display: none;
    }
    #index-body .init-3 .right {
    	width: 100%;
    }
    #index-body .init-3 .right .init-3-r-bottom {
    	padding-left: 5%;
    }

#index-body .init-3 .right .init-3-r-top .title {
	padding-top: 150px;
}
#index-body .init-3 .right:before {
	right: 25%;
}
        #footer ul {
    	padding: 40px 2%;
    }
    #footer ul li.one {
    max-width: 35%;
}
#footer ul li.two {
    padding: 0 50px;
}
#footer ul li.three {
    padding: 0 40px;
}
#footer ul li.four {
    padding: 0 40px;
}
#footer ul li.five {
	padding: 0 10px;
}
#footer ul li.five .left {
	display: none;
}
#footer ul li.five .right {
	width: 100%;
}
}
@media screen and (max-width: 1200px){
    #header .nav .menu-box {
        margin-left: 5%;
    }
    #header .nav .logo {
        width: 26%;
    }
    #header .nav .tel {
    	border: none;
    	height: 0;
    }
    #header .nav .tel span{
        display: none;
    }
    #header .nav .tel .email {
    	width: 100px;
    	bottom: 35%;
    }
    #header .nav .tel .email i {
    	float: left;
    	padding-left: 10px;
    }
    #header .nav .yuy {
    	margin-left: 0;
    }
    #header .email-form form {
    	width: 60%;
    }
    #header .email-form {
    	padding: 50px 0;
    }
    #index-body .init-1 ul li:hover h2 {
        -webkit-transform: translateY(-70%);
        -moz-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
        -o-transform: translateY(-70%);
        transform: translateY(-70%);
    }
    #index-body h1 {
        font-size: 35px;
    }
    #index-body h3 {
        font-size: 36px;
    }
    #index-body .init-2 .right p:last-child {
        display: none;
    }
    #index-body .init-2 .right p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    #index-body .init-2 .right p+p {
    	display: none;
    }
    #banner #camera_wrap_1 div.cameraContents .cameraContent:first-child .content h1 {
    	right: -75%
    }
    #banner #camera_wrap_1 div.cameraContents .cameraContent:first-child .content>img {
    	max-width: 300px!important;
    	margin-top: 10%;
    }
    #banner #camera_wrap_1 div.cameraContents .content {
    	top: 50%;
    	left: 40%;
    }
    #banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1 {
    	width: 45%;
    	margin-left: 20%;
    }
    #banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content img {
    	margin-left: 5%;
    }
    #index-body .init-2 .right p {
    	font-size: 14px;
    }
#index-body .init-5 .init-5-bottom ul li {
	width: 19%;
	margin-right: .62222222%;
	margin-left: -4px;
}
#index-body .init-5 .init-5-bottom ul li:first-child {
	margin-left: 0;
}
#index-body .init-5 .init-5-bottom ul li:last-child {
	margin-right: 0;
}
        #footer ul {
    	padding: 40px 0;
    }
    #footer ul li.one {
    max-width: 35%;
}
#footer ul li.two {
    padding: 0 10px;
}
#footer ul li.three {
    padding: 0 10px;
}
#footer ul li.four {
    padding: 0 10px;
}
#footer ul li.five {
	padding: 0;
}
#footer ul li.five .left {
	display: none;
}
#footer ul li.five .right {
	width: 80%;
}
#header .email-form .close {
	right: 20%;
}
}
#map img,
#map label {
  width: auto;
  max-width: none;
}
@media screen and (max-width: 1700px){
	.ui.container{
		width: 1440px;
		margin: 0 auto;
	}
	#index-body .init-1 ul li:hover h2{
		    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
	}
}
@media screen and (max-width: 1440px){
	.ui.container{
		width: 1230px;
	}
	#index-body .init-5 .init-5-bottom .tempWrap{
		width: 100% !important;
}
	#index-body .init-1 ul li:hover h2{
		    -webkit-transform: translateY(-95%);
    -moz-transform: translateY(-95%);
    -ms-transform: translateY(-95%);
    -o-transform: translateY(-95%);
    transform: translateY(-95%);
	}
}
@media screen and (max-width: 1230px){
	.ui.container{
		width: 980px;
	}
	#index-body .init-4 .init-4-bottom ul li p{
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1{
		    width: 40%;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1{
		    font-size: 30px;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1 small{
		font-size: 16px;
	}
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
	#header{
		display:none;
	}
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px){
	.ui.container{
		width: 700px;
	}
	#index-body .init-1 ul li:hover h2{
		    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
	}
	#index-body .init-2 .right p{
		display:none;
	}
	#index-body h1 {
    font-size: 30px;
	}#index-body .init-3 .right .init-3-r-top .title{
		padding-top:20px;
	}
	#footer ul li.two,#footer ul li.three,#footer ul li.four{
		display:none;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content{
		display: flex;
    align-items: center;
	}
}
@media screen and (max-width: 700px){
	.ui.container{
		width: 100%;
	}
	#index-body .init-1 ul li{
		width:100%;
		margin-bottom:20px;
	}
	#index-body .init-2 .left{
		width:100%;
	}
	#index-body .init-2 .right{
		width:100%;
		margin-bottom: -50px;
		margin-left:0;
	}
	#index-body .init-2 .right p{
		display:block;
	}
	#index-body .init-2 .right p:nth-child(4)+p, #index-body .init-2 .right p:nth-child(4)+p+p, #index-body .init-2 .right p:nth-child(4)+p+p+p{
		display:block;
	}
	#index-body .init-4 .init-4-bottom ul li{
		width:100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#index-body{
		overflow: hidden;
	}
	.camera_wrap{
		height:400px !important;;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(1) .content{
		left:0;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1 small{
		    line-height: 24px;font-size: 14px;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1{
		font-size: 20px;
	}
	.uikit_news.typeList .newslist li:before{
		display: none !important;
	}
}
@media screen and (max-width: 500px){
	#footer ul li.five .right {
    width: 100%;
}#footer ul li.one {
    width: 100%;
	max-width: 100%;
	margin-bottom:20px;
}#index-body .init-3 .right .init-3-r-top .title h3 {
    color: rgba(0, 0, 0, 0.2);
    font-size: 35px;
	}#index-body .init-5{
		display:none;
	}#footer ul li.five .right{
		padding-left: 0;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content img{
		display:none;
	}
	.camera_wrap {
    height: 250px !important;
}#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1 {
    width: 100%;
	}#banner #camera_wrap_1 div.cameraContents .cameraContent:first-child .content>img{
		display:none;
	}
	#banner #camera_wrap_1 div.cameraContents .content{
		top: 0%;
    left: 0%;
    width: 100%;
		    -webkit-transform: translate(-0%, -0%);
    -moz-transform: translate(-0%, -0%);
    -ms-transform: translate(-0%, -0%);
    -o-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:first-child .content h1{
		position:relative;
		right: 0;
		top:22%;
		padding:0 15px;
		font-size:30px;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:first-child .content h1 small{
		width:100%;
		padding: 0 15px;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content{
		top:0;
	}
	#banner #camera_wrap_1 div.cameraContents .cameraContent:nth-child(2) .content h1{
		margin-left:0;
		padding: 0 15px;
	}
	.about .maxsize section.uikit .one ul.pt20.pb40 li{
		width:100%;
	}
	.about .prodetFeedback .the_form li{
		padding-bottom:0 !important;
		margin-bottom: 0;
	}
}


