@charset "UTF-8";
.kk{ width:700px; margin-left:auto; margin-right:auto;}
@media only screen and (max-width: 700px){
.kk{ width:100%; margin-left:auto; margin-right:auto;}
}
@import url("intlTelInput.css");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Arial", arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Arial", arial;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
  background: #eeeeee;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #ddd;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #008383;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}

.wrap1 {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.nodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #16aaaa;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 76px 0 0 0;
}
.header {
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #5baecb;	
  border-bottom: solid 1px #ededed;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 38px;
  margin-top: 19px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .logo:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.header .logo img {
  height: 100%;
}
.header .language {
  float: right;
  position: relative;
  margin-top: 28px;
}
.header .language .tit {
  height: 20px;
  line-height: 20px;
  padding: 0 20px 0 12px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  font-weight: bold;
  color:#FFFFFF
}
.header .language .tit.on {
  background-image: url(../images/arrow2.png);
}
.header .language .list {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 96;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #16aaaa;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #16aaaa;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.header .language li a:hover {
  background: #008383;
}
.header .search-box {
  float: right;
  margin-top: 18px;
  margin-right: 16px;
  position: relative;
}
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 900px;
  height: 76px;
  position: absolute;
  right: -14px;
  top: -18px;
  z-index: 95;
  background: #fff;
  padding: 13px 10px;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../images/search2.png) no-repeat center #16aaaa;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .nav .tit,
.header .menu-btn {
  display: none;
}
.header .nav {
  float: right;
  margin-right: 35px;
}
.header .nav > ul > li {
  float: left;
  padding: 0 32px;
}
.header .nav > ul > li.on > a {
  color: #fff;
  border-bottom: solid 2px #16aaaa;
}
.header .nav > ul > li > a {
  height: 76px;
  line-height: 76px;
  display: block;
  font-size: 15px;
  overflow: hidden;
  text-transform: uppercase;
  color:#FFFFFF;
  font-weight:bold
}
.header .nav > ul > li:hover > a {
  color: #fff;
}
.header .nav .sub {
  display: none;
  width: 100%;
  position: absolute;
  top: 76px;
  left: 0;
  z-index: 97;
}
.header .nav .sub ul {
  float: right;
}
.header .nav .sub1 {
  background: url(../images/sub1_bg.png);
}
.header .nav .sub1 li {
  float: left;
  margin-left: 44px;
}
.header .nav .sub1 li.on a,
.header .nav .sub1 a:hover {
  color: #fff;
}
.header .nav .sub1 a {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.header .nav .sub2 {
  background: rgba(255, 255, 255, 0.95);
  z-index: 98;
}
.header .nav .sub2 .list {
  float: right;
}
.header .nav .sub2 .list .tit {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.header .nav .sub2 .list > li {
  padding: 0 30px;
  float: left;
  border-left: solid 1px #dddddd;
  margin: 50px 0;
}
.header .nav .sub2 .list > li:last-child {
  padding-right: 0;
}
.header .nav .sub2 .list > li:first-child {
  border-left: none;
}
.header .nav .sub2 .list > li ul {
  margin-top: 32px;
}
.header .nav .sub2 .list > li li {
  min-width: 110px;
  float: left;
  margin-left: 50px;
  text-align: center;
}
.header .nav .sub2 .list > li li:first-child {
  margin-left: 0;
}
.header .nav .sub2 .list > li li i {
  height: 76px;
  line-height: 76px;
  display: block;
}
.header .nav .sub2 .list > li li i img {
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.header .nav .sub2 .list > li li a {
  color: #666;
  display: block;
}
.header .nav .sub2 .list > li li a:hover {
  color: #16aaaa;
}
.header .nav .sub2 .list > li li p {
  margin-top: 6px;
}
.footer {
  background: #262626;
  color: #999;
  padding-top: 0px;
}
.footer a {
  color: #999;
}
.footer .left .p1 {
  font-size: 17px;
  margin: 14px 0 50px 0;
}
.footer .left .p2 {
  font-size: 15px;
}


.footer .bottom {
  margin-top: 54px;
  background: #5baecb;
  color: #fff;
  line-height: 20px;
  padding: 50px 0;
}
.footer .bottom img{
height:50px;
}
.footer .bottom span{ float:right; display:block; width:80%; margin-right:10%}
.footer .bottom span strong{
	font-size:24px;
	text-transform: uppercase;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
}
.footer .bottom .a01{ float:left; width:50%}
.footer .bottom .a02{ float:left; width:50%}
.footer .bottom .a03{ float:left; width:33.33%}
.footer .bq{
height:50px;
line-height:50px;
background-color:#3c7386;
color:#FFFFFF
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 6px;
  border: solid 1px #fff;
  background: none;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.main .banner .swiper-slide {
  position: relative;
}
.main .banner a {
  display: block;
  position: relative;
}
.main .banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  font-size: 16px;
  text-align: right;
}
.main .banner .text span {
  color: #16aaaa;
}
.main .banner .text .p1 {
  font-size: 36px;
  font-weight: bold;
}
.main .banner .text .p2 {
  margin-top: 10px;
}
.main .banner .text .p3 {
  margin-top: 40px;
}
.main .banner .text .p3 span {
  display: inline-block;
  border: solid 1px #bcc4b5;
  height: 48px;
  line-height: 48px;
  border-radius: 48px;
  padding: 0 24px;
  color: #fff;
}
.main .pctitle {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.main .pctitle span {
  color: #16aaaa;
}
.main .pcmore {
  text-align: center;
  line-height: 20px;
}
.main .pcmore span,
.main .pcmore a {
  display: inline-block;
  padding-right: 26px;
  color: #16aaaa;
  background: url(../images/arrow3.png) no-repeat right 0 center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .pcmore span:hover,
.main .pcmore a:hover {
  padding-right: 36px;
}
.main .category {
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.main .category .swiper-container,
.main .category ul {
  overflow: hidden;
  margin-top: 44px;
  padding: 0 85px;
}
.main .category .swiper-slide,
.main .category li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 20px;
}
.main .category .swiper-slide a,
.main .category li a {
  display: block;
}
.main .category .swiper-slide a:hover,
.main .category li a:hover {
  opacity: .6;
}
.main .category .swiper-slide .pic,
.main .category li .pic {
  height: 274px;
  line-height: 274px;
}
.main .category .swiper-slide .pic img,
.main .category li .pic img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.main .category .swiper-slide .txt,
.main .category li .txt {
  font-size: 18px;
  margin-top: 20px;
}
.main .category .swiper-slide {
  width: auto;
}
.main .category .swiper-button-prev,
.main .category .swiper-button-next {
  width: 52px;
  height: 52px;
  margin: -26px 0 0 0;
  background: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .category .swiper-button-prev {
  background-image: url(../images/arrow4.png);
}
.main .category .swiper-button-prev:hover {
  background-image: url(../images/arrow6.png);
}
.main .category .swiper-button-next {
  background-image: url(../images/arrow5.png);
}
.main .category .swiper-button-next:hover {
  background-image: url(../images/arrow7.png);
}
.main .whatcan {
  padding: 80px 0 60px 0;
  background: #f8f8f8;
}
.main .whatcan .slogan {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 10px 0 54px 0;
}
.main .whatcan ul {
  overflow: hidden;
  margin: 0 -33px 68px -33px;
}
.main .whatcan ul li {
  width: 33.3333%;
  float: left;
  padding: 0 33px;
  text-align: center;
}
.main .whatcan ul li a {
  display: block;
}
.main .whatcan ul li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .whatcan ul li a:hover .txt {
  color: #16aaaa;
}
.main .whatcan ul li .txt {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 30px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .selectLike {
  padding: 80px 0 60px 0;
}
.main .selectLike .content {
  margin-top: 26px;
  position: relative;
}
.main .selectLike .swiper-button-prev,
.main .selectLike .swiper-button-next {
  width: 52px;
  height: 52px;
  margin: -26px 0 0 0;
  background: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .selectLike .swiper-button-prev {
  left: -52px;
  background-image: url(../images/arrow4.png);
}
.main .selectLike .swiper-button-prev:hover {
  background-image: url(../images/arrow6.png);
}
.main .selectLike .swiper-button-next {
  right: -52px;
  background-image: url(../images/arrow5.png);
}
.main .selectLike .swiper-button-next:hover {
  background-image: url(../images/arrow7.png);
}
.main .selectLike .swiper-slide.swiper-slide-next {
  border-left: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
}
.main .selectLike .swiper-slide a {
  display: block;
  text-align: center;
  padding: 0 10px;
}
.main .selectLike .swiper-slide a:hover .tit {
  color: #16aaaa;
}
.main .selectLike .swiper-slide a:hover .pcmore span {
  padding-right: 36px;
}
.main .selectLike .swiper-slide .pic {
  height: auto;
  line-height: 250px;
}
.main .selectLike .swiper-slide .pic img {
  display: inline-block;
  vertical-align: bottom;
  max-height: 100%;
}
.main .selectLike .swiper-slide .tit,
.main .selectLike .swiper-slide .txt {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .selectLike .swiper-slide .tit {
  font-size: 18px;
  margin: 28px 0 10px 0;
}
.main .selectLike .swiper-slide .txt {
  height: 104px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: 50px;
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
  height: 400px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.gray {
  background: #f8f8f8;
}
.about-page .profile .picbox,
.about-page .culture .picbox,
.about-page .profile .cont,
.about-page .culture .cont {
  width: 50%;
}
.about-page .profile .picbox,
.about-page .culture .picbox {
  position: relative;
}
.about-page .profile .picbox .bg,
.about-page .culture .picbox .bg {
  width: 56.57142857%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .profile .picbox .pic,
.about-page .culture .picbox .pic {
  width: 100%;
  position: relative;
  z-index: 5;
}
.about-page .profile .picbox img,
.about-page .culture .picbox img {
  width: 100%;
  display: block;
}
.about-page .profile .title,
.about-page .culture .title {
  font-size: 30px;
  font-weight: bold;
}
.about-page .profile .text,
.about-page .culture .text {
  line-height: 24px;
  color: #666;
  margin-top: 34px;
 
}
.about-page .profile .text .tit,
.about-page .culture .text .tit {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.about-page .profile {
  padding: 84px 0;
}
.about-page .profile .picbox {
  padding: 46px 110px 0 60px;
}
.about-page .profile .cont {
  padding-left: 36px;
}
.about-page .distribution {
  position: relative;
  background: #f2f2f2;
}
.about-page .distribution .text {
  position: absolute;
  width: 100%;
  top: 14%;
  left: 0;
  z-index: 2;
  text-align: center;
}
.about-page .distribution .wrap {
  max-width: 1110px;
}
.about-page .distribution .tit {
  font-size: 30px;
  font-weight: bold;
}
.about-page .distribution .txt {
  line-height: 24px;
  color: #666;
  margin-top: 26px;
}
.about-page .culture {
  padding: 112px 0;
}
.about-page .culture .picbox {
  padding: 46px 0 0 168px;
}
.about-page .culture .picbox .bg {
  left: 110px;
}
.contact-page .address {
  padding: 116px 0 70px 0;
}
.contact-page .address ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contact-page .address li {
  width: 33.33333%;
  float: left;
  margin-bottom: 28px;
}
.contact-page .address li:nth-child(3n+1) {
  clear: left;
}
.contact-page .address li .box {
  max-width: 388px;
  padding: 0 20px 0 40px;
  background: no-repeat 0 0;
}
.contact-page .address li .tit {
  font-size: 18px;
}
.contact-page .address li .txt {
  line-height: 20px;
  color: #666;
  margin-top: 6px;
}
.contact-page .map #allmap,
.contact-page .map iframe {
  width: 100%;
  height: 465px;
}
.contact-page .message {
  padding: 90px 0;
}
.contact-page .message .wrap {
  max-width: 856px;
}
.contact-page .message .title {
  text-align: center;
  font-size: 24px;
  color: #222;
}
.contact-page .message .content {
  margin-top: 48px;
}
.contact-page .message .tit {
  line-height: 28px;
  color: #999;
}
.contact-page .message .tit span {
  color: #fe1212;
  margin-right: 6px;
}
.contact-page .message .col {
  padding: 0 5px;
  margin-bottom: 18px;
}
.contact-page .message .col textarea,
.contact-page .message .col input[type="tel"],
.contact-page .message .col input[type="text"] {
  width: 100%;
  height: auto;
  line-height: 30px;
  padding: 15px;
  border: solid 1px #eeeeee;
  background: #f8f8f8;
  font-size: 16px;
  border-radius: 0;
  outline: none;
}
.contact-page .message .col textarea:hover,
.contact-page .message .col input[type="tel"]:hover,
.contact-page .message .col input[type="text"]:hover {
  border: solid 1px #eeeeee;
  outline: none;
}
.contact-page .message .col textarea {
  height: 192px;
}
.contact-page .message .col .inside {
  width: 100%;
}
.contact-page .message .col .inside input {
  padding-left: 44px;
}
.contact-page .message .col .layui-select-title:hover,
.contact-page .message .col .layui-select-title {
  border: none;
  outline: none;
}
.contact-page .message .col .layui-form-select dl dd.layui-this {
  background: #eaf9f9;
  color: #333;
}
.contact-page .message .col .layui-form-select dl {
  top: 60px;
}
.contact-page .message .col .layui-form-select .layui-edge {
  width: 13px;
  height: 7px;
  background: url(../images/arrow8.png) no-repeat center;
  background-size: 100% auto;
  right: 20px;
  border: none;
}
.contact-page .message .btn {
  text-align: center;
  margin: 4px;
}
.contact-page .message .btn input,
.contact-page .message .btn button,
.contact-page .message .btn a {
  max-width: 165px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  color: #fff;
  background: #16aaaa;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contact-page .message .btn input:hover,
.contact-page .message .btn button:hover,
.contact-page .message .btn a:hover {
  background: #008383;
}
.contact-page .anchor {
  display: block;
  position: relative;
  top: -120px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.manual-page {
  padding: 86px 0 160px 0;
}
.manual-page .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.manual-list {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  position: relative;
}
.manual-list::after {
  content: " ";
  width: 1px;
 /*  background: #eeeeee; */
  position: absolute;
  top: 4px;
  left: 50%;
  bottom: 10px;
  z-index: 2;
}
.manual-list .list {
  width: 50%\9;
  float: left;
  padding: 0 80px;
}
.manual-list .list:nth-child(odd) {
  text-align: right\9;
}
.manual-list .tit {
  font-size: 16px;
  font-weight: bold;
}
.manual-list ul {
  margin-top: 22px;
  display: inline-block;
  text-align: left;
}
.manual-list ul li {
  line-height: 24px;
  margin-bottom: 10px;
}
.manual-list ul a {
  padding-left: 14px;
  font-size: 16px;
  color: #666;
  position: relative;
}
.manual-list ul a::after {
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 2;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.manual-list ul a:hover {
  color: #16aaaa;
}
.manual-list ul a:hover::after {
  background: #16aaaa;
}
.problem-page {
  padding: 66px 0;
}
.problem-page .wrap {
  max-width: 1000px;
}
.problem-page .tab {
  text-align: center;
}
.problem-page .tab ul {
  display: inline-block;
}
.problem-page .tab li {
  line-height: 20px;
  float: left;
  padding: 0 38px;
  position: relative;
}
.problem-page .tab li:first-child::after {
  display: none;
}
.problem-page .tab li::after {
  content: " ";
  width: 1px;
  height: 12px;
  background: #dddddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
}
.problem-page .tab li.on a,
.problem-page .tab li a:hover {
  color: #16aaaa;
}
.problem-page .tab li a {
  font-size: 18px;
}
.problem-page .bigpic {
  margin-top: 50px;
}
.problem-page .bigpic img {
  width: 100%;
  display: block;
}
.problem-list li {
  border-bottom: solid 1px #eeeeee;
  padding: 11px 0;
}
.problem-list li:last-child {
  border-bottom: none;
}
.problem-list li.on .tit::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.problem-list li .tit,
.problem-list li .text {
  min-height: 26px;
  line-height: 26px;
}
.problem-list li .tit {
  padding: 19px 50px 19px 40px;
  background: url(../images/problem_icon1.png) no-repeat 0 19px;
  position: relative;
  cursor: pointer;
}
.problem-list li .tit::after {
  content: " ";
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -3px;
  z-index: 2;
  background: url(../images/arrow8.png) no-repeat;
  background-size: 100% auto;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.problem-list li .text {
  padding: 0 10px 16px 40px;
  background: url(../images/problem_icon2.png) no-repeat 0 0;
  display: none;
}
.warranty-page {
  padding: 96px 0;
}
.warranty-page .title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.warranty-page .article {
  margin-top: 100px;
}
.warranty-page .article .till,
.warranty-page .article .tit {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.warranty-page .article .tit {
  font-size: 16px;
}
.warranty-page .article p {
  margin: 12px 0;
}
.message-page {
  padding: 90px 0;
}
.message-page .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.message-page .content {
  overflow: hidden;
  margin-top: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.message-page .row {
  margin-bottom: 14px;
  position: relative;
  border: solid 1px #eeeeee;
  background: #f8f8f8;
}
.message-page .ro {
  margin-bottom: 14px;
  overflow: hidden;
}
.message-page .intl-tel-input {
  width: 100%;
}
.message-page textarea,
.message-page input[type="tel"],
.message-page input[type="text"] {
  width: 100%;
  min-height: 64px;
  line-height: 28px;
  padding: 18px 22px;
  color: #333;
  background: none;
}
.message-page textarea::-webkit-input-placeholder,
.message-page input[type="tel"]::-webkit-input-placeholder,
.message-page input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.message-page textarea:-moz-placeholder,
.message-page input[type="tel"]:-moz-placeholder,
.message-page input[type="text"]:-moz-placeholder {
  color: #999999;
}
.message-page textarea::-moz-placeholder,
.message-page input[type="tel"]::-moz-placeholder,
.message-page input[type="text"]::-moz-placeholder {
  color: #999999;
}
.message-page textarea:-ms-input-placeholder,
.message-page input[type="tel"]:-ms-input-placeholder,
.message-page input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.message-page textarea {
  height: 268px;
}
.message-page input[type="tel"] {
  padding-left: 44px;
}
.message-page .name {
  padding-right: 200px;
}
.message-page .gender {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding-right: 10px;
}
.message-page .gender label {
  line-height: 64px;
  float: left;
  margin-right: 24px;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.message-page .gender label.on {
  color: #16aaaa;
}
.message-page .gender label input {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
  border: solid 1px #9e9e9e;
  background: #fff;
}
.message-page .gender label input:checked {
  background: #16aaaa;
  border: solid 1px #16aaaa;
}
.message-page .ver {
  padding-right: 180px;
}
.message-page .ver .btn {
  width: 158px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  border: solid 1px #16aaaa;
  color: #16aaaa;
  background: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.message-page .ver .btn:hover {
  background: #16aaaa;
  color: #fff;
}
.message-page .ver2 {
  width: 180px;
  float: left;
}
.message-page .verification {
  width: 180px;
  height: 64px;
  overflow: hidden;
  margin-left: 10px;
  float: left;
}
.message-page .upload .tips {
  font-size: 16px;
  color: #666;
  margin: 34px 0 16px 0;
}
.message-page .upload .btn {
  position: relative;
  width: 96px;
  height: 96px;
  background: url(../images/upload_btn.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.message-page .upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #999;
  font-size: 90px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
.message-page .submit input,
.message-page .submit button,
.message-page .submit a {
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #16aaaa;
  color: #fff;
  display: block;
  cursor: pointer;
  margin-top: 40px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.message-page .submit input:hover,
.message-page .submit button:hover,
.message-page .submit a:hover {
  background: #008383;
}
.message-page .quickbox {
  padding-left: 24px;
}
.message-page .quickbox .conten {
  border: solid 1px #eeeeee;
  background: #f8f8f8;
  padding: 38px;
  min-height: 100%;
  position: relative;
}
.message-page .quickbox .conten::after {
  content: " ";
  width: 10px;
  height: 16px;
  background: url(../images/quickbox_arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 24px;
  left: -10px;
  z-index: 5;
}
.message-page .quickbox .tit {
  font-size: 16px;
  font-weight: bold;
}
.message-page .quickbox .tit span {
  color: #16aaaa;
}
.message-page .quickbox hr {
  height: 1px;
  background: #dddddd;
  margin: 34px 0;
}
.message-page .quickbox ul li {
  min-height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  margin: 20px 0;
  padding-left: 14px;
  position: relative;
  cursor: pointer;
}
.message-page .quickbox ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
}
.apply-page {
  padding: 70px 0 54px 0;
}
.apply-page .more {
  text-align: center;
  margin-top: 70px;
}
.apply-page .more.nobg:hover a,
.apply-page .more.nobg a {
  background: none;
}
.apply-page .more a {
  display: inline-block;
  text-transform: uppercase;
  color: #999;
  background: url(../images/arrow8.png) no-repeat center bottom;
  padding-bottom: 22px;
}
.apply-page .more a:hover {
  color: #16aaaa;
  background-image: url(../images/arrow10.png);
}
.apply-list ul {
  overflow: hidden;
  margin: 0 -33px;
}
.apply-list li {
  width: 33.3333%;
  float: left;
  padding: 0 33px;
  text-align: center;
  margin-bottom: 20px;
}
.apply-list li:nth-child(3n+1) {
  clear: left;
}
.apply-list li a {
  display: block;
}
.apply-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.apply-list li a:hover .tit {
  color: #16aaaa;
}
.apply-list li .tit {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.apply-page .details .title {
  text-align: center;
  font-size: 30px;
}
.apply-page .details .article {
  margin-top: 60px;
}
.apply-page .details .till,
.apply-page .details .tit {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.apply-page .details .tit {
  font-size: 16px;
}
.product-list {
  padding-bottom: 60px;
}
.product-list .title {
  border-bottom: solid 1px #eee;
  font-size: 16px;
  color: #999;
  padding-bottom: 18px;
}
.product-list ul {
  overflow: hidden;
  margin-top: 58px;
}
.product-list li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.product-list li:nth-child(4n+1) {
  clear: left;
}
.product-list li a {
  display: block;
}
.product-list li a:hover .tit {
  color: #16aaaa;
}
.product-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list li .pic {
  height: 300px;
  line-height: 300px;
}
.product-list li .pic img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.product-list li .tit,
.product-list li .txt {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit {
  font-size: 18px;
  margin: 20px 0 4px 0;
}
.product-list li .txt {
  height: 52px;
  color: #666;
  -webkit-line-clamp: 2;
}
.product-page .listtitle {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 70px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	
}
.product-page .head {
  width: 100%;
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 50;
  background: #f8f8f8;
}
.product-page .head .wrap {
  line-height: 30px;
  border-bottom: solid 1px #ddd;
  padding: 36px 0 18px 0;
}
.product-page .head .title {
  font-size: 20px;
  float: left;
}
.product-page .head .link {
  float: right;
}
.product-page .head .link a {
  float: left;
  font-size: 16px;
  color: #666;
  margin-left: 44px;
}
.product-page .head .link a.on {
  color: #16aaaa;
}
.product-page .head .link a:first-child {
  margin-left: 0;
}
.product-page .panoramic {
  padding: 80px 0 30px 0;
  text-align: center;
  border-bottom: solid 1px #ddd;
}
.product-page .panoramic .pic {
  width: 100%;
  max-height: 600px;
  left: 0px;
  height: 0px;
  position: relative;
  padding-bottom: 53%;
  overflow: hidden;
}
.product-page .panoramic .icon {
  width: 40px;
  height: 40px;
  background: url(../images/panoramic_icon.png) no-repeat center;
  margin: 20px auto 0 auto;
  position: relative;
}
.product-page .panoramic .icon::before,
.product-page .panoramic .icon::after {
  content: " ";
  width: 15px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.product-page .panoramic .icon::before {
  left: -32px;
}
.product-page .panoramic .icon::after {
  right: -32px;
}
.product-page .specifications {
  padding-bottom: 50px;
}
.product-page .specifications .row {
  border-bottom: solid 1px #eee;
  padding: 50px 0;
}
.product-page .specifications .row:last-child {
  border-bottom: none;
}
.product-page .specifications .title {
  width: 330px;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.product-page .specifications .cont {
  padding-left: 352px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
}
.product-page .specifications .cont a {
  font-size: 16px;
  color: #16aaaa;
  text-decoration: underline;
}
.product-page .specifications .cont a:hover {
  color: #008383;
}
.product-page .specifications .piclist {
  overflow: hidden;
  margin-top: 50px;
}
.product-page .specifications .piclist span {
  float: left;
  margin: 0 60px 20px 0;
}
.product-page .introduction {
  padding: 36px 0 70px 0;
  margin-top: 85px;
}
.product-page .introduction .photo {
  width: 47.14285714%;
  float: left;
}
.product-page .introduction .photo img {
  width: 100%;
  display: block;
}
.product-page .introduction .photo .bottom {
  position: relative;
  margin-top: 20px;
  padding: 0 38px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .introduction .photo .bottom .swiper-slide {
  cursor: pointer;
}
.product-page .introduction .photo .bottom .swiper-slide.swiper-slide-thumb-active {
  border: solid 1px #16aaaa;
}
.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {
  width: 28px;
  height: 100%;
  margin: 0;
  background: no-repeat center #e8e8e8;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  top: 0;
}
.product-page .introduction .photo .swiper-button-prev {
  background-image: url(../images/arrow11.png);
  left: 0;
}
.product-page .introduction .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow13.png);
  background-color: #16aaaa;
}
.product-page .introduction .photo .swiper-button-next {
  background-image: url(../images/arrow12.png);
  right: 0;
}
.product-page .introduction .photo .swiper-button-next:hover {
  background-image: url(../images/arrow14.png);
  background-color: #16aaaa;
}
.product-page .introduction .content {
  width: 45.14285714%;
  float: right;
}
.product-page .introduction .title {
  font-size: 36px;
  margin: 30px 0 8px 0;
}
.product-page .introduction .text {
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  margin: 42px 0;
  padding: 30px 0;
  color: #999;
}
.product-page .introduction .text th,
.product-page .introduction .text td {
  text-align: left;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 0;
}
.product-page .introduction .text th {
  color: #666;
}
.product-page .introduction .text td {
  padding-left: 12px;
}
.product-page .introduction .social-share:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-page .introduction .social-share a {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
  background: no-repeat center;
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}
.product-page .introduction .social-share a:hover {
  -webkit-filter: brightness(65%);
  -moz-filter: brightness(65%);
  -ms-filter: brightness(65%);
  -o-filter: brightness(65%);
  filter: brightness(65%);
}
.product-page .introduction .social-share .icon-twitter {
  background-image: url(../images/share5.png);
}
.product-page .introduction .social-share .icon-youtube {
  background-image: url(../images/share6.png);
}
.product-page .introduction .social-share .icon-facebook {
  background-image: url(../images/share7.png);
}
.product-page .introduction .social-share .icon-linkedin {
  background-image: url(../images/share8.png);
}
.product-page .introduction .btn {
  margin-top: 26px;
}
.product-page .introduction .btn .rbtn {
  color: #fff;
  background: #16aaaa;
  display: inline-block;
}
.product-page .introduction .btn .rbtn span {
  display: block;
  background: url(../images/Advisory.png) no-repeat 20px center;
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 48px;
}
.product-page .introduction .btn .rbtn::after {
  background: #008383;
}
.product-page .details {
  background: #fff;
}
.product-page .details img {
  width: 100%;
  display: block;
}
.product-page .details .row {
  position: relative;
}
.product-page .details .row .p1 {
  line-height: 60px;
  font-size: 48px;
}
.product-page .details .row .p2,
.product-page .details .row .p3 {
  line-height: 26px;
  color: #666;
  margin-top: 14px;
}
.product-page .details .row .p2 {
  font-size: 18px;
}
.product-page .details .row .p3 {
  font-size: 16px;
}
.product-page .details .row .p4 {
  font-size: 20px;
  color: #666;
  display: inline-block;
  line-height: 30px;
  padding: 7px 15px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  margin: 18px 0;
}
.product-page .details .row1 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.product-page .details .row1 .cont {
  display: inline-block;
}
.product-page .details .row1 .title {
  border-bottom: solid 1px #e8e8e8;
  padding-bottom: 19px;
}
.product-page .details .row1 .title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #16aaaa;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  border: solid 1px #16aaaa;
  padding: 0 15px;
  margin-left: 20px;
  margin-top: -6px;
}
.product-page .details .row1 .txt {
  line-height: 30px;
  font-size: 20px;
  color: #666;
  margin-top: 22px;
}
.product-page .details .row2 .wrap {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
  text-align: center;
}
.product-page .details .row3 {
  padding: 100px 0 80px 0;
}
.product-page .details .row3 .text {
  text-align: center;
  margin-bottom: 60px;
}
.product-page .details .row4 {
  padding: 60px 0;
}
.product-page .details .row4 .text {
  text-align: center;
  margin-bottom: 46px;
}
.product-page .details .row5 .text {
  width: 480px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(86px, -50%);
  -webkit-transform: translate(86px, -50%);
  -moz-transform: translate(86px, -50%);
  -ms-transform: translate(86px, -50%);
  -o-transform: translate(86px, -50%);
  z-index: 2;
}
.product-page .details .row6 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
.product-page .details .row6 .text {
  width: 540px;
  float: right;
}
.product-page .details .row6 .p2 {
  margin-top: 34px;
}
.product-page .details .row7 .text {
  width: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 2;
  text-align: center;
}
.product-page .details .row8 {
  padding: 70px 0;
}
.product-page .details .row8 .text {
  text-align: center;
  margin-bottom: 48px;
}
.product-page .details .row9 {
  padding: 80px 0 20px 0;
}
.product-page .details .row9 .col {
  float: none;
}
.product-page .details .row9 .text {
  max-width: 600px;
  float: right;
}
.product-page .details .row9 .p3 {
  margin-top: 60px;
}
.product-page .details .row10 {
  padding: 90px 0;
}
.product-page .details .row10 .text {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1400px) {
  .product-page .details .row5 .text {
    right: 45%;
  }
}
.safebank100-page .pctitle,
.mountain400-page .pctitle {
  text-align: center;
}
.safebank100-page .pctitle .tit,
.mountain400-page .pctitle .tit {
  font-size: 48px;
}
.safebank100-page .pctitle .txt,
.mountain400-page .pctitle .txt {
  font-size: 20px;
  color: #666666;
  margin-top: 6px;
}
.safebank100-page .pctitle span,
.mountain400-page .pctitle span {
  color: #16aaaa;
}
.safebank100-page .absolute,
.mountain400-page .absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.safebank100-page .layer,
.mountain400-page .layer {
  position: relative;
}
.safebank100-page .layer .pctext,
.mountain400-page .layer .pctext {
  text-align: left;
}
.safebank100-page .layer .pctext i,
.mountain400-page .layer .pctext i {
  width: 108px;
  height: 108px;
  display: block;
}
.safebank100-page .layer .pctext .p1,
.mountain400-page .layer .pctext .p1 {
  font-size: 48px;
  margin: 46px 0 28px 0;
}
.safebank100-page .layer .pctext .p2,
.mountain400-page .layer .pctext .p2 {
  line-height: 30px;
  font-size: 20px;
  color: #666;
}
.mountain400-page .layer1 {
  background: url(../images/mountain400_layer1_bg.jpg) repeat-x 0 0;
  padding: 100px 0;
}
.mountain400-page .layer1 .content {
  margin-top: 130px;
  text-align: center;
}
.mountain400-page .layer2 {
  background: #00abab;
  padding: 64px 0 34px 0;
}
.mountain400-page .layer2 ul {
  overflow: hidden;
}
.mountain400-page .layer2 li {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
.mountain400-page .layer2 li:nth-child(5n+1) {
  clear: left;
}
.mountain400-page .layer2 li:hover i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.mountain400-page .layer2 li i {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.mountain400-page .layer2 li p {
  font-size: 18px;
  color: #fff;
}
.mountain400-page .layer3,
.mountain400-page .layer5,
.mountain400-page .layer11 {
  background: #f8f8f8;
  padding: 90px 0;
}
.mountain400-page .layer3 ul,
.mountain400-page .layer5 ul,
.mountain400-page .layer11 ul {
  overflow: hidden;
  margin: 70px -5px 0 -5px;
}
.mountain400-page .layer3 ul li,
.mountain400-page .layer5 ul li,
.mountain400-page .layer11 ul li {
  width: 50%;
  float: left;
  padding: 5px;
}
.mountain400-page .layer3 ul li:nth-child(2n+1),
.mountain400-page .layer5 ul li:nth-child(2n+1),
.mountain400-page .layer11 ul li:nth-child(2n+1) {
  clear: both;
}
.mountain400-page .layer3 ul li .picc:hover span,
.mountain400-page .layer5 ul li .picc:hover span,
.mountain400-page .layer11 ul li .picc:hover span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.mountain400-page .layer4 {
  padding: 70px 0 50px 0;
}
.mountain400-page .layer4 .picbox {
  margin: 42px 0 34px 0;
}
.mountain400-page .layer4 .picbox img {
  width: 100%;
  display: block;
}
.mountain400-page .layer4 ul {
  overflow: hidden;
}
.mountain400-page .layer4 ul li {
  width: 16.66666667%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.mountain400-page .layer4 ul li:nth-child(6n+1) {
  clear: left;
}
.mountain400-page .layer4 ul li i {
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
}
.mountain400-page .layer4 ul li i img {
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.mountain400-page .layer4 ul li .p1 {
  margin: 12px 0 4px 0;
}
.mountain400-page .layer4 ul li .p2 {
  color: #00abab;
}
.mountain400-page .layer5,
.mountain400-page .layer11 {
  background: #fff;
  padding: 60px 0;
}
.mountain400-page .layer5 ul,
.mountain400-page .layer11 ul {
  margin-left: 0;
  margin-right: 0;
}
.mountain400-page .layer5 ul li,
.mountain400-page .layer11 ul li {
  padding: 0;
}
.mountain400-page .layer6 img {
  width: 100%;
  display: block;
}
.mountain400-page .layer6 .pctext .p2,
.mountain400-page .layer6 .pctext {
  color: #fff;
}
.mountain400-page .layer7 img {
  width: 100%;
  display: block;
}
.mountain400-page .layer7 .td {
  width: 50%;
  text-align: center;
}
.mountain400-page .layer7 .pctext {
  max-width: 560px;
  display: inline-block;
}
.mountain400-page .layer8 {
  background: url(../images/mountain400_layer8_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 100px 0;
}
.mountain400-page .layer8 .td {
  width: 50%;
  text-align: center;
}
.mountain400-page .layer8 .pctext .p1 {
  font-size: 40px;
  font-weight: bold;
}
.mountain400-page .layer9 {
  padding: 80px 0;
}
.mountain400-page .layer9 ul {
  overflow: hidden;
  margin-top: 76px;
}
.mountain400-page .layer9 ul li {
  width: 33.33333%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  background: url(../images/mountain400_layer9_add.png) no-repeat right center;
}
.mountain400-page .layer9 ul li:last-child {
  background: none;
}
.mountain400-page .layer9 ul li:nth-child(3n+1) {
  clear: left;
}
.mountain400-page .layer9 ul li:hover i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.mountain400-page .layer9 ul li i {
  width: 143px;
  height: 143px;
  margin: 0 auto;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.mountain400-page .layer9 ul li .p1 {
  font-size: 20px;
  color: #666;
  margin: 30px 0 8px 0;
}
.mountain400-page .layer9 ul li .p2 {
  font-size: 20px;
  color: #00abab;
}
.mountain400-page .layer10 {
  background: url(../images/mountain400_layer10_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 130px 0 70px 0;
}
.mountain400-page .layer10 .td {
  width: 50%;
  text-align: center;
}
.mountain400-page .layer10 .pctext {
  max-width: 530px;
}
.mountain400-page .layer10 .pctext .p1 {
  margin-top: 0;
}
.mountain400-page .layer10 .pctext .p2 {
  font-weight: bold;
  color: #00abab;
  margin-bottom: 34px;
}
.mountain400-page .layer10 .pctext .p3 {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.mountain400-page .layer11 {
  padding: 100px 0;
}
.mountain400-page .layer12 {
  background: #f8fafc;
  padding: 100px 0;
}
.mountain400-page .layer12 .content {
  overflow: hidden;
  margin-top: 100px;
  text-align: center;
}
.mountain400-page .layer12 .left {
  width: 36.66666667%;
  float: left;
}
.mountain400-page .layer12 ul {
  width: 63.33333333%;
  float: right;
  overflow: hidden;
}
.mountain400-page .layer12 ul li {
  width: 33.3333%;
  float: left;
  text-align: center;
  margin-bottom: 38px;
  padding: 0 20px;
}
.mountain400-page .layer12 ul li:nth-child(3n+1) {
  clear: left;
}
.mountain400-page .layer12 ul li i {
  display: block;
  height: 60px;
  line-height: 60px;
}
.mountain400-page .layer12 ul li i img {
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.mountain400-page .layer12 ul li .p1 {
  font-size: 18px;
  margin: 24px 0 10px 0;
}
.mountain400-page .layer12 ul li .p2 {
  line-height: 18px;
  color: #666;
}
.safebank100-page .layer1 {
  padding: 100px 0 44px 0;
  background: url(../images/safebank100_layer1_bg.jpg) repeat-x 0 0;
  background-size: auto 100%;
}
.safebank100-page .layer1 .content {
  margin-top: 70px;
  text-align: center;
}
.safebank100-page .layer2 {
  padding: 55px 0;
}
.safebank100-page .layer2 ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.safebank100-page .layer2 li {
  float: left;
  line-height: 30px;
  min-height: 30px;
  margin-bottom: 16px;
  font-size: 18px;
  color: #666;
  margin-right: 50px;
}
.safebank100-page .layer2 li:nth-child(6n+1) {
  clear: left;
}
.safebank100-page .layer2 li i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #22b5bc;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin: -2px 10px 0 0;
  font-style: normal;
}
.safebank100-page .layer3 {
  background: #e6f6f6;
}
.safebank100-page .layer3 .txt {
  margin-top: 70px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.safebank100-page .layer3 .txt p {
  margin-bottom: 10px;
}
.safebank100-page .layer3 .txt span {
  color: #00abab;
}
.safebank100-page .layer4 {
  position: relative;
}
.safebank100-page .layer4 .content {
  width: 36.875%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/safebank100_layer4_bg.png);
}
.safebank100-page .layer4 .pctext {
  max-width: 486px;
  float: right;
  padding: 20px;
}
.safebank100-page .layer4 .pctext .p1 {
  margin: 0;
}
.safebank100-page .layer4 .list {
  max-width: 300px;
  font-size: 20px;
  color: #666;
  margin-top: 40px;
}
.safebank100-page .layer4 .list .g {
  color: #00abab;
}
.safebank100-page .layer4 .list .p3 {
  font-size: 16px;
  line-height: 26px;
}
.safebank100-page .layer4 .list .p3 span {
  display: inline-block;
  vertical-align: middle;
}
.safebank100-page .layer4 .list p {
  border-bottom: solid 1px #dddddd;
  padding: 15px 0;
}
.safebank100-page .layer4 .list i {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 18px 0 0;
}
.safebank100-page .layer4 .list i img {
  vertical-align: middle;
  display: inline-block;
}
.safebank100-page .layer5 {
  padding: 96px 0 60px 0;
}
.safebank100-page .layer5 ul {
  margin: 94px -20px 0 -20px;
  overflow: hidden;
}
.safebank100-page .layer5 ul li {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}
.safebank100-page .layer5 ul li:nth-child(2n+1) {
  clear: left;
}
.safebank100-page .layer6 {
  background: url(../images/safebank100_layer6_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 130px 0 100px 0;
}
.safebank100-page .layer6 .td {
  width: 50%;
  text-align: center;
}
.safebank100-page .layer6 .pctext {
  max-width: 540px;
}
.safebank100-page .layer6 .pctext .p1 {
  margin-top: 0;
}
.safebank100-page .layer6 .pctext .p2 {
  font-weight: bold;
  color: #00abab;
  margin-bottom: 34px;
}
.safebank100-page .layer6 .pctext .p3 {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.safebank100-page .layer7 {
  padding: 100px 0 80px 0;
}
.safebank100-page .layer7 .list1 ul {
  overflow: hidden;
  margin: 40px -15px 0 -15px;
}
.safebank100-page .layer7 .list1 li {
  width: 33.333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: center;
}
.safebank100-page .layer7 .list1 li:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.safebank100-page .layer7 .list1 li:nth-child(3n+1) {
  clear: left;
}
.safebank100-page .layer7 .list1 li .p1 {
  font-size: 18px;
  margin: 18px 0 8px 0;
}
.safebank100-page .layer7 .list1 li .p2 span {
  line-height: 24px;
  border-radius: 24px;
  padding: 0 12px;
  background: #00abab;
  display: inline-block;
  color: #fff;
}
.safebank100-page .layer7 .list2 {
  margin-top: 24px;
}
.safebank100-page .layer7 .list2 .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.safebank100-page .layer7 .list2 .title::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  background: #ddd;
}
.safebank100-page .layer7 .list2 .title span {
  padding: 0 16px;
  background: #fff;
  position: relative;
  z-index: 5;
  display: inline-block;
}
.safebank100-page .layer7 .list2 ul {
  max-width: 1000px;
  overflow: hidden;
  margin: 40px auto 0 auto;
}
.safebank100-page .layer7 .list2 li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 30px;
}
.safebank100-page .layer7 .list2 li:nth-child(5n+1) {
  clear: left;
}
.safebank100-page .layer7 .list2 li i {
  height: 50px;
  line-height: 50px;
}
.safebank100-page .layer7 .list2 li i img {
  display: inline-block;
  vertical-align: middle;
}
.safebank100-page .layer7 .list2 li .p1 {
  margin: 18px 0 5px 0;
}
.safebank100-page .layer7 .list2 li .p2 {
  color: #00abab;
}
.safebank100-page .layer8 .content {
  margin: -6px;
  margin-top: 44px;
}
.safebank100-page .layer8 .content .col {
  padding: 6px;
}
.safebank100-page .layer8 .content img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.safebank100-page .layer8 .content span {
  overflow: hidden;
  display: block;
}
.safebank100-page .layer8 .content span:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
