@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.small-col12{width: 100%; float: left;}
.col.small-col1{width: 8.33333333%;}
.col.small-col2{width: 16.66666667%;}
.col.small-col3{width: 25%;}
.col.small-col4{width: 33.33333333%;}
.col.small-col5{width: 41.66666667%;}
.col.small-col6{width: 50%;}
.col.small-col7{width: 58.33333333%;}
.col.small-col8{width: 66.66666667%;}
.col.small-col9{width: 75%;}
.col.small-col10{width: 83.33333333%;}
.col.small-col11{width: 91.66666667%;}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0 0 0;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0px;
	position: fixed;
}
.header .logo {
	height: 30px;
	margin-top: 10px;
}
.header .logo:hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.header .language {
	margin: 0 40px 0 0;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
	padding: 0 16px 0 0;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: none;
}
.header .search-box {
	margin: 0;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0px;
}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 28px;
	height: 3px;
	background: #16aaaa;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menu-btn span.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.header .nav {
	width: 260px;
	height: 100%;
	overflow: auto;
	float: right;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #16aaaa;
	text-align: center;
	padding: 30px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	padding: 0;
	text-align: center;
}
.header .nav > ul > li.on > a:hover,
.header .nav > ul > li.on > a {
	color: #16aaaa;
	border-bottom: solid 1px #16aaaa;
}
.header .nav > ul > li > a {
	height: 60px;
	color: #000;
	line-height: 60px;
	border-bottom: solid 1px #ddd;
}
.header .nav > ul > li:hover > a {
	color: #333;
}
.header .nav .sub {
	position: static;
	top: 0;
}
.header .nav .sub2 .list,
.header .nav .sub ul {
	float: none;
}
.header .nav .sub2,
.header .nav .sub1 {
	background: #eee;
}
.header .nav .sub1 li {
	float: none;
	margin-left: 0;
}
.header .nav .sub1 li.on a:hover,
.header .nav .sub1 li.on a{
	color: #16aaaa;
}
.header .nav .sub1 a:hover,
.header .nav .sub1 a {
	height: 60px;
	line-height: 60px;
	color: #666;
	font-size: 15px;
	border-bottom: solid 1px #ddd;
}
.header .nav .sub2 .list .tit {
	font-size: 15px;
	padding: 14px 0;
}
.header .nav .sub2 .list > li {
	padding: 0;
	float: none;
	border-left: none;
	border-bottom: solid 1px #dddddd;
	margin: 0;
}
.header .nav .sub2 .list > li ul {
	margin-top: 10px;
}
.header .nav .sub2 .list > li li {
	min-width: 110px;
	float: none;
	margin-left: 0px;
	margin-bottom: 24px;
}
.header .nav .sub2 .list > li li i {
	height: 50px;
	line-height: 50px;
}
.header .nav .sub2 .list > li li a:hover {
	color: #666;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menu-btn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menu-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menu-btn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	padding-top: 20px;
	text-align: center;
}
.footer .col{
	float: none;
	width: auto;
}
.footer .left .p1 {
	font-size: 14px;
	margin: 14px 0;
}
.footer .left .p2 {
	font-size: 14px;
}
.footer .email {
	max-width: 400px;
	margin: 14px auto;
}
.footer .social-share {
	display: inline-block;
}
.footer .social-share a {
	margin: 0 10px;
}
.footer .contact {
	border-left: none;
	padding-left: 0;
}
.footer .link-list {
	padding: 20px 0;
	margin: 20px 0;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}
.footer .link-list .list {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.footer .link-list .list:last-child{
	margin-bottom: 0;
}
.footer .link-list .tit {
	font-size: 16px;
}
.footer .link-list ul {
	margin-top: 10px;
	display: none;
}
.footer .link-list li {
	margin-bottom: 14px;
}
.footer .bottom {
	margin-top: 20px;
	padding: 10px 0;
	font-size: 12px;
}
.footer .bottom a{
	font-size: 12px;
}
.footer .bottom .keng,
.footer .bottom .copy,
.footer .bottom .technical{
	float: none;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 3px;
}
.main .banner .text {
  font-size: 14px;
}
.main .banner .text .p1 {
  font-size: 20px;
}
.main .banner .text .p3 {
  margin-top: 20px;
}
.main .banner .text .p3 span {
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 14px;
  font-size: 14px;
}
.main .pctitle {
	font-size: 20px;
}
.main .pcmore span,
.main .pcmore a {
	padding-right: 16px;
}
.main .pcmore span:hover,
.main .pcmore a:hover {
	padding-right: 26px;
}
.main .selectLike,
.main .whatcan,
.main .category {
	padding: 30px 0;
}
.main .category .swiper-container,
.main .category ul {
	margin-top: 30px;
	padding: 0;
}
.main .category .swiper-slide .pic ,
.main .category li .pic {
	height: 160px;
	line-height: 160px;
}
.main .category .swiper-slide .txt ,
.main .category li .txt {
	font-size: 16px;
}
.main .whatcan .slogan {
	font-size: 14px;
	margin: 10px 0 30px 0;
}
.main .whatcan ul {
	margin: 0 auto 20px auto;
	max-width: 300px;
}
.main .whatcan ul li {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.main .whatcan ul li .txt {
	font-size: 16px;
	margin-top: 10px;
}
.main .selectLike .content {
	margin-top: 30px;
}
.main .category .swiper-button-prev,
.main .category .swiper-button-next ,
.main .selectLike .swiper-button-prev,
.main .selectLike .swiper-button-next {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}
.main .category .swiper-button-prev ,
.main .selectLike .swiper-button-prev {
	left: 4px;
}
.main .category .swiper-button-next ,
.main .selectLike .swiper-button-next {
	right: 4px;
}
.main .selectLike .swiper-slide a:hover .pcmore span {
	padding-right: 26px;
}
.main .selectLike .swiper-slide .pic {
	height: 150px;
	line-height: 150px;
}
.main .selectLike .swiper-slide .tit {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
.main .selectLike .swiper-slide .txt {
	margin-bottom: 20px;
}
@media only screen and (max-width: 600px){
	.main .selectLike .swiper-slide .pic {
		height: 120px;
		line-height: 120px;
	}
	.main .selectLike .swiper-slide .tit{
		font-size: 14px;
	}
	.main .selectLike .swiper-slide .txt{
		font-size: 12px;
	}
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
	height: 200px;
}
.about-page .profile .table,
.about-page .culture .table{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.about-page .profile .picbox,
.about-page .culture .picbox,
.about-page .profile .cont,
.about-page .culture .cont {
	width: 100%;
}
.about-page .profile .picbox,
.about-page .culture .picbox{
	order: 1;
	padding: 10% 0 0 10%;
}
.about-page .profile .cont,
.about-page .culture .cont{
	order: 2;
	padding: 0;
	margin-top: 30px;
}
.about-page .profile .picbox .bg,
.about-page .culture .picbox .bg {
	width: 56.57142857%;
	left: 0;
}
.about-page .profile .title,
.about-page .culture .title {
	font-size: 20px;
}
.about-page .profile .text,
.about-page .culture .text {
	margin-top: 24px;
}
.about-page .profile .text .tit,
.about-page .culture .text .tit {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.about-page .culture,
.about-page .profile {
	padding: 30px 0;
}
.about-page .distribution .text {
	top: 0;
	position: static;
	padding: 30px 0;
}
.about-page .distribution .tit {
	font-size: 20px;
}
.about-page .distribution .txt {
	margin-top: 10px;
}
.contact-page .address {
	padding: 30px 0 10px 0;
}
.contact-page .address .wrap{
	max-width: 600px;
}
.contact-page .address li {
	width: 100%;
}
.contact-page .address li .box {
	max-width: none;
}
.contact-page .address li .tit {
	font-size: 16px;
}
.contact-page .map #allmap,
.contact-page .map iframe {
	height: 250px;
}
.contact-page .message {
	padding: 30px 0;
}
.contact-page .message .content {
	margin-top: 30px;
}
.contact-page .message .col {
	width: 100%;
}
.contact-page .message .col textarea,
.contact-page .message .col input[type="tel"],
.contact-page .message .col input[type="text"] {
	line-height: 26px;
	padding: 10px 12px;
	font-size: 14px;
}
.contact-page .message .col input[type="tel"]{
	padding-left: 44px;
}
.contact-page .message .col textarea {
	height: 100px;
}
.contact-page .message .col .layui-form-select dl {
	top: 48px;
}
.manual-page {
	padding: 30px 0;
}
.manual-page .title {
	font-size: 24px;
}
.manual-list {
	max-width: 400px;
	margin: 30px auto 0 auto;
	display: block;
}
.manual-list::after {
	display: none;
}
.manual-list .list {
	width: 100%;
	float: none;
	padding: 20px;
}
.problem-page {
	padding: 30px 0;
}
.problem-page .tab li {
	padding: 0 10px;
}
.problem-page .tab li a {
	font-size: 14px;
}
.problem-page .bigpic {
	margin-top: 30px;
}
.problem-list li {
	padding: 10px 0;
}
.problem-list li .tit {
	padding: 12px 20px 12px 40px;
	background: url(../images/problem_icon1.png) no-repeat 0 12px;
}
.problem-list li .tit::after {
	right: 0px;
	-o-transition-duration: 0.2s;
}
.problem-list li .text {
	padding: 0 10px 12px 40px;
}
.warranty-page {
	padding: 30px 0;
}
.warranty-page .title {
	font-size: 20px;
}
.warranty-page .article {
	margin-top: 30px;
}
.warranty-page .article .till,
.warranty-page .article .tit {
	font-size: 18px;
}
.warranty-page .article .tit {
	font-size: 16px;
}
.warranty-page .article p {
	margin: 6px 0;
}
.message-page {
	padding: 30px 0;
}
.message-page .title {
	font-size: 20px;
}
.message-page .content {
	margin-top: 30px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.message-page .col{
	order: 2;
	width: 100%;
}
.message-page textarea,
.message-page input[type="text"] {
	min-height: auto;
	line-height: 26px;
	padding: 14px;
}
.message-page textarea {
	height: 140px;
}
.message-page input[type="tel"] {
	padding-left: 44px;
}
.message-page .name {
	padding-right: 120px;
}
.message-page .gender {
	padding-right: 0px;
}
.message-page .gender label {
	line-height: 54px;
	margin-right: 14px;
}
.message-page .ver {
	padding-right: 140px;
}
.message-page .ver .btn {
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 12px;
	top: 7px;
	right: 10px;
}
.message-page .ver2{
	width: 160px;
}
.message-page .verification {
	width: 160px;
	height: 54px;
}
.message-page .submit input,
.message-page .submit button,
.message-page .submit a {
	margin-top: 30px;
}
.message-page .quickbox {
	order: 1;
	padding-left: 0;
	margin-bottom: 30px;
}
.message-page .quickbox .conten {
	padding: 14px;
	padding-bottom: 4px;
}
.message-page .quickbox .conten::after {
	width: 16px;
	height: 10px;
	background: url(../images/quickbox_arrow2.png) no-repeat;
	top: auto;
	left: 50%;
	margin-left: -8px;
	bottom: -10px;
}
.message-page .quickbox hr {
	margin: 14px 0;
}
.message-page .quickbox ul li {
	margin: 10px 0;
}
.apply-page {
	padding: 30px 0;
}
.apply-page .more {
	margin-top: 10px;
}
.apply-list ul {
	margin: 0 -5px;
}
.apply-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.apply-list li:nth-child(3n+1) {
	clear: none;
}
.apply-list li:nth-child(2n+1) {
	clear: left;
}
.apply-list li .tit {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.apply-page .details .title {
	font-size: 20px;
}
.apply-page .details .article {
	margin-top: 30px;
}
.apply-page .details .till{
	font-size: 18px;
}
.apply-page .details .tit {
	font-size: 16px;
}
.product-page .listtitle {
	font-size: 20px;
	padding: 30px 0;
}
.product-list {
	padding-bottom: 30px;
}
.product-list .title {
	padding-bottom: 10px;
}
.product-list ul {
	margin-top: 30px;
}
.product-list li {
	width: 50%;
	padding: 5px;
	margin-bottom: 10px;
}
.product-list li:nth-child(4n+1) {
	clear: none;
}
.product-list li:nth-child(2n+1) {
	clear: left;
}
.product-list li .pic {
	height: 120px;
	line-height: 120px;
}
.product-list li .tit,
.product-list li .txt{
	line-height: 22px;
	height: 22px;
}
.product-list li .tit {
	font-size: 16px;
}
.product-list li .txt {
	height: 44px;
	font-size: 12px;
}
.product-page .head {
	line-height: 26px;
	padding: 0;
	text-align: center;
	top: 50px;
}
.product-page .head .wrap{
	padding: 10px 0;
}
.product-page .head .title {
	font-size: 18px;
	float: none;
}
.product-page .head .link {
	float: none;
	margin-top: 5px;
}
.product-page .head .link a {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	float: none;
}
.product-page .panoramic {
	/*padding-top: 60px;*/
}
.product-page .panoramic .pic {
  padding-bottom: 140%;
}
.product-page .specifications {
	padding-bottom: 20px;
}
.product-page .specifications .row {
	padding: 20px 0;
}
.product-page .specifications .col{
	padding: 10px 0;
}
.product-page .specifications .title {
	width: 100%;
	float: none;
	font-size: 16px;
}
.product-page .specifications .cont {
	padding-left: 0;
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
}
.product-page .specifications .piclist {
	margin-top: 30px;
}
.product-page .specifications .piclist span {
	width: 33.3333%;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 0 10px;
}
.product-page .specifications .piclist span:nth-child(3n+1){
	clear: left;
}
.product-page .introduction {
	padding: 30px 0;
}
.product-page .introduction .wrap{
	max-width: 600px;
}
.product-page .introduction .content,
.product-page .introduction .photo {
	width: 100%;
	float: none;
}
.product-page .introduction .photo .bottom {
	margin-top: 10px;
	padding: 0 30px;
}
.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {
	width: 24px;
}
.product-page .introduction .content{
	margin-top: 10px;
}
.product-page .introduction .title {
	font-size: 22px;
}
.product-page .introduction .text {
	margin: 20px 0;
	padding: 10px 0;
}
.product-page .introduction .text th,
.product-page .introduction .text td {
	padding: 8px 0;
}
.product-page .details .row .p1 {
	line-height: 28px;
	font-size: 18px;
}
.product-page .details .row .p2,
.product-page .details .row .p3 {
	line-height: 20px;
	font-size: 14px;
	margin-top: 4px;
}
.product-page .details .row .p4 {
	font-size: 16px;
	line-height: 24px;
	padding: 5px 10px;
	margin: 12px 0;
}
.product-page .details .row1 .wrap {
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	padding: 30px 0 0 0;
	text-align: center;
}
.product-page .details .row1 .cont {
	text-align: left;
}
.product-page .details .row1 .title {
	padding-bottom: 10px;
}
.product-page .details .row1 .title span {
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-left: 10px;
}
.product-page .details .row1 .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 12px;
}
.product-page .details .row10,
.product-page .details .row9,
.product-page .details .row8,
.product-page .details .row4,
.product-page .details .row3 {
	padding: 30px 0;
}
.product-page .details .row10 .text,
.product-page .details .row8 .text,
.product-page .details .row4 .text,
.product-page .details .row3 .text {
	margin-bottom: 30px;
}
.product-page .details .row5 .text {
	width: 100%;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	padding: 30px 10px;
}
.product-page .details .row6 .text {
	width: 60%;
}
.product-page .details .row6 .p2 {
	margin-top: 20px;
}
.product-page .details .row9 .td,
.product-page .details .row9 .table {
	display: block;
}
.product-page .details .row9 .text {
	max-width: 600px;
	float: none;
	padding: 30px 20px;
}
.product-page .details .row9 .p3 {
	margin-top: 20px;
}
.mountain400-page .layer10 .td,
.mountain400-page .layer10 .table,
.mountain400-page .layer8 .td,
.mountain400-page .layer8 .table,
.mountain400-page .layer7 .td,
.mountain400-page .layer7 .table{
	display: block;
}
.safebank100-page .pctitle .tit,
.mountain400-page .pctitle .tit {
	font-size: 20px;
}
.safebank100-page .pctitle .txt,
.mountain400-page .pctitle .txt {
	font-size: 14px;
}
.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 .pctext i ,
.mountain400-page .layer .pctext i {
	width: 60px;
	height: 60px;
}
.safebank100-page .layer .pctext .p1,
.mountain400-page .layer .pctext .p1 {
	font-size: 20px;
	margin: 20px 0;
}
.safebank100-page .layer .pctext .p2 ,
.mountain400-page .layer .pctext .p2 {
	line-height: 20px;
	font-size: 14px;
}
.mountain400-page .layer1 {
	padding: 60px 0;
}
.mountain400-page .layer1 .content {
	margin-top: 60px;
}
.mountain400-page .layer2 {
	padding: 30px 0 10px 0;
}
.mountain400-page .layer2 li {
	width: 50%;
}
.mountain400-page .layer2 li:nth-child(5n+1) {
	clear: none;
}
.mountain400-page .layer2 li:nth-child(2n+1) {
	clear: left;
}
.mountain400-page .layer2 li i {
	margin: 0 auto 10px auto;
}
.mountain400-page .layer2 li p {
	font-size: 14px;
}
.mountain400-page .layer3,
.mountain400-page .layer5,
.mountain400-page .layer11 {
	padding: 30px 0;
}
.mountain400-page .layer3 ul,
.mountain400-page .layer5 ul,
.mountain400-page .layer11 ul {
	margin: 30px 0 0 0;
}
.mountain400-page .layer3 ul li,
.mountain400-page .layer5 ul li,
.mountain400-page .layer11 ul li {
	width: 100%;
	float: none;
	padding: 5px;
	text-align: center;
}
.mountain400-page .layer4 {
	padding: 30px 0;
}
.mountain400-page .layer4 .picbox {
	margin: 30px 0;
}
.mountain400-page .layer4 ul li {
	width: 33.33333%;
	margin-bottom: 20px;
}
.mountain400-page .layer4 ul li:nth-child(6n+1) {
	clear: none;
}
.mountain400-page .layer4 ul li:nth-child(3n+1) {
	clear: left;
}
.mountain400-page .layer4 ul li i {
	height: 30px;
	line-height: 30px;
}
.mountain400-page .layer5 ul li,
.mountain400-page .layer11 ul li {
	padding: 0px;
	margin-bottom: 30px;
}
.mountain400-page .layer5 ul li:last-child,
.mountain400-page .layer11 ul li:last-child{
	margin-bottom: 0;
}
.mountain400-page .layer8 .td,
.mountain400-page .layer7 .td {
	width: 100%;
}
.mountain400-page .layer7 .pctext {
	padding: 30px 20px;
}
.mountain400-page .layer8 {
	padding: 30px 0;
}
.mountain400-page .layer8 .pctext .p1 {
	font-size: 20px;
}
.mountain400-page .layer8 .pctext{
	margin-bottom: 30px;
}
.mountain400-page .layer9 {
	padding: 30px 0;
}
.mountain400-page .layer9 ul {
	margin-top: 30px;
}
.mountain400-page .layer9 ul li {
	width: 100%;
	float: none;
	background-position: center bottom;
	padding-bottom: 40px;
}
.mountain400-page .layer9 ul li:last-child {
	background: none;
	padding-bottom: 0;
}
.mountain400-page .layer9 ul li i {
	width: 90px;
	height: 90px;
}
.mountain400-page .layer9 ul li .p1 {
	font-size: 18px;
	margin: 20px 0 8px 0;
}
.mountain400-page .layer9 ul li .p2 {
	font-size: 18px;
}
.mountain400-page .layer10 {
	padding: 30px 0;
}
.mountain400-page .layer10 .td {
	width: 100%;
}
.mountain400-page .layer10 .pctext {
	max-width: auto;
	margin-bottom: 30px;
}
.mountain400-page .layer10 .pctext .p1 {
	margin-top: 0;
}
.mountain400-page .layer10 .pctext .p2 {
	margin-bottom: 20px;
}
.mountain400-page .layer11 {
	padding: 30px 0;
}
.mountain400-page .layer12 {
	padding: 30px 0;
}
.mountain400-page .layer12 .content {
	margin-top: 30px;
}
.mountain400-page .layer12 .left {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
.mountain400-page .layer12 ul {
	width: 100%;
	float: none;
}
.mountain400-page .layer12 ul li {
	width: 50%;
	padding: 0 5px;
}
.mountain400-page .layer12 ul li:nth-child(3n+1) {
	clear: none;
}
.mountain400-page .layer12 ul li:nth-child(2n+1) {
	clear: left;
}
.mountain400-page .layer12 ul li .p1 {
	font-size: 16px;
}
.safebank100-page .layer1 {
	padding: 30px 0;
}
.safebank100-page .layer1 .content {
	margin-top: 30px;
}
.safebank100-page .layer2 {
	padding: 30px 0;
}
.safebank100-page .layer2 li {
	width: 100%;
	float: none;
	margin-right: 0px;
}
.safebank100-page .layer3 .absolute{
	position: static;
	padding: 20px 0;
}
.safebank100-page .layer3 .pctext .p1{
	margin: 0 0 10px 0;
}
.safebank100-page .layer3 .txt {
	margin-top: 20px;
	font-size: 14px;
}
.safebank100-page .layer3 .txt p {
	margin-bottom: 4px;
}
.safebank100-page .layer4 .content {
	width: 100%;
	position: static;
}
.safebank100-page .layer4 .pctext {
	max-width: none;
	float: none;
}
.safebank100-page .layer4 .list {
	max-width: none;
	font-size: 16px;
	margin-top: 20px;
}
.safebank100-page .layer4 .list .p3 {
	font-size: 14px;
	line-height: 24px;
}
.safebank100-page .layer4 .list i {
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 18px 0 0;
}
.safebank100-page .layer5 {
	padding: 30px 0 10px 0;
}
.safebank100-page .layer5 ul {
	margin: 30px 0 0 0;
}
.safebank100-page .layer5 ul li {
	width: 100%;
	float: none;
	padding: 0;
}
.safebank100-page .layer6 {
	padding: 30px 0;
}
.safebank100-page .layer6 .td,
.safebank100-page .layer6 .table{
	display: block;
}
.safebank100-page .layer6 .td {
	width: 100%;
}
.safebank100-page .layer6 .pctext {
	max-width: none;
	margin-bottom: 30px;
}
.safebank100-page .layer6 .pctext .p1 {
	margin-top: 0;
}
.safebank100-page .layer6 .pctext .p2 {
	margin-bottom: 20px;
}
.safebank100-page .layer7 {
	padding: 30px 0;
}
.safebank100-page .layer7 .list1 ul {
	margin: 30px 0 0 0;
}
.safebank100-page .layer7 .list1 li {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 30px;
}
.safebank100-page .layer8 .content span:hover img,
.safebank100-page .layer7 .list1 li:hover .picc span {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.safebank100-page .layer7 .list1 li .p1 {
	margin: 10px 0 8px 0;
}
.safebank100-page .layer7 .list2 {
	margin-top: 10px;
}
.safebank100-page .layer7 .list2 ul {
	margin: 30px auto 0 auto;
}
.safebank100-page .layer7 .list2 li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.safebank100-page .layer7 .list2 li:nth-child(5n+1) {
	clear: none;
}
.safebank100-page .layer7 .list2 li:nth-child(2n+1) {
	clear: left;
}
.safebank100-page .layer8 .content {
	margin: -3px;
	margin-top: 30px;
}
.safebank100-page .layer8 .content .col {
	width: 100%;
	padding: 3px;
}












}/*手机版css*/
